/* This section of CSS is used by Prospect Info tab. */
.BlueTD
{
	background-color:#E1EDFF; 
}
.TDCurrent
{	
	padding-left:95px;		
}
.ProspectDiv
{
	font-family:Arial;
	font-size:small;
	width:100%;
}
.hrline
{
	color:Black;
	width:100%;
}
.ErrorMessage
{
	color:Red;
	font-size:small;
}
/* This section of CSS is used by Prospect Payments n Coverage tab. */
.PaymentLabel
{
	font-weight:bold;
}
.PaymentFrame
{
	display: none; 
	position:absolute;
	z-index: 10000; 
	height: 164px; 
	width: 453px;
}
.PaymentDiv
{
	display: none;
	position:absolute;
    z-index: 100;
    background-color: #E1EDFF; 
    border: solid 1px; 
    width:100%;
}
.Menu
{
	text-align: justify;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	background-color: #DCD9AC;
	color:Black;
}
.SubMenu
{
	font-weight: normal;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	border-bottom-style: none;
	font-family:Arial;
	font-size:medium;
	color:Black;
	background-color:Transparent;
	font-style:normal;
}


.SubMenuHover
{
	text-align: left;
	background-color: Blue;
	color: White;
	font-weight: bold;	
	font-family:Arial;
	font-size:medium;
	color:Black;
	background-color:Transparent;
	font-style:normal;
}