html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	margin:6px;
	padding:6px;
	margin-top:0px;
	padding-top:0px;
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
	background-color:#E9EEF1;
}

/*Font*/
body
{
	font-size: 11px;
	font-family: arial, Verdana, Helvetica, sans-serif;
	color: #90A7B8;
}

*
{
	font-size: 14px;
	font-family: arial, Verdana, Helvetica, sans-serif;
	color: #90A7B8;
}


h2 {
font-size:14px;
font-weight:bold;
}

img {border:0;}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/header_bg.gif) repeat-x;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}


/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

div#search_div {padding-top:54px; padding-right:12px;} 
#search_text {width:195px; border:0px; height:24px;}

div#footer_menu a.root-item
{
font-size:12px;
color:#FCA527;
}
div#footer_menu a.root-item-selected
{
font-size:12px;
font-weight:bold;
color:#90A7B8;
}
