/**********************************************/
/* Bike Mapper Stylesheet                     */
/* Matthew Heberger, Sept 2008                */
/**********************************************/


body{
  font-family: "Trebuchet MS", "Verdana", sans-serif;
  color: black;
  margin: 12px;
  padding: 0em;
  font-size: 80%;
}


h1{
  font-weight: bold;
  font-size: 1.4em;
  color: navy;
  margin-bottom: 0em;
}

h2{
  font-weight: bold;
  font-size: 1.2em;
  color: orange;
  margin-bottom: 0em;
  margin-top: 0em;
}

#map_canvas {
  width: 400px; 
  height: 300px;

}

#jstr {
  width: 380px;
  color: lightgray;
}

#footer {
  margin-top: 1em;
  border-top-style: solid; 
  border-top-color: gray; 
  border-top-width: 1px;
  width: 400px;
 }

#footer p{
  margin: 0em;
  font-size: 80%;
}

#reversebutton{

}

#options{
  position: absolute;
  left:430px; 
  padding: 5px;
  top:75px;
  height: 90px;
  width: 30em;
  -moz-border-radius: 0.5em;
  border: 1px solid gray;
}

#directions {
  position: absolute;
  left:430px; 
  top:205px;
  width: 30em;
  padding: 5px;
  -moz-border-radius: 0.5em;
  border: 1px solid gray;
  margin-bottom: 10px;
}

#ajaximg {
  position: absolute;
  left:580px; 
  top:110px;
}

#directions tr{
  background-color: #eeeeee;
  border-top: white 1px;
}

#directions td{
  padding: 0.2em 0.5em 0.2em 0.5em;
}

a img {
border: 0;
}

