/* parking datagrid */

.datagrid {
	background: #919191;
	margin-bottom: 1.35em;
	}
.datagrid table {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	margin-top: 1em;
	border-collapse: collapse;
	}
.datagrid table caption {
	display: none;
	margin: 0;
	padding: 5px 15px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
}
.datagrid table th, .datagrid table td {
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	font-size: 85%;
	border-bottom: 1px solid #b5b5b5;
}
.datagrid table th {
	color: #999;
}
.datagrid table .name {
	text-align: left;
}
.datagrid table tr {
	background: #e6e6e6;
}
.datagrid table tr.alt {
	background: #f1f1f1;
}
.datagrid table td a {
	display: block;
}
td.shorttermrates {
	color: #fff;
	background-color: #1358e7;
	font-weight: bold;
}
td.longtermrates {
	color: #fff;
	background-color: #fda307;
	font-weight: bold;
}
td.weeklyrates {
	color: #fff;
	background-color: #3adc01;
	font-weight: bold;
}
td.shuttlerates {
	color: #fff;
	background-color: #f5ca06;
	font-weight: bold;
}
td.economyshuttlerates {
	color: #fff;
	background-color: #f31414;
	font-weight: bold;
}
td.valetrates {
	color: #fff;
	background-color: #666;
	font-weight: bold;
}
