/*
Template Name: Educational Theory
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>
*/

table{
	width: 600px;
	border-collapse: collapse;
	table-layout: auto;
	vertical-align: top;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	}

table thead th{
	color: #606B72;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: center;
	table-layout: auto;
	vertical-align: middle;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
	
table thead th, table tbody td{
	padding: 5px;
	border-collapse: collapse;
	color: #606B72;
	font-weight: bold;
	text-align: center;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
