﻿body {margin:0 auto; width:1000px; }
ul{
margin:0px;
}
.msgboxStyle {
	padding:0px 0 0px 0px;
	border:1px solid #FFCC00;
	color:#000;
	background-color:#FFFFDD;
	line-height: 20px;
	letter-spacing: 3px;
}
/*头部样式 开始*/
#header {
	height: 84px;
	width: 1000px;
}
#logo {
	height: 70px;
	width: 190px;
	padding:10px 0px 0px 15px;
	float:left;
}

#adv {
	background-color: #0099FF;
	height:21px;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top:7px;
	letter-spacing:2px;
	margin-bottom: 10px;
	width: 1000px;
}
#adv li {
	float:left;
	padding-left:24px;
	list-style:none;
	display:block;
}
#adv a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#adv a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#adv a:hover {
	color:#FFFF66;
}
#header .banner {
	float: right;
	height: 55px;
	width: 220px;
	padding: 15px 6px 0px 2px;
}

/*选择框样式*/
.sbg_L {
	background-image: url(../images/sbg_L.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	width: 8px;
}
.sbg_C {
	background-image: url(../images/sbg_C.gif);
	background-repeat: repeat-x;
	height: 21px;
	line-height: 21px;
	color:#666666;
}
.sbg_R {
	background-image: url(../images/sbg_R.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	width: 26px;
}

/*页脚样式 开始*/
#footer {
	width:1000px;
	height:100px;
	line-height:22px;
	color: #666666;
	padding-left: 6px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer #link_down {
	background-image: url(../images/link_down_bg.gif);
	background-repeat: repeat-x;
	height: 6px;
	
}
/*分页样式 开始*/
DIV .myPageStyle li
{
	list-style-type: none;
}
DIV .myPageStyle {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; FONT-FAMILY: Tahoma,Helvetica,sans-serif; TEXT-ALIGN: right;
}
DIV .myPageStyle A {
	BORDER-RIGHT: #ccdbe4 1px solid; PADDING-RIGHT: 8px; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #ccdbe4 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccdbe4 1px solid; COLOR: #0061de; MARGIN-RIGHT: 3px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccdbe4 1px solid; TEXT-DECORATION: none
}
DIV .myPageStyle A:hover {
	BORDER-RIGHT: #2b55af 1px solid; BORDER-TOP: #2b55af 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #2b55af 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #2b55af 1px solid; BACKGROUND-COLOR: #3666d4
}
DIV .myPageStyle A:active {
	BORDER-RIGHT: #2b55af 1px solid; BORDER-TOP: #2b55af 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #2b55af 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #2b55af 1px solid; BACKGROUND-COLOR: #3666d4
}
DIV .myPageStyle .currentPage {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #000000;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 2px;
	margin-left: 3px;
	width: auto;
}
DIV .myPageStyle .disabled {
	DISPLAY: none
}
.myPageStyle .cusTxt {
	float: left;
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma,Helvetica,sans-serif; 
}

/*分页样式 结束*/
/*=============提示信息 开始=============*/
#popHint {position: absolute}
#popHint .popLeft, #popHint .popRight, #popHint .popAngle span, #popHintText, #popHint .popIcon {background-image: url(../images/PopHint.gif)}
#popHint .popHeader {height: 1%; overflow: hidden !important; overflow /**/: visible}
	#popHint .popLeft {float: left; width: 5px; height: 24px; background-position: 0 0; background-repeat: no-repeat}
	#popHint .popRight {float: left; width: 5px; height: 24px; background-position: -10px -25px; background-repeat: no-repeat}
	#popHint .popAngle {clear: both; position: relative; height: 10px}
	#popHint .popAngle span {position: absolute; top: -3px; left: 15px; width: 7px; height: 13px; background-position: 0 -75px; background-repeat: no-repeat}
#popHintText {float: left; color: #975400; height: 19px !important; height /**/: 24px; padding: 5px 0 0 0; white-space: nowrap; background-position: 0 -50px; background-repeat: repeat-x; overflow: hidden}
    #popHintText .popIcon {float: left; width: 15px; height: 10px; margin: 1px 3px 0 0}
	#popHint .wrong {background-position: 0 -90px; background-repeat: no-repeat}
	#popHint .right {background-position: 0 -105px; background-repeat: no-repeat}
	/* 这里可以自己扩展图标.(15*10) */
/*=============提示信息 结束=============*/