﻿body 
{
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0 0 0 0;
}

a:active, a:focus, a:link, a:visited 
{
	color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a:hover 
{
	color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

a.TopLinks:active, a.TopLinks:focus, a.TopLinks:link, a.TopLinks:visited 
{
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.TopLinks:hover 
{
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

a.footer:active, a.footer:focus, a.footer:link, a.footer:visited
{
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.footer:hover
{
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

td.CheckService
{
	
}

td.Copyright
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: Gray;
}

.WaterMarkedTextBox
{
	border-right: #555555 1px solid;
	border-top: #555555 1px solid;	
	border-left: #555555 1px solid;	
	border-bottom: #555555 1px solid;
	color: gray;
	display: inline;
	visibility: visible;
}

.NormalTextBox
{
	border-right: #555555 1px solid;
	border-top: #555555 1px solid;
	border-left: #555555 1px solid;	
	border-bottom: #555555 1px solid;
	color: black;
	display: inline;
	visibility: visible;
}

.ServicesCatTitle
{
    color: White;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #0567b0;
}

.ServicesTitle
{
    color: #444444;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.ServicesTitleCell
{
    background-color: #dbe7fb;
}

.ServicesOptions
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.ServicesIncluded
{
    color: White;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.ServiceBlankRow
{
    background: url('../Images/Service/BlankRow.gif') no-repeat top;
}

.ServicesHeaderMiddleLeft
{
    height: 10px;
    width: 35px;
    background: url('../Images/Service/HeaderMiddleRepeat.jpg') top;
    text-align: left;
}

.ServicesHeaderMiddleRepeat
{
   height: 10px;
   background: url('../Images/Service/HeaderMiddleRepeat.jpg');
}

.ServicesHeaderLowerLeft
{
    background-color: #dbe7fb;
}

.ServicesItems
{
    /* background-color: #b6d3f3; */
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:Blue;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }
 
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background: none;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #444444;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top
{
    background-position: top;
    display: block;
    padding: 30px 8px 0;
    background: url('../Images/bubble.gif') no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url('../Images/bubble_filler.gif') repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url('../Images/bubble.gif') no-repeat bottom;
}

td.AboutHeaders
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 600;
	color: #000000;
}

td.AboutTitleHeader
{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
}