body
{
	height:100%;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background: #f8f8f5;
}

.font_8
{
	font-size: 8pt;
}

.font_9
{
	font-size: 9pt;
}

.font_9_bold
{
	font-size: 9pt;
	font-weight: bold;
}

.font_10
{
	font-size: 10pt;
}

.font_12 
{
	font-size: 12pt;
}

     .formTopBold 
     {
     	text-align: right;
     	font-weight: bold;
     	vertical-align: top;
     }
     .formBold 
     {
     	text-align: right;
     	font-weight: bold;
     }
.TableHeaderRow, .TableHeaderRow a:link, .TableHeaderRow a:visited, .TableHeaderRow a:active
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	background-image: url("../images/tblHead_bg.jpg");
	height: 31px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.TableSubHeaderRow, tr.TableSubHeaderRow, .TableSubHeaderRow a:link, .TableSubHeaderRow a:visited, .TableSubHeaderRow a:active 
{
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
	color: #4D4D4F;
	height: 22px;
	background-color: #E7E2D8;
	border-collapse: collapse;
	text-decoration: none;
}

.TableAltSubHeaderRow, .TableAltSubHeaderRow a:link, .TableAltSubHeaderRow a:visited, .TableAltSubHeaderRow a:active, tr.TableAltSubHeaderRow
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: middle;
	color: black;
	height: 22px;
	background-color: #ECECEC;
	background-image: url(../images/TableAltSubHeaderRow.gif);
	background-repeat: repeat-x;
	border: 1px solid #C7C7C7;
	border-collapse: collapse;
	text-decoration: none;
}

.TableFooterRow
{
	color: black;
	font-size: 8pt;
	background-color: #d4d0c8;
	height: 30px;
	vertical-align: middle;
}

.TableOutlined
{
	padding-left: 10px;
	padding-right: 10px;
}

.TableOutlinedBottom
{
	border-right: #C9C4B9 1px solid;
	border-left: #C9C4B9 1px solid;
	border-bottom: #C9C4B9 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}

.TableOutlinedBottomBG
{
	border-right: #C9C4B9 1px solid;
	border-left: #C9C4B9 1px solid;
	border-bottom: #C9C4B9 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
	background-image: url(../images/mainTable_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

html>body .mainTableHeader
{
	background-image: url(../images/headerMask.png);
}
.mainTableHeader
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	_background-image: url(../images/headerMask.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 10px;
}

.frmButtons
{
	background-image: url(../images/FormButton_bg.gif);
	background-repeat: repeat-x;
}

.dataTableOdd
{
	background-color: #E7E2D8;
	color: #4D4D4F;
	font-family: Arial;
	font-size: 9pt;
	padding: 5px;
}

.dataTableEven
{
	background-color: #F8F8F5;
	color: #4D4D4F;
	font-family: Arial;
	font-size: 9pt;
	padding: 5px;
}

.dvBlackOut 
{
	position:absolute;
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color: #000000;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75; 
	z-index: 101;
}

.dvWindow
{
	position:absolute;
	border: solid 5px #000000;
	background-color:#fbfbfb;
	z-index:102;
}