﻿/* table style */
table.ASPGrid
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:10px;
	width:700px;
}

/* common cell styles */
.ASPGrid th, .ASPGrid td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.ASPGrid th
{
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-style:solid;
	border-bottom-width:2px;
    font-weight:bold;
    text-align:center;    
}  

/* cell styles */
.ASPGrid td
{
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}

tr.row:hover td, tr.over td { background-color: #FFCC66; }
