body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #0084bb;
}

h2 {
  font-size: 14pt;
  font-weight: normal;
}

table.review td
{
  color: white;
  vertical-align: top;
}

table.submit td
{
  vertical-align: top;
}

table.listings {
  font-size: 8pt;
  color: white;
  border-top: 2px solid black;
  border-right: 2px solid black;
  text-align: center;
}

table.listings td {
  border-left: 2px solid black;
	border-bottom: 2px solid black;
}

tr.listing_row0 {
  background-color: #333;
}

tr.listing_row1 {
  background-color: #666;
}

td.month
{
  font-size: 36pt;
  background-color: #ff9900;
  padding: 3px 8px;
}

td.bands
{
  text-align: left;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: 8db5ff;
	text-decoration: underline;
}

a.action {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10pt;
}

p.flash {
  color: white;
  background-color: #333;
  border: solid black thin;
  padding: 5px;
}

p.extra_info {
  color: #ccc;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}