h2 {
  margin-top: 1.5rem !important;
}

.navigation {
  background-color: #EEE;
  border: 1px solid #555;
  }

label {
  cursor: pointer;
}

ul {
  margin-bottom: 5px;
  margin-right: 5px;
  }

  ul.plainList {
    list-style: none;
    padding-left: 5px;
    margin-left: 5px;
    margin-top: 0px;
    }

li { }

ul.options {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.options li {
  border-bottom: 1px solid #ccc;
  padding: 4px;
}

ul.options li.divider {
  background-color: #ccc;
  font-weight: bold;
}

ul.options li a {
  text-decoration: none;
}

ul.options li a:hover {
  text-decoration: underline;
}

dl .description {
  font-size: .8em;
}

dl .administrator {
  font-size: .8em;
}

a.button, a.button:visited {
  font-size: 12px;
  font-weight: bold;
  color: #C00;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
  line-height: 12px;
  }
  
body {
  background-color: #ddd;
  text-align: center;
}

.mainTable {
  text-align: left;
  margin: 0px auto;
  width: 100%;
  border-spacing: 5px;
}

.mainTable td {
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 10px;
}

.mainTable td td,
.mainTable td th {
  padding: 1px;
  border: 1px solid #aaa;
  background: inherit;
}

.pageTitle {
  color: #63C;
  font-style: italic;
  }

.msg {
  border: 1px solid #C70109;
  font-weight: bold;
  background-color: #9999FF;
  padding: 3px;
  }

.small {
  border: 1px solid black;
  width: 5px;
  height: 5px;
  }
.smallTable {
  font-size: 12px;
  font-family: Verdana, Trebuchet, serif;
  }

#sideBar a {
  display: block;
  padding: 4px 4px 4px 23px;
  margin-bottom: 2px;

  width: 150px;

  text-decoration: none;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  background-color: #DDD;

  color: #000;
  background-image: url(Images/cheese.gif);
  background-position: 3px center;
  background-repeat: no-repeat;
}

#sideBar a:hover {
  background-color: #E0DEEE;
} 

th {
  text-align: center; 
}

a.day-link {
  display: block;
  width: 80px;
  overflow: hidden;
  text-decoration: none;
  padding: 2px;
  font-size: .8em;
  text-align: center;
}

a.day-link:hover {
  background-color: #eee;
  font-weight: bold;
}

table.stats-table {
  border-spacing: 0px;
  border-collapse: collapse;
}

table.stats-table td,
table.stats-table th {
  text-align: left;
  padding: 4px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.error-message {
  margin: 2em 0;
}

.error-list li {
  color: red !important;
}
