/******* 基本样式表 **********/
/* 创建人：李慧              */
/* 创建日期：2007-3-13      */
/* 用途：页面基本样式。      */
/*****************************/

a:link 
{
	text-decoration: none; color:#000;
}
a:visited 
{
	text-decoration: none; color:#000;
}
a:hover 
{
	text-decoration: underline; color:#000;
}
a:active 
{
	text-decoration: none; color:#000;
}
/*红色链接样式*/
.redlink:link 
{
	text-decoration: none; color:#f00;
}
.redlink:visited 
{
	text-decoration: none; color:#f00;
}
.redlink:hover 
{
	text-decoration: underline; color:#f00;
}
.redlink:active 
{
	text-decoration: underline; color:#f00;
}

/*白色链接样式*/
.whitelink:link 
{
	text-decoration: none; color:#fff;
}
.whitelink:visited 
{
	text-decoration: none; color:#fff;
}
.whitelink:hover 
{
	text-decoration: underline; color:#fff;
}
.whitelink:active 
{
	text-decoration: underline; color:#fff;
}

/*灰色链接样式*/
.graylink:link 
{
	text-decoration: none; color:#464646;
}
.graylink:visited 
{
	text-decoration: none; color:#464646;
}
.graylink:hover 
{
	text-decoration: underline; color:#464646;
}
.graylink:active 
{
	text-decoration: underline; color:#464646;
}

/*绿色链接样式*/
.greenlink:link 
{
	text-decoration: none; color:#090;
}
.greenlink:visited 
{
	text-decoration: none; color:#090;
}
.greenlink:hover 
{
	text-decoration: underline; color:#090;
}
.greenlink:active 
{
	text-decoration: underline; color:#090;
}


body,td,th 
{
	font-size: 12px;  color:#000; text-align:center;
	
}
body 
{
	margin:0px auto;
	font-family:Verdana, Lucida, Arial, Helvetica, sans-serif, "宋体";
	color:#000;
	padding:0px;
	SCROLLBAR-FACE-COLOR: #d8f9c9; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #3e911b; 
	SCROLLBAR-ARROW-COLOR: #090; 
	SCROLLBAR-TRACK-COLOR: #f0fde9;
	SCROLLBAR-DARKSHADOW-COLOR: #3e911b; 
	SCROLLBAR-BASE-COLOR: #eee; 
}
img
{
	border:0px;
}

input
{
	border:#AAA 1px solid; height:20px; line-height:18px; font-size:12px; background:#fff;
}

select
{
	font-size:12px;
}

table 
{
 padding:0px; border-collapse:collapse; width:100%;
}
table tr 
{
 padding:0px; margin:0px; height:28px;
}
table td 
{
 padding:0px; margin:0px; border:0px;
}


.imgbtn
{
	border:0px;
}

/*细线图片样式*/
.imgthinline
{
	border:1px solid #B4B1B8;
}



/*段落*/
p
{
	text-align:left; text-indent:2em; margin:10px; line-height:25px;
}

span
{
	text-align:left;
}

/* 字体样式 */
.strongred
{
	font-weight:bold; color:#f00;
}
.strongyello
{
	color: #FB8218;
	font-weight: bold;
}
.strongwhite
{
	color:#fff;
	font-weight:bold;
}
.strongwhite14
{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.strongblack
{
	color:#000;
	font-weight:bold;
}
.strongblack14
{
	color:#000;
	font-weight:bold;
	font-size:14px;
}


.thinred
{
	font-weight:normal; color:#f00;
}
.thingray
{
	color:#B4B1B8;
}
.thingreen
{
	color:#090;
}
.stronggreen
{
	color:#090;
	font-weight:bold;
}

/*文本框样式*/
.input200
{
	width:200px;
}
.input150
{
	width:150px;
}

.input120
{
	width:120px;
}
.input140
{
	width:140px;
}
.input100
{
	width:100px;
}

.input70
{
	width:70px; line-height:18px;
}
.input60
{
	width:60px; line-height:18px;
}

/*无边框文本框*/
.noborder_input
{
	border:0px; background-color:Transparent;
}


/*===设置细线圆角层*/
.linefillet div {height: 1px;overflow: hidden; }
div.s1 {margin: 0 4px;background-color:#BBC0DF;}
div.s2 {margin: 0 3px;background-color:#fff;border-left:1px #BBC0DF solid;border-right:1px #BBC0DF solid;}
div.s3 {margin: 0 2px;background-color:#fff;border-left:1px #BBC0DF solid;border-right:1px #BBC0DF solid;}
div.s4 {margin: 0 1px;height: 2px;background-color:#fff;border-left:1px #BBC0DF solid;border-right:1px #BBC0DF solid;}


/*单行虚线*/
.dashed_line
{
	width:100%; background:#fff url(images/dot2.gif) repeat-x; height:1px;
}


/*搜索按钮样式*/
.btnsearch
{
	width:55px; height:20px; background:url(images/search.gif); border:0px;
}

/*提问按钮样式*/
.btnask
{
	width:55px; height:20px; background:url(images/ask.gif); border:0px;
}


/*提示层样式*/
.altdiv
{
	position:absolute; border:#AAA 1px solid; z-index:150; background-color:#fff; color:#090; padding:2px;
	display:none; filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3);
}
.altdiv table
{
	border:#92AD22 1px solid; width:150px;
}
.altdiv th
{
	border:#92AD22 1px solid; background-color:#E5EDB2; font-weight:normal;
}
.altdiv td
{
	border:#92AD22 1px solid;
}

.ul_none
{
	list-style-type:none; height:25px; margin:0px; padding:0px;
}
.ul_none li
{
	height:25px; text-align:left; margin:0px; padding:0px;
}

/*页号信息*/
.pagenuminfo
{
	padding:5px 10px; margin:0px; height:30px; color:#999;
}
.pagenuminfo a:link
{
	text-decoration: none; color:#464646;
}
.pagenuminfo a:visited 
{
	text-decoration: none; color:#464646;
}
.pagenuminfo a:hover 
{
	text-decoration: underline; color:#464646;
}
.pagenuminfo a:active 
{
	text-decoration: underline; color:#464646;
}



/*Google广告_左侧_300*/
.google_left_ad_300
{
	background-color:Transparent; width:300px; height:250px; float:left; margin:5px 10px 5px 0px;
}

/*Google广告_右侧_300*/
.google_right_ad_300
{
	background-color:Transparent; width:300px; height:250px; float:right; margin:5px 0px 5px 10px;
}