/*
Responsive Template Name: RS-1 Clean
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;
	border:5px solid #FFFFFF;
	background-color: #FFF;
	margin: 5px;
	color: #000;
}

table thead th{
	color:#FFFFFF;
	background-color:#999999;
	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;
	color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
table tbody tr.light{
	color:#000000;
	background-color:#FFFF33;
	border: 5px solid #FFF;
}


table tbody tr.dark{
	color:#000000;
	background-color:#99FF33;
	border: 5px solid #FFF;
}

.motorhome {
	color: #000;
	background-color: #F9F;
	border: 5px solid #FFF;
}
.motorhomes {
	color: #000;
	background-color: #FFF;
	border: 5px solid #FFF;
	background-image: none;
}
