@charset "utf-8";
/* CSS Document */
html {
	height:100% !important;
}
body {
	margin:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	height:100% !important;
}
hr
{
	color:#999999;
}
img {
	border:0px;
}
#styled_popup {
	position:absolute;
	z-index:99;
	background:#000000;
	height:100%;
	width:100%;
	left:0;
	top:0;
	display:none;
}
#greybg_strip {
	background:url(../images/grey_bg.jpg) #45484d left top repeat-x;
	width:100%;
	position:absolute;
	z-index:100;
	top:50%;
	left:0;
	margin-top:-110px;
	height:221px;
	padding:0;
	text-align:center;
}
#greybg_strip a {
	cursor:pointer;
}

#greybg_strip img {
	padding:2px 0 0 0;
	margin:0;
}



.gradientbg {
	background:url(../images/main_gradientbg.gif) left top repeat-y;
	width:994px;
	margin:auto;
	padding:0px 4px 0px 5px;
	height:auto;
	overflow:hidden;
}
#greybg_text {
	left:50%;
	margin-left:-21px;
	margin-top:-10px;
}
#greybg_text a {
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
#greybg_text a:hover{
	text-decoration:underline;
}
#selectionpage_logo{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-483px;
	margin-top:-144px;
	z-index:200;
}


