body {
  background-color: #dcdcdc;
}
body, td {
  font-family: serif;
  font-size: 14px;
}

a {
  color: #444444;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  border-bottom: 1px solid #000000;
}

h4 {
  font-size: 16px;
  border-bottom: 1px solid #444444;
  color: #666666;
  margin-bottom: 10px;
}

ul {
  margin: 0px;
}

ul li {
  list-style-image: url(img/list.gif);
}

.maintable {
  width: 800px;
  border: 1px solid #aaaaaa;
}

.maintableheader td {
  padding-left: 10px;
  vertical-align: center;
  height: 80px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #eeeeee;
  font-size: 24px;
  background-image: url(img/filmreel.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.maintablecontent_gray {
  background-color: #f6f6f6;
}
.maintablecontent_yellow {
  background-color: #fcfddf;
}
.maintablecontent_red {
  background-color: #fef4f4;
}
.maintablecontent_green {
  background-color: #f2fdf2;
}
.maintablecontent_blue {
  background-color: #e5e5fc;
}
.maintablecontent {
  padding: 5px;
}

.maintablefooter {
  font-size: 10px;
  height: 10px;
  color: #888888;
  text-align: center;
  border-top: 1px solid #aaaaaa;
  width: 150px;
  background-color: #ffffff;
}

.mainnav {
  height: 24px;
  background-color: #cfcfcf;
  border-bottom: 1px solid #aaaaaa;
}

.navbutton, .navbuttonactive, .navbuttonlight {
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #999999;
  width: 75px;
  height: 24px;
/*  background-image: url(img/button/nav-gray.gif); */
}
.navbutton a, .navbuttonactive a, .navbuttonlight a {
  text-decoration: none;
  color: #666666;
  padding: 0px;
}
.navbuttonactive a {
  color: #222222;
}
.navbuttonlight {
/*  background-image: url(img/button/nav-gray-light.gif); */
}
.navbuttonlight a {
  color: #444444;
}

.boxtable {
  width: 140;
  border-bottom: 1px solid #666666;
}
.boxheader {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  text-align: left;
  background-color: #888888;
  color: #ffffff;
  padding-left: 5px;
  font-size: 12px;
}
.boxcontent {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #666666;
  padding: 2px;
  font-size: 10px;
}

.form {
}
.formlabel {
  font-weight: bold;
}
.formerror {
  color: #aa4444;
}
input[type=text], textarea {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
}
input[type=submit] {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
}
.inputerror {
  background-color: #ffeeee;
}
