.GridView, .DetailsView
{
    margin-bottom: 15px;
}
.GridView A
{
    color: Black;
}
.GridHeader A
{
    color:White;
}
.GridAlternatingRow A
{
    color: #005067;
}
.GridRow A
{
    color: black;
}
.NumericTableHeader
{
    text-align:center;
}
.NumericTableCell
{
    text-align:center;
}
/* BEGIN: Template Classes */

/* Default to the top left section */
#MainContent
{
    padding-top: 7px;
    padding-left: 3px;
}
#MainBody 
{

}
.SideMenu A
{
    color:Black;
}
#TodaysDateSection
{
    padding-top: 9px;
    padding-top: 9px;       
    float:left;
    display:inline;
}
/* Contains the login/logout links and company homepage link.  Default to the top right section */
#CompanyHomepageSection
{
    float:right;
    display:inline;    
    text-align:right;
    padding-right: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
}
#CompanyHomepageSection A
{
    color: #666666;
}
#Footer
{
    width: 100%; 
    border-top: #bfc8cc 5px solid;
    margin-top: 50px;
    padding-top: 3px;
    padding-bottom: 20px;
}
#UserName 
{
    float: left;
	PADDING-LEFT: 20px;
	display: inline;
}
#Copyright 
{
    float: right;
	PADDING-RIGHT: 20px; 
	TEXT-ALIGN: right;
}
#CompanyLogo
{
    position:absolute;
    top: 32px;
    background-color: #45577a;
    width: 214px;
}
#MenuBar
{
    padding-left: 214px;
    border-bottom: 1px solid #F4F4F5;
}
#Menu
{
    width: 100%;
    background-color: #9097aa;
    border-left: white 1px solid; 
    height: 24px;
    
}
#BreadCrumbBar
{
    padding-left: 214px;    
}
/* Template Classes */

/* FormView Classes */
.EvenFormViewEditLabelCell
{
    background-color: #5D7B9D;
    font-weight: bold;
}
.EvenFormViewEditLabelCell
{
    background-color: #5D7B9D;
    font-weight: bold;
}
.OddFormViewEditFieldCell
{
}
.EvenFormViewEditFieldCell
{
    
}
.EvenFormViewEditRow
{
    
}
.OddFormViewEditRow
{
    
}
/* End FormView Classes */

/* Dashboard Classes */
.DashboardWebZoneCell 
{
    width: 50%;
}
.WebZoneSplitter
{

}
/* End Dashboard Classes */




/* Caption on all tables but specifically for GridViews and DetailViews etc */
caption
{
    font-weight: bold;
    white-space: nowrap;
    color: #980000;
    font-size: 15px;
}
.DetailsViewZone caption
{
    font-weight: bold;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 11px;    
}

BODY {
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	margin: 0px; 
	background-color: White;
}
P {
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
TD {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
TH {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: left
}
INPUT {
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

SELECT {
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
TEXTAREA {
	FONT-SIZE: 11px; 
	COLOR: #666666; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}
UL {
	MARGIN-TOP: 0px;
}
.HideMyGuid
{
	display: none;
}

