﻿.ContainerTable
{
	width:100%;
	height:auto;
	border:1px solid #333;	
}
.InnerTable
{
	width:100%;
	height:auto;
}
.InnerTable td
{
	padding:2px;

}
.HeaderRow 	
{ 
	background-color:#507CD1; 
	font-weight:bold; 
	color:#fff; 
	text-align:center; 
	height:20px; 
	font-size:14px; 
}
.InnerHeaderRow
{
	background-color:#DDD; 
	font-weight:bold; 
	color:#000; 
	text-align:center; 
	height:15px; 
	font-size:12px; 
	border-bottom:1px solid #ccc;
}

.TextBox
{
	border:1px solid #666;
	color:Blue;
}
.Label
{
	font-weight:bold;
	display:block;
	padding:2px;
	text-align:right;
}

.LeftTD
{
	text-align:right;	
	width:100px;
	padding-right:5px;
	height:25px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.RightTD
{
	width:160px;
	border-bottom:1px solid #ccc;
	
}
