﻿body   
{
    background-color:#EBE3D9;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
html, body
{
    height:100%;
}

#pageContainer
{
    width:1200px;
    margin:0px auto;
    background-image:url('../images/sideShade.png');
}

#MenuContainer
{
    width:1171px;
    margin:0px auto;
    height:80px;
}

#InnerContent
{
    margin-top:10px;
}

#Footer
{
    margin:0px auto;
    width:1200px;
    height:25px;
    background-image:url('../images/bottomShade.png');
}
#Header
{
    margin:0px auto;
    width:1200px;
    height:25px;
    background-image:url('../images/topShade.png');
}
input
{
	font-family:arial;
    font-weight:normal;
    font-size:8pt;
}
.ErrorLabel
{
	font-family:arial;
    font-weight:normal;
    font-size:8pt;
    color:Red;
}
label
{
	font-family:arial;
    font-weight:normal;
    font-size:8pt;
}
a 
{
    font-family:arial;
    font-weight:bold;
    font-size:8pt;
}
span
{
	font-family:arial;
    font-weight:normal;
    font-size:8pt;
}
select
{
	font-family:arial;
    font-weight:normal;
    font-size:8pt;	
}
td 
{
	font-family:arial;
    font-size:8pt;
}
textarea { 
    font-family:arial;
    font-size:8pt;
}
span.pageTitle
{
	font-family:arial;
	font-size:18pt;
	color:Black;
	font-weight:bold;
	text-align:left;
}
span.pageSubTitle
{
	font-family:arial;
	font-size:11pt;
	color:Black;
	font-weight:bold;
	text-align:left;
}
.commandRowStyle
{
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
	background-color:#D9D9D9;
	font-weight:bold;
	text-align:center;
}
.alternatingRowStyle
{
	color:Black;
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:10pt;
	background-color:White;
}
.blueBackground
{
	background-color:#003172;
}

.pagerStyle
{
	font-family:arial;
	font-size:8pt;
	color:White;
	text-align:center;
	background-color:#003172;
}
.rowStyle
{
	color:Black;
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
	font-size:10pt;
	text-align:left;
	background-color:#F2F2F2;
}
.summaryRow
{
	color:Black;
	font-family:arial;
	font-size:8pt;
	text-align:center;
	background-color:#F2F2F2;
}
.alternatingSummaryRow
{
	color:Black;
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:8pt;
	background-color:White;
}
.headerStyle
{	
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;		
	color:Black;
	border-color: #828282;
    background-image:url('../images/header.png');    
	background-color:#D9D9D9;
    background-repeat:repeat-x;
	font-size:8pt;
	text-align:left;
	vertical-align:top;
}
.detailsHeaderStyle
{	
	font-family:"Segoe UI",Arial,Helvetica,sans-serif;
	background-color:White;
	color:Black;
	font-size:10pt;
	text-align:left;
	vertical-align:top;
	
}
.footerStyle
{	
	font-family:arial;
	background-color:#003172;
	color:White;
	font-weight:bold;
	font-size:8pt;
	text-align:right;
	vertical-align:top;
	position:relative;
	}
.btn 
{
    border-width:1px;
    border-style:solid;
    border-color:#003172;
    font-family:arial;
    font-weight:normal;
    font-size:8pt;
    color:#003172;
    background:#ffffff;
}
.bannerText
{
	font-family:arial;
	color:White;
    font-weight:bold;
    font-size:9pt;
}
.bannerTable
{
	width:100%;
	height:100%;
}
.LengthLabel
{
    color:Green;
}

div.RadMenu 
{  
    float: left;  
 } 
