﻿body
{
	font-family: "Times New Roman","Verdana" , "宋体" , Arial;
	font-size: 12px;
	color: #434444;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(bk_1.gif);
	background-repeat: no-repeat;
	background-position: 856px top;
	background-color: #CEBAD5;
	line-height: 130%;
}


/* 按钮 */
.btnCss
{
	height: 22px;
	padding: 0px;
	background: #fff;
	background: url(             "../Images/control/bg_btn.gif" ) repeat-x;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
}

.btnCss2
{
	font-family: "Tahoma" , "宋体";
	font-size: 9pt;
	color: #003399;
	border: 1px #003399 solid;
	color: #006699;
	border-bottom: #93bee2 1px solid;
	border-left: #93bee2 1px solid;
	border-right: #93bee2 1px solid;
	border-top: #93bee2 1px solid; /*background-image:url(../Images/buttonbg.gif);*/
	background-color: #e8f4ff;
	cursor: hand;
	font-style: normal;
}


/* 文本框, 下拉菜单 */
.txtCss
{
	padding: 3px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Verdana, Arial, "新宋体" , "宋体";
	font-size: 12px;
	color: #666680;
	line-height: 17px;
	background-color: #FFFFFF;
}

.txtInput
{
	padding: 3px;
	padding-left: 3px;
	border-top: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Tahoma, Verdana, Arial, "新宋体" , "宋体";
	font-size: 12px;
	color: #666680;
	line-height: 14px;
	text-align: center;
}
.txtreadwrite
{
	border: 1px solid #C0C0C0;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	width: 100px;
	readonly: expression(this.readOnly=false);
}
.txtreadonly
{
	border: 1px solid #C0C0C0;
	text-align: left; /*background-color:#D3D3D3;*/
	background-color: #EBEBEB;
	color: Gray;
	width: 100px;
	readonly: expression(this.readOnly=true);
}

select
{
	font-family: "Tahoma" , "宋体";
	font-size: 9pt;
	color: #0066cc;
	border: 1px #F1F1E4 solid;
	background-color: #e8f4ff;
	font-style: normal;
}
td
{
	font-family: "Verdana" , "宋体" , Arial;
	font-size: 12px;
	text-decoration: none;
	color: #434444;
}
.word1
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.word12
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

/* a标签样式 */

a:link {
	font-size: 12px;
	line-height: 150%;
	color: #004C7D;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 150%;
	color: #004C7D;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 150%;
	color: #CC0000;
	text-decoration: none;
}


.footing
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

