﻿.txtInput
{
	border: 1px #3A97F3 solid;
	font-size: 12px;
}

div.inputSection
{
	margin-bottom: 30px;
}

div.inputSectionHeader
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.HeaderSection
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}


span.inputLbl
{
}

table.inputTbl
{
	width: 100%;
}

td.cell33, td.cell25, td.cell20
{
	padding-left: 5px;
	padding-right: 5px;
}

td.cell33
{
	width: 33%;
}

td.cell25
{
	width: 25%;
}

td.cell20
{
	width: 20%;
}

td.cell33 .txtInput, td.cell25 .txtInput, td.cell20 .txtInput
{
	width: 95%;
}
table.inputTbl tr.labelRow
{
	height: 25px;
	vertical-align: bottom;
}
table.inputTbl tr
{
	vertical-align: top;
}
 .
td.cell33.redErrorText
{
	color: Red;
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.redErrorText
{
	color: Red;
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


table.gridTbl td.tools
{
	width: 50px;
}


.left_out_bdr
{
	border: 1px solid #C2CFEF;
}

.inside_bdr
{
	border: 1px solid #74BD01;
}
.textcolor
{
	color: Green;
}

.txtcolor
{
	color: Green;
}
