body, html
{
	width:100%;
	height: 100%;
}
.Menu
{
    background: url(../Images/Blinds.jpg) white fixed no-repeat left top;
}
.TopMenuLinks
{
	font-size: 9pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.MenuLinks
{
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	color: #999999;
	font-family: Verdana;
	text-decoration: none;
	text-align: right;
}
.Buttons
{
	border-right: #999999 2px outset;
	border-top: #999999 2px outset;
	font-size: 9pt;
	text-transform: uppercase;
	border-left: #999999 2px outset;
	color: #999999;
	border-bottom: #999999 2px outset;
	font-family: Verdana;
	text-decoration: none;
	cursor: hand;
	background-color: transparent;
}
.DetailHeading
{
    font-size: 12pt;
    color: #cc0000;
    font-family: Verdana;
    text-decoration: none;
    border-bottom: peachpuff 1px solid;
}
.DetailText
{
	font-size: 7pt;
	color: #999999;
	font-family: Verdana;
	text-decoration: none;
}
.Table
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
    font-size: 8pt;
    color: #999999;
    font-family: Veranda;
}
.TableHeading
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Veranda;
	text-align: center;
	background-color: #cccccc;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.TabSelected
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	background-color: white;
	border-bottom-style: none;
}
.TabNotSelected
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	background-color: #c0c0c0;
}
.TabBlank
{
	border-bottom: #c0c0c0 1px solid;
}
.TabText
{
	color: black;
	font-size: 7pt;
	font-family: Veranda;
	text-decoration: none;
	font-weight: bold;
}
.DivTable
{
	overflow-y: scroll;
	overflow-x: auto;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	position: relative;
	height: 0;
	top: 0px;
	cursor: default;
	width: 100%;
}
.DataGridFixedHeader
{
		font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Veranda;
	text-align: center;
	background-color: #cccccc;
	background-attachment: fixed;
	background-repeat: repeat-x;
	position:relative;
	top:expression(this.offsetParent.scrollTop);
}