a
{
	text-decoration: none
}

text
{
	font-size:8pt;
	font-family:Arial;
}

td
{
	font-size:8pt;
	font-family:Arial;
}

.tdHeader
{
	color: White;
	background:#072142; 
	font-weight: bold;
	font-size: 8pt;
}

.tdFreezeHeader
{
	position:relative;
	padding-top:15px; 
	color: White;
	background:#072142; 
	font-weight: bold;
	font-size: 8pt;
}


.tdNewHeader{
	color: Navy;
	background:#cccc99; 
	font-weight: bold;
	font-size: 8pt;
}

.cssDataGridData 
{
	font-size: 8pt;
	font-family:Arial;
}

.DataGridFreezeHeader
{
	position:relative;
	top:expression(this.offsetParent.scrollTop);
	color: White;
	background:#786040; 
	font-weight: bold;
	font-size: 8pt;
}

.DataGridFreezeHeaderNoBackColor
{
	position:relative;
	top:expression(this.offsetParent.scrollTop);
	color: Blue;
	font-weight: bold;
	font-size: 8pt;
}


.DataGridFreezeCol
{
	background:White; 
	position:relative;
	left:expression(this.offsetParent.scrollLeft);	
	color: Black;
	font-size: 8pt;
}

.DataGridFreeze00Header
{
	position:relative;
	left:expression(this.offsetParent.scrollLeft);	
	top:expression(this.offsetParent.scrollTop);
	z-index:99;
	color: White;
	background:#786040; 
	font-weight: bold;
	font-size: 8pt;
}



.tdGridHeader
{
	color: White;
	background:#786040; 
	font-weight: bold;
	font-size: 8pt;
}



.cssDataGridHeader td
{
	color: White;
	background:#786040; 
	font-weight: bold;
	font-size: 8pt;
}

.cssDataGridHeader a 
{
	color: White;
	text-decoration: none;
}
.cssDataGridHeader a:hover {
	text-decoration: underline;
}
.cssDataGridFooter {
	color: #644E2D;
	background-color: White;
}
.cssDataGridItem {
	color: Black;
}
.cssDataGridAlternatingItem {
	color: Black;
	background-color: #efefef;
}

.cssDataGridSelectedItem, .cssDataGridSelectedItem a
{
	color:HighlightTxt;
	background-color: Highlight;
}
.cssDataGridPager {
	color: Black;
	background:#FFFFFF; 
	font-weight: bold;
	font-size: 8pt; 
}
.cssDataGridPager td a{
	color: Black;
	font-size: 8pt;
	border: solid 1px #EFEFEF;
	padding: 0px 2px 0px 2px;
}
 .cssDataGridPager td span{
	color: Black;
	background-color: #efefef;
	font-size: 8pt;
	border: solid 1px #EFEFEF;
	padding: 0px 2px 0px 2px;
}
.cssDataGridNoRecords {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 100px;
	text-align: center;
	width: 550px;
}