/* CSS Document */
@import url("../public_css.css");

LI {
	/*DISPLAY: block;*/
	TEXT-INDENT: 15px;
	margin:0px;
}

#line_style Li{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin-left:-10px;
	margin-right:10px;
	list-style-type:circle;	
}
#line_style{
	PADDING: 0px;
	MARGIN: 10px 0px 0px 0px; 
	WIDTH: 100%; 
	BORDER-BOTTOM: #003399 0px solid; 
	HEIGHT: 25px;
	font-size:12px;
	color:#930;
}
#absolute_width{
	padding:0px;
	margin:0px;
}
.line_size{
	/*border: 0px groove #E1E1E1;*/
	height: 0px;
	border:none;
	margin:0px;
	padding:0px;
}
.search{
	color:#930;
	background-color:#93cbff;
	border-bottom:1px solid #309bff;
	border-top:2px solid #b3daff;
	padding:5px;
}
#text,#text2{
	margin:0px 8px 0px 5px;
	padding:0px 0px;
	/*border:#A6EDFF 1px solid;*/
	font-size:12px;
	width:100%;
	height:96%;
}
#text1{
	margin:10px 5px 10px 15px;
	padding:10px;
	border:#A6EDFF 1px solid;
	font-size:12px;
	width:100%;
}
#tree_title {
	MARGIN-BOTTOM: 8px; HEIGHT: 23px
}

/*******字体********/
.font_blue{
	color:#0000CC;
}
.font_little{
	font-size:10px;
}
.little_title{
	text-indent:0px;
	font-weight: bold;	
}
.font_white{
	color:#FFFFFF;
	font-weight:bold;
}
.font_red{
	color:#FF0000;
}
.span_red{
	/*color: #FF6600;*/
	color:#930;
}
.font_hui{
	color:#666666;
}
.font_hui1{
	color:#CCCCCC;
}
.font_hui2{
	color:#666600;
}
.red {
	font-family: "??";
	font-size: 12px;
	color: #FF0000;
}

/*------------按钮-------------*/
.submitall {
	font-family: "Tahoma", "宋体";
	font-size:12px;
	/*color: #000000;*/
	border: 1px solid #850898;
	color:006699;
	background-image:url(images/anniu.gif);
	CURSOR: hand;
	font-style: normal;
	width:auto;
	height:22px;
	background-repeat: repeat-x;
	background-position: center center;
}
/*.anniu {
	height: 30px;
	width: 127px;
	padding-bottom: 3px;
}

#table_biaoti {
	line-height: 28px;
	height: 22px;
	width: 100%;
	color: #3366CC;
	font-weight: bold;
	line-height: 22px;
	text-indent: 3px;
}
#table_biaoti li {
	color: #3366CC;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}*/
.inputtext{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
}
/************* div span ****************/
.space{
	text-align:left;
	margin-top:10px;
	padding-left:120px;
}
.right_div{
	padding:0px 20px 5px 0px;
	text-align:right;
	background-image: url(../images/line_index.gif);	
	background-repeat: repeat-x;
	background-position: bottom;
}
.left_padding{
	text-align:left;
	padding-left:20px;
}
.left_btn{
	padding-left:50px;
	padding-top:12px;
}
/*************table*****************/
/*#table1,#search_table{
	width:100%;
	margin:0px;
	border:1px solid #0099CC;
	text-align:center;
	border-collapse: collapse;
}
#table1 thead td{
	background-color:#3366CC;
	height:23px;
	border-bottom:2px solid #666666;
	color: #FFFFFF;
}
#table1 td{
	border:1px solid #DDDDDD;
	padding:5px 2px;}
*/
#table1,#search_table,#peopertab,#text2 table{
	width:100%;
	margin:0px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:center;
	border-collapse: collapse;
	background-color:#deefff;
}
#table1 thead td,#text2 table thead td{
	background-color:#EEEEEE;
	height:23px;
	border-bottom:2px solid #999999;
	/*color: #FFFFFF;*/
}

#table1 td,#peopertab td,#text2 table td{
	border:1px solid #DDDDDD;
	padding:4px;}
#table1 tfoot td{
	padding-right:20px;
	height:25px;
	text-align:right;
}


#table2{
	width:100%;
	margin:0px;
	border-collapse:collapse;
}
#table2 td{
	border-bottom:1px dashed #DDDDDD;
	padding:3px 8px;
}
#table2 tfoot td{
	border-bottom:none;
}

#search_table thead td{
	background-color:#ffd493;
	height:23px;
	border-top:2px solid #ffe1b3;
	/*color: #FFFFFF;*/
	color:#930;
	border-bottom:1px solid #ffac30;
}
#search_table td{
	height:30px;
	border:none;
	padding:2px;
	background:#F3F1DE;}
/**********连接***********/
A:link {
	COLOR: #000000;
	text-decoration:none;
}
A:visited {
	COLOR: #000000;
	text-decoration:none;
}
A:hover {
	COLOR: #930;
}
a.Lnemn:link,a.Lnemn:visited {
	font-size:12px;
	font-weight:normal;
	color: #000000;
}
a.Lnemn:hover,a.Lnemn:active {
	font-size: 12px;
	font-weight:normal;
	color: #00CCFF;
	BACKGROUND-COLOR: #ffffff;
	width:160px;
}
a.title_color:link,a.title_color:visited {
	font-size:12px;
	font-weight:normal;
	color: #00CCFF;
}
a.title_color:hover,a.title_color:active {
	font-size: 12px;
	font-weight:normal;
	color: #00CCFF;
	BACKGROUND-COLOR: #ffffff;
}

