@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
}

table { 
	font-family:Arial, Helvetica, sans-serif;
}


.heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#34a003;
}
.labelcap
{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
.text {
	font-size: 12px;
}
.myprophead
{
	font-family:Arial, Helvetica, sans-serif;
	color:#ff7800;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.simpletext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.looktxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1c7fe3;
	text-decoration:none;
}
.setheaderfont
{
	margin-left:15px;
}
.menuanchorclass
{
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	color:#fffefe;
	padding-left:15px;
	text-decoration:none;
}

.navtext
{
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	color:#fffefe;
	padding-left:15px;
	text-decoration:none;
}

.righttext
{
	font-family:Arial, Helvetica, sans-serif;
	color:#817f7f;
	font-size:11px;
}
.hrclass
{
	width:97.8%;
	text-align:left;
	border:dotted 1px;
	margin-top:4px;
}
 
.setbr
{
	line-height:12px;
}
.txtblue
{
	color:#2b6fbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
}
.styleseen
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#003674;
}
.regstyle
{
	color:#787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.fottertxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
}
.footerlnk
{
	color:#1074ad;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}
.Adtext {
	font-weight: bold;
}
.adcenter {
	font-style: normal;
	font-size: 12px;
}
.subsmall {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 10px;
	font-weight: normal;
	color: #686868;
}
.blueheading {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 12px;
	font-weight: bold;
	color: #003674;
}
.planprice {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
/* CSS For Tooltip on Bulk link */
#dhtmltooltip {
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu {
position: absolute;
left: 0;
top: 0;
margin-top: 10px;
margin-left: -3px;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color: #f47b20;
width: 210px;

}

.anylinkmenu ul {
margin: 0;
list-style-type: none;
padding: 0;
}

.anylinkmenu ul li a {
color: white;
width: 100%;
display: block;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
padding: 2px 0;
text-indent: 3px;
background-color: #f47b20;
}

.anylinkmenu a:hover { /*hover background color*/
background-color: white;
color: #f47b20;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow { /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: transparent;
visibility: hidden;
}