html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

form {
	display: inline;
}

.MainBody {
	width: 98%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.MainDIV {
	bottom: 1px;
	overflow: auto;
	position: absolute;
	top: 36px;
	width: 100%;
	z-index: 99;
	_height: 90%; /*我改了这里*/
	_top: 36px;
}

.MainGlobal {
	width: 100%;
}

.BlankContent {
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.tablegr {
	background-color: #E6E6E6;
	border: 1px solid #bbb;
	margin-bottom: 15px;
	text-align: left;
}

.htd {
	background-color: #FFFFF0;
}

.itd {
	background-color: #FFFFFF;
}

.table {
	align: left;
}

.table1 {
	border: 1px solid #bbb;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

.BlueBg {
	background-color: #DFECF7;
	padding-left: 5px;
	color: #1766B5;
	font-weight: bold;
}

.mainPage {
	height: 100%;
	background-color: #FFFFF0;
	text-align: left;
}

.blue {
	color: #2965B1;
}

.left {
	align: left;
}

/*标题*/
.TdTitle {
	background-image: url(../images/main_bg_r1.gif);
	background-repeat: repeat-x;
	background-position: 0px -150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	text-align: left;
	margin: 2px；
}

.BTitle {
	font-weight: bold;
	background-image: url(../images/main_bg_no-r1.gif);
	background-repeat: no-repeat;
	background-position: -193px -65px;
	padding-left: 16px;
	line-height: 17px;
}

/*����©��*/
.graphbg {
	line-height: 50px;
	background-color: #FFFFF0;
	height: 50px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 14px;
	font-weight: bold;
}

/*==========================切换标签================*/
#tag {
	height: 25px;
	border-bottom: solid 1px #adadad;
	_overflow: hidden;
	padding-left: 10px;
}

#tag ul li {
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: verdana, Tahoma, Arial, "微软雅黑", "黑体", sans-serif;
	list-style-type: none;
	color: #333;
	text-decoration: none;
	line-height: 21px;
}

#tag a {
	display: block;
	background: url(../images/tag222.jpg) no-repeat 0 -26px;
	padding: 0 0 0 5px;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	color: #555;
	font-weight: bold;
	cursor: pointer;
}

#tag a span {
	display: block;
	background: url(../images/tag222.jpg) no-repeat right -104px;
	padding: 8px 20px 6px 15px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#tag a:hover {
	background: url(../images/tag222.jpg) 0 -52px no-repeat;
	color: #555;
	font-weight: bold;
}

#tag a:hover span {
	background: url(../images/tag222.jpg) no-repeat right -130px;
}

#tag a.current {
	background: url(../images/tag222.jpg) 0 0 no-repeat;
	color: #333;
	font-weight: bold;
	cursor: text;
}

#tag a.current span {
	background: url(../images/tag222.jpg) right -78px;
	color: #333;
}

#btnBg {
	background: url(../images/bg01.gif);
	height: 33px;
	padding-left: 10px;
}

.btn2,.btn3,.btn4,.btn5,.btn6,.btn7,.btn8,.btn9 {
	height: 21px;
	border: 0;
	margin: 6px 0 0 0;
	cursor: pointer;
	background: transparent;
}

.btn2 {
	width: 36px;
}

.btn3 {
	width: 49px;
}

.btn4 {
	width: 62px;
}

.btn5 {
	width: 75px;
}

.btn6 {
	width: 88px;
}

.btn7 {
	width: 101px;
}

.btn8 {
	width: 114px;
}

.btn9 {
	width: 127px;
}

.btn2:hover,.btn3:hover,.btn4:hover,.btn5:hover,.btn6:hover,.btn7:hover,.btn8:hover,.btn9:hover
	{
	height: 21px;
	background: url(../images/btnAll.gif);
	border: 0;
	margin: 6px 0 0 0;
	cursor: pointer;
}

.btn2:hover {
	width: 36px;
}

.btn3:hover {
	width: 49px;
	background-position: 0 -21px;
}

.btn4:hover {
	width: 62px;
	background-position: 0 -42px;
}

.btn5:hover {
	width: 75px;
	background-position: 0 -63px;
}

.btn6:hover {
	width: 88px;
	background-position: 0 -84px;
}

.btn7:hover {
	width: 101px;
	background-position: 0 -105px;
}

.btn8:hover {
	width: 114px;
	background-position: 0 -126px;
}

.btn9:hover {
	width: 127px;
	background-position: 0 -147px;
}

.modalDialogstyle {
	background-color: #999999;
	filter: Alpha(Opacity = 40);
	-moz-opacity: 0.4; /* Moz + FF */
	opacity: 0.4;
}