body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: verdana;
  font-size: 10pt;
  background-image: url('../images/blue_gradient.png');
  background-repeat: repeat-x;
}

input, textarea, select {
  background-color: #000000;
  color: #FFFFFF;
  border-style: solid;
  border-color: #0000FF;
  border-width: 1px;
}

a:link, a:visited {
  color: #66CCFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #3366AA;
  text-decoration: underline;
}

.navline {
  border-top-style: solid;
  border-top-color: #0000CC;
  border-top-width: 1px;
}

tr.altrow {
  background-color: #000033;
}

#main {
  width: 750px;
}

#nav {
  background-color: #000000;
  width: 150px;
  height: 500px;
  
  font-size: 10pt;

  border-color: #0000CC;
  border-style: solid;
  border-width: 2px;
}

#nav table {
  width: 100%;
}

#nav table td {
  background-color: #000033;
  text-align: center;
}

#nav table td a {
  display: block;
  width: 100%;
}

#content {
  background-color: #000000;
  height: 500px;
  padding: 5px;

  border-color: #0000CC;
  border-style: solid;
  border-width: 2px;
}

#footer {
  background-color: #000000;
  text-align: center;
  font-size: 11pt;
}

#page_title {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
}

#calhead td {
  background-color: #000033;
  text-align: center;
  color: #66CCFF;
}

.calday {
  width: 14%;
  height: 100px;

  vertical-align: top;
  text-align: center;

  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
}

#caltoday {
  background-color: #000044;
}

#codebox {
  border-color: #0000FF;
  border-style: solid;
  border-width: 1px;

  width: 100%;
  height: 500px;
  overflow: auto;

  font-family: courier, monospace;
}
