/* the follow styles apply to the Traiffs table */
.tariffs {
	border-color: #8d0703;
	border-width: 1px;
	border-style: solid;
	empty-cells: show;
	font-size: 90%;
	margin: 0 0 20px 0;
	padding: 4px;
	text-align: left;
	width: 100%;
}

.tariffs caption {
	color: #00253d;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.tariffs thead th {
	border: 0;
	border-bottom: 1px solid #ddd;
	color: #777;
	font-size: 90%;
	padding: 3px 0;
	margin: 0 0 5px 0;
	text-align: center;
}

.tariffs tbody tr.odd {
	background-color: #e6edf6;
}

.tariffs tbody tr.even {
	background-color: white;
}

.tariffs tbody td {
	color: black;
	padding: 2px;
	border: 0;
}

.tariffs tbody tr:hover {
	background-color: #ffe08e;
}

.tariffs tfoot {
	color: #430502;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;	
}

#tariffsa {
	width: 49%;
	float: left;
}

#tariffsb{
	width: 49%;
	float: right;
}
/* end styles for Tariffs table */