/*************************************
 * TITLE: UCS Screen Stylesheet  *
 * MODIF: 2008-08-24 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../image/ucs_back.jpg);
	background-repeat: repeat-x; 
	padding: 0px;
	margin: 0px;
}

.ucs_base {

left:50%;

position: absolute; 
	width:800px;
	height:100%;
	float:left;
	background-color: #FFFFFF;
	margin: 0px  0px  0px 0px;
	margin-left:-400px;
	border-top: 10px #000000 solid;	
	border-bottom: 2px #ffffff solid;
	padding:0px;	
	padding-bottom:50px;

}

.ucs_header {
	width:800px;
	float:left;
	font-size:x-small;
/*	border-bottom: 2px #ffffff solid; */	
}

.ucs_top_logo {

	width:250px;
	float:left;
	height:75px;
}
.ucs_top_status {

	width:540px;
	float:left;
	height:30px;
	text-align:right;
	font-size:x-small;
	padding-top:5px;
}
.ucs_top_rank {

	width:540px;
	float:left;
	height:20px;
	text-align:right;
	color:#A88100;
	font-size:small;
	font-weight:bold;

}
.ucs_top_personal {

	width:540px;
	float:left;
	height:20px;
	color:#000000;
	text-align:right;
	font-size:x-small;
	font-weight:bold;
}
.ucs_top_menu_top {

	width:700px;
	float:left;
	height:70px;

}

.ucs_top_menu {

	width:800px;
	float:left;
	height:43px;
	background-image: url(../image/menu_bar.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
.ucs_top_menu img {
	border:0px;
	margin: 0px 0px 0px 0px;
/*	border-left: 2px #eeeeee solid;*/
	
	}
.ucs_mem_menu {

	width:800px;
	float:left;
	text-align:center;
	padding: 0px;
	margin: 0px;
		margin-bottom: 15px;
}
.ucs_mem_menu img {

	border:0px;
	margin: 0px 10px 0px 0px;
	
	}



.ucs_footer {

}

.ucs_menu {
	text-align: left;
	margin: 0px 0px 0px 250px;
}

.ucs_menu img {
	border:0px;
	margin: 0px 10px 0px 0px;}

.ucs_main {
	padding: 0px ;
	width:800px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	float:left;


}
.ucs_main h2{

	text-align:center;
	color: #666633;
	font-size:x-large;
	padding-bottom:25px;

}
.ucs_main h3{

	text-align:center;
	color: #666633;
	font-size:large;
	padding-bottom:25px;

}

.ucs_main table{
	color: #000000;
/*	text-align: right; */
	border: 0px #000000 solid;
	background-color: #ffffff ;
}
.ucs_main td{
	height: 50px;
}
.ucs_main img{
	border: none;
}



.ucs_main_header{

	width:800px;

margin:0px;
	margin-top:20px;
	margin-bottom:20px;

	padding-left:0px;

	padding-right:0px;

	text-align:center;
	color:#000000;
	font-size:small;
		line-height:150%;


}



.ucs_main_header_bun{
	width:500px;
	white-space:nowrap;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

}
.ucs_main_header h2{
	text-align:center;
	color: #666633;
	font-size:large;
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;

}
.ucs_main_header p{

	text-align:left;
	color: #666633;
	font-size:normal;
	padding:0px;

	color:#000000;
	font-size:normal;
	line-height:180%;
}

