
body {
  color: #000;
  background: #EEE url(/images/ice.jpg);
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12pt;
  margin: 20px 12.5%;
}

a:link, a:visited {
  color: #229;
}

h1 {
  color: #229;
}

#content {
  padding: 10px;
  background: #FFF url(/images/ice.jpg);
  text-align: justify;
}

.copyright {
  font-size: 8pt;
  text-align: center;
  margin: 0em;
}

.ironrangered {
  color: #FFFFFF;
  background: #B60909;
}

.forestgreen {
  color: #FFFFFF;
  background: #004E36;
}

.harvestgold {
  color: #000000; 
  background: #EEB30A;
}

.wheat {
  color: #000000; 
  background: #EFE8C2; 
}

.row_head {
  font-weight: bold;
  font-size: 125%;
}

.row_hover {
  color: #000;
  background: #EEF;
  cursor: pointer;
  cursor: hand;
}

.row_hover .team_off {
  border: 2px inset #CCC;
  background: #FFF;
  cursor: pointer;
  cursor: hand;
}

.row_selected {
  color: #FFF;
  background: #229;
  cursor: pointer;
  cursor: hand;
}

.row_selected .team_off {
  background: #FFF;
  border: 2px inset #CCC;
}

.team_off {
  background: #FFF; 
  border: 2px outset #CCC;
}

input, textarea {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10pt;
  width: 100%;
  border: 1px solid #CCC;
}

.info_window {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 8pt;
  width: 200px;
}

.info_window_subject {
	font-weight: bold;
}

.info_window_route_links {
	font-weight: bold;
}
