@CHARSET "UTF-8";

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.default {
	color: #FFA666;
	font-weight: bold;
	font-size: 36px;
	filter: shadow(color = #293D66, direction = 115)
}

.divContainer {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -500px;
	height: 100%;
}

.divHeader {
	width: 100%;
	height: 120px;
	display: block;
}

.divPageBody {
	width: 100%;
	min-height: 500px;
	display: block;
	min-height: 500px;
}

.divMainBody {
	width: 100%;
	height: 100%;
	display: block;
}

.divLeftSidebar {
	float: left;
	width: 300px;
	padding-bottom: 5px;
	display: block;
}

.divRightSidebar {
	float: right;
	width: 30%;
	display: block;
	height: 105px;
}

.divFooter {
	width: 100%;
	height: 50px;
	display: block;
}

.clear {
	clear: both;
	font-size: 2px;
	height: 3px;
}

.blankLine {
	clear: both;
	font-size: 2px;
	height: 10px;
}

/* 外凸边框 */
.divBolderOutset {
	border-right: 3px outset;
	border-top: 3px outset;
	border-left: 3px outset;
	border-bottom: 3px outset;
}

/* 内凹边框  */
.divBolderInset {
	border-right: 3px inset;
	border-top: 3px inset;
	background: transprant;
	border-left: 3px inset;
	border-bottom: 3px inset;
}

/* 双线边框 */
.divBolderDouble {
	border-right: 3px double #000000;
	border-top: 3px double #000000;
	border-left: 3px double #000000;
	border-bottom: 3px double #000000;
}

/* 实线边框 */
.divBolderSolid {
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/* 虚线边框 */
.divBolderDashed {
	border-right: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

/* 沟线立体效果边框 */
.divBolderGroove {
	border-right: 7px groove;
	border-top: 7px groove;
	border-left: 7px groove;
	border-bottom: 7px groove;
}

/* 脊线立体效果边框 */
.divBolderRidge {
	border-right: 7px ridge;
	border-top: 7px ridge;
	border-left: 7px ridge;
	border-bottom: 7px ridge;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.onMouseMoveChangeBgColor, .onMouseMoveChangeBgColor1 {
	background-color: #F2F7FF;
}

.onMouseMoveChangeBgColor0 {
	background-color: #ECF1FF;
}

.onMouseMoveChangeBgColor:hover, .onMouseMoveChangeBgColor0:hover, .onMouseMoveChangeBgColor1:hover {
	background-color: #CCFFFF;
}

a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:active {
	font-size: 12px;
	color: #660066;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.highlight {
	color: red;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.toIndexed {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.indexed {
	color: blue;
	margin: 0px;
	padding: 0px;
	display: inline;
	cursor: pointer;
}
.num {
	color: blue;
}
.serial {
	background-image: url(../images/serial.jpg);
	width: 20px;
	height: 20px;
}
.mainBody {
	background-color: #85AAF2;
}
.toptitle {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	filter: glow(color=#FF3300 ,strength=2)
}
.a {
	margin-right: 6px;
}
.warn {
	display: none;
	color: red;
	margin-left: 20px;
}
img {
	border: 0px;
}
.tdLeft {
	font-weight: bold;
	text-align: right;
	background-color: #D4E2FF;
	color: #2453B3;
	padding-right: 5px;
}
a {
	cursor: pointer;
}
a img:hover {
	position: relative; 
	left: 1px;
	top: 1px;
	clip: rect(   );
}
input[type='button'], input[type='reset'], input[type='submit'] {
	border:1px solid #7eabcd;
	background:url(../images/button_bg.jpg) repeat-x left bottom;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	padding: 0px 5px;
	margin: 3px 5px;
}
input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
	background:url(../images/button_bg_hover.jpg) repeat-x left bottom;
}
.line {
	background: #eadbdd;
	height: 2px;
	overflow: hidden;
	margin: 8px 0px 5px 0px;
}
.titfont {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #a31a16;
	font-weight: bold;
	line-height: 35px;
	padding-left: 5px;
}

#footer {
	MARGIN: 10px 0px 0px; WIDTH: 980px; BACKGROUND: url(footerbg.gif) repeat-x 50% top; HEIGHT: 66px; OVERFLOW: hidden; PADDING-TOP: 5px
}
#footer P {
	TEXT-ALIGN: center; LINE-HEIGHT: 26px; COLOR: #777
}
#footer P A {
	MARGIN: 0px 5px; COLOR: #777
}
#footer P A:hover {
	COLOR: #777; TEXT-DECORATION: underline
}