﻿body
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	background-image: url(/Assets/Images/deepred_ptrn.gif);
	height:100%;
}
h1
{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
h2
{
	font-size: 13px;
	font-weight: bold;
}
h3
{
	font-size: 12px;
	font-weight: bold;
}
a, a:visited, a:link, a:active
{
	color: #990000;
}
a:hover
{
	color: Black;
}

#OuterFrame
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#OuterLeft
{
	background-image: url(/Assets/Images/red_fade1.gif);
	width: 18px;
	min-height: 600px;
	float: left;
}
#OuterMiddle
{
	width: 714px;
	background-image: url(/Assets/Images/MiddleBackground.jpg);
	min-height: 600px;
	float: left;
}
#OuterRight
{
	background-image: url(/Assets/Images/red_fade2.gif);
	width: 18px;
	min-height: 600px;
	float: left;
}

#Logo
{
	background-image: url(/Assets/Images/HeaderImageLarge.gif);
	width: 100%;
	height: 109px;
}
#LeftColumn
{
	width: 200px;
	float:left;
	overflow: hidden;
}
#ContentRow
{
	width: 100%;
	min-height: 500px;
}
#Footer
{
	clear: both;
	background-image: url(/Assets/Images/Footer.gif);
	background-repeat: no-repeat;
	background-color: #efefcf;
	width: 714px;
	height: 50px;
	text-align: center;
}
#FooterText
{
	padding-top: 15px;
	color: #990000;
}
#BottomRow
{
	background-image: url(/Assets/Images/black_pattern.gif);
	width: 714px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
#ContentMain
{
	width: 355px;
	border-right: dashed 1px red;
	float: left;
	padding: 10px;
	line-height: 18px;
}
#ContentRight
{
	float: left;
	padding: 10px;
}
#ContentFull
{
	margin-left: 200px;
	width: 494px;
	padding: 10px;
	line-height: 18px;
}
.GridHeader 
{
	color: White; 
	cursor: pointer;  
	font-weight: bold; 
	padding-left: 5px;
	background-image: url(/Assets/Images/group_bgLarge.gif);
	height: 22px;
}
.GridRow
{
    padding: 3px;
}
.GridHeader a:link, .GridHeader a:visited, .GridHeader a:active, .GridHeader a:hover
{
    color: White;
}
.Watermark
{
	color:Gray;
}
.Grid
{
    
}
.GridStyle a
{
    text-decoration: underline;
}
#Logout
{
    margin-left:500px;
}
#Logout a:link, #Logout a:visited, #Logout a:active, #Logout a:hover
{
    color: White; 
    font-weight:bold;
    text-decoration: none;
    font-size: 13px;
    line-height: 35px;
}