/************************
ELEMENTS
************************/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0;
}


td{
	font-family:Verdana;
	font-size : 10px;
}
.BaseText strong {
	font-weight: normal;
}



select{
	font-size : 10px;
}
input{
	font-size : 10px;
}

a
{
	text-decoration:none;
	color:black;
}
.prominentText .prominentLink a:hover {
	text-decoration:overline;
}



INPUT.text
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    FONT-SIZE: 10pt;
    BORDER-LEFT: white 1px solid;
    COLOR: black;
    BORDER-BOTTOM: white 1px solid;
    FONT-FAMILY: Arial, sans-serif;
    HEIGHT: 20px
}



/************************
ELEMENTS END
************************/

/*****************************
BORDERS AND BOXES
******************************/

.SearchPageBorder
{
    border-left: lightgrey 2px solid;
    border-right: lightgrey 2px solid;
    border-bottom: lightgrey 2px solid;
    border-top: lightgrey 2px solid;
    padding: 15px;
}

.Box
{
    border : 1px solid Black;
}

.BoxHeading{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: white;
	background-color: #01509D;
	height: 17px;
	text-indent: 2px;
	font-variant: small-caps;
}

.SuggestionBox
{
	border: solid 2px #8C8A8C;
	background-color: #B1BAC3;
	font: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.SuggestionBoxHeader
{
    background-color:#8C8A8C;
    font-family: Arial;
    color: White;
    font-size: 12px;
    font-weight: bold;
	 font-variant: small-caps;
}

.SuggestionBoxtextarea{
	background-color: White;
	border: thin none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-align: left;
	font-size: 10px;
	overflow: hidden;
}

.HeavyBottomBorder1
{
	border-bottom : 2px solid black;
}

.HeavyBottomBorder2
{
	border-bottom : 2px solid #CC9933;
}

.ThinBottomBorder1
{
	border-bottom : 1px solid black;
}

.HR3px
{
	color: black;
	height: 3px;
}



/***********************************
Text definitions
***********************************/

.BaseText
{
	Font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#000000;    
}

.ScrollText2
{
	Font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #01509D;
	text-align: justify;
}

.BaseTextBlue
{
	Font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#01509D;    
}
A
{
	color:#da221a;
	font-size:10px;
	font-weight:bold;
}

.ProminentText
{
	color: #01509D;
	font-size: 10px;
	font-weight: bold;
}

.ProminentText2
{
	color: #CC9933;
	font-size: 10px;
	font-weight: bold;
}

.ProminentText3
{
	color: #68B5FF;
	font-size: 10px;
	font-weight: bold;
}

.LargeProminentText{
	font-size:12px;
	color:#01509D;
	font-weight:bold;
	font-style: normal;
}

.LargeProminentText2{
	font-size:12px;
	color:#CC9933;
	font-weight:bold;
	font-style: normal;
}


.ColumnHeaderText
{
   Font-family:Verdana;
	font-size:10px;
	color:black;
	font-weight:bold;
}

.WhiteText{
	Font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

.WhiteTextBold{
	Font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.CustHeader1
{  
	Font-family: Verdana;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-color:#7B797B;
}

.CustHeader2
{
	Font-family: Verdana;
	font-size: 10px;
	color: #7B797B;
	font-weight: bold;
}


#wrapper {
	position: relative;
	

}
.ProminentText4 {
	color: #68B5FF;
	font-size: 16px;
	font-weight: bold;
}

.mobiLink
{
    color:Red;
    font-weight: bold;
}

.TrafficBox
{
	position:absolute;
	left:45%;
	top:45%;
	z-index:10000;
	
}

.Popup
{	
	background:#2667aa none repeat scroll 0%;
	width: 270px;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}


.Popup h1
{
	color:#ffffff;
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding-left:2px;
}

.Popup span
{
	padding-left:2px;
	margin:0;
	color:#ffffff;
	text-align:left;
	display:block;
	font-family:Arial;
	font-size:8pt;
}

.Popup a
{
	color:#ffffff;
	font-family:Arial;
	font-size:10pt;
}

.Popup img
{
    position: absolute;
    top: 2px;
    right: 2px;
}