﻿BODY {
	color: #333333;
	font-family: "Arial", "";
	font-size: 9pt;
	line-height:20pt;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: #e1ebf1;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}

/*10.25  ԭhtmҳйstyle*/
.style1 {
	font-size: 18pt;
	color: #036;
	font-weight: bold;
}
.style2 {color: #036}
.style3 {
	color: #003366;
	font-weight: bold;
}
.style4 {	color: #036;
	font-weight: bold;
	font-size: 18pt;
}
.style5 {color: #036}
.style6 {
	font-size: 18pt;
	color: #036;
	font-weight: bold;
}
.style7 {color: #000000}
.style8 {
	font-size: 9pt;
	color: #666666;
}
.style9 {
	font-size: 12pt;
	color: #036;
	font-weight: bold;
}
/******************************/

/*10.25 about3.htm еĸʽ*/

table.sortable a.sortheader {
    background-color:#f9e497;
    color:#000;
	align:center;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color:black;
    text-decoration: none;
}

/******************************/
/*10.25 index.htm,member4.htmеĸʽ*/
.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 100%;
    padding: 5px;
    text-align: left;
    background-color: #7db8e4;
    border: 2px solid #ffffff;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}
/*********************************/



.border_all{border: 1px solid #2C4F6F;}
.title_font {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	color: #FF6900;
}
.red_result{color: #FF3333; font-weight: bold;}
.table_main{
	font-size: 12px;
	line-height: 150%;
	color: #0072bc;
	border: 1px solid #C5D9EB;
	padding:3px;
	margin: 10px;
	text-decoration: none;
}

A:link {text-decoration:none! important;color:#0057A6}
A:visited {text-decoration:none! important;color:#8B008B! important}
A:active,A:hover {text-decoration:none! important;color:#9A0000! important}
A.more:link {text-decoration:none! important;color:#9A0000}
A.more:visited {text-decoration:none! important;color:#9A0000! important}
A.more:active,A.more:hover {text-decoration:none! important;color:#6B512E! important}
A.menu:link {text-decoration:none;color:#333!}
A.menu:visited {text-decoration:none;color:#333! important}
A.menu:active,A.menu:hover {text-decoration:none! important;color:#9A0000! important}

A.enter:link {text-decoration:none;color:#900!font-size: 12px;line-height: 150%;font-weight: bold;}
A.enter:visited {font-size: 12px;line-height: 150%;font-weight: bold;text-decoration:none;color:#900! important}
A.enter:active,A.enter:hover {font-size: 12px;line-height: 150%;font-weight: bold;text-decoration:none! important;color:#666! important}

.input1,select {
	font-size: 18px;
	color: #41606b;
	text-decoration: none;
	background-color: #F1F8FF;
	border: 1px solid #41606b;

}


.input2,select {
	font-size: 12px;
	color: #41606b;
	text-decoration: none;
	background-color: #F1F8FF;
	border: 1px solid #41606b;

}

.input3,select {
	font-size: 18px;
	color: #41606b;
	text-decoration: none;
	background-color: #F1F8FF;
	border: 1px solid #41606b;

}

.green_title {color: #489200;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
}

.title1 {color: #666666;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
}
#container {
	width: 260px;
}
H1 {
	font-size: 11px;
	margin: 0px;
	width: 260px;
	cursor: pointer;
	height: 22px;
	line-height: 20px;	
}
H1 a {
	display: block;
	padding: 0px;
	PADDING-left: 20px;
	float: left;
	width: 260px;
	color: #000;
	height: 22px;
	line-height: 20px;	
	text-decoration: none;	
	moz-outline-style: none;
	background-image: url(img/title_bg.gif);
	background-repeat: no-repeat;
}
.content{
	padding-left: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul,li{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(img/list_arrow.gif);
}
.topbg{
background:url("img/banner_bg.gif") repeat-x;
}

.粗白字 {
	color: #FFFFFF;
	font-weight: bold;
}
.粗蓝字 {
	color: #0072bc;
	font-weight: bold;
}
.表格{
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	background-color: #FFCC00;
	text-align: center;
}

}

.senfe {
 border-top: #000 1px solid;
 border-left: #000 1px solid;
 color: #000000
}
.senfe td {
 border-right: #000 1px solid;
 border-bottom: #000 1px solid;
}
.senfe tr {
 background-color:expression((this.sectionRowIndex%2==0)?"#fff":"#ccc");
 senfe: expression(
  onclick=function(){
   if(this.style.backgroundColor!="#fc6"){
    this.style.backgroundColor="#fc6"
   }else{
    if(this.sectionRowIndex%2==0){
     this.style.backgroundColor="#fff"
    }else{
     this.style.backgroundColor="#ccc"
    }
   }
  },
  onmouseover=function(){
   if(this.style.backgroundColor!="#fc6")this.style.backgroundColor="#cfc"
  },
  onmouseout=function(){
   if(this.style.backgroundColor!="#fc6")this.style.backgroundColor=""
  }
 );
}
