/*
	Focus Style Sheet
	Degine PhudongSoft
*/

body 
{
	background-color: #FFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:10px;
	padding:5px;
	margin:0;	
}

.container 
{
	margin:0 auto;
	width:1004px;
/*	height:700px;*/
	background:#E46D0A;
	background-attachment:scroll;
}

.bg 

{
	background-color: #FFF;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	
}

.content 
{
}

.content1
{
}

a
{ 
	text-decoration: none; 
	outline: none; 
	color:#FFFFFF;
	font-weight:bold; 
}

.menubar 
{
	height:55px;
	position:relative;
	background:url(../images/bgtop.png) repeat;
	border-bottom:solid 1px white;
}

.menubar ul 
{
	list-style-type:none;
	padding:0;
	margin:0;
}

.menubar li
{
	float:left; 
	position:relative; 
	padding: 0px 0px 0px 0px;
	border-right:solid 1px #fff;
	height:55px;
	width: 100px;
	text-align:center;
	overflow: hidden; 
	display: block;
}

.menubar ul a,
.menubar ul :visited {
	display:block;	
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	/*padding: 0 0px;
	text-decoration:none;
	margin:0 1px;
	background-color:inherit;
	color: #990000;*/
}

.menubar ul a:hover,
.menubar ul a.active 
{
	background:#E46D0A;
	color: #FFFF00;
}

.mb-right 
{
	float:right; 
	padding: 5px 5px 5px 5px;
	font-size:11px;
	width: 480px;
	overflow: hidden; 
	display: block; 
	color: #FFFFFF;
	border-right:solid 0px;
	text-align:left; 
}

.welcome
{
	padding:10px 10px 10px 10px;
	font-size:14px;
	width: 640px;
}

.welcome1
{
	padding:10px 10px 10px 10px;
	font-size:10px;
}

.welcome2
{
	padding:10px 10px 10px 40px;
	font-size:10px;
}

.welcome3
{
	padding:0px 10px 10px 80px;
	font-size:10px;
}

.box-login 
{ 
	padding:0px 0px 0px 0px;
	position:relative;
	top:0px;
	color:#fff;
/*	background:#ff9c27;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	border-left:solid 1px #fff;*/
	font-size:11px;
}

.box-notify
{
	width:300px;
	font-size:11px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	float:right;
	background-color:#f9ea89;
	color:#AA0000;
	border:solid 1px #b5b5b5;
			
}

.box-news
{
	width:300px;
	font-size:10px;
	
	padding:5px 5px 5px 5px;
	float:right;
	background-color:#f9ea89;
	
	border:solid 1px #b5b5b5;	
}

.box-news table 
{
	border:none;
    width:100%;
}

.box-news th 
{
	border-right:solid 1px #999;
	background-color:#CCC;
	border-bottom:solid 2px #999;
	height:20px;
}

.box-news td 
{
	border-right:none;
	border-bottom:none;
	height:20px;
	width:auto;
	padding:1px;
}

.box-news a,
.box-news :visited
{
	color:#FF0000;
	font-weight:bold; 
}

.box-left
{
	width:500px;
	float:left;			
}

.box-right
{
	width:300px;
	float:right;			
}

.textbox 
{
	width:100px;
	font-size:10px;
	background-color:#f9ea89;
	border:solid 1px #b5b5b5;
	padding-left:2px;
}

.texterror 
{
	color:#FF0000;
	font-size:10px;
}

.buttonlogin 
{
	background-color:#f9ea89;
	border:solid 1px #b5b5b5;
	font-size:11px;
	padding:1px;
	width:60px;
	float:right;
}

.searchpanel
{
	float: left;
	margin-right:20px;
}


