﻿
.MasterBackgroundOrange
{
	width: 100%; 
	background: orange; 
	height: 100%; 
	background-repeat: repeat-x;
	background-position: top;
}

.MasterBody
{
	width: 100%; 
	background: url('../images/BackgroundVerticalGreyFill.png'); 
	height: 100%; 
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial;
}
.MasterBackgroundWhite
{
	width: 100%; 
	background: white; 
	height: 100%; 
	background-repeat: repeat-x;
	background-position: top;
}

.standout
{
    font-weight: bold;
    color: Red;
}

/****************Master Page Element Styles****************/

#HeaderDiv
{
	width: 980px;
}

#ImageDiv
{
	float: left;
}

#SettingsDiv
{
	position: relative;
	float: right;
	height: 100%;	
	font-size: 10pt;
}

#UserAccountDiv
{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	text-align: right;	
}

#AsOfDateDiv
{
	position: absolute;
	top: 15px;	
	right: 0;
	text-align: right;
	width: 200px;
}
