BODY
{
}

.DataRow
{
	cursor: hand;
	color: navy;
	background-color: #cccccc;
}
.DataRowMarked
{
	cursor: hand;
	color: navy;
	background-color: #faebd7;
}
.DataRowSelected
{
	cursor: hand;
	color: navy;
	background-color: #ff9933;
}
.PageNumbering
{
    FONT-SIZE: 80%;
    COLOR: navy
}

.HeaderRow td
{
    color:#fff;
    BACKGROUND-COLOR:#193725;
}
