.highlight
{
	background-color:	#FFFFFF;
	/*border:				2px solid #FF7777;*/
}

.HeadRow
{  
	clear:				both;
	height:				27px;
	font-family:		Arial, Verdana, Times, serif;
	font-size:			12px;
	font-weight:		bold;
	color:				white;
	/*background-color:	#009BCA;*/
	line-height:		20px;
	padding:			5px;
}

.DivTable
{
	margin:				auto;
}

.DivRow
{
	clear:				both;
	padding:			15px 5px 5px 5px;
}

.DivTh
{
	font-family:		Arial, Times, serif;
	font-size:			16px;
	font-weight:		normal;
	text-align:			center;
	color:				white;
	background-color:	#009BCA;
	float:				left;
	line-height:		25px;
}

.DivTd
{  
	font-family:		Arial;
	font-size:			12px;
	font-weight:		normal;
	color:				#000000;
	float:				left;
	padding:			5px 0;
}

.FormLabel
{
	width:				34%;
    text-align:         right;
    margin-right:       10px;
}

.FormInput
{
	width:				62%;
}

.infoMsgInline {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: none;
	background-color: #FFFFD7;
	border: 1px solid #F9CA5D;
	padding: 3px;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}

