/* basic */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "宋体";
	font-size: 12px;
	color: #214D00;
	margin: 0px;
	background-image: url(../images/bg.gif);
	line-height: 22px;
	background-color: #FEFEF2;
}
a:link{
	color:#006600;
	text-decoration:none;
}
a:visited{
	color:#006600;
	text-decoration:none;
}
a:hover{
	color:#D66C23;
	text-decoration:underline;
}
/************/
h1, h2, h3, h4, h5, h6{
	font-size: 16px;
	line-height: 150%;
}

img{
	border: 0px;
}

div{
	text-align: left;
}

hr{
	height: 1px;
	border: 1px solid #a4cded;
	clear: both;
	margin: 5px 0px;
}

ul{
	list-style: none;
	clear: both;
	text-align: left;
}

li{
	line-height: 150%;
}

/* table */
table{
	text-align: left; 
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}

table td{
}

table.fix{
	table-layout: fixed;
}

table.fix td{
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

table.grid{
	border-collapse: collapse;
	border: 1px solid #9CC63A;
	padding: 3px;
	margin: auto;
}

table.grid caption, .gridtop{
	border: 1px solid #9CC63A;
	background: #AEDD41;
	background-image: url("image/caption_bg.gif");
	vertical-align: middle; 
	text-align: center;
	color:#214D00;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.grid th, .head{
	border: 1px solid #9CC63A;
	background: #FAFDF2;
	color:#214D00;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.grid td{
	border: 1px solid #9CC63A;

	padding-top: 4px;
	padding-bottom: 4px;
}

table.hide, table.hide th, table.hide td{
	border: 0;
}


.left_bg {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-x;
}
.right_bg {
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-x;
}
.body_title_left {
	background-image: url(../images/bt_tab1.gif);
	font-family: "宋体";
	font-weight: bold;
	color: #1C4200;
	height: 33px;
	width: 175px;
	background-repeat: no-repeat;
	text-indent: 10px;
	vertical-align: bottom;
	background-color: #B5DE5A;
}
.body_title_right {
	background-image: url(../images/bt_tab2.gif);
	font-family: "宋体";
	font-weight: bold;
	color: #1C4200;
	height: 33px;
	width: 175px;
	background-repeat: no-repeat;
	text-indent: 10px;
	vertical-align: bottom;
	background-color: #B5DE5A;
}
.body_title_middle {
	font-family: "宋体";
	font-weight: bold;
	color: #1C4200;
	text-indent: 20px;
	vertical-align: bottom;
	font-size: 13px;
	line-height: 36px;
	background-image: url(../images/bt_tab3.gif);
	height: 36px;
	width: 189px;
}
.body_list_bg {
	background-color: #F0F8CF;
	background-image: url(../images/lm_bg.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
}
.font01 {
	font-weight: bold;
	color: #728B25;
}
.font_top_function {
	filter: Glow(Color=#497D22, Strength=5);
}
.font_top_welcome {
	font-weight: bold;
	color: #181810;
	filter: DropShadow(Color=#FBFBC6, OffX=1, OffY=1, Positive=true);
}
.input01 {
	border: 1px solid #549801;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 11px;
}

.yellow a:link{
	color:#FFFFCC;
	text-decoration:none;
	font-weight: bold;
}.yellow a:visited{
	color:#FFFFCC;
	text-decoration:none;
	font-weight: bold;
}.yellow a:hover{
	color:#FFFF00;
	text-decoration:underline;
	font-weight: bold;
}

.text{
	border: #C9E783 1px solid; 
	height: 16px; 
	background-color: #ffffff;
	color: #000000;
}

.textarea{
	border: #C9E783 1px solid; 
	color: #000000; 
	background-color: #ffffff;
	font-size: 12px; 
}
.button{
    background-color: #ACDC3B;
    border: #D6ED95 1px solid;
    color: #EFFFFF;
    height: 20px;
}
td#topcolumn, td#bottomcolumn{
  width: 100%; 
  padding: 0px 3px 1px 3px; 
  border-left: 1px solid #6687ba;
  border-right: 1px solid #6687ba;
}

td#topcolumn div.blockTitle, td#bottomcolumn div.blockTitle{
  padding-left: 40px; 
  padding-top: 3px; 
  padding-bottom: 3px; 
  color: #000000; 
  font-weight: bold; 
  margin: 0px; 
  background-image: url('bg_center.gif');
}
td#topcolumn div.blockContent, td#bottomcolumn div.blockContent{ 
  padding: 3px;
  margin: 0px; 
  line-height: 120%;
  background-color: #f9f9f8;
  text-align: center;
}
.grid{
  background-color: #C9E783;
}
.title{
  background: #C9E783;
  vertical-align: middle; 
  text-align: center;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
}

.head{
  background: #E6F3C5;
  padding: 3px; 
  font-size: 12px;
  font-weight: bold;
}

.even{
  background: #FAFDF2; 
  padding: 3px;
}

.odd{
  background: #FDFEFC; 
  padding: 3px;
}

.foot{
  background: #E6F3C5; 
  padding: 3px; 
  text-align: center;
}

.bottom{
  height: 9px;
  background: #FAFDF2; 
}

.jieqiQuote {
	border: #000000 1px solid; 
	padding: 2px; 
	font-size: 12px; 
	color: #000000; 
	background-color: #969A63;
}
.jieqiCode {
	border: #000000 1px solid; 
	padding: 2px; 
	font-size: 12px; 
	color: #000000; 
	background-color: #969A63;
}


/* custom */

.ultop li{list-style: decimal inside; margin: 3px 4px; border-bottom: 1px dashed #FCFFF7; }
.ulitem li{list-style: circle inside; margin-left: 3px;}
.ulrow li{padding:3px;}
.ulcenter li{text-align: center;}
.ulmul{overflow: hidden;margin:3px 0px; width:99%;}

.fix, .lm{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.more{text-align: right;}


.pages{
	padding: 5px 0px;
}
.pagelink{
	border: 1px solid #9CC63A;
	float: right;
	background: #FAFDF2;
	line-height:24px;
	padding:0;
}
.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd, .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup{
	float: left;
	padding: 0 6px;
}
.pagelink a:hover{background-color: #ffffff; }
.pagelink strong{font-weight: bold; color: #ff6600; background: #e9f1f8;}
.pagelink kbd{height:24px; border-left: 1px solid #9CC63A;}
.pagelink em{height:24px; border-right: 1px solid #9CC63A; font-style:normal;}
.pagelink input{border: 1px solid #9CC63A; color: #054e86; margin-top:1px; height: 18px;}