body {
  font-size: 12px;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
}

input {
  -moz-box-sizing: border-box
}

textarea {
  font-size: 12px;
  font-family: Verdana;
}

*a {
  position: relative;
}

a {
  color: #354414;
/*  color: #5d7925; */
}

.sidebar a {
  color: #ffff00;
}

form {
 margin: 0px;
}

ul {
  margin-top: 0px;
}

h2 {
 margin: 5px;
}


tr.thover:hover {
  background-color: #a1ab73;
}

tr.thover1:hover {
  background-color: #fffe97;
}

/*
table, tr, td {
  padding: 0px;
  margin: 0px;
  border : 0px;
}

table.table_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

*/

.style1 {
  color: #e8e7da;
}

.style2 {
  color: #ffffff;
}

#rateStatus{float:left; clear:both; width:100%; height:20px;}
#rateMe{padding:0px; margin:0px;}
#rateMe li{float:left;list-style:none;}
#rateMe li a:hover,
#rateMe .on{background:url(/images/water.png) no-repeat;}
#rateMe a{float:left;background:url(/images/water_disabled.png) no-repeat;width:16px; height:24px;}
#ratingSaved{display:none;}
.saved{color:red; }

/*
  table.shadow {
    border: 0px;
    align: center
  }

  td.shadow-top {
    height: 14px;
    background-image: url(/includes/theme.php?type=shadow_top)
  }


  td.shadow-topRight {
    width: 14px;
    height: 14px;
    background-image: url(/includes/theme.php?type=shadow_top_right)
  }

  td.shadow-right {
    width: 14px;
    background-image: url(/includes/theme.php?type=shadow_right)
  }

  td.shadow-bottomRight {
    width: 14px;
    height: 14px;
    background-image: url(/includes/theme.php?type=shadow_bottom_right)
  }

  td.shadow-bottom {
    height: 14px;
    background-image: url(/includes/theme.php?type=shadow_bottom)
  }

  td.shadow-bottomLeft {
    width: 14px;
    height: 14px;
    background-image: url(/includes/theme.php?type=shadow_bottom_left)
  }

  td.shadow-left {
    width: 14px;
    background-image: url(/includes/theme.php?type=shadow_left)
  }

  td.shadow-topLeft {
    width: 14px;
    height: 14px;
    background-image: url(/includes/theme.php?type=shadow_top_left)
  }

  td.shadow-center {
    background-color: white
  }
*/


div #toggleForm {
  display: none;
}