﻿/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/
.courstable table, td {
	border : 1px solid #CCC;
	border-collapse : collapse;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	
	
}
.courstable table {
	border : none;
	border : 1px solid #CCC;
 
}
.courstable thead th, .courstable tbody th {
	background : #FFF url(th_bck.gif) repeat-x;
	color : #565656;
	padding : 3px 5px;
	border-left : 1px solid #CCC;
	border-right : 1px solid #CCC;
	text-align: center;
	
	
}
.courstable tbody th {
	background : #fafafb;
	border-top : 1px solid #CCC;
	text-align : center;
	font-weight : normal;
	padding : 3px 5px;
}
.courstable tbody tr td {
	padding : 3px 5px;
	color : #565656;
	max-width:300px;
	vertical-align:bottom;
	min-height:25px;
	border-spacing:3pt;
}
.courstable tbody tr:hover {
	background : #FFF url(tr_bck.gif) repeat;
}
.courstable tbody tr:hover td {
	color : #454545;
}
.courstable tfoot td, .courstable tfoot th {
	border-left : none;
	border-top : 1px solid #CCC;
	padding : 4px;
	background : #FFF url(foot_bck.gif) repeat;
	color : #666;
}
.courstable caption {
	text-align : left;
	font-size : 120%;
	padding : 10px 0;
	color : #666;
}
.courstable table a:link {
	color : #666;
}
.courstable table a:visited {
	color : #666;
}
.courstable table a:hover {
	color : #003366;
	text-decoration : none;
}
.courstable table a:active {
	color : #003366;
}

