﻿A
{
	color: #00007f;
	text-decoration: none;
}
A:HOVER
{
	color: #ff0000;
	text-decoration: underline;
}

.tableHeader
{
	border-collapse: collapse;
	text-align: center;
	width:950px;
	margin:0 auto;
}
.tableHeader tr
{
	height: 22px; 
	background: #e1edf6;
}

.tableHeader td
{
	font-size: 12px;
	font-family: 宋体;
}

.tableHeader th
{
	font-size: 12px;
	font-family: 宋体;
	font-weight:normal;
}

.tableBody
{
	border-collapse: collapse;
	text-align: center;
	border-top-width: 0;
	table-layout:fixed;
}

.tableBody th
{
	font-size: 12px;
	font-family: 宋体;	
	border-width: 0;
}

.tableBody td
{
	font-size: 12px;
	font-family: 宋体;
}

.tableBody tr
{
	height: 22px;
}

.trHeaderScroll
{
	background: #F0FFFF;
	text-align: center;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}
.table
{
	font-size: 12px;
	font-family: 宋体;
	text-align: center;
}
.trHeader
{
	text-align: center;
	height: 22px;
	background: #F0FFFF;
}
.tr
{
	height: 22px;
}
.trBack
{
	height: 22px;
	background: #eeeeee;
}

.lineBottom
{
	border-bottom: solid 1px #ccc;
}
.lineRight
{
	border-right: solid 1px #ccc;
}
.lineLeft
{
	border-left: solid 1px #ccc;
}
.lineTop
{
	border-top: solid 1px #ccc;
}

.tipCss
{	
	background-position:32px -2px; 
	background-repeat:no-repeat;
	color:Red;
}

.tipCss a
{
	color:Red;
	text-decoration: underline;
}

.notipCss a
{
	color:Red;
	text-decoration: underline;
}

#tblContent
{
	margin:0px auto;
	width:900px;
}
    
#tblContent
{
	width: 950px; 
	margin:0px auto;
}

#tblContent table td
{
	font-size: 12px;
	font-family: 宋体;
}
    