

.centered
{
  text-align: center;
}

body
{
  color: #eee;
  background-color: #225;
}

h1
{
  font-family: Verdana, Tahoma, Arial, san-serif;
  text-align: center;
  margin-bottom: 0.1em;;
  padding-bottom: 0;
}

h3
{
  color: orange;
}

table
{
  margin-left: 5%;
  color: black;
  background-color: #ddd;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  -moz-border-radius: 10px;
}

table.mainlist
{
  width: 90%;
}

tr.odd
{
  background-color: #eee;
}

tr.even
{
  background-color: #ccc;
}

tr.self
{
  background-color: #cfc !important;
}

td.contactRequest
{
  background-color: #f88 !important;
}

td.hotel
{
  background-color: orange !important;
  font-size: 110%;
  font-weight: bold;
  padding-left: 0.75em;
}

th
{
  font-family: Verdana, Tahoma, Arial, san-serif;
  text-align: left;
  border-bottom: solid 1px black;
}

td.hidden
{
  font-style: italic;
}

div.comments
{
  margin-left: 5%;
}

div.comments h3
{
  margin-bottom: 0;
}

div.comments form
{
  margin-top: 0.5em;
}

div.comments textarea
{
  width: 50%;
  height: 6em;
}

div.error
{
  font-family: Verdana, Tahoma, Arial, san-serif;
  font-weight: bold;
  color: red;
  background-color: #ddb;
  background-image: url(warning.png);
  background-position: 0.5em 0.3em;
  background-repeat: no-repeat;
  border: solid 1px orange;
  margin: 0.2em;
  margin-left: 5%;
  width: 50%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 4em;
}
