/* CSS Document */

/*NEW FORM STUFF*/
fieldset{
	padding: 10px;
	border: solid 1px #CCCCCC;
	margin: 0px 25px 5px 35px;
}

legend{ 
	color:#000;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
	margin-top: 0px;
}
hr, .nodisp { display: none; }

div#hideshow{
	display: none;
}

.clear {
	height: 0px;
	clear: both;
	line-height: 0px;
}

div.field_row {
	padding: 15px 0px 15px 0px; /*Top, Right, Bottom, Left*/
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 5px;
	margin: 0px 25px 5px 45px;
}


div.field_row .label {
	float: left;
	margin-top: 3px;
	width: 150px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;  
	font-weight: bold; 
	color: #333;
	display: block;
}

div.field_row input {
	/*float: left;*/
	padding: 3px;
}

div.field_row input.large_error {
	/*float: left;*/
	padding: 3px;
	background-color: #ffb8b8;
}

/*NO LINE ROW*/
div.field_row_noline {
	padding: 15px 0px 15px 0px; /*Top, Right, Bottom, Left*/
	margin-bottom: 5px;
	width: 650px;
}

div.field_row_noline .label {
	float: left;
	margin-top: 3px;
	width: 150px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;  
	font-weight: bold; 
	color: #333;
	display: block;
}

div.field_row_noline input {
	/*float: left;*/
	padding: 3px;
}

div.field_row_noline input.large_error {
	/*float: left;*/
	padding: 3px;
	background-color: #ffb8b8;
}
/*END NO LINE ROW*/

.fieldnote{
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

fieldset.button_row_container{
	margin-bottom: 40px;
}

fieldset .button_row{
	text-align: right;
}
/*END NEW FORM STUFF*/


div#panelErrorMsg { 
	color : #000; 
	margin : 0px 0px 25px 0px; 
	padding : 18px 18px 18px 54px; 
} 

div.sysok, div.sysalert, div.syserror { 
	font-size : 11px; 
	margin : 0 0 18px 0; 
	padding : 18px 18px 18px 54px; 
}

div.sysok { 
	background : #d7f3bd url(../images/ok.png) no-repeat 18px 18px; 
	border : 1px solid #9abf85; 
} 
div.sysalert { 
	background : #fdd8a6 url(../images/alert.png) no-repeat 18px 18px; 
	border : 1px solid #e0a687; 
} 
div.syserror { 
	background : #ffd3d4 url(../images/delete2.png) no-repeat 18px 18px; 
	border : 1px solid #e59d9e; 
}


/*MY OLD FORM STUFF*/
.datalisttitle { 
	font-weight : bold; 
} 

.datalist { 
	border : 0 none; 
	border-collapse : collapse; 
	width : 650px;
	margin-left:25px;
} 

.datalist th { 
	height:25px;
	padding:5px;
	background-image : url('.../images/listViewBg.gif'); 
	background-color : #e2e2e2; 
	color : #666666; 
	border : 1px solid #c0c0c0; 
	font-size : 8pt; 
	font-family : Verdana; 
	font-weight : bold; 
	text-decoration : none; 
	text-align : left;
	vertical-align:middle;
} 

.datalist td {
	border: 1px solid #c0c0c0; 
	font-size : 8pt; 
	font-family : Verdana; 
	text-decoration : none;
	padding:10px 5px 10px 5px;
}

.p{
	font-size : 8pt; 
	font-family : Verdana; 
	text-decoration : none;
}

.highlightrow { 
	height:25px;
	background-color : #36393d; 
	cursor : pointer;
	color:#FFFFFF;
} 

.oddrow{
	height:25px;
	background:#ffffb9;
}

.evenrow{
	height:25px;
	background:#FFFFFF;
}

.norecords{
	height:220px;
	background:#FFFFFF;
}

.formtbl { 
	table-layout : fixed; 
	border : 0 none #111111; 
	border-collapse : collapse; 
	width : 100%; 
} 

.formtbl th { 
	border-bottom : 1px solid #CECAB8; 
	/*background-color : #e2e2e2;*/ 
	color : #000000; 
	padding-top : 10px; 
	padding-bottom : 14px; 
	padding-right : 5px; 
	padding-left : 5px; 
	font-size : 8pt; 
	font-family : Verdana, Arial, Helvetica, sans-serif  
	font-weight : bold; 
	text-decoration : none; 
	text-align : left; 
	vertical-align : top; 
	width : 30%; 
} 

.formtbl td { 
	border-bottom : 1px solid #CECAB8; 
	padding-top : 8px; 
	padding-bottom : 14px;
	font-size : 8pt; 
	font-family : Verdana; 
	text-decoration : none; 
	text-align : left; 
	vertical-align : top;
	width : 70%; 
} 

div#fieldnote{
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

div#searchdiv{
	background-color:#36393d;
	color:#FFFFFF;
	border:1px #000000 solid;
	text-align:left;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	
}