@charset "utf-8";
/* CSS Document--coded by jasonHu */

html,body{
	padding:0;
	margin:0;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height:180%;
	color:#000000;
}
/*---------public begin----------*/
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#959596;
	text-decoration:none;
}
img{border:0;}
button{
	height:23px;
	line-height:20px;
}
h1{
	font-size:18pt;
}
hr{
	border:1px dashed #e6e6e6;
	border-collapse:collapse;
}
/*---------public end----------*/

/*---------header begin------------*/
#logo{
	height:80px;
	width:100%;
	background:url(../images/home_02.gif) no-repeat 40px;
}
#logoAdmin{
	height:80px;
	width:100%;
	background:url(../images/admin.gif) no-repeat 40px;
}
#language{
	float:right;
	width:auto;
	margin:55px 30px 0 0;
	text-align:right;
}
.gray{
	color:#959596;
}

#menu{
	height:31px;
	line-height:31px;
	width:100%;
	background:url(../images/home_06.gif) repeat-x;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:31px;
	padding-left:40px;
	float:left;
}
#menu li{
	display:block;
	float:left;
	height:31px;
	width:80px;
}
#menu li a{
	display:block;
	height:31px;
	width:80px;
	text-align:center;
}
#menu li a:hover,#menu .selected{
	display:block;
	height:31px;
	width:80px;
	text-align:center;
	background:url(../images/home_05.gif) no-repeat;
}
#search{
	float:right;
	height:16px;
	margin:5px 30px 0 0;
}
*html #search{margin:5px 15px 0 0;}
#btnSearch{
	background:url(../images/home_09.gif) no-repeat;
	margin:0;
	padding:0;
	float:left;
	width:30px;
	height:20px;
	border:0;
}
.input{
	height:16px;
	line-height:16px;
	width:130px;
	border:1px solid #8e8f89;
	float:left;
	color:#828a8e;
	padding-left:5px;
}
#inputSearch{
	height:16px;
	line-height:16px;
	width:130px;
	border:solid #8e8f89;
	border-width:1px 0 1px 1px;
	float:left;
	color:#828a8e;
	padding-left:10px;
}
.btn{
	width:108px;
	height:21px;
	line-height:21px;
	text-align:center;
	background:url(../images/btnBg.gif) no-repeat;
	cursor:pointer;
	color:#199a04;
	border:0;
	margin-top:10px;
}
/*----------------header end--------*/

#footer{
	color:#807c7c;
	text-align:center;
	clear:both;
}