/*
Template Name: Touch of Purple
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-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: thin;
	border-left-width: 0.5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

table thead th{
	color:#000000;
	background-color:#000000;
	border:0.5px solid #000000;
	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 #000000;
	border-right:1px solid #000000;
	}
	
table thead th, table tbody td{
	padding:1px;
	border-collapse:collapse;
	}

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

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