﻿/* table style */
table.ASPGrid-afternoon
{
	
}

/* header cell style */
.ASPGrid-afternoon th
{
    color:#fff;
	
	border-bottom-color:#dbd795;
    background-color:#990000;
}  

/* cell styles */
.ASPGrid-afternoon td
{
    border-bottom-color:#e5e4cf;	
   
}

/* mouseover row style */
.ASPGrid-afternoon .row-over 
{ 
	background-color:#e5e4cf;
}

/* mouseover row style */
.ASPGrid-afternoon .row-select 
{ 
	background-color:#dbd795;
}


