.datatable table {
	border-collapse:collapse;
	text-align:center;
	width:100%;
	border: 1px solid #104E8B;
}
.datatable {
	font:normal 12px/150% Arial, Helvetica, sans-serif;
	background:#fff;
	overflow:auto;
}
.datatable table td, .datatable table th {
	padding:0.3% 1%;
}
.datatable table thead th {
	background:0;
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0473b0', endColorstr='#0473b0');
	background-color:#0473b0;
	color:#FFF;
	font-size:15px;
	line-height:1.4em;
	font-weight:700;
	border-left:1px solid #8D6322;
}
.datatable table thead th:first-child {
	border:none;
}
.table-time .head td {
	background:#0473b0;
	color:#ffffff;
	border-left: 1px solid #104E8B;
	border-bottom: 1px solid #104E8B;
	text-transform: uppercase;
	font-size:14px;
}
.table-time .head:first-child td[colspan="4"] {
	text-align: center !important;
	font-weight: bolder;
	font-size: 15px;
	padding: 5px;
	border-bottom: 1px solid #8D6322;
}
.table-time .head td:first-child {
	text-align: center !important;
	width: 12%;
}
.table-time td {
	background:#CAE1FF;
	color:#0473b0;
	border-left:1px solid #0473b0;
	border-bottom:1px solid #0473b0;
	font-size:12px;
	line-height:1.4em;
	font-weight:400;
	vertical-align: middle;
}
.datatable table tbody td {
	color:#0473b0;
	border-left:1px solid #0473b0;
	font-size:12px;
	line-height:1.4em;
	font-weight:400;
	vertical-align: middle;
}
.datatable table thead:first-child th {
	text-transform: uppercase;
}
thead table tr td {
	color:#FFFFFF !important;
	font-weight:700 !important;
}
.datatable table tbody td:first-child {
	border-left:none;
}
#map-title {
    margin: 5px 0px;
    color: #00AEEF !important;
    text-decoration: none;
    font-size: 14px !important;
    text-align: left;  
}
#map-address {
	width: 290px;
	height:110px;
	position: relative;
	z-index:9999999;
}
#map-left{
	width: 40%;
	float: left;
	margin-top: 5px;
}
#map-right{
	font-family: Arial,sans-serif !important;
	width: 57%;
	float: left;
	text-align: left;
	margin-left: 3%;
	line-height: 14px;
}
#map-right span{
	font-size: 10px;
	font-style: italic;
	color: #4b4b4b;
}