/*
Template Name: Elegant Typo
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:auto;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
        margin-top:.938em;
	margin-bottom:.938em;
        margin-left: auto;
        margin-right: auto;
/*	border:1px solid #CCCCCC; */
	}

table thead th{
	color:#FFFFFF;
	background-color:#666666;
	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;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
td.right {vertical-align: top; text-align: left;}
td.left {vertical-align: top; text-align: right; font-weight: bold;}
/* tr:nth-of-type(odd) {color: #666; background-color:#f7f7f7;}  */
/* tr:nth-of-type(odd) {border-bottom: color: #666; background-color:#f7f7f7;}  */
