h1 {
	font-size:24px;
	font-weight:normal;
	display:block;
	color:#042d56;
	text-decoration:none;
	margin:10px 0 10px 0;
	line-height:130%;
}
h2 {
	font-weight:normal;
	color:#042d56;
	margin:10px 0 5px 0;
	font-size:20px;
	line-height:18px;
	text-decoration:none;
	line-height:130%;
}
h3 {
	color:#042d56;
	font-weight:normal;	
	font-size:16px;
	margin:1em 0 0.1em 0;
	padding:0;
	text-decoration:none;
	line-height:130%;
}
h4 {
	text-transform:uppercase;
	font-weight:normal;
	color:#294c6f;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.5px;
	margin:10px 0 5px 0;
	line-height:130%;
}
h5, .intro {
	color:#333333;
	font-size:14px;
	font-weight:normal;
	line-height:140%;
}

ul {
	list-style-type:square;
	list-style-image:url(/common/images/blue_bullet.gif);
}
p {
	margin:0 0 1em 0;
}
.small {
	font-size:0.9em;
	color:#333;
}
.normal {
	font-size:12px;
	line-height:140%;
}
hr {
	border:0;
	height:1px;
	background-color:#ccc;
	color:#ccc;
}
hr.light {
	background-color:#eee;
	color:#eee;
}
.third ul {
	list-style-image: none;
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
	border-top:3px solid white;
}
.third li {
	padding:3px 3px 3px 5px;
	border-top:1px solid white;
	font-size:11px;
}
.third li a {
	color:#042d56;
}
.textbox {
	padding:25px;
	font-size:12px;
	line-height:140%;
}
#leftmenu {
	height:auto;
}
blockquote {
	margin-left:2em;
}

.zebratable {
	border:1px solid #cccccc;
	padding:2px;
	width:100%;
	border-collapse:collapse;
}
.zebratable td {
	padding:4px;
}
.zebratable th {
	background-color:#042d56;
	padding:4px;
	color:#ffffff;
	font-weight:bold;
}
.zebratable .grey {
	background-color:#f2f4f6;
}
.zebratable tr:hover   { 
	background-color:#e5eaee;
}
.zebratable .odd {
	background-color:#f2f4f6;
}

.icon img {
	padding:2px 2px 0 2px;
	width:16px;
	height:16px;
}
.icon a {
	display:block;
	float:left;
	padding: 0px 2px 0 0;
}
a.iconlabel {
	padding:3px 0 0 0;
}

.videothumb img{
	width:83px;
	float:left;
	display:block;
	padding:2px;
	border:1px solid #ccc;
}
.videolink {
	float:left;
	display:block;
	width:120px;
	padding:10px 0 0 5px;
}

#topmenu li {
	margin:45px 13px 0 13px;
	font-size:12px;
	padding:0;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	list-style-image:none;
}
.alert {
	border-width:1px;
	border-style:solid;
	font-weight:normal;
	font-size:11px;
	line-height:130%;
	padding:5px;
	margin-bottom:3px;
	color:#300;
	border:1px solid #FC9;
	background-color:#FFC
}
.bad {
	color:#000;
	border-color: #C00;
	background-color:#FCC;
}
.good {
	color:#030;
	border-color: #71bc21;
	background-color:#e0f1b3;
}
.warning {
}
.blue {
	color:#042d56;
	border-color:#abb9c7;
	background-color:#f1f4f6;
}
.alert a:link, .alert a:visited {
	text-decoration:underline;
}
.i {
	background-image:url(/common/icons/i.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:5px 5px 5px 25px;
}
.clear {
	clear:both;
}

.frame {
	border:1px solid #ccc;
	padding:3px;
	background-color:#fff;
}
a:hover img.frame {
	border-color:#999;
}
/*** fancy forms ***/

form fieldset {
	margin:20px 0;
	border:0;
	padding:0;
	border-bottom:1px solid #ddd;
}
form legend {
	font-size:1.3em;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color:#333;
	padding: 0;
	display:block;
	width:100%;
	border-top:1px solid #a9100d;
	padding:8px 0 10px 0;
}
form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 120px;
	font-weight:bold;
	font-size:.9em;
}
form label.long {
	width: 100%;
}

form label.radio,
form label.checkbox {
    display: inline;
    margin: 0px;
    padding: 0px;
}

form label.radio {
    font-weight: normal;
}

form fieldset ol {
	margin: 0 0;
	padding: 0;
}
form fieldset li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	border-top:1px solid #ddd;
}
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form fieldset .indent {
	margin-left:115px;
}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}
form fieldset fieldset label {
	margin-left: 123px;
} /* Width plus 3 (html space) */
/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */
form .help {
	display:inline;
	font-size:.8em;
	width:200px;
	border:1px solid #FC9;
	padding:2px;
	margin-left:5px;
	background-color:#FFC
}
form .indent {
	margin-left:120px;
}
form .currentfield {
	background-color:#ffffee;
}
form textarea {
	width:100%;
}
input:focus, textarea:focus{
	/*
	border-color:#042d56;
	border-style:solid;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 0px 0px 5px #042d56;
	box-shadow:0px 0px 5px #042d56;
	*/
}


#leftmenu ol {
	font-size:2em;
	list-style-image: none;
	list-style-type:none;
	margin:10px 0;
	padding:0;
	clear:both;
}
#leftmenu ul {
	margin:0;
	padding:0 0 5px 0;
}
#leftmenu li {
	border-top:1px dotted white;
	margin:4px 0 3px 0px;
	padding:0 10px 0 20px;
	clear:both;
	border-top:1px solid #94a5b5;
}
#leftmenu .finalize {
	font-size:15px;
	color:#a8bbc6;
	padding-top:10px;
	font-weight:bold;
}
#leftmenu li li{
	border:0;
	padding:0 0 0 15px;
}
#leftmenu li a:link,  #leftmenu li a:visited {
	font-size:15px;
	color:#fff;
}
#leftmenu li li a:link,  #leftmenu li li a:visited {
	font-size:11px;
	color:#000;
	display:block;
	float:left;
	padding:3px 0 3px 0;
}
#leftmenu .currentpage {
	padding-top:5px;
	padding-bottom:5px;
	font-size:15px;
	background-color:#a8bbc6 !important;
	margin-bottom:-5px;
}
label.error {
	background: transparent url(/common/icons/unchecked.png) no-repeat scroll 5px 2px;
	text-indent:20px;
	font-size:0px;
	width:20px;
	height:20px;
	overflow:hidden;
}
input.error {
	color:#000;
	border:1px solid #a9100d;
}
.hidden {
	display:none;
}
input.spaced {
	margin: 3px 0 3px 0;
}
.floatright, .floatleft {
	display:block;
	width:300px;
	margin:10px;
}
.floatright {
	float:right; 
	margin-right:-210px;
}
.floatleft {
	float:left; 
	margin-left:-210px;
}
.right {
	float:right;
	margin: 5px 0 5px 5px;
}
.left {
	float:left;
	margin: 5px 5px 5px 0;
}
/**** auto complete ****/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	text-align:left;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

