﻿body 
{
	background-color: #FFFFFF; 
	font-family: Tahoma,Verdana,sans-serif; 
	 font-size: 11px;
	color: #000000; 
	margin:auto; 
	position:relative; 
	width:950px;
	min-height:600px;
}
.bar1 {
    background-color: #00457c;
    height: 10px;
    width: 100%;
}
.bar2 {
     background-color: #8DC73F;
    border-top: 1px solid #FFFFFF;
    height: 5px;
    width: 100%;
}
.sidemenuend {
    background-color: #00457c;
    height: 10px;
}
.sidemenuoption {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
}
.sidemenuoptionselected {
    color: #FFFFFF;
    background-color: #8DC73F;
    font-size: 11px;
    font-weight: bold;
    line-height: 26px;
    display:block;
    padding-left: 5px;
}
.btnclass
{
	color:white;
	background-color:#00457c;
	border-color:white;
	height: 26px;
}
#greybar {
    background-color: #B1B1B2;
    border: medium hidden;
    height: 9px;
    width: 950px;
}
.GridHeader
{
    background-color:#00457c;
    border-bottom: 4px solid #cccccc;
    color:#ffffff;
    font-size:14px;
    padding-top:5px;
    vertical-align:middle;
    font-weight:bold;
	text-align:center;
}
.trHeaderFontUpdated
{
    background-color:#b1b1b2;
	color:Black;
	font: bold 13px/13px Tahoma, Verdana, sans-serif;
	text-align: left;
	display: block;		
	padding-left:6px;	
}
.trHeaderFontUpdated td
{
	vertical-align:middle;
	height:25px;
}
a.note:link {color: #00457c; text-decoration: underline;}
a.note:visited {color: #00457c; text-decoration: underline;}
a.note:hover {color: #8cc63f; text-decoration: underline;}
a.note:active {color: #00457c; text-decoration: underline;
}
.tblStyle
{
	width:700px;
	background-color:#fefefe;
	border:solid #cccccc 1px;	
	margin-left:auto;
	margin-right:auto;
	
}
.tblStyle tr
{
	padding-left:20px;
}
.tblStyle td
{
	vertical-align:middle;
	height:25px;	
}
.tblStyle td.GridHeader
{
	height:40px;
}
#LoginStatus
{
	float:right;
	margin-top:0px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial;
	color:#5D7B9D;
}
#LoginStatus a
{
	font-weight:bold;
	text-decoration:none;
	font-family:Arial;
	color:#5D7B9D;
}
#content
{
	min-height:400px;
	display:table-cell;
	width:100%;
}
#header
{
	display:block;
	min-height:90px;
}