﻿/******* 基本样式表 **********/
/* 创建人：李慧              */
/* 创建日期：2007-10-29      */
/* 用途：页面基本样式。      */
/*****************************/

*
{
	padding:0px; margin:0px auto; background-color:Transparent; border:0px;
}

body,td,th 
{
	font-size: 12px;  color:#000; text-align:center; line-height:25px;
	/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);灰色*/
}
body 
{
	margin:0px auto;
	font-family:Verdana, Lucida, Arial, Helvetica, sans-serif, "宋体";
	color:#000;
	padding:0px;
	SCROLLBAR-FACE-COLOR: #FCF1ED; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #F8DBD2; 
	SCROLLBAR-ARROW-COLOR: #F9D3C8; 
	SCROLLBAR-TRACK-COLOR: #FDFAF9;
	SCROLLBAR-DARKSHADOW-COLOR: #F8DBD2; 
	SCROLLBAR-BASE-COLOR: #eee; 
}

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:#913F3D;
}
.redlink:visited 
{
	text-decoration: none; color:#913F3D;
}
.redlink:hover 
{
	text-decoration: underline; color:#913F3D;
}
.redlink:active 
{
	text-decoration: underline; color:#913F3D;
}



img
{
	border:0px;
}

.imgthinline
{
	border:1px solid #F2B9BE;
}

input
{
	border:#ccc 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; height:28px;
}
table .td_l 
{
 padding:0px; margin:0px; border:0px; text-align:left; height:28px;
}
table .td_r 
{
 padding:0px; margin:0px; border:0px; text-align:right; height:28px;
}


/*段落*/
p
{
	text-align:left; text-indent:2em; margin:10px;
}

span
{
	text-align:left;
}



ul
{
	list-style-type:none; height:25px; margin:0px; padding:0px;
}
ul li
{
	height:25px; text-align:left; margin:0px; padding:0px; 
}


/*带图片的列表项目*/
.ul_img
{
   list-style-position:inside; list-style-image:url(images/point.gif); 
}
.ul_img li
{
	height:25px;
}

/*带图片和背景的列表项目*/
.ul_img_2
{
   list-style-position:inside; list-style-image:url(images/point.gif); 
}
.ul_img_2 li
{
	height:25px; background:url(images/dashed.gif) repeat-x bottom left; 
}



/*虚线*/
.line_dashed
{
    height:10px; width:95%; background:#fff url(images/dashed.gif) repeat-x top left; margin:5px 0;
}
/*细线*/
.line_thin
{
    height:10px; width:100%; border-bottom:1px solid #F2B9BE; margin:0 0 10px 0;
}

/*单行层*/
.div_single
{
	width:100%; height:30px; color:#913F3D; font-weight:bold; padding-top:3px;
}
/*带背景色单行层*/
.div_color
{
	background:#FAF0ED; width:100%; height:30px; color:#913F3D; font-weight:bold; padding:3px 10px;
}
/*带背景色单行层居左*/
.div_color_left
{
	background:#FAF0ED; width:100%; color:#913F3D; height:30px; padding:3px 10px; text-align:left; font-weight:bold;
}

/*div居右*/
.div_right
{
    height:20px; text-align:right; padding-right:10px; padding-top:5px;
}
/*div居中*/
.div_center
{
    height:30px; padding-top:7px; text-align:center;
}

/*div居左*/
.div_left
{
    height:30px; padding-top:7px; text-align:left;
}

/*div*/
.div_float_right
{
	float:right; width:54%;
}

/*div*/
.div_float_left
{
	float:left; width:45%; 
}


/*文本框样式*/
.input_40px
{
    width:40px;
}
.input_100px
{
    width:100px;
}
.input_150px
{
    width:150px;
}
.input_200px
{
    width:200px;
}
.input_250px
{
    width:250px;
}
.input_300px
{
    width:300px;
}


.input_noborder
{
    border:0px;
}
.input_noborder input
{
	border:0px;
}
.textarea
{
    width:95%; height:150px; border:1px #ccc solid; margin:5px;
}


/*标题图标*/
.titleicon
{
	float:left; width:38px; height:29px; background:url(images/icon_title.gif) no-repeat center center; margin:0 5px;
}
.titleicon_2
{
	float:left; width:46px; height:33px; background:url(images/icon_title_2.gif) no-repeat center center; margin:0 5px;
}

