/* CSS Document */

body {
	margin:0px;
	padding:0px;
	border:0px;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0d2525;
}
p, td, li {
	font-size:12px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
}
form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#000080;
	text-decoration:underline;
}
a:hover {
	color:#800080;
	text-decoration:none;
}

.right_img {
	float:right;
	margin:0 0 25px 20px;
	border:1px solid #303030;
	margin-top:-20px;
}
.left_img {
	float:left;
	margin:0 20px 25px 0;
	border:1px solid #303030;
	margin-top:-20px;
}

.clear {
	clear:both;
	width:auto;
	height:0px;
	overflow:hidden;
}
.clear5 {
	clear:both;
	width:auto;
	height:5px;
	overflow:hidden;
}
.clear7 {
	clear:both;
	width:auto;
	height:7px;
	overflow:hidden;
}
.clear10 {
	clear:both;
	width:auto;
	height:10px;
	overflow:hidden;
}
.clear15 {
	clear:both;
	width:auto;
	height:15px;
	overflow:hidden;
}
.clear18 {
	clear:both;
	width:auto;
	height:18px;
	overflow:hidden;
}
.clear20 {
	clear:both;
	width:auto;
	height:20px;
	overflow:hidden;
}
.clear30 {
	clear:both;
	width:auto;
	height:30px;
	overflow:hidden;
}
.clear35 {
	clear:both;
	width:auto;
	height:35px;
	overflow:hidden;
}
.clear50 {
	clear:both;
	width:auto;
	height:50px;
	overflow:hidden;
}
.clear70 {
	clear:both;
	width:auto;
	height:70px;
	overflow:hidden;
}


table.formTable {
	margin-bottom:10px;
}
table.formTable td, table.formTable th {
	vertical-align:top;
}
table.formTable th {
	text-align:right;
	border-right:3px solid #d0d2d7;
}
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;
}


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;
}

.errorMessageBox,
.okMessageBox {
	width:400px;
	position:absolute;
	z-index:100000;
	top:300px;
	left:300px;
}
.bgr_hiba {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_hiba.png');
	width:36px;
	height:103px;
	position:absolute;
	z-index:100;
	margin-left:40px;
}
.bgr_hiba .bgr {
	width:36px;
	height:103px;
	background:url(/pic/bgr_hiba.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.errorMessageBox h4 {
	font-size:14px;
	color:white;
}
.errorMessageBox ul {
	margin:0px;
	padding:0px;
	list-style:disc;
}
.errorMessageBox .msg_cont {
	position:relative;
	color:white;
	padding:40px 40px 20px 95px;
}
.errorMessageBox .bgr_all {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_error_message_all.png', sizingMethod='scale');
	width:365px;
}
.errorMessageBox .bgr_all .bgr {
	background:url(/pic/bgr_error_message_all.png) repeat-y;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:365px;
}
.errorMessageBox .bgr_top {
	width:365px;
	height:33px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_error_message_top.png');
}
.errorMessageBox .bgr_top .bgr {
	width:365px;
	height:33px;
	background:url(/pic/bgr_error_message_top.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.errorMessageBox .bgr_bot {
	width:365px;
	height:56px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_error_message_bot.png');
}
.errorMessageBox .bgr_bot .bgr {
	width:365px;
	height:56px;
	background:url(/pic/bgr_error_message_bot.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/*
#messageBox {
	background-color:#A0A0A0!important;
}
.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;
}*/