/*Global font styling*/
@font-face {
    font-family: "My Custom Font";
    src: url(/Hero.otf) format("truetype");
}
* { 
    font-family: "My Custom Font", Verdana, Tahoma;font-weight: bold;
}             

/*map_canvas is the main page map div*/     
#map_canvas a{color:white;font-style: normal;text-decoration: none;}  
#map_canvas a:hover{color:white;font-style: normal;text-decoration: none;}

/*metro selection dowpdown on index*/
#metros{text-align:center;}
#metros a{color:white;font-style: normal;text-decoration: none;}  
#metros a:hover{color:white;font-style: normal;text-decoration: none;}

/*Right menu trucks buttons*/
#live a{color:white;font-style: normal;text-decoration: none;}  
#live a:hover{color:white;font-style: normal;text-decoration: none;}

#scheduled a{color:white;font-style: normal;text-decoration: none;}  
#scheduled a:hover{color:white;font-style: normal;text-decoration: none;}

#rest a{color:white;font-style: normal;text-decoration: none;}  
#rest a:hover{color:white;font-style: normal;text-decoration: none;}

#truck a{color:white;font-style: normal;text-decoration: none;}  
#truck a:hover{color:white;font-style: normal;text-decoration: none;}

#truckschedule a{color:black;font-style: normal;text-decoration: none;}  
#truckschedule a:hover{color:black;font-style: normal;text-decoration: none;}


.link{color:blue}
.link:hover{color:blue}                                                       
.infoBox{width:auto;height:22px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:green;
padding:10px 0 10px 10px;
white-space: nowrap;text-transform:uppercase;}
.infoBox a{}
#map_canvas img {max-width: none;}