table.gridTable, tr.gridrow, tr.gridalterrow, tr.tablePager
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

tr.gridHeader
{
	font-size: 12px;
}

table.gridTable
{
	width: 100%;
	border: groove #666699 2px;	
}

tr.gridrow td
{
	background-color: #e7eaef;
	padding: 2px;
	border: solid #666699 1px;
}

tr.gridalterrow td
{
	background-color: #f6f5e8;
	padding: 2px;
	border: solid #666699 1px;	
}

tr.gridrow td a, tr.gridalterrow td a
{
	color: #ff8c00;
	text-decoration: none;
}

tr.gridrow td a:hover, tr.gridalterrow td a:hover
{
	color: #ff8c00;
	text-decoration: underline;
}

tr.gridHeader th
{
	background-color: #666699;
	border: solid white 1px;	
	color: white;
	font-weight: bold;
	height: 25px;
}

tr.gridHeader th a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

tr.gridHeader th a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

tr.tablePager td
{
	background-color: #666699;
}

tr.tablePager td a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

tr.tablePager td a:hover
{
	text-decoration: none;
	color: white;
}

tr.tablePager td span
{
	color: #96A4C9;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

tr.tablePager td input
{
	padding: 0px 5px 0px 5px;
}

div.mail img
{
	text-align:center;
	padding:0px 5px 0px 5px;	
}
