body
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
}


a.mainlevel:link, a.mainlevel:visited {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #ffcc00;
  text-align: left;
  line-height: 20px;

  text-decoration: none;

  height: 20px;
  padding: 1px 10px 1px 10px;
  white-space: nowrap;
}

a.mainlevel:hover {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #FFcc00;
  text-align: left;
  line-height: 20px;

  text-decoration: underline;

  height: 20px;
  padding: 1px 10px 1px 10px;
}

.left table.moduletable,.right table.moduletable{
  width: 100%;
  padding:0px 0px 1px 0px;
  margin-bottom: 0px;
/*  border: 1px solid #CCCCCC;*/
}

table.moduletable{
  color:#ffffff;
  width: 100%;
  padding:0px 0px 1px 0px;
  margin-left: 0px;
  margin-bottom: 0px;
/*  border: 1px solid #CCCCCC;*/
}

table.moduletable th {
/*  background: url(../images/module_th.jpg) no-repeat;*/
  color: #ffcc00;
  background-color:#2288bb;
  text-align: center;
  padding-top: 3px;
  padding-left: 5px;
  height: 22px;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
/*  text-decoration: underline;*/
}

table.moduletable td {
  font-size: 11px;
  padding: 1px 2px 1px 2px;
  margin: 3px;
  font-weight: normal;
  background-color:#1177aa;
  
}