/* CSS Document */
.d-n{display:none!important}
.d-b{display:block!important}
.d-ib{display:inline-block!important}
.d-i{display:inline!important}
.ta-l{text-align:left!important}
.ta-c{text-align:center!important}
.ta-j{text-align:justify!important}
.ta-r{text-align:right!important}
.ws-nw{white-space:nowrap!important}
.f-l{float:left!important}
.f-r{float:right!important}
.f-n{float:none!important}

body{
	background-color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #303030;
}
a,.link {
	text-decoration: none;
	color:#A97420;
	}
h1{
	font-size:32px;
	margin:0 0 35px 0;
	font-family: 'Exo', sans-serif;
	font-weight:500;
}

h2{
	font-size:28px;
	margin:0 0 31px 0;
	font-family: 'Exo', sans-serif;
	font-weight:500;
}

h3{
	font-size:24px;
	margin:0 0 27px 0;
	font-family: 'Exo', sans-serif;
	font-weight:500;
}
h4{
	font-size:20px;
	margin:0 0 23px 0;
	font-family: 'Exo', sans-serif;
	font-weight:500;
}
h5{
	font-size:16px;
	margin:0 0 19px 0;
	font-family: 'Exo', sans-serif;
	font-weight:500;
}
h6{
	font-size:14px;
	margin:0 0 17px 0;
	font-family: 'Exo', sans-serif;
	font-weight:500;
}

p, td, li {
	font-size:12px;
	margin:0 0 15px 0;
}
form {
	margin:0px;
	padding:0px;
}


.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.form {
	font-size: 12px;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	background-color: #34D7BC;
}
table.form tr {
	vertical-align: top;

}
table.form th{
	width: 110px;
	background-color: #00A388;
	padding-left: 15px;
}

table.form table {
	font-size: 9px;
	font-family: Arial, Helvetica;
	background-color: transparent;
	text-align: left;
}

table.form table th {
	background-color: transparent;
	padding: 0px;
}

table.form input, table.form textarea {
	width: 100%;
}

table.form input.button, table.form input[type=checkbox], table.form input[type=radio], table.form input[type=button], table.form input[type=submit] {
	width: 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 #E2E2E2;
	line-height:15px;
}
table.formTable th {
	width:150px;
}
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 #e8e8e8;
	padding:10px;
	margin:0 0 20px 0;
	position:relative;
}
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;
}

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;
}
.menu ul {
	display:block;
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
.menu ul li {
	float:left; display:block;
	margin:0;
	padding:0;
	border:none;
}
.SQLQueryDiv {
	display:none;
	background-color:white;
	border:2px solid #808080;
	position:absolute;
	z-index:1000;
}
.SQLQuerySpan {
	background-color:white;
	border:2px solid #808080;
}
