﻿#container 
{
	 FONT-SIZE: 12px;
	 VERTICAL-ALIGN: top;
	 FONT-FAMILY: Arial, Helvetica, sans-serif;
	 TEXT-ALIGN: left;
	 COLOR: #000000
}
body 
{
	font-family:verdana, arial;
    font-size:10pt;
}


h1.Blue
{
    font-size:8pt;
    display: inline;
    color:#000080;
}

h1.White
{
    font-size:8pt;
    display: inline;
    color:#FFFFFF;
}

h1.Black
{
    font-size:10pt;
    display: inline;
    color:#000000;
}


/******************* CONTROLS *********************/

Select
{
	font-family:verdana, arial;
	font-size:8pt;
}

Input
{
	font-family:verdana, arial;
    font-size:8pt;
    font-weight:bold;
    height:16px;
    border:none;
    background-color:#507CD1;
    color:#000000;
}


/******************* CONTROLS *********************/
















/******************* LABELS *********************/


.LabelErrorMessage
{
    color:#FF0000;
}

.LabelErrorMessage_Small
{
    color:#FF0000;
    font-family:verdana, arial;
    font-size:8pt;
    font-weight:normal;
}

.LabelSuccessMessage
{
    color:#008000;
}


/******************* LABELS *********************/










/******************* FONTS *********************/

.SmallFont
{
    font-family:verdana, arial;
    font-size:7pt;
}

.NormalText
{
	font-family:verdana, arial;
	font-size: 8pt;
}

.ReferencedText
{
	font-family:verdana, arial;
	font-size: 8pt;
	font-style:italic;
	font-weight:normal;
}

.ReferencedText_Bold
{
	font-family:verdana, arial;
	font-size: 8pt;
	font-style:italic;
	font-weight:bold;
}

/******************* FONTS *********************/














/******************* LINKS *********************/

a
{
	font-family:verdana, arial;
	font-size: 8pt;
	color: #0092F2;	
}

a:hover
{
	font-family:verdana, arial;
	font-size: 8pt;
	color: #009900;	
}

a.WhiteFont
{
	font-family:verdana, arial;
	font-size: 8pt;
	color: #FFFFFF;	
}

a.SmallLinks
{
	font-family:verdana, arial;
	font-size: 7pt;
	color: #0092F2;	
}

a.SmallLinks:hover
{
	font-family:verdana, arial;
	font-size: 7pt;
	color: #009900;	
}

/******************* LINKS *********************/












/******************* TABLES *********************/

table.TableGrid
{
    font-family:verdana, arial;
    font-size:8pt;
    color:#333333;
    border: solid 2px #507CD1;
}

table.Form
{
    font-family:verdana, arial;
    font-size:8pt;
    color:#333333;
}

.TableSectionHeaderRow
{
	background-color:#73A6C4;
	font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: bold;
    line-height:18pt;
    
}

.TableSubSectionHeaderRow
{
	background-color:#A9DDDD;
	font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: bold;
    line-height:18pt;
    text-align:center;
}


td.TableHeaderRow
{
    background-color:#DDEEFF;
    font-family:verdana, arial;
    font-size:10pt;
    font-weight:bold;
    color:Black;
    height:22px;
}

td
{
	font-family:verdana, arial;
	
	/*font-size: 12px;*/
}


/******************* TABLES *********************/






/****************** Background Colors ************/

.BG_LightBlue
{
    background-color:#DCF0FA;
}

.BG_LightOrange
{
    background-color:#FDEFE3;
}

.BG_LightGreen
{
    background-color:#E8F9D2;
}

/*************************************************/




/******************* DATA GRIDS *********************/


.gridHeader
{
	background-color:#507CD1;
	color:white;
	font-family:verdana, arial;
	font-weight:bold;
	font-size:8pt;
	height:17px;
}

.gridHeader_Orange
{
	background-color:#F28B34;
	color:white;
	font-family:verdana, arial;
	font-weight:bold;
	font-size:8pt;
	height:17px;
}

.gridHeader_Blue
{
	background-color:#31AAE2;
	color:white;
	font-family:verdana, arial;
	font-weight:bold;
	font-size:8pt;
	height:17px;
}

.gridHeader_Green
{
	background-color:#7ADC1E;
	color:white;
	font-family:verdana, arial;
	font-weight:bold;
	font-size:8pt;
	height:17px;
}


.gridFooter
{
	background-color:#507CD1;
	color:white;
	
}

.ItemRow
{
	background-color:#FFFFFF;
	font-family: Verdana;
    font-size: 8pt;
    color: #005693;
    font-weight: normal;
    line-height:16pt;
}

.ItemRow_Small
{
	background-color:#FFFFFF;
	font-family: Verdana;
    font-size: 6pt;
    color: #005693;
    font-weight: normal;
    line-height:8pt;
}

.AlternatingRow
{
	/*background-color:#00FF00;0*/
	background-color:#FFFFC6;
	/*background-color:#EAF1FC;*/
	font-family: Verdana;
    font-size: 8pt;
    color: #005693;
    font-weight: normal;
    line-height:16pt;
}

.AlternatingRow_Small
{
	background-color:#FFFFC6;
	font-family: Verdana;
    font-size: 7pt;
    color: #005693;
    font-weight: normal;
    line-height:9pt;
}

/******************* DATA GRIDS *********************/















/******************* HEADINGS *********************/


.PageHeading 
{
	color:#000000; 
	text-decoration:none;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	padding-left: 2px;
	text-align:left;
}


.PageSubHeading 
{
	color:#000000; 
	text-decoration:none;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left: 2px;
	text-align:left;
}


/******************* HEADINGS *********************/














/******************* TOP MENU *********************/



.SiteTopMenu
{
	background-color : #FFFFFF;
	border-top : solid 0px #000000;
	height : 24px;
	text-align :left;
	vertical-align : bottom; 
	padding-left : 35px;
}

.SiteTopMenuItems
{
	background-color : #FDCB25;
	text-align : center;
	vertical-align : bottom;
	height : 20px;
}

.SiteTopMenuItems_Hover
{
	background-color : #2BA5FF;
}

.SiteTopMenuItems_Selected
{
	background-color : #2BA5FF;
	text-align : center;
	vertical-align : bottom;
	height : 20px;
}

.SiteTopMenuItems A
{
	color : #000000;
	font-family:verdana, arial;
    font-size:17pt;
	font-weight : bold;
}

.SiteTopMenuItems A:hover
{
	color : #000000;
}

.SiteTopMenuTicker
{
	background-color : #FDCB25;
	height:24px;
	text-align : left;
	vertical-align : middle;
}


/******************* TOP MENU *********************/












/******************* MISCELLANEOUS *********************/


.RssHeading
{
	color : #000000;
	font-family:verdana, arial;
    font-size:10pt;
	font-weight : bold;
}

.SiteHeaderBackground
{
	background-image:url(../../Images/HeaderBG.gif);
	height : 70px;
}


.SiteBaseBGColor
{
	background-color:#E0E0E0;
}

.SiteContentHolder
{
	background-color:#FFFFFF;
}

/******************* MISCELLANEOUS *********************/