@charset "utf-8";

.server_status_spinner
{
	position:								absolute;
	opacity:								0.5;
	z-index:								5;
	background:								#fff;

	text-align:								center;
	font-weight:							bold;
}

.server_status_spinner-img
{
	background:								url( "../../Images/default/spinner.gif" ) no-repeat center center;
	width:									24px;
	height:									24px;
	margin:									0 auto;
}

.StatusText
{
	color:									orange;
}
		
.StatusText-Online
{
	color:									green;
}
		
.StatusText-Offline
{
	color:									red;
}

#server_status_container
{
	background:								url( "../../Images/default/ht.png" ) no-repeat;
	height:									25px;
	width:									900px;
	position:								relative;
	vertical-align:							middle;
	font-weight:							bold;
}

#server_status_content
{
	width:									420px;
	position:								relative;
}

#server_status_top
{
	background:								#fff;
	height:									25px;
	width:									420px;
	position:								relative;
	vertical-align:							middle;
	text-align:								center;
}

#server_status_top table, #server_status_body table, #sakray_slide table, #ecchi_slide table
{
	width:									100%;
	height:									100%;
	position:								relative;
	table-layout:							fixed;
}

#server_status_body
{
	background:								#fff;
	height:									auto;
	width:									420px;
	position:								relative;
	vertical-align:							middle;
	text-align:								center;
	padding:								0px;
	padding-bottom:							5px;
/*	border-bottom-left-radius:				8px;
	border-bottom-right-radius:				8px;
*/	-moz-border-radius-bottomleft:			8px;
	-moz-border-radius-bottomright:			8px;
	-webkit-border-bottom-left-radius:		8px;
	-webkit-border-bottom-right-radius:		8px;
/*	behavior:								url( "../../CSS/default/border-radius.htc" );*/
}
