/**
 * Costom styles for pgRouting TRAC site
*/

body {
  background-image: url('../map_background.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#header {
  position: absolute;
  top: 5px;
  left: 10px;
}

#pgrouting_header {
  position: absolute;
  top: 5px;
  right: 200px;
  top: 10px;
  font-size: 50px;
  font-weight: 500;
  color: #007007;
}

#banner {
  margin-top: 47px;
}

#metanav li {
  background-color: #FFFEEE;
  padding: 2px 7px 5px 7px;
}

*:link:hover, *:visited:hover {
background-color: #EEEEEE;
color: #555555;
}

*:link, *:visited {
border-bottom: 1px dotted #BBBBBB;
color: #008008;
text-decoration: none;
}

#footer  {
  color: #777777;
}

#footer *:link, #footer *:visited  {
  color: #777777;
}

#footer p.right {
  width: 350px;
}

.listing *:link, .listing *:visited  {
  color: #555555;
}

#logo{
  border: 2px solid #000000;
  background: #FF0000;
}
