/*  Water CSS Application Pack, Version 0.1
 *  
 *	First Modify: 2007-3-8
/*------------------------------------------------------------*/

/*------------------------全局样式开始------------------------*/
html{ border:1px; overflow-x:hidden;}
body{ margin:0px; background:url(../images/bg.gif);}
body,td,select,option,input{ font:12px Arial; color:#333;}
img{ border:0px;}
form{ display:inline;}
a{ color:#03c; text-decoration:none;}
a:visited{ color:#03c; text-decoration:none;}
a:hover{color:#03c;text-decoration:underline;}
h1{ padding:0; margin:0; text-align:left; font-size:14px;}
/*------------------------全局样式结束------------------------*/

/*------------------------链接样式开始------------------------*/
.lnk_stress{ color:#F00; text-decoration:none;}
.lnk_stress:visited{ color:#C00; text-decoration:none;}
.lnk_stress:hover{ color:#F00; text-decoration:underline;}
.lnk_gray{ color:#666; text-decoration:none;}
.lnk_gray:visited{ color:#666; text-decoration:none;}
.lnk_gray:hover{ color:#666; text-decoration:underline;}
.lnk_orange{ color:#F60; text-decoration:none;}
.lnk_orange:visited{ color:#f60; text-decoration:none;}
.lnk_orange:hover{ color:#F60; text-decoration:underline;}
/*------------------------链接样式结束------------------------*/

/*------------------------文本样式开始------------------------*/
.txt_sign{ font:12px "宋体";}
.txt_gray{ color:#666;}
.txt_blue{ color:#03c;}
.txt_red{ color:#f30;}
.txt_orange{ color:#f60;}
.txt_more{ text-align:right;}
.txt_center{ text-align:center;}
/*------------------------文本样式结束------------------------*/

/*------------------------表格样式开始------------------------*/
.tbl_green{ width:100%; border-collapse:collapse; border:0;}
	.tbl_green td{ padding:10px; font-size:12px; border:1px solid #ccc;}
	.tbl_green th{ background:#b2db11; font-size:12px; border:1px solid #ccc;}
	.tbl_green tr.center{ text-align:center;}
	
/*------------------------表格样式结束------------------------*/


/*------------------------段落样式开始------------------------*/
.par_question{ font-weight:bold; text-indent:2em; background:url(/images/par_question.gif) no-repeat left 5px; margin-bottom:5px; padding:0px;}
.par_answer{ text-indent:2em; background:url(/images/par_answer.gif) no-repeat left 5px; margin:0px; padding:0px;}
/*------------------------段落样式开始------------------------*/

/*------------------------表单样式开始------------------------*/
.ipt_flat{ border:1px solid #ccc; height:17px; line-height:16px;}
/*------------------------表单样式结束------------------------*/

/*------------------------分页样式开始------------------------*/
.pge_list{ display:inline;}
.pge_normal,.pge_first,.pge_prev,.pge_next,.pge_last,.pge_prev10,.pge_next10{ color:#fff; cursor:pointer; background:url(/images/pge_normal.gif) repeat-x;  padding: 0 3px; margin-left:4px;}
.pge_current{ background:url(/images/pge_current.gif) repeat-x; padding: 0 3px; margin-left:4px;}
/*------------------------分页样式结束------------------------*/

/*------------------------分割线开始------------------------*/
hr.green_line,hr.gray_line,hr.white_line{ border:0; border-top:1px dashed #cce70b; height:1px; line-height:1px; margin:3px 0;}
hr.gray_line{ border-top:1px dashed #ccc;}
hr.white_line{ border-top:1px dashed #fff;}
/*------------------------分割线结束------------------------*/

/*主容器*/
.main{ margin:auto; width:800px; border:1px solid #fff; border-width:0px 1px 0px; background:#fff url(../images/main_bg.gif) repeat-y 0px 100px;}
.main_2{ margin:auto; width:800px; border:1px solid #fff; border-width:0px 1px 0px; background:#fff url(../images/main_bg.gif) repeat-y 0px 100px;}
