/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525151;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0 0 15px 0;
}
h1 {
	color:#0e4e8c;
	font-size:20px;
	margin:0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}

h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0 0;
}
p strong {
	color:#0e4e8c;
}
.c-0e4e8c {
	color:#0e4e8c;
}
p, td, li {
	font-size:12px;
}

form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a,.link {
	color:#000080;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	color:#800080;
	text-decoration:none;
}

.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.formTable {
	margin-bottom:10px;
}

table.formTable td, table.formTable th {
	vertical-align:top;
}

table.formTable td,
table.formTable th {
	color:#0e4e8c;
	font-size:11px;
	padding:2px 0px 2px 0px;
	font-weight:normal;
}
table.formTable th {
	text-align:left;
	padding-right:10px;
}
table.formTable thead th {
	border-bottom:1px solid #abcbeb;
	font-size:12px;
	font-weight:bold;
	padding:1px 0;
	text-align:left!important;
}
table.formTable input,
table.formTable textarea {
	border:1px solid #7a94ae;
	background:white;
	padding:2px 4px;
	color:#0e4e8c;
	font-size:11px;
}
table.formTable input[type=file],
table.formTable input[type=checkbox],
table.formTable input[type=radio] {
	border:none;
}
table.formTable .code {
	width:90px;
	float:right;
}
table.formTable .code_img {
	float:left;
}

table.formTable .button {
	background:url(/pic/button_reg.gif) no-repeat;
	border:none;
	width:76px;
	height:21px;
	cursor:pointer;
	color:white;
	font-weight:bold;
}
table.formTable table.subFields td,
table.formTable table.subFields th {
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding:0 5px 0 0;
}
table.formTable table.subFields {
}

table.formTable tfoot td,
table.formTable tfoot th {
	padding-top:20px;
}

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 {
	width:457px;
	position:fixed;
	z-index:100000;
	top:300px;
	left:300px;
	background-color:transparent;
}
#messageBox .top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_errorbox_top.png');
	width:457px;
	height:16px;
	overflow:hidden;
}
#messageBox.okMessageBox .top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_okbox_top.png');
}
#messageBox .top .bgr {
	background:url(/pic/bgr_errorbox_top.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:457px;
	height:16px;
}
#messageBox.okMessageBox .top .bgr {
	background:url(/pic/bgr_okbox_top.png) no-repeat;
}
#messageBox .bot {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_errorbox_bot.png');
	width:457px;
	height:19px;
	overflow:hidden;
}
#messageBox.okMessageBox .bot {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pic/bgr_okbox_bot.png');
}
#messageBox .bot .bgr {
	background:url(/pic/bgr_errorbox_bot.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:457px;
	height:19px;
}
#messageBox.okMessageBox .bot .bgr {
	background:url(/pic/bgr_okbox_bot.png) no-repeat;
}
#messageBox .border {
	background:url(/pic/bgr_errorbox_all.gif) repeat-y;
	width:auto;
	padding:2px 20px 10px 20px;
}
#messageBox.okMessageBox .border {
	background:url(/pic/bgr_okbox_all.gif) repeat-y;
}
#messageBox {
	color:white;
}
#messageBox ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#messageBox .bezar {
	position:absolute;
	top:5px;
	right:20px;
}
#messageBox .bezar a {
	color:#FFFFFF;
	text-decoration:none;
}
#messageBox h4 {
	font-size:18px;
	margin:0 0 15px 0;
	font-weight:normal;
}

#messageBox .title{
	width:457px;
	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;
}
#messageBox ul li a{
	color:white;
	text-decoration:none;
}
#messageBox ul li a:hover{
	color:white;
	text-decoration:underline;
}
.nowrap {
	white-space:nowrap;	
}

