/* HTML元素基本样式begin */
HTML {
    color:#000; background:#fff; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; font-size:12px; font-family:"微软雅黑","Microsoft YaHei",Tahoma,宋体,Arial,sans-serif; word-break:break-all;
}
BODY, FORM, TD {
	margin:0px 0px 0px 0px; margin-left:auto; margin-right:auto; font-family:"微软雅黑","Microsoft YaHei",Tahoma,宋体,Arial,sans-serif; font-size:14px; 
}
SELECT {
	border:solid 1px #a7a6aa; padding:1px 3px 1px 3px; height:23px; font-size:12px; font-family:"微软雅黑","Microsoft YaHei",Tahoma,宋体,Arial,sans-serif;
}
SELECT.error {
    border: dashed 1px Red; font-size:12px;
}
INPUT {
      font-size:13px; font-family:"微软雅黑","Microsoft YaHei",Tahoma,宋体,Arial,sans-serif;
}
INPUT.txt {
	border:solid 1px #a7a6aa; padding:1px 3px 1px 3px; width:147px; height:20px;
}
INPUT.btn {
    border:solid 1px #666; padding:2px 4px 2px 4px; font-size:12px; height:23px;
}
INPUT.error {
    border: dashed 1px Red; font-size:12px;
}
TEXTAREA {
	font-size:13px; padding:0px; margin:0px; border:solid 1px #A7A6AA;
}
TEXTAREA.error {
    border: dashed 1px Red; font-size:12px;
}
LABEL.error {
    color: Red; font-size:12px;
}
IMG {
	border-width:0px;
}
A {
	color: #333;
}
A:link {
	text-decoration:none;
}
A:visited {
	text-decoration:none;
}
A:hover {
	color:Red; text-decoration:none;
}
/* HTML元素基本样式 end */

/* 主菜单样式 begin */
.MainMenuLink A {
	color:#ffffff;
}
.MainMenuLink A:hover {
	color:#ffffff; text-decoration:underline;
}
.titleTab {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-position: 0px 0px;
	width: 114px;
	height: 27px;
	line-height:27px;
	cursor: pointer;
	font-size:11pt;
}
.titleTab:hover {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-position: 0px 0px;
	width: 114px;
	height: 27px;
	line-height:27px;
	cursor:pointer;
	color:Red;
	font-size:11pt;
}
.titleTabSelected {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-image: url('../Content/Images/btn_title_enabled.gif');
	background-position: 0px 0px;
	width: 114px;
	height: 27px;
	line-height:27px;
	cursor:pointer;
	color:white;
	font-size:11pt;
}
.titleTabSelected a{
	color:White;
	font-size:11pt;
	cursor: pointer;
}
.titleTab1 {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-image: url('../Content/Images/main_t_off.jpg');
	background-position: 0px 0px;
	width: 114px;
	height: 27px;
	line-height:27px;
	cursor: pointer;
	font-size:11pt;
}
.titleTab1:hover {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-position: 0px 0px;
	width: 114px;
	height: 27px;
	line-height:27px;
	cursor:pointer;
	color:Red;
	font-size:11pt;
}
.titleTabSelected1 {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-image: url('../Content/Images/main_t_on.jpg');
	background-position: 0px 0px;
	width: 114px;
	height: 27px;
	line-height:27px;
	cursor:pointer;
	color:white;
	font-size:11pt;
}
.titleTabSelected1 a{
	color:White;
	font-size:11pt;
	cursor: pointer;
}
.titleTab2 {
    color:#6688cc;
}
.titleTabSelected2 {
	color:#6688cc; font-weight:bold;
}
/* 主菜单样式 end */

/* 其他样式 begin */
.center {
    margin-left:auto; margin-right:auto;
}
.noDisplay {
	display:none;
}
.tb0 {
	width:100%;  border-collapse:collapse; border-width:0px; text-align:left; cellspacing:expression(this.cellSpacing=0); cellpadding:expression(this.cellPadding=0);
}
.tb1 {
	width:100%; border-collapse:collapse; border-width:0px; text-align:left; cellspacing:expression(this.cellSpacing=1); cellpadding:expression(this.cellPadding=3);
}
.tb3 {
	border-collapse:collapse; border-width:0px; text-align:left; cellspacing:expression(this.cellSpacing=0); cellpadding:expression(this.cellPadding=0);
}
.tb4 {
	border-collapse:collapse; border-width:0px; text-align:left; cellspacing:expression(this.cellSpacing=1); cellpadding:expression(this.cellPadding=3);
}
.tb5 {
	font-size:14px; font-weight:bold; text-align:left; height:30px;
}
.title0 {
	font-size:18px; font-weight:bold; text-align:center; height:30px;
}
.title1 {
	font-size:22px; font-weight:bold; text-align:center; height:40px;
}
.loading {
	z-index:9999; display:none; width:126px; height:45px; position:absolute; left:50%; top:50%; margin-left:-60px; margin-top:-16px; background-color:Red; color:White; font-size:14px;
}
.footer {
	position:absolute; bottom:0px; width:100%; height:22px; line-height:25px; text-align:center; background-image:url('../Content/Images/002.jpg');
}
.title_line {
	width:100%; height:1px; margin:8px 0px 5px 0px; background-color:#e0e0e0;
}
.doc_ico {
    width:13px; background-image:url('../Content/Images/file.png'); background-repeat:no-repeat; background-position:center center;
}
.doc_title {
    padding:4px 0px 4px 10px;
}
.doc_title a {
    color:#003366;
}
.doc_title a:hover {
	color:Red; text-decoration:none;
}

/* 其他样式 end */

/* 分页控件样式 begin */
.pager {
	margin:8px 3px 3px 0px; font-size:12px; font-family:Tahoma,宋体,Arial,sans-serif;
}
.pager .disabled {
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:2px;
	text-align:center;
}
.pager .current {
	background-color:#EFEFF0;
	border:1px solid #D9DADA;
	color:#636363;
	font-weight:bold;
	margin-top:4px;
	padding:2px 3px;
	text-align:center;
}
.pager span, .pager a {
	margin:4px 3px;
}
.pager a {
	border:1px solid #c0c0c0;
	padding:2px 3px;
	text-align:center;
	text-decoration:none;
	color:Black;
}
/* 分页控件样式 end */

/****查询input样式****/
.seach
{
	width:300px;
	color:#999;
	}
/***详细页面title*****/
.contable
{
	padding:50px;
	width:95%;
	}
.contable td
{
	line-height:23px;
	padding-left:20px
	}
.contable thead {
    color: #880000;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    line-height:50px
}