body {
  font-family: Verdana, Tahoma, Lucida Sans, Arial;
  font-size: 12px;
}

.col1 {
  float: left;
  border: 1px solid #EEEEB0;
  background: #FFFFE0;
  display: table-cell;
  width: 20%;
  padding: 5px;
}

.spacer1 {
  width: 10px;
  display: table-cell;
}

.col2 {
  float: right;
  border: 1px solid #EEEEB0;
  background: #FFFFE0;
  display: table-cell;
  width: 75%;
  padding: 5px;
}

.logo {
  text-align: center;
  height: 98px;
  background-repeat: no-repeat;
}

div.pagewidth {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

ul.menu {
  margin: 0px;
  padding: 0px;
}

ul.menu li {
  list-style: none;
  margin-bottom: 3px;
}

ul.menu li a {
  border: 1px solid #EEEEB0;
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

ul.menu li a:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #EEEEB0;
}

.content1 {
  background: #FFFFFF;
  margin: 5px;
  padding: 4px;
}

.content2 {
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

table {
  border: 0px;
  width: 100%;
  font-size: 11px;
}

table tr {
  margin: 1px;
}

.footer {
  clear: both;
  display: block;
  margin-top: 10px;
  font-size: 9px;
  text-align: center;
}

table td,th {
  border: 1px solid #DDDDA0;
  padding: 1px;
}

.rating {
  background: url(../images/stars.gif);
  background-repeat: no-repeat;
  height: 19px;
}

.ratingbox {
  height: 19px;
  width: 99px;
}

.ratingbox2 {
  height: 19px;
  width: 99px;
  margin-top: 10px;
}

.comments1 td, .comments1 th {
  border: 0px;
  border-bottom: 2px solid #DDDDA0;
}

.cleartable td, .cleartable th {
  border: 0px;
  font-size: 12px;
}

input[type="text"] {
  width: 80%;
}

input[type="password"] {
  width: 80%;
}

.text1 {
  border: 1px dashed #DDDDA0;
  font-family: Tahoma, Lucida Sans, Arial;
  font-size: 11px;
  padding: 3px;
}

.text1:hover {
  border: 1px solid #DDDDA0;
}

.funcbtn {
  font-family: Tahoma, Lucida Sans, Arial;
  font-size: 18px;
  border-width: 1px;
  background: #FAFABB;
  padding: 1px;
  width: 92px;
}

div.border1 {
  border: 1px solid #DDDDA0;
  width: 92px;
}

.error1 {
  color: #FF0000;
  text-align: center;
}

.tabs {
  border-bottom: 2px solid #DDDDA0;
  padding: 0px;
  height: 17px;
}

.tabs td {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.tabpanes {
  padding: 0px;
}

.tab1 {
  width: 187px;
  height: 17px;
  padding-top: 6px;
  padding-left: 3px;
  background: url(../images/tab1.gif);
  text-align: center;
  font-weight: bold;
}

.tab2 {
  width: 187px;
  height: 17px;
  padding-top: 6px;
  padding-left: 3px;
  background: url(../images/tab2.gif);
  text-align: center;
  font-weight: bold;
}

.tab1 a, .tab2 a {
  color: #000000;
}

.tabcontent {
  width: 47%;
  padding: 3px;
}

.tabdivider {
  width: 50%;
}