.Table {
		BACKGROUND-color: #e9ebeb;
		empty-cells: show;

}


.Table.th {
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: none;
		BACKGROUND: url(img/right.gif);
	
}

.Table.th a{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#aa0022;
		font-weight: bold; 	
}

.Table.row.selected    {
	background-color: #0000AA;
}
