﻿table.dates thead th{
	border-left:1px solid #960A1A;
	border-right:1px solid #C6122F;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	background:#ad0e24 url('../images/index_outline/nav_bg.png') repeat-x scroll center bottom;
	width:160px;
	padding:2px;
}
table.dates tbody td{
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #eeeeee;
	border-right:1px solid #dddddd;
	font-size:8pt;
	color:#000000;
	padding:2px;
}
table.dates tbody td.coursetitle{
	border-top:1px solid #960A1A;
	border-bottom:1px solid #C6122F;
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
	background:#ad0e24 url('../images/index_outline/nav_bg.png') repeat-x scroll center bottom;
	cursor:pointer;
}
.odd {
  background-color: #ffffff;
}
.even {
  background-color: #e8e8e8;
}
