﻿/************************
ELEMENTS
************************/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image:url(images/bgTile.jpg);
	background-attachment:scroll;
}

table
{
	text-align:left;
}

td{
	font-family:Verdana;
	font-size : 10px;
}


select{
	font-size : 10px;
}
input{
	font-size : 10px;
}

a
{
	text-decoration:none;
	color:black;
}


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
************************/

/***********************************
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;
	

}
/***********************************
Text definitions 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;
}



.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;
}

/*****************************
BORDERS AND BOXES END
******************************/

.IfApplicable
{
	font-style:italic;
}

div #Contents
{
	width:800px;
}

div #divHeaderImages
{
	width:100%;
}

div #divFooterImages
{
	margin-top:10px;
	width:100%;
}

.ErrorMessageHeading
{
	color:Red;
	font-family:Arial;
	font-size:small;
	font-style:normal;
	font-weight:bold;
}

.ErrorMessage
{
	color:Red;
	font-family:Arial;
	font-size:small;
	font-style:normal;
	font-weight:normal;
}

.StaticImage
{
	border:solid 1px black;
	width:400px;
	height:300px;
}

.RoundMe
{
	margin-top:20px;
	margin-bottom:20px;
    width: 600px;
    padding: 20px;
    background-color: #F0F0F0;
    border: 2px solid #D1D1D1;
}

div #RoundMeMap
{
	background-color:#F0F0F0;width:650px;
}

div #RoundMeInner
{
	width:100%;
}

div #ThankYou
{
	text-align:center;
	width:400px;
	
}

div #ThankYouTitle
{
	margin-top:15px;
}

div #ThankYouMessage
{
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
}

div #ClickHereHeading
{
	height:30px;
	width:400px;
	margin-top:20px;
	text-align:left;
}

div #ClickHereText
{
	height:30px;
	width:400px;
	margin-bottom:20px;
	text-align:left;
}
