/*
Template Name: Academic Education
File: Tables CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#footer>table{
	
	width:550px;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC; 
	margin-left:5em;
	}

#footer>table thead th{
	
	color:#FFFFFF;
	background-color:#06213F;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle; 
	}

#footer>table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:center;
	

	}
	
#footer>table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

#footer>table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

#footer>table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
	
#footer>table tbody tr.course_title{
	color:#FFFFFF;
	background-color: #CCCCCC;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:left;
		
		
		}