form.genForm select.state {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-color: #999999;
	color:#666666;
	border:1px #999999 solid;
	padding: 1px;
	width: 170px;
}

form.genForm input.inpText {	
	font-family: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-color: #999999;
	color:#666666;
	border:1px #999999 solid;
	padding: 1px;
	width: 170px;
}

.contentTextStrongBlue {
	font-weight: bold;
	color: #0066CC;
}
.errorDiv {
	background-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	padding: 6px;
	font-weight: bold;
}
.errorDiv2 {
	color: red;
}

/* CSS Document */

table.dataTable{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.dataTable caption{
	padding:5px;
	font:12px 'Verdana', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: dotted;
	border-left-style: dotted;
}
table.dataTable td, th{
	padding:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
table.dataTable thead th{text-align:center;background:#ffffff;color:#666666;text-transform:uppercase;}
table.dataTable tbody th{font-weight:bold;background:#ffffff;} 
table.dataTable tbody tr{background:#EBF8FE;text-align:left;}
table.dataTable tbody tr.odd{background:#ffffff;}
table.dataTable tbody th a:link, tbody th a:visited{color:#666666;padding:3px 0px 0px 7px;}
table.dataTable tbody th a:hover{color:#009900;}
table.dataTable tbody tr td{height:25px;background:#EBF8FE;}
table.dataTable tbody tr.odd td{background:#ffffff;}
/*
table.dataTable td a:link, table td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
table.dataTable td a:hover{color:#009900;text-decoration:underline;font-weight: bold;}
*/

tr.contSimRow td {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
tr.contSimHeader td {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: 0;
	border-left-color: 0;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #E5E5E5;
}

/* Column Headers */

#c-header-top { font-size: 12px; color:white; text-align: center; background: no-repeat url(/services/images/c_header_top.jpg); display: block; height: 25px; padding-top: 4px; }

#c-header { font-size: 12px; color:white; text-align: center; background: no-repeat url(/services/images/c_header.jpg); display: block; height: 25px; padding-top: 4px; }


/* Left Column */
#left-column { width: 192px; float:left; background: no-repeat  url(/services/images/c_body_bg.jpg) bottom; display: block;}


#left-column p { font-size: 10px; color: #666666; padding: 0 5px 0 5px}

/* Right Column */
#right-column {width: 192px; float:right; background: no-repeat  url(/services/images/c_body_bg.jpg) bottom; display: block;}

#right-column p { font-size: 10px; color: #666666; padding: 0 5px 0 5px}

#right-column ul { margin: 0 0 0 20px; }