@charset "UTF-8";

body  {
	font: 			100.01% Arial, Helvetica, sans-serif;
	background: 	black url(../jade_images/bk_white.gif) repeat-y fixed top center;	
	text-align: 	center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:			#444;
	margin-top:		3px;
	line-height:	1.175em;
}

#container {
	margin:				0px auto 0px auto;
	text-align: 		left;
	width: 				1024px;
	position:			relative;
	background: 		#FFF;
	/* box-shadow:			rgba(0,0,0,0.5) 0px 0px 24px; */
	box-shadow:			0px 0px 10px #666;
	-webkit-box-shadow:	0px 0px 10px  #666;
	-moz-box-shadow: 	0px 0px 10px  #666;
} 

#containerliq {
	margin:				0px auto 0px auto;
	text-align: 		left;
	width: 				80%;
	position:			relative;
	background: 		#FFF;
} 

#headertable{
	width: 100%;
}

#headertable td{
	width: 33%;
}

#headertable img {
	border-style: hidden;
	border-width: 0px;
}

#headertext {
	text-align:right;
	padding-right: 10px;
}

#footer, #header {
	width: 100%;
	color:#EEE;
}

#footer a, #headertable a   {
	color:#EEE;
}

#header, #round, #container, #containerliq {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;		
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
}

#header{
	background: #0810b5 url(../jade_images/bk_header.png) repeat-x top left; 
	height: 88px;
}

#footer, #container, #containerliq  {	
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;		
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;	
	-opera-border-radius:20px;
}

#footer {
	background: #0810b5 url(../jade_images/footer_bk.png) repeat-x top left;	
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;	
}

#footer,#header{
	font-size:0.75em;
	font-weight: 600;
}

#headerslogon {
	text-align:center;
}

#blue_fade {
	background: transparent url(../jade_images/blue_fade.png) repeat-x top left;
	height: 20px;
	width: 100%;
}

#white_fade {
	background: transparent url(../jade_images/white_fade.png) repeat-x top left;
	height: 14px;
	width: 100%;
}

.hspacer {
	height: 1.2em;
	clear:	both;
}
