﻿div#mainContent
{
	width:650px;
	padding:10px 10px 10px 10px;
	background-color:#336699;
	position:relative;
	height: auto !important;
	top:10px;
	margin-left:auto;
	margin-right:auto;
}

.bodyDiv{
	position:relative;
	width:710px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#contentcontainer
{
    clear: both;
    background-color: #57585c; /*#848484;*/
    min-height:	350px;
	height: auto !important;
	vertical-align: middle;
	text-align: left;
	vertical-align: top;   
}

body 
{
    margin: 10px 0px 10px 0px;
    color: #FFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    background: #EFEFEF url('../../images/background_longfade.gif');
    text-align: center;
}

#headertop
{
	background-image: url('../../images/header_bg_logo.jpg');
	height: 76px;
}
#headerbar
{
	background-image: url('../../images/header_chromebar.jpg');
	line-height: 4px;
}

/************* LINKS ********************/

a
{
    text-decoration: underline;
    color: #FFCB00;    
}

a:hover
{
    text-decoration: underline;
    color: #FFE888;
}

/************************ END LINKS ********************/

.loginlogut
{
    color: #FF251A;
    font-weight: bold;
    margin-right: 5px;
}


/****** TOOL BAR STUFF ****************************/

#toolbar
{
    height: 19px;
    margin: 0px;
    padding: 0px;
    background-image: url('../../images/parent.jpg');
}
#toolbarbutton
{
    width: 500px;
    float: left;
}
#toolbarloginlogout
{
    width: 210px;
    float: right;
    padding-top: 3px;
    text-align: right;
}

/***************** END TOOL BAR STUFF ***********************/

/***************** FOOTER STUFF *****************************/

#footer
{
    clear:both;
    margin: 0px;
    padding: 0px;
}
#footertop
{
    height: 42px;
    background-image: url('../../images/footer_background.jpg');
}
#footertoolbar
{
    margin-top: 13px;
    width: 400px;
    float: left;    
}
#footercopyright
{
    margin-top: 9px;
    width: 210px;
    float: right;
    font-size: 11px;
    line-height: 13px;
    height: 20px;  
}
#footershadow
{
    clear:both;
	line-height: 5px;
    background-image: url('../../images/footer_shadow.jpg');
} 

#footercopyright a
{
    font-weight: bold;
    text-decoration: underline;
    color: #FFE888;   
}
#footercopyright a:hover
{
    text-decoration: underline;
    color: #FFF;
}

/*************** END FOOTER STUFF ***************************/

/******** FORMATTING ************************/
h1 
{
	padding: 5px; 
	height: 12px;
	text-align:center;
	background: url('../../images/background_longfade.gif');
	color: #ffffff; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:5px; 
	margin-bottom:10px
}

.StandardText
{
	font-family:Arial;
	font-size:10px;
}

.timeTextBox
{
	font-family:Arial;
	font-size:10px;
	width:20px;
}

/**************** END FORMATTING **************************/