.tables-container {
	width:520px;
}

.tables-top {
	height: 12px;
	background-image: url(http://www.radtac.co.uk/images/gfx/tables/top.jpg);	background-repeat: no-repeat;
}

.tables-heading {
	background-color: #00AABD;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	
}
.tables-main {
	background-color: #FFF;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	
}

.tables-bottom {
	height: 12px;
	background-image: url(http://www.radtac.co.uk/images/gfx/tables/bottom.jpg);
	background-repeat: no-repeat;
}
table.courses {
	margin-right: 4px;
	margin-left: 4px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
}

table.heading {
	margin-right: 4px;
	margin-left: 4px;
	width: 500px;
}

td.header, th.header {
	background-color: #00AABD;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

td.subheader, th.subheader {
	background-color: #00AABD;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 5px;
	padding-bottom: 4px;
}


td.course-info {
	color: #666666;
	font-size: 11px;
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}

td.course-info a {
	text-decoration: none;
	color: #00AABD;

}

td.course-info a:visited {
	color: #00AABD;
text-decoration: none;
}

td.course-info a:hover {
	color: #1A3169;
	text-decoration: underline;
}

td.course-header {
	font-size: 14px;
	color: #1A3169;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}

