/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	line-height:15px;
}
p, td, li {
	font-size:12px;
	line-height:16px;
	margin:0 0 15px 0;
}
p.lead {
	margin:0 0 5px 0;
}
form {
	margin:0px;
	padding:0px;
}

a,.link {
	color:#0066AA;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#0066AA;
	text-decoration:underline;
}

h1 {
	margin: 0 0 3px 0;
	font-size: 16px;
	line-height: 20px;
}

h2 {
	margin: 0 0 3px 0;
	font-size: 15px;
	line-height: 20px;
}

h3 {
	margin: 0 0 3px 0;
	font-size: 14px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 16px;
	font-weight:bold;
	color: #0066aa;
}
h5 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px;
	font-weight:bold;
	color: black;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px;
	font-weight:bold;
}



.clear {
	clear:both;
	width:auto;
	height:0px;
	overflow:hidden;
}
.clear5 {
	clear:both;
	width:auto;
	height:5px;
	overflow:hidden;
}
.clear10 {
	clear:both;
	width:auto;
	height:10px;
	overflow:hidden;
}
.clear18 {
	clear:both;
	width:auto;
	height:18px;
	overflow:hidden;
}
.clear20 {
	clear:both;
	width:auto;
	height:20px;
	overflow:hidden;
}

table.results {
	border-top: 1px solid #068AEC;
}
table.results thead th, table.results thead td {
	background-color: #E8E4DE;
	font-size: 11px;
	text-align: left;
	padding:3px 5px 3px 5px;
}
table.results tbody td, table.results tbody th {
	vertical-align: top;
	font-size: 11px;
	text-align: left;
	padding:3px 5px 3px 5px;
	border-top: 1px solid #B1C7D7;
}
table.results tbody th {
	font-weight: bold;
}
table.results tbody h6 {
	font-weight: bold;
	margin: 0px;
}
table.results tbody p {
	margin-top: 0px;
	line-height: 14px;
}
table.results tbody th a {

}

table.results tbody h3, table.results tbody h6, table.results tbody p {

}
table.results tbody h3 {
	font-size: 14px;
	margin-bottom: 3px;
}
table.results tbody h6 {
	margin-top: 3px;
	margin-bottom: 3px;
}
table.results tbody p {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 11px;
}
.highslide-credits {
	display:none!important;
}
.highslide-dimming {
	background: black;
}

#messageBox {
	background-color:#A0A0A0!important;
}

.errorMessageBox,
.okMessageBox {
	width:400px;
	position:absolute;
	z-index:100000;
	top:300px;
	left:300px;
	border:2px solid #888888;
}
.errorMessageBox .title,
.okMessageBox .title {
	width:400px;
	height:38px;
	font-size:13px;
	color:white;
}
.errorMessageBox .title {
	background-color:#666666;
}
.okMessageBox .title {
	background-color:#666666;
}
.errorMessageBox .text,
.okMessageBox .text {
	background:#e9c2b2;
	color:#5c2105;
	border:1px solid black;
	padding:25px 40px 25px 40px;
}
.okMessageBox .text {
	background:white;
	color:#5b6f80;
}
.errorMessageBox .title .border,
.okMessageBox .title .border {
	padding:12px 12px 0 43px;
}
.pMessageDialog{
	display:none;
}
.pMessageDialog .regulator{
	max-height:400px;
	overflow:auto;
}

table.formTable tr:last-child td,
table.formTable tr:last-child th{
	border-bottom:none;
}
table.formTable {
	margin-bottom:10px;
}
table.formTable td,
table.formTable th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding:2px 5px 2px 0;
	border-bottom:1px solid rgba(0,0,0,0.25);
	line-height:15px;
}
table.formTable th {
	width:250px;
}
table.formTable table.subFields td,
table.formTable table.subFields th {
	border:none;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
table.formTable table.subFields {
	margin-top:10px;
}
.subfields label {
	float:left;
	font-size:10px;
	line-height:12px;
	margin-right:6px;
}
.subfields label input,
.subfields label .input,
.subfields label select{
	display:block;
	font-size:12px;
}

fieldset {
	border:1px solid #202020;
	padding:10px;
	margin:0 0 20px 0;
	position:relative;
	background-color:rgba(0,0,0,0.05);
}
fieldset.disabled{
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity: 0.25;	
}
fieldset.f-l + fieldset.f-l{
	margin-left:10px;
}
tr.disabled{
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity: 0.25;	
}
fieldset.small{
	padding:2px 0 0 120px;
	margin:0 0 5px 0;
}
fieldset > *:last-child{
	margin-bottom:0;
}
fieldset.active{
	border:1px solid #b8b8b8;
	background-color:#fdfdff;
}
fieldset input[type='text'],
fieldset input[type='password'],
fieldset textarea{
	border:1px solid #d5d5d5;
}
fieldset input[type='text'].active,
fieldset input[type='password'].active,
fieldset textarea.active{
	border:1px solid #0066B3;
}
fieldset input[type='text'].readonly,
fieldset input[type='password'].readonly,
fieldset textarea.readonly{
	background-color:#e0e0e0;
}

fieldset h4 {
	margin:0 0 20px -5px;
}
fieldset legend h1,
fieldset legend h2,
fieldset legend h3,
fieldset legend h4,
fieldset legend h5,
fieldset legend h6 {
	margin:0;
}
.pContentText fieldset legend h1,
.pContentText fieldset legend h2,
.pContentText fieldset legend h3,
.pContentText fieldset legend h4,
.pContentText fieldset legend h5,
.pContentText fieldset legend h6 {
	margin:0;
}
fieldset.active legend h1,
fieldset.active legend h2,
fieldset.active legend h3,
fieldset.active legend h4,
fieldset.active legend h5,
fieldset.active legend h6 {
	color:#aa5b26;
}
fieldset.small legend{
	position:absolute;
	left:0;top:0;
}
fieldset td label {
	display:inline-block;
	margin:0 10px 10px 0;
	letter-spacing:nowrap;
}
fieldset table.formTable:last-child {
	margin-bottom:0;
}
fieldset table.formTable tr:last-child th label,
fieldset table.formTable tr:last-child td label {
	display:inline-block;
	margin:0 10px 0 0;
	letter-spacing:nowrap;
}
