BODY
{
	background-image: url(/Images/background.gif); 
	background-repeat:repeat-x;
	padding-bottom: 0%;
	margin: 0px auto 0px auto;
	width:100%;
}
table
{
	border-collapse: collapse;
	vertical-align:top;
}
#MainBody
{
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #D0D9DF;
	background-color: white;	
	width:800px;
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#MainContent
{
	text-align:justify; 
	padding:10px;
	background-color: white;
}
#MainBody2
{
	background-image: url(/Images/background2.gif);
	background-repeat: repeat-y;
	background-color:#6E6E7E;
}
#MainBody2 A
{
	color:#E0E0E0;
	text-decoration: underline;
}
#MainBody2 A:hover
{
	color: #00CC00;
}
#MainBody3
{
	text-align:right;
	padding: 5px 15px 5px 5px;
	color:#E0E0E0;
}
.DarkRow
{
	background-color:#4D4D65;
	padding: 6px 10px 6px 10px;
	text-align:left;
	color:#E0E0E0;
}
.DisabledRow
{
	background-color: #8F8F9A;
	font-style: italic;
}
.BrightRow
{
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999999;
	background-color: #ECECEC;
}
#MainBody5
{
    padding: 8px 8px 8px 8px;
	background-color:#F2F2F4;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #D0D9DF;
}
h1
{
	font-size: x-large;
	font-family: Georgia;
	margin: 0px auto 5px auto;
	color: white;
	font-weight: lighter;
}
TD
{	
	color:Black;
	vertical-align:top;
}
TH
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: Silver;
}
.justify
{
	text-align: justify;
}
A:link
{
	color: navy;
	text-decoration: underline;
}
A:visited
{
	color: navy;
	text-decoration: underline;
}
A:hover
{
	color: #6495ED;
}
INPUT
{
	font: 11px Verdana, sans-serif;
	text-indent: 2px;
}
SELECT
{
	font: 11px Verdana, sans-serif;
}
TEXTAREA
{
	font: 11px Verdana, sans-serif;
	background-color: white;
}
.BreakLine
{
	background-color: #a1a1b3;
	height: 4px;
	padding:0px;
}
.MyButton
{
	font: bold 11px Verdana, sans-serif;
	cursor: pointer;
	border-width: 1px;
}
.MyButtonU
{
	font: bold 11px Verdana, sans-serif;
	cursor: pointer;
	border-width: 1px;
	background-color: #FFCC00;
	font-style: italic;
}
.red
{
	font-weight:bold;
	color:Red;
	white-space:nowrap;
}
.Link
{
	text-decoration: underline;
	cursor: pointer;
}
.Link:hover
{
	color: #6495ED;
}
.LinkNavy
{
	color:Navy;
	text-decoration: underline;
	cursor: pointer;
}
.LinkNavy:hover
{
	color: #6495ED;
}
.GridHeader
{
	background-color: #B3B3BB;
	font-weight: bold;
	font-size: 12px;
}
.GridHeader td
{
	text-align:center;
	vertical-align:top;
}
.lightBackground
{
	background-color: #EBEBEB;
}
.BoldCell
{
	font-weight:bold;
	color:Blue;
	white-space:nowrap;
}
.HighCell
{
	white-space: nowrap;
	color: Navy;
	font-weight: bold;
}
.NewCell td
{
	color: #00CC00; 
}
.Grid
{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #C0C0C0;
	empty-cells: show;
	vertical-align:top;
}
.Grid tr
{
	vertical-align:top;
}
.Paging
{
	padding:0px 3px 0px 3px;
	cursor:pointer;
}
.PagingSel
{
	padding:0px 3px 0px 3px;
	border: solid 1px red;
}
.LinkPlus
{
	background: url(/Images/Tree/plus.gif) center left no-repeat;
	padding-left: 15px;
}
.LinkMinus
{
	background: url(/Images/Tree/minus.gif) center left no-repeat;
	padding-left: 15px;
}
.imgDate
{
	vertical-align:middle;
}
.NoWrap td
{
	white-space:nowrap;	
}
.BoldRow
{
	font-weight:bold;
}
.navLink
{
	color:#E0E0E0;
	text-decoration: underline;
	cursor: pointer;
}
.navLinkB
{
	font-weight:bold;
	color: #00CC00;
	text-decoration: none;
	cursor: default;
}
.navLinkOver
{
	color: #00CC00;
}
#BreadCrumbs
{
	background-image: url(/Images/Tab/cr_03.gif);
	background-repeat: repeat-x;
	width:100%;
	height:23px;
}
#BreadCrumbs .inActiveTab 
{
	float:left;
	padding:5px;
}
#BreadCrumbs .ActiveTab 
{
	background-image: url(/Images/Tab/cr_02.gif);
	width:115px;
	padding-top:7px;
	float:left;
}
.Popup
{
	background-color: #F3F3F3;
	padding: 2px;
	position: absolute;
	border-style: ridge;
	border-width: 6px;
}
.Popup table
{
	border-color: white;
}