html,body{
	height:100%;
	padding:0;
	margin:0;
	min-width:900px;
	min-height:550px;
	font-size:10pt;
	line-height:24px;
}
hr{
	color:#C7C7C7;
	background-color:#C7C7C7;
	height:1px;
	border:none;
	clear:both;
}
a{
	color:#4A4A4A;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#0066CC;
}
a img{
	border:none;
}
a img:hover{
	border:none;
}

#pause_screen{
	z-index:10;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:url(../images/black_opacity_50.png) repeat;
	display:none;
}
#loading{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-40px;
	width:200px;
	height:80px;
	background:url(../images/black_opacity_50.png) repeat;
	display:none;
	z-index:100;
}
#loading_message{
	position:absolute;
	top:10px;
	bottom:10px;
	right:10px;
	left:10px;
	background:white;
	vertical-align:middle;
	text-align:center;
	line-height:60px;
	font-size:16pt;
}
#advance_titlebar,#show_data_titlebar,#login_titlebar{
	position:absolute;
	top:10px;
	/*top:5px;*/
	left:10px;
	right:10px;
	height:24px;
	line-height:24px;
	background:url(../images/popup_title_bg.png) repeat-x;
	text-align:left;
	padding-right:5px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
#advance_container,#login_container{
	z-index:11;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-256px;
	margin-top:-192px;
	width:512px;
	height:384px;
	background:url(../images/white_opacity_50.png) repeat;
	border:solid #E8E8E8 1px;
	display:none;
}
#advance_content,#show_data_content,#login_content{
	position:absolute;
	top:34px;
	bottom:10px;
	left:10px;
	right:10px;
	overflow:auto;
	padding:10px;
	background:#F4F4F4;
	/*background:#FFFFFF url(../images/searchresult_explorer_bg.png) repeat-x;*/
}
#x_button{
	background:url(../images/x_button.png) no-repeat;
	position:absolute;
	width:24px;
	height:24px;
	top:0px;
	right:0px;
}
#x_button:hover{
	cursor:pointer;
}
#nav_container{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:24px;
	color:#FFFFFF;
	border:solid #BAC3C8 1px;
	border-top:none;
	border-left:none;
	border-right:none;
	vertical-align:middle;
	line-height:24px;
}
#nav_left{
	position:absolute;
	top:0px;
	left:10px;
}
#nav_right{
	position:absolute;
	top:0px;
	right:10px;
}
#nav_container a{
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
#nav_container a:hover{
	text-decoration:underline;
}
