body { background-color:#EFEFEF;
       margin-right:10px;
       margin-left:10px;
       font-family: Arial, Helvetica, sans-serif, Tahoma;
       color: #222266;
}

a {
     font-family: Arial, Helvetica, sans-serif, Tahoma;
     color: #222266;
     text-decoration: none;
}

#maindiv {
  border-width:4px;
  border-style:double;
  border-color:red;
  width: 80%;
  padding:0em;
  position: relative;
  text-align: center;
  background-color: #FEFEFE;
}

#topdiv {
  border-width:1px;
  border-style:none;
  padding:0.5em;
  position: relative;
  text-align: center;
}

#menudiv {
  border-width:1px;
  border-style:none;
  padding:0em;
  position: relative;
  text-align: center;
}

#submenudiv {
  border-width:1px;
  border-style:none;
  padding:0em;
  height: 3em;
  position: relative;
  text-align: center;
  background-color: #DDDDDD;
}

#subdiv {
  border-width:1px;
  border-style:none;
  padding:2.5em;
  position: relative;
  text-align: left;
}

#editdiv {
  border-width:1px;
  border-style:none;
  padding:0em;
  position: relative;
  text-align: right;
  width: 95%;
}

#titlediv {
  border-width:0px;
  border-style:none;
  padding:0em;
  position: relative;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#notetext {
  font-family: Arial, Helvetica, sans-serif, Tahoma;
  color: #BBBBDD;
  font-size: 10px;
}

#forumframe {
  border-style: solid;
  border-width:2px;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0em;
  position: relative;
  border-color: #DDDDDD;
  width: 90%;
  align: center;
  margin-left: auto;
  margin-right: auto;
}

#forumrowtitle1 {
  border-style: none;
  padding-left: 5px;
  background-color: #CCCCDD;
  color: #000022;
  height: 30px;
  font-weight: bold;
}

#forumrowtitle2 {
  border-style: none;
  padding-left: 5px;
  background-color: #CCCCDD;
  color: #000022;
  height: 30px;
  font-weight: bold;
  width: 45px;
  text-align: left;
}

#forumrowtitle22 {
  border-style: none;
  padding-left: 5px;
  background-color: #CCCCDD;
  color: #000022;
  height: 30px;
  font-weight: bold;
  width: 80px;
  text-align: center;
}

#forumrowtitle25 {
  border-style: none;
  padding-left: 5px;
  background-color: #CCCCDD;
  color: #000022;
  height: 30px;
  font-weight: bold;
  width: 150px;
  text-align: right;
}

#forumrowtitle3 {
  border-style: none;
  padding-left: 5px;
  background-color: #CCCCDD;
  color: #000022;
  height: 30px;
  font-weight: bold;
  width: 140px;
  text-align: left;
}

#forumrowtitle4 {
  border-style: none;
  padding-left: 5px;
  background-color: #CCCCDD;
  color: #000022;
  height: 30px;
  font-weight: bold;
  width: 250px;
  text-align: left;
}

#forumrow1 {
  border-style: none;
  padding-top: 2px;
  padding-bottom: 1px;
  position: relative;
  background-color: #EEEEFF;
  color: #000022;
  height: 25px;
}

#forumrow1c {
  border-style: none;
  padding-top: 2px;
  padding-bottom: 1px;
  position: relative;
  background-color: #EEEEFF;
  color: #000022;
  height: 25px;
  text-align: center;
}

#forumrow2 {
  border-style: none;
  padding-top: 1px;
  padding-bottom: 0px;
  position: relative;
  background-color: #FAFAFF;
  color: #000022;
  height: 22px;
}

#forumrow2c {
  border-style: none;
  padding-top: 1px;
  padding-bottom: 0px;
  position: relative;
  background-color: #FAFAFF;
  color: #000022;
  height: 22px;
  text-align: center;
}

#forumrowlast {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #DDDDDD;
  padding-top: 1px;
  padding-bottom: 0px;
  position: relative;
  background-color: #FAFAFF;
  color: #000022;
  height: 25px;
}

#forumtitleline {


}

#eventrow1c {
  border-style: none;
  width: 80px;
  padding-top: 2px;
  padding-bottom: 1px;
  position: relative;
  background-color: #EEEEFF;
  color: #000022;
  height: 25px;
  text-align: center;
}

#eventrow2 {
  border-style: none;
  width: 45px;
  padding-top: 2px;
  padding-bottom: 1px;
  position: relative;
  background-color: #EEEEFF;
  color: #000022;
  height: 25px;
}

#eventrow4 {
  border-style: none;
  width: 250px;
  padding-top: 2px;
  padding-bottom: 1px;
  position: relative;
  background-color: #EEEEFF;
  color: #000022;
  height: 25px;
}

#dummyvalue {

}

a:hover {
     color: #666666;
}

p {
        font-family: Arial, Helvetica, sans-serif, Tahoma;
}

td {
        font-family: Arial, Helvetica, sans-serif, Tahoma;
        font-size: 14px;
        color: #000000;
        height: 28px;
        padding: 2px;
}

.smallside {
  font-family: Verdana;
  font-size: 0.8em;
  color: #AAAADD;
}

.border {
        border: 1px solid #999999;
}

.bottomline {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #999999;
}