﻿
.InputTable
{
	width: 100%;
	background-color: white;
	border-collapse: collapse;
}

.TitleColumn
{
	background-color: #F0F7FD;
	color: #002C87;
	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;
	background-color: #F0F7FD;
	height: 20px;
	padding-top: 3px;
}


