table.nostyle, table.nostyle td { border:none; }
table.nostyle tbody tr td { color: #666; text-align: left; }

table {
	border-spacing:0px;
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999;
	border:1px solid #e8e8e8;}

caption {
	font-weight: bold;
	background: #003472 url(/cms/outertemplates/images/default/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:5px;
}

td, th {
	padding: 4px;
	border:1px solid #e8e8e8;
	
}

tr, th {color:#666;}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:transparent; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color: #003472;
	text-decoration:underline;
	padding:3px 0px 0px 18px;
	display: block;
	}
tbody th a:hover{
	color: #ff0000;
	}

tbody tr td { 
	height:30px;
	background: transparent;
	text-align:center;
	color:#ff0000;}

tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table td a:link, table td a:visited {
	color: #1975D7;
}

table td a:hover {
	color: #50ADEA;
	text-decoration: none ;
}
tbody td a {
	margin: 0 auto;
	height: 15px;
	border-bottom: 0;
	padding:3px 0px 0px 0px;
	font-weight:bold;
	color:#FF8601;
	text-decoration:underline;
}


tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size:22px; font-weight:bold; font-style:italic;*/
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
	padding: 0;
}


/* DIFFERENT TABLE STYLES */

table.course-option thead tr th {}

table.course-option tbody tr th, 
table.management-programmes tbody tr th 
{text-align:right;padding-right:10px;}



table.course-option tbody tr td,
table.management-programmes tbody tr td 
{text-align:left;padding-left:10px;}
