a img, a:link, a:visited, a:hover {
	text-decoration: none;
	border: none;
	color: #334455;
}
a .underline {
	text-decoration: underline !important;
	font-family: inherit;
	font-size: inherit;
}

#gradient-style
{
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 12px;
	margin: 15px;
	width: 640px;
	text-align: left;
	border-collapse: collapse;
}

#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	background: #b9c9fe url(/images/gradhead.png) repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	/*width: 150px;*/
}
#gradient-style th.title
{
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	background: #b9c9fe url(/images/gradhead.png) repeat-x;
	color: #039;
	width: 100%;
}
#gradient-style td
{
	padding: 3px; 
	border-bottom: 1px solid #fff;
	color: #334455;
	border-top: 1px solid #fff;
	background: #e8edff url(/images/gradback.png) repeat-x;
}

#gradient-style td.dateCol {
	white-space: nowrap;
	width: 100px;
	vertical-align:top;
}

#gradient-style td.courseCol {
	width: 340px;
	vertical-align:top;
}

#gradient-style td.locCol {
	white-space: nowrap;
	width: 120px;
	vertical-align:top;
}
#gradient-style td.pdfCol {
	white-space: nowrap;
	width: 80px;
	vertical-align:top;
	text-decoration: none; 
}

#gradient-style tfoot tr td
{
	background: #B9C9FE;
	font-size: 12px;
	color: #039;
	padding: 5px; 
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url(/images/gradhover.png) repeat-x;
	color: #000000;
}
