/* table style */
.datagrid
{
	font-family:arial;
	font-size:11px;
}

/* cell styles */
.datagrid td
{
    color:#000;
}

.datagrid td.leftcols
{
    background-color: #FFFFCC;
}

.datagrid td.leftcolsjust
{
    text-align: right;
    background-color: #FFFFCC;
}

/* mouseover row style */
.datagrid tr:hover
{
	background-color:#3FBB74;
}

/* End table style */
