/*
Template Name: PlusBusiness
File: Tables CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/

table{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #74c2c9;
	}

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:2px;
	border-collapse:collapse;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}

/* blue table */

table thead td{
	.color:#FFFFFF;
	.background-color:#E0EEF7;
        background-color:#E4F1F9;
	.border:1px solid #cccccc;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}