/* a标签样式 */
.footing a:link {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
.footing a:visited {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
.footing a:hover {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}

#TreeView1 a:link
{
	font-size: 13px;
	color: #8F3694;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
	border-bottom: dotted 1px #cdcdcd;
}

#TreeView1 a:hover
{
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
	border-bottom: dotted 1px #cdcdcd;
}

#TreeView1 a:visited
{
	font-size: 13px;
	color: #8F3694;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
	border-bottom: dotted 1px #cdcdcd;
}



.main_table
{
	background-color: #FFFFFF;
	width: 856px;
}
.main_table a
{
	font-size: 12px;
}

.top_table
{
	margin: 0px;
	padding: 0px;
	height: 177px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1002px;
}
.nav table
{
	height: 28px;
	padding: 0px;
	margin-top: 2px;
}
.info_table
{
	height: 28px;
	width: 100%;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DB0C4;
	padding-top: 2px;
	margin-top: 3px;
}
.zw_table
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-left-color: #0099CC;
}



.nav
{
	background-color: #1992AA;
	background-image: url(nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
}
.nav a
{
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover
{
	color: #FFCC00;
	text-decoration: none;
}
.input1
{
	height: 16px;
	color: #333333;
	text-decoration: none;
	background-color: #F7FEFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input_choose
{
	background-image: url(../Image/choose.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	cursor: hand;
}
.sec2
{
	color: #333333;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 41px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
.sec1
{
	color: #666666;
	cursor: hand;
	width: 41px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#secTable
{
	height: 20px;
	margin-bottom: 0px;
	margin-top: 12px;
}

.solid-bottom
{
	background-image: url(gonggao_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 387px;
	padding: 0px;
	height: 33px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainTable
{
	width: 387px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.solid-bottom2
{
	background-image: url(dongtai_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 387px;
	padding: 0px;
	margin: 0px;
	height: 33px;
}
#secTable2
{
	height: 20px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.sec3
{
	color: #666666;
	cursor: hand;
	width: 52px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
.sec4
{
	color: #333333;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 52px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#mainTable2
{
	width: 387px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.r_table
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C5D0DD;
	border-left-color: #C5D0DD;
}
.input2
{
	height: 18px;
	color: #333333;
	text-decoration: none;
	background-color: #F7FEFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #86BFD5;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}
.l_table
{
	margin-top: 6px;
}
.newlist
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 26px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.time
{
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-bottom: 3px;
}
.middle_ad
{
	margin-top: 6px;
	margin-bottom: 6px;
}
.newlist1
{
	height: 22px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.foot
{
	margin-top: 8px;
	color: #666666;
	line-height: 160%;
}
.word12_blue
{
	font-size: 12px;
	text-decoration: none;
	color: #006699;
}
.word12_gray
{
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	line-height: 130%;
}
.word_more
{
	font-size: 12px;
	text-decoration: none;
	color: #006699;
	line-height: 140%;
}
.table_left
{
	background-image: url(n_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 4px;
}
.table_left a
{
	color: #000000;
}

.table_left_1
{
	margin-top: 6px;
	margin-bottom: 16px;
	padding: 4px;
}
.table_left_2
{
	background-color: #F8FCFC;
	border: 1px solid #AED6E0;
	padding-top: 14px;
	padding-bottom: 14px;
}
.table_left_2 a
{
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.table_c_top
{
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DB0C4;
	font-size: 14px;
	font-weight: bold;
	color: #80B40F;
	margin-top: 8px;
	margin-bottom: 14px;
	width: 94%;
}
.newlist1
{
	width: 92%;
	margin: 0px;
	padding: 0px;
}
.list_bottom
{
	height: 24px;
	width: 92%;
	background-color: #F7F7F7;
	padding-right: 14px;
	margin-top: 18px;
	margin-bottom: 10px;
}
.table_space
{
	margin-bottom: 10px;
}
.shownews
{
	line-height: 150%;
	width: 88%;
	margin-top: 20px;
	margin-bottom: 16px;
}
.shownews img
{
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.title_time
{
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

.td_title
{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	height: 30px;
	padding-bottom: 10px;
	line-height: 140%;
}
.input_more
{
	border: 1px solid #B1C0D0;
	color: #333333;
	text-decoration: none;
	background-color: #F7FEFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 140%;
}
.input11
{
	border: 1px solid #B1C0D0;
	height: 16px;
	color: #333333;
	text-decoration: none;
	background-color: #F7FEFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
h1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
h3
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.posbar
{
	margin-left: 20px;
	margin-top: 2px;
	border: 0px solid #DEDEDE;
	height: 10px;
	table-layout: fixed;
	background-color: #DEDEDE;
}

.posbar tr
{
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

.posbar td
{
	padding-left: 10px;
}

.crossbar
{
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
	background-color: #CDCDCD;
}

.crossbar tr
{
	background-color: #CDCDCD;
}

.crossbar td
{
	/* 	height:12px; 	width: 200px; 	background-color: #f5f5f5; 	*/
	height: 12px;
	background-color: #e8e8e8;
	width: 150px;
}

.crossbar td.lpart
{
	padding-left: 30px;
}

.crossbar td.pager
{
	text-align: right;
	padding-right: 20px;
}

.crossbar td.pager a
{
	padding: 1px 3px 0 3px;
	margin: 3px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
}





.tableBorder
{
	border-right: #DEDEDE 1px solid;
	border-top: #DEDEDE 1px solid;
	border-left: #DEDEDE 1px solid;
	border-bottom: #DEDEDE 1px solid;
	background-color: #DEDEDE;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 2px;
}

.tableBorder tr
{
	background-color: #FFFFFF;
}

.tableBorder td
{
	padding-left: 10px;
}

.tableBorder td.impfield
{
	color: #FFAA25;
}

.tableBorder th
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/control/admin_bg_1.gif);
	color: #000000;
	background-color: #4455aa;
	height: 24px;
}

.tableBorder span
{
	color: #130781;
}
.tableBorder a:link
{
	color: #2483B5;
	font-size: 12px;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
}

.tableBorder a:visited
{
	font-size: 12px;
	color: #2483B5;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
}
.tableBorder a:hover
{
	font-size: 12px;
	color: #002F79;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
}


.tbcss
{
	background-color: #DEDEDE;
}

.tbcss tr
{
	background-color: #FFFFFF;
}

.tbcss th
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #854292;
	height: 24px;
	padding-left: 10px;
}

.tbcss td
{
	font-size: 12px;
	height: 24px;
	padding-left: 5px;
}
.tbcss td .tab {
    padding-right:15px;
    text-align:right;
}
.tbcss td  tab2{
    padding-left:15px;
    text-align:left;
}  
.tbcss span
{
	color: #130781;
}


a:link {
	font-size: 12px;
	line-height: 150%;
	color: #2483B5;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 150%;
	color: #66B355;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 150%;
	color: #CC0000;
	text-decoration: none;
}

.gvcss
{
	border-right: #dedede 1px solid;
	border-top: #dedede 1px solid;
	border-left: #dedede 1px solid;
	border-bottom: #dedede 1px solid;
	background-color: #DEDEDE;
	padding-left: 2px;
	margin-top: 7px;
}

.gvcss tr
{
	background-color: #FFFFFF;
}

.gvcss th
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/sucai/bg_btn.gif);
	color: #1f1f1f;
	background-color: #336666;
	height: 20px;
}
.gvcss td
{
	font-size: 12px;
	height: 22px;
	padding-left:5px;
}

.gvcss a:link
{
	color: #2483B5;
	font-size: 12px;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
}

.gvcss a:visited
{
	font-size: 12px;
	color: #2483B5;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
}
.gvcss a:hover
{
	font-size: 12px;
	color: #002F79;
	text-decoration: none;
	font-family: "宋体" , "Helvetica" , "sans-serif";
}


.gvcss2
{
	border-right: #C1B3A7 1px solid;
	border-top: #C1B3A7 1px solid;
	border-left: #C1B3A7 1px solid;
	border-bottom: #C1B3A7 1px solid;
	background-color: #f9f9fe;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 2px;
	margin-top: 7px;
}

.gvcss2 tr
{
	background-color: #FFFFFF;
}
.gvcss2 th
{
	font-weight: normal;
	font-size: 12px;
	height: 24px;
	background-color: #7497DC;
	background-image: url('');
}

div.footer
{
	text-align: left;
	background-color: #E4EDF9;
	padding: 1px;
	border: solid 1px #6BBA21;
}

div.header
{
	text-align: left;
	background-color: #E4EDF9;
	padding: 2px;
	border: solid 1px #668CD9;
}


tr.whitebg
{
	background-color: #FFFFFF;
}

.fontcurpos
{
	color: Red;
}

#divtip
{
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	position: absolute;
	display: none;
	z-index: 2;
	border: 1px solid #cccccc;
	FILTER: alpha(opacity=90);
	background-color: #0094bb;
}

