body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	background:#42afdc url(../images/html-bg.jpg) repeat-x;
}

#page
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	width:100%;
	height:100%;
	background:url(../images/main-bg.jpg) no-repeat center top;
}

#loading_pane
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:200;
	width:100%;
	height:100%;
	background: #222222 url(../images/main-bg-grey.jpg) no-repeat center top;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}

#loading_pane2
{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:202;
	width:100%;
	height:100%;
	background: #222222 url(../images/main-bg-grey.jpg) no-repeat center top;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}

#confirm_box
{
	display:none;
	position:absolute;
	top:35%;
	left:50%;
	z-index:201;
	margin-top:16px;
	margin-left:-190px;
	background-color:#EEEEEE;
	border:1px solid #999999;
	font-family:Verdana;
	color:#000099;
	width:380px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

#dialog_box
{
	position:absolute;
	top:35%;
	left:50%;
	z-index:203;
	margin-top:16px;
	margin-left:-190px;
	background-color:#EEEEEE;
	border:1px solid #999999;
	font-family:Verdana;
	color:#000099;
	width:380px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.message_box_loading
{
	display:none;
	position:absolute;
	top:40%;
	left:50%;
	z-index:201;
	margin-top:16px;
	margin-left:-190px;
	background-color:#EEEEEE;
	border:1px solid #999999;
	font-family:Verdana;
	color:#000099;
	width:380px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

.title_loading
{
	position:relative;
	margin:0px;
	padding:0px;
	height:24px;
	background: url(../images/menu_header.jpg) repeat-x;
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topleft:5px;
	padding:4px;
	padding-left:30px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.message_loading
{
	margin:2px;
	padding:10px;
	padding-left:50px;
	padding-right:50px;
	font-size:10px;
}

.message_text_loading
{
	margin:20px;
}

.message_forward_loading
{
	margin:20px;
	margin-top:0px;
}

#page_container
{
	position:relative;
	top:0px;
	left:50%;
	z-index:5;
	width:810px;
	margin-left:-405px;
}

.footer
{
	min-width:980px;
	text-align:right;
	font-size:8px;
	color:#AAAAAA;
}

.page_title
{
	border:1px solid #CCCCCC;
	background-color:#F5F5F5;
	margin-top:10px;
	margin-bottom:20px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
}
