﻿
.InputTable
{
	width: 100%;
	background-color: white;
	border-collapse: collapse;
}
.InputTable th
{
	text-align: right;
	font-weight: normal;
}
.InputTable th, .InputTable td
{
	border: 1px solid #ddd;
}
.TitleColumn
{
	background-color: #eee;
	height: 20px;
	text-align: right;
	padding: 2px 2px 2px 2px;
}

.ContentColumn
{
	background-color: #FFFFFF;
	height: 20px;
	text-align: left;
	padding: 2px 2px 2px 5px;
}

.TitleRow
{
	background-color: #F0F7FD;
	color: #002C87;
	height: 20px;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

.ContentRow
{
	background-color: #FFFFFF;
	height: 20px;
	text-align: left;
	padding: 2px 2px 2px 5px;
}

.HeadRow
{
	background: url(../../images/title2_bg.gif);
	color: black;
	height: 28px;
	text-align: left;
}
.BottomRow
{
	background-color: #FFFFFF;
	color: black;
	height: 24px;
}



.SelRow
{
	background-color: #FFFFA3;
	height: 24px;
}
.Row0
{
	background-color: #ffffff;
	height: 24px;
}
.Row1
{
	background-color: #f6f6f6;
	height: 24px;
}
tfoot
{
	text-align: center;
	height: 20px;
	padding-top: 3px;
}


/*列表区域样式*/
.ListTable
{
	width: 100%;
	padding-bottom: 8px;
	float: left;
}
.ListTable table
{
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border: 1px solid #cfdae4;
}
.ListTable th
{
	border: 1px solid #cfdae4;
	height: 22px;
	text-align: center;
	font-weight: bold;
	background-color: #F5F5F5;
	background-image: url(../../Images/thTitle.jpg);
}
.ListTable .rightCol
{
	text-align: right;
	padding-right: 5px;
}
.ListTable .centerCol
{
	text-align: center;
}
.ListTable tbody tr
{
	border: 0px solid;
}
.ListTable tbody td
{
	border: 1px solid #cfdae4;
	line-height: 18px;
	padding: 2px;
	text-decoration: none;
}
.ListTable table tfoot td
{
	background-color: #FFFFFF;
	text-align: center;
	height: 25px;
	border: 1px solid #FFFFFF;
}
.ListTable td a:link, .ListTable td a:visited
{
	color: #333;
	text-decoration: none;
}
.ListTable tbody td a:hover
{
	color: red;
	text-decoration: underline;
}
.ListheadTitle thead th
{
	background: #a8d3ec;
	color: #000000;
}

