﻿.DtgTableHeader
{
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    background-color: #d7d7d7;
    background-image: url(gui/headerTableBack.jpg);
    background-repeat:repeat-x;
    font-weight: bold;
    text-decoration: none;
}
 

.DtgTableHeader A
{
	color: black;
}
.DtgTableHeader A:HOVER
{ 
	color: #D20000;
	text-decoration: underline;
}

.DtgRow
{
	font-size: 10px;
	font-family: tahoma;
	background-color: whitesmoke;
}

.DtgAlternateRow
{
    background-color: #E4EEFC;
}

.DtgPager
{
	padding-left: 2px;
	color: whitesmoke;
	background-color: #d7d7d7;
}

.DtgPager a
{
    color: #827D7D;
}

.DtgPager a:hover
{
	color: #D20000;
	text-decoration: underline;
}


.DtgFooter
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: tahoma;
	background-color: #656565;
}
 

.DtgFooter A
{
	color: white;
	font-family: tahoma;

}

.DtgRowSelected
{
	font-size: 8pt;
	color: white;
	font-family: arial;
	background-color: #81c6f0;
	
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
 
	border-left: gainsboro 1px solid;
 
	border-bottom: gainsboro 1px solid;
	 
}


.DtgEditRow
{
	font-size: 8pt;
	color: white;
	font-family: arial;
	background-color: #81c6f0;
	
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
 
	border-left: gainsboro 1px solid;
 
	border-bottom: gainsboro 1px solid;
	 
}

.DtgStatRow
{
	 
	font-size: 10px;
	font-family: tahoma;
	background-color: whitesmoke;
}
.DtgStatRow	TD	
{
		padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

.DtgStatAlternateRow
{
 
	background-color: lavender;
}

.DtgStatAlternateRow TD
{
		padding-right: 5px;
	padding-left: 5px;
	white-space:nowrap;
}

