/* CSS Document */

Body{
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #CCCCCC;

}
a:link {
	text-decoration: none;
	color:#FFFFFF;
	}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	text-decoration: none;
	color: #FFFFFF;

}
a:active {
	text-decoration: none;
	color: #FFFFFF;

}
h1{
font-size: 14px;
font-weight: 600;
line-height: 18px;
color:#FFFFFF;
background-image: url(/szeletek/orangeline.jpg);
background-repeat:no-repeat;
}

h2{
font-size: 11px;
font-style: italic;
font-weight: 100;
line-height: 5px;
color:#FFFFFF;
}

h3{
font-size:12px;
font-weight:600;
background-image: url(/szeletek/orangeline.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}

p, td, li {
	font-size:12px;
}
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.formTable {
	margin-bottom:10px;
}
table.formTable td, table.formTable th {
	vertical-align:top;
}
table.formTable th {
	text-align:right;
	background-color: #D0D0D0;
}
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;
}

#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;
}
