/* CSS Document */

*
{
	margin:0;
	line-height: 130%;
	font-weight: bold; 
	font-family: Arial;
/*	text-decoration: none; */
}

body {
	/*background-color: #DBE8F0;*/
	color: #676767;
	margin-top:0;
}
	A:link {COLOR: #676767;TEXT-DECORATION: none;}
	A:visited {	COLOR: #676767;TEXT-DECORATION: none;}
	A:hover {COLOR: #676767;TEXT-DECORATION:underline;}
.main
{
	padding-left:50px;
	padding-top:20px;
}

.title
{
	font-weight:bold;
}
.txttop
{
	vertical-align:text-top;
	padding-top:8px;
}

button /*按钮1*/
{
border-width: 1px; 
padding: 1px; 
background-color: #FFFFFF; 
border-color: #466282; 
font-family: 宋体; 
font-size: 12px; 
color: #466282;
height: 20px;
padding-top:2px;
}

input /*单行文本输入*/
{
    border: solid 1px #466282;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	color: #1F3D71;
}
textarea /*单行文本输入*/
{
    border: solid 1px #466282;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	color: #1F3D71;
}
/* 单行内容自动换行 */
.txtnowrap
{
	white-space:normal;
}

.select /*下拉选择*/ 
{
	PADDING: 1px;
	background-color: #FFFFFF;
	font-family: "宋体";
	font-size: 10pt;
	font-style: normal;
	color: #466282;
	line-height: 1px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 1px;
	clear: none;
	float: none;
	height: auto;
	width: 80px;
	list-style-position: inside;
	list-style-type: none;
	border: thick none #466282;
}

.wrap
{
	width:90%;
	margin:0 0 0 0;
}

.head
{
	width:100%;height:54px;position:relative;
}

.body
{

}

.foot
{
	height:100px; background:#999999;
}

.mainframe
{
	width:auto;
	float:right;
}

.clearboth
{
	clear:both; font-size:0px; line-height:0;
}

.menuul
{

}

.menuul li
{
	list-style-type:none;
}

.menuul li a
{
	display:block;
	width:100%;
}

.libg
{
	height:24px;
	background-image:url(../images/bao_bg.gif);
	border-right:solid 1px #5081CF;
}

li
{
list-style:none
}

.submenu
{
width:201px;float:left;
}

.submenu ul li a
{
	display:block; width:201px; text-decoration:none;
}

/* 整个表格颜色 */
.table-frame
{
	border-top: 1px solid #2859A7; 
	border-right: 1px solid #2859A7;
	border-left: 1px solid #2859A7;
	border-bottom: 1px solid #2859A7; 
}

/* 单数行单元格样式 */
.TD1 {
	font-family:"宋体";
	font-size :12px;
	color: #000000;
	background-color: #FFFFFF;/*TR的背景色*/
	line-height: 24px;
	padding-left: 5px;
	vertical-align: middle;
}
/* 双数行单元格样式 */
.TD2 {
	font-family:"宋体";
	font-size :12px;
	color: #000000;
	background-color: #E8EFF5;/*TR的背景色*/
	line-height: 24px;
	padding-left: 5px;
}
.tableth td
{
	border-right: 1px solid #2859A7;
	border-left: 1px solid #2859A7;
	background-image: url(../images/tou_bg.gif);
	background-repeat: repeat-x;
	height:25px;
	text-align:center;
}
/* table1 */
.table1
{
	border:solid 1px #466282;
	border-width:1px 0 0 1px;
	background-color:White;
	border-collapse:collapse;
}

.table1 td,th
{
	height:22px;
	border:solid 1px #466282;
	border-width:1px 1px 1px 1px;
	border-collapse:collapse;
}
.table1 td td td
{
	border:none;
}
