﻿body
{
    font-size: 8pt;
    font-family: Verdana;
}
.HeadersSection
{
    font-weight: bold;
    font-size: 9pt;
    text-transform: capitalize;
    color: white;
    font-family: Verdana;
}
.NewsDate
{
    font-weight: bold;
    font-size: x-small;
    color: darkblue;
    font-family: Verdana;
}

.OrangeHeader
{
    font-size: 10pt;
    color: #ff6600;
    font-family: Verdana;
}
.NewsTitle
{
    font-family: Verdana;
    font-weight: normal;
    font-size: x-small;
    color: gray;
}
.ViewAllLink
{
    font-weight: bold;
    font-size: xx-small;
    cursor: hand;
    color: #ff6600;
    font-family: Verdana;
}
.ServiceHeader
{
    font-weight: bold;
    font-size: small;
    color: #000000;
    font-family: Verdana;
}
.Service
{
    font-weight: bold;
    font-size: xx-small;
    font-family: Verdana;
}
.ServicePoint
{
    font-size: xx-small;
    font-family: Verdana;
}
.Normal
{
    font-size: xx-small;
    font-family: Verdana;
}

.MyVisited
{
    font-size: x-small;
    font-family: Verdana;
    color: #4169e1;
    text-decoration: none;
    font-weight: bold;
}

.MYBTMLinks
{
    font-size: 7pt; 
    color: white;
    text-decoration: none;   
    
}
.Normal
{
    font-size: x-small;
    font-family: Verdana;
}
 .SUBTitle
{
    font-size: 12pt;
    font-family: Verdana;
    font-weight: bold;
    color: maroon;
}
 .Title
{
    font-size: 12pt;
    font-family: Verdana;
    font-weight: bold;
    color: #4169e1;
}
.NormalText
{
    font-size: small;
}

.content
{
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.contentText
{
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ReadOnlyText
{
	border-style:groove; border-width:2px; background-color:#FFFFCC; height:22px;
	font-size: 10px;
	color: #000000;
	line-height: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
.contentTitle
{
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}


/* Table CSS */
.displayTable
{
background-color:#5D7B9D;
}
.displayTableTR
{
background-color:White;
}
.TableSubtitle
{
    font-size:x-small;
    font-family: Verdana;
    font-weight:bold;
}
.TRTitle
{
	background-color:#5D7B9D;
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color:White;
	padding:4px;
}
.TableContent
{
    font-size:x-small;
    font-family: Verdana;
}



/* Links */
A:link, A:Visited
{
    font-size: x-small;
    color: #4169e1;
    font-family: Verdana;
}

.note
{
	font-family:Verdana;
	font-size:x-small;
	color:Maroon;
	font-weight:bold;
}

/* FORMS */

.FSubtitle
{
	font-family:Verdana, Tahoma,arial;
	font-weight:bold;
	font-size:x-small;
}
.FInput
{
	BORDER-RIGHT: #7F9DB9 1px solid;
	BORDER-TOP: #7F9DB9 1px solid;
	FONT-SIZE:11px;
	BORDER-LEFT: #7F9DB9 1px solid;
	BORDER-BOTTOM: #7F9DB9 1px solid;
	FONT-FAMILY: Arial, 'Book Antiqua', Garamond, 'Times New Roman';
}
.FRequiredField
{
	color:Red;
	font-size:10px
	}
/*Buttons*/
.buttons
{
	height: 22px;
	width: 91px;
	background-image: url(btnBgOrange.gif);
	background-repeat: repeat-x ;
	/*color: #0066CC;*/
	color:white;
	font-size: 11px;
	border: 0px;
	font-family:tahoma, arial;
	font-weight: bold;
	border:solid 1px gray;
	
}

/*User Guide Links*/
.ugTitle
{
	font-family:Verdana;
	color:White ;
	font-size:2;
}
.ugText
{
	font-family:Verdana;
	font-size:1;
}

/* DISCLAIMER */
.disclaimer
{
	font-family:Verdana;
	font-size:x-small;
	color:Black;
}

table.hs-box
{
	
	border: buttonshadow 1px solid; 
	border-top: buttonshadow 1px solid; 
	margin-top: 4px; 
	margin-bottom: 4px; 
	border-collapse: collapse;
	background-color: infobackground;
}
table.hs-box td
{
	
	padding: 4px;
	vertical-align: top;
	background-color: infobackground;
}
.helpColumn
{
	width: 20%;
	height: 300px;
    padding: 9px;
    vertical-align: top;
    border-width: 0px;
    border-left: 1px #CDD7D9 solid;
    border-top: 1px #CDD7D9 solid; 
    border-bottom: 1px #CDD7D9 solid;   
	border-collapse: collapse;
	background-color: infobackground;
}
.helpColumnParent
{
	border-width: 0px;
	padding: 9px;
    border-left: 1px #CDD7D9 solid;
    border-top: 1px #CDD7D9 solid;  
    border-bottom: 1px #CDD7D9 solid;  
	border-collapse: collapse;	
}
