/*
Template Name: PhotoBusiness
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:100%;
	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: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

table thead th{
	color:#FFFFFF;
	background-color:#C52026;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

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:#000;
	background-color:#f5eced;
	}

table tbody tr.dark{
	color:#FFF;
	background-color:#de494f;
	}
	
	table tbody tr.DARK{
	color:#FFF;
	background-color:#943B01;
	}
		
	table tbody tr.F{
	color:#FFF;
	background-color:#C52026;
	}
	
		table tbody tr.f{
	color:#231F20;
	background-color:#fff;
	}