/*文字样式*/
.thingray
{
	color:#888; font-weight:normal;
}

.boldred
{
	color:#913F3D; font-weight:bold;
}

.boldred_14px
{
	color:#913F3D; font-weight:bold; font-size:14px;
}


/*按钮样式*/
.button_img
{
	width:62px; height:17px; background:url(images/button.gif) no-repeat center center; border:0px;
}
.button_img_2
{
	width:55px; height:20px; background:url(images/button_2.gif) no-repeat center center; border:0px;
}
.button_img_3
{
	width:90px; height:22px; background:url(images/button_3.gif) no-repeat center center; border:0px; line-height:25px;
}
.button_img_4
{
	width:149px; height:50px; background:url(images/button_4.gif) no-repeat center center; border:0px;
}
.button_img_5
{
	width:135px; height:30px; background:url(images/button_return.gif) no-repeat center center; border:0px;
}

.button_img_6
{
	width:43px; height:22px; background:url(images/button_6.gif) no-repeat center center; border:0px; line-height:25px;
}

.pagerbutton
{
	width:25px; height:14px; background:url(images/go.gif) no-repeat center center; border:0px;
}
.btnResult
{
	width:44px; height:20px; background:url(images/btnResult.gif) no-repeat center center; border:0px;
}
.btnPoll
{
	width:44px; height:20px; background:url(images/btnPoll.gif) no-repeat center center; border:0px;
}

/*表格样式 开始*/

/*列表*/
.table_img
{
	width:100%;
}
.table_img tr
{
	 line-height:20px; height:20px;
}
.table_img td
{
	background:url(images/point.gif) no-repeat top left; text-align:left; padding-left:10px;height:20px;
}


/*列表二*/
.table_img_2
{
	width:100%;
}
.table_img_2 td
{
	background:url(images/table_bg.gif) no-repeat bottom center; text-align:left; padding:3px; padding-left:25px;
}
.table_img_2 th
{
	color:#913F3D; padding:3px; background:url(images/table_bg_2.gif) no-repeat bottom center; height:35px; padding-top:10px;
}

/*表格样式一*/
.table_1
{
	width:100%; background:#fff; border:1px solid #F2B9BE;
}
.table_1 tr
{
	height:28px;
}
.table_1 td
{
	text-align:left; padding:5px; height:28px; border:1px solid #F2B9BE;
}
.table_1 .td_color
{
	background:#FDD;
}
.table_1 th
{
	height:28px; background:#FAF0ED; color:#913F3D; border:1px solid #F2B9BE;
}

/*表格样式二*/
.table_2
{
	width:100%;
}
.table_2 tr
{
	height:28px;
}
.table_2 td
{
	text-align:left; padding:5px; height:28px;
}
.table_2 .td_color
{
	background:#FDD;
}
.table_2 th
{
	height:28px; background:#FAF0ED; color:#913F3D;
}
.table_2 span
{
	background:#FAF0ED; color:#913F3D; padding:5px 20px; width:50%; font-weight:bold;
}


/*表格样式三*/
.table_3
{
    width:98%; margin:5px; border:1px #EAB3B2 solid;
}
.table_3 td
{
    padding:3px; border:1px #EAB3B2 solid;
}
.table_3 th
{
    background:#F4DCD5; padding:3px; border:1px #EAB3B2 solid; text-align:left; font-weight:normal;
}
.table_3 .td_l
{
    padding:3px; border:1px #EAB3B2 solid; text-align:left;
}
.table_3 .th_c
{
    background:#F4DCD5; padding:3px; border:1px #EAB3B2 solid; text-align:center; color:#913F3D; font-weight:bold;
}


/*表格样式四*/
.table_4
{
	width:100%;
}
.table_4 tr
{
	height:28px;
}
.table_4 td
{
	text-align:left; padding:5px; height:28px;
}
.table_4 .td_c
{
	text-align:center; padding:5px; height:28px;
}


