html {
  overflow-x: hidden;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 13px;
}


table tr td, input, select, textarea {
  font-size: 12px;
}

a:hover {
  color: red;
}

.panel {
  border: 1px solid #E9E9E9;
}

.panel .header {
  background-color: #F7F8EB;
  background-image: url(images/top.png);
  vertical-align: middle;
  height: 26px;
  font-weight: bold;
}

.table{
  border-collapse: collapse;
  width: 100%;
}

.table td {
  border: 1px solid #F0F0F0;
}

.title, .foot{
  background-color: #FAFBF2;
}

.selected {
  background-color: #F2F2F2;
}

.max {
  width: 100%;
}

.int {
  width: 100%;
  text-align: right;
}

.sint {
  text-align: right;
}

.silver {
  background-color: #F8F8F8;
}

.green {
  background-color: #CCFFCC;
}

.menu a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.active {
  color: red;
}

.curCategory {
  color: #DE6A01;
}

.menu .menuitemlock {
  color: #B2B2B2;
}


.lock {
   color: #B2B2B2;
}

.msg {
  color: red;
}

.default_picture a{
  color: #00AA00;
}

.curPage {
  color: red;
}

.top {
  height: 30px;
}

