@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6a6a6a;
}

a { color:#ff7209; text-decoration:underline }
a:hover { color:#ff7209; text-decoration:none }

form {
	margin:0px;
	padding:0px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.left_img {
	float:left;
}
.right_img {
	float:right;
	display:inline;
	margin-left:10px;
	margin-bottom:5px;
	/*margin-top:-20px;*/
}

.nagyito {
	visibility:hidden;
	float:right;
	clear:right;
	margin-top:-30px;
}

h4 {
	font-size:15px;
}
h5 {
	font-size:13px;
	font-weight:bold;
	color:#005baa;
	margin:0 0 25px 0;
}
h6 {
	font-size:12px;
	font-weight:bold;
	color:#005baa;
	margin:0px;
}
ul, p {
	font-size:12px;
	color:#6a6a6a;
}
ul {
	margin:0 0 25px 0;
	padding:0px;
	list-style:none;
}
li {
	background:url(/pic/left_side_menu_bull.gif) no-repeat 0px 6px;
	padding-left:13px;
	padding-bottom:6px;
	font-size:12px;
	color:#6a6a6a;
	line-height:16px;
	font-weight:normal;
}



table.articleTable {
	border-bottom:1px solid #005baa;
	margin-bottom:15px;
}
table.articleTable thead th,
table.articleTable thead td {
	background:#488ac2 url(/pic/bgr_articleTable_caption.gif) repeat-x;
	font-size:13px;
	font-weight:bold;
	color:white;
	text-align:left;
	vertical-align:middle;
	padding:5px 0 5px 10px;
}
table.articleTable thead td {
	font-size:11px;
}
table.articleTable thead th span {
	font-weight:normal;
}
table.articleTable tbody th.lead {
	font-size:12px;
	text-align:left;
	color:#6a6a6a;
	padding:5px 0 5px 0;
	border-bottom:1px solid #6a6a6a;
	padding-left:10px;
}
table.articleTable tbody th.leadborder {
	border-top:1px solid #6a6a6a;
}
table.articleTable tbody th,
table.articleTable tbody td  {
	font-size:12px;
	text-align:left;
	color:#005baa;
	padding:1px 0 1px 10px;
	border-bottom:1px solid #e1e1e1;
}
table.articleTable tbody td {
	font-size:11px;
	color:#6a6a6a;
}
table.articleTable tbody td.lead {
	font-size:11px;
	text-align:left;
	color:#005baa;
	padding:1px 0 1px 0;
	border-bottom:1px solid #e1e1e1;
	padding-left:10px;
	font-weight:bold;
}
table.articleTable .center {
	text-align:center!important;
}
table.articleTable .null,
table.articleTable .null td,
table.articleTable .null th {
	border-bottom:none!important;
}

.extra {
	background:url(/pic/bgr_extra.gif) repeat-y;
	width:auto;
	padding-left:16px;
}
.extra .extra_img {
	margin:0 0 0 -16px;
	border-bottom:5px solid white;
}

table.resultsTable {
	font-size:11px;
	color:#333544;
}
table.resultsTable td, table.resultsTable th {
	padding:7px 5px 7px 10px;
	border:none;
	text-align:left;
	vertical-align:top;
}
table.resultsTable .first {
	border-left:none;
}
table.resultsTable th {
	font-weight:normal;
	color:#5b6f80;
}
table.resultsTable tr.odd td, table.resultsTable tr.odd th, table.resultsTable td.odd, table.resultsTable th.odd{
	background:#f1efe8;
}
table.resultsTable tr.even td, table.resultsTable tr.even th {
	background:white!important;
}
table.resultsTable thead td, table.resultsTable thead th {
	background:#4b4b4b;
	color:white;
}
table.resultsTable .designHeader th {
	padding:4px 0 4px 10px!important;
	color:white;
	text-align:left;
	border-right:1px solid white;
}
table.resultsTable .designHeader div.zaras {
	float:right;
	width:3px;
	height:3px;
	margin-top:-4px;
}

table.resultsTable h4 {
	font-size:12px;
	color:#4b4b4b;
	margin:0px;
}
table.resultsTable h6 {
	font-size:10px;
	color:#bdbdbd;
	margin:0px;
	font-weight:normal;
}
table.resultsTable h5 {
	font-size:10px;
	color:#4b4b4b;
	margin:0px;
	font-weight:normal;
}
table.formTable th, table.formTable td{
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #E1E1E1;
	padding:4px 0 4px 0;
}
table.formTable th {
	padding-right:20px;	
}