@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0px;
color:#666;
font-size:12px;
text-align:center;
font-family:"宋体",Arial, Helvetica, sans-serif;
}

ul {
margin:0px;
padding:0px;
list-style-type:none;
}

img {border:0;}
td,p,li,input,select,div,span {font-size:12px;font-family:verdana,Arial,宋体,simsun;}


H2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

#header{
width:1000px;
height:100px;
background: #EEF4FD url(../images/bg_header.png)  top left repeat-x;
margin-left:auto;
margin-right:auto;
}

.content{
width:1000px;
margin-left:auto;
margin-right:auto;
background:#fdfdfd;
font-size:14px;
}

.content .td{text-align:left}

.content a:link,
.content a:visited,
.content a:active,
.content a:hover{
	color: #666666;
	font-size:12px;
	text-decoration: none;
}
.contentp a:hover{
	color: white;
	background: #666666;
}

.top{
width:1000px;
height:100px;
}

.tip {
padding-top:10px;
}

.tip a:link,
.tip a:visited,
.tip a:active,
.tip a:hover{
	float: left;
	display: block;
	padding: 2px 4px;
	margin: 0px 5px 0px 0px;
	color: #666666;
	font-size:14px;
	text-decoration: none;
}
.tip a:hover{
	color: white;
	background: #666666;
}
.tip li{
float:right;
display:inline;
hieght:20px;
line-height:20px;
}

.tip2{
	margin-bottom: 5px;
}
.tip2 a:link,
.tip2 a:active,
.tip2 a:hover,
.tip2 a:visited
{
	color: #2760AB !important;
	margin: 0px 5px;
}
.tip2 a:hover{
	color: #0099FF !important;
	background: none !important;
}

#headermenu {
width:1000px;
margin-left:auto;
margin-right:auto;
}



/****** Nav Panel ******/
.navPanel{
	background: #E5E2DE url("../images/bg_mid.png") top left repeat-x;
	border-top: 1px solid #DAD6CB;
	border-bottom: 1px solid #CBC6BC;
	line-height: 200%;
	padding: 0px 0px 0px 10px;
}
.innerNavPanel {
	margin: 0 auto;
	width: 100%;
}


/* buttons */
.buttonWrapper{
	border: 1px solid #DAD6CB;
	border-left: none;
	background: #F2F0EE url("../images/bg_btn_bg.png");
}
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	border-left: 1px solid #DAD6CB;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 4px 16px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
	background: #F4FBE1 url("../images/bg_btn.png");
}
.buttons a:hover
{
	color: #395500;
	background: #F4FADF url("../images/bg_btn_hover.png") top left repeat-x;
}
.buttons-special
{
	font-weight: bold;
}
.buttons-txt{
	padding: 4px;
	background: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	cursor:pointer;
}
.buttons-txt-searched {
	padding: 4px;
	background: url("../images/searched.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	cursor:pointer;
}
.buttons-active {
	color: #993300 !important;
	background: #FFF1BB url("../images/bg_btn_active.png") !important;
}

.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url("../images/bg_shadow.png");
}

input {vertical-align:middle;}
input.text{
	padding: 2px 3px;
	height:20px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url("../images/bg_input_text.png") top left repeat-x;
}

.btn_submit
{
background: white url("../images/btn_go.gif");
border:0px;
width:100px;
height:24px;
margin-top:4px;
}

.btn_submit1
{
background: white url("../images/btn_go1.gif");
border:0px;
width:57px;
height:24px;
margin-top:4px;
}


.foot{
padding-top:10px;
width:1000px;
height:50px;
line-height:20px;
background: #c2dbf9 url(../images/foot.gif)  top left repeat-x;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}

.tdtext{text-align:left;margin-left:4px;}
.tdtext td{height:25px}
.areatext{border:1px solid #CCC;width:500px}