/*Google maps*/

 body, html{
    height: 100%;
}

body{
    margin: 0px;
    background:#fff;
}   

body,td,th {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
} 

a, a:link, a:visited, a:active, a:hover {
	color: #e51820;
}
      
.tblRoute{
	height: 100%;
	text-align: left;
	background-color: #ffffff;
	width:100%;
	border:0;
}

.tblRoute h1
{
    color:#303030;
    text-transform:uppercase;
    font-size:16px;
    padding:20px 0;
    margin:0;
    font-weight:normal;
}

.tblRoute #maproute{
	height: 540px;
	width: 540px;
	margin: 0 0 15px 0;
	padding: 0;
	border:4px #898989 solid;
}
.tblRoute .divRoute{	
	width: 550px;
}

/* END Google Maps */