/*表格样式五*/
.table_5
{
	width:100%; background:#fff; border:1px solid #F2B9BE; margin:5px 0;
}
.table_5 tr
{
	height:28px;
}
.table_5 td
{
	background:#FFF0F0; text-align:left; padding:5px; height:28px; border:1px solid #F2B9BE;
}
.table_5 .td_c
{
	background:#FFF0F0; text-align:left; padding:5px; height:28px; border:1px solid #F2B9BE; text-align:center;
}
.table_5 th
{
	height:28px; background:#fdd; color:#913F3D; border:1px solid #F2B9BE; text-align:left; padding:5px;
}

/*表格样式六*/
.table_6
{
	width:100%;
}
.table_6 tr
{
	height:28px;
}
.table_6 td
{
	padding:5px; height:28px; line-height:50px; text-align:center;
}


/*表格样式七*/
.table_7
{
	width:100%; background:#fff; border:1px solid #F2B9BE; margin:5px 0;
}
.table_7 tr
{
	height:28px;
}
.table_7 td
{
	background:#FFF0F0; text-align:left; padding:5px; height:28px; border:1px solid #F2B9BE;
}
.table_7 .td_c
{
	background:#FFF0F0; text-align:left; padding:5px; height:28px; border:1px solid #F2B9BE; text-align:center;
}
.table_7 th
{
	height:28px; background:#fdd; border:1px solid #F2B9BE; text-align:left; padding:5px; font-weight:normal;
}

/*表格样式八*/
.table_8
{
	width:100%;
}
.table_8 tr
{
	height:28px;
}
.table_8 td
{
	text-align:left; padding:5px; height:28px;
}
.table_8 .td_c
{
	text-align:center; padding:5px; height:28px;
}

.table_8 th
{
	padding:5px; height:28px; text-align:left; color:#913F3D;
}


/*表格样式 结束*/




/*页面头部样式 开始*/
#page_top
{
	width:778px; height:180px; background:#fff url(images/bg.gif) repeat-y top center;
}
#page_top_logo
{
	width:100%; height:76px; background:#fff url(images/logo.gif) no-repeat top center; cursor:hand;
}
#page_nav
{
	width:100%; background:Transparent url(images/top_border.gif) no-repeat top center; height:45px; padding-top:20px; text-align:right; padding-right:50px;
}
#page_nav li
{
	display:inline; color:#DF5D70;
}
#page_search
{
	width:745px; background:Transparent url(images/search_bg.gif) repeat-x top center; height:49px;
}
#page_search_left
{
	width:45px; float:left; background:Transparent url(images/search_left.gif) no-repeat top left; height:49px;
}

#page_search_right
{
	width:48px; float:right; background:Transparent url(images/search_right.gif) no-repeat top right; height:49px; padding-top:15px;
}
#page_search_center
{
	width:700px; float:right; height:49px; background:Transparent url(images/search_right.gif) no-repeat top right;
}
#page_search_center_title
{
	width:73px; height:49px; background:Transparent url(images/search_title.gif) no-repeat top left; float:left;
}
#page_search_center_content
{
	width:627px; height:49px; float:right; text-align:left; padding-top:15px;
}
#page_search_center_content input
{
	border:0px; background:Transparent;
}
#page_search_center_content .button_search
{
	width:71px; height:20px; background:url(images/search_button.gif) no-repeat center center; cursor:hand;
}

/*页面头部样式 结束*/



/*页面版权信息样式 开始*/
#page_bottom
{
	width:778px; height:77px; background:#fff url(images/bg.gif) repeat-y top center;
}
#copyright
{
	background:#fff url(images/down_bg.gif) no-repeat top center; height:60px; width:745px; padding-top:10px;
}
#page_bottom_border
{
	width:100%; height:17px; background:#fff url(images/down_border.gif) no-repeat top center;
}


/*页面版权信息样式 结束*/


/*页面中间样式 开始*/
#page_middle
{
	width:778px; height:400px; background:#fff url(images/bg.gif) repeat-y top center;
}
#page_middle_content
{
	background:#fff url(images/page_middle_bg.gif) top left; width:100%; height:400px; margin:0 17px;
}
/*页面中间样式 开始*/
.table_msg
{
	width:100%;
}
.table_msg tr
{
	height:20px;
}
.table_msg td
{
	text-align:left; 
}
.table_msg .td_r
{
	text-align:right; 
}








