/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}
p, td, li {
	font-size:12px
}
p,h6 {
	font-size:12px;
	line-height:18px;
	margin:0 0 18px 0;
}
form,fieldset {
	border:none;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:13px;
	color:#FF9600;	
	margin:0 0 16px 0;
}
h4 {
	font-size:13px;
	color:#ffffff;	
	margin:0 0 16px 0;
}
h4 label {
	font-size:10px;
	display:inline-block;
}
h5 {
	font-size:12px;
	color:#FF9600;	
	margin:0 0 16px 0;
}
a,.link {
	color:white;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	color:#FF9600;
	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 th {
	text-align:right;
	background-color: #D0D0D0;
}
table.results table.subfields td,
table.results table.subfields th {
	border:none;
	text-align:left;	
	font-weight:normal;
	font-size:11px;
}
table.results table.subFields {
	margin-top:10px;
}
table.results {
	border-bottom: 1px solid #333333;
	margin:0 0 20px 0;
}
table.results td,
table.results th {
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	padding:5px 10px 5px 0;
	border-top: 1px solid #333333;
}
table.results th {
	font-weight: bold;
}
table.results tfoot td,
table.results tfoot th {
	border-top: 4px double #333333;
}
table.results table.subfields th,
table.results table.subfields td {
	padding:0px 5px 2px 0;
	border-top:none;
}
table.results input[type="text"],
table.results textarea{
	background-color:white;
	border:1px solid white;
}
.highslide-credits {
	display:none!important;
}
.highslide-dimming {
	background: black;
}

#messageBox {
	position:absolute;
	z-index: 1000;
	background-color:#FF9600;
	display:none;
	width:360px;
	min-height:100px;
	border-radius:10px;
	padding:20px;
	top:250px;
	left:250px;
	font-size:14px;
}
#messageBox .bezar{
	float:right;
}
#messageBox .bezar a{
	font-size:10px;
}
#messageBox h4{
	color:black;
	font-size:18px;
	margin:0;
}

div.ruler {
	border-top: 1px solid #333333;
	height:1px;
	overflow:hidden;
}
.btnWhite,
a.btnWhite {
	display:inline-block;
	font-family:"Trebuchet MS",Helvetica;
	font-size:15px;
	line-height:15px;
	height:15px;
	color:#000000;
	text-decoration:none;
	padding:5px 20px;
	background-color:white;
	border-radius:5px;
	font-weight:bold;
}
.ta-l{text-align:left;}
.ta-c{text-align:center;}
.ta-r{text-align:right;}
.ta-j{text-align:justify;}
.ws-nw{white-space:nowrap;}
