body {
  margin: 0;
  padding: 0;
  background: #49535b url(../img/menu_bg2.png) repeat-x top left;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #222;
}
input {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
}
@media print {
  body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #000;
  }
  ul#menu {
    display: none;
  }
  span.bbutton { 
    display: none;
  }
}
h1, h2, p, img, dl, form, div {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  color: #222;
}
a:hover {
  text-decoration: none;
}
div#base {
  aoverflow: hidden;
}
div#login {
  width: 420px;
  height: 152px;
  margin: 10px auto;
  padding: 27px 0 0 28px; /* 28 */
  background: #49535b url(../img/login.png) no-repeat top left;
  font-size: 14px;
  color: inherit;
}
div#login h1 {
  margin-bottom: 13px;
  font-size: 17px;
  color: #fff;
}
div#login dl {
  clear: both;
  overflow: hidden;
}
div#login dt {
  float: left;
  width: 126px;
  padding: 2px 0 0 8px;
}
div#login dd {
  margin-bottom: 5px;
}
div#login input[type="text"], div#login input[type="password"] {
  width: 239px;
  height: 17px;
  padding: 3px 5px 2px 5px;
  border: 1px solid #d2d2d2;
  background-color: #f1f1f1;
  color: #222;
}
div#login input[type="text"]:focus, div#login input[type="password"]:focus {
  border: 1px solid #929292;
  background-color: #fff;
  color: #222;
}
div#login span {
  margin: 3px 37px 0 0;
}
div#msg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 5px 5px 5px 30px;
  border: 1px dotted #b3b684;
  background: #fbffbd url(../img/info.png) no-repeat 5px 3px;
  font-size: 13px;
}
div#msg img#info {
  position: absolute;
  height: 20px;
  margin: -2px 4px 0 0;
  padding: 0;
}
div.inmsg {
  margin: 10px 0;
}
div#error {
  width: 970px;
  border: 1px dotted #d68282;
  background-color: #ff9f9f;
  margin: 0 auto;
  padding: 5px;
}
h1 {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 16px;
}
h1 a {
  padding: 5px 5px;
  border: 1px solid #666;
  background-color: #49535b;
  text-decoration: none;
  color: #222;
}
ul#menu {
  clear: both;
  overflow: hidden;
  width: 973px;
  height: 48px;
  margin: 0 auto;
  padding: 0 11px 0 11px;
  background: top center url(../img/menu_bg.png) no-repeat;
}
ul#menu li {
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
}
ul#menu li:hover {
  background: url(../img/menu_hover.png) no-repeat top left;
}
ul#menu li a {
  display: block;
  height: 18px;
  padding: 3px 10px 1px 10px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
ul#menu li a:hover {
  background: url(../img/menu_hover_end.png) no-repeat top right;
  color: #42484F;
}
ul#menu li#exit {
  float: right;
}
div.block {
  clear: both;
  overflow: hidden;
  width: 980px;
  margin: 10px auto;
  padding: 0 0 24px 0;
  background: url(../img/block_end2.png) no-repeat bottom left;
}
div.block .uc {
  text-transform: uppercase;
}
div.block .fb {
  font-weight: bold;
}
div.block .aright {
  text-align: right;
}
div.block .acenter {
  text-align: center;
}
div.block .last {
  background-color: #e5e5e5;
}
div.block table.scroller {
  border-top: none;
  border-left: 1px solid #bbb;
}
div.block table.scroller td {
  border-left: none;
  background-color: #e5e5e5;
  color: #444;
}
div.block table.scroller td a {
  color: #444;
  text-decoration: none;
}
div.block input[type="text"], div.block input[type="password"], div.block textarea {
  padding: 3px 5px 2px 5px;
  border: 1px solid #d2d2d2;
  background-color: #f1f1f1;
  color: #222;
}
div.block select {
  border: 1px solid #d2d2d2;
  background-color: #f1f1f1;
  color: #222;
}
div.block select:focus, div.block select:hover {
  border: 1px solid #929292;
  background-color: #fff;
  color: #222;
}
div.block input[type="text"]:focus, div.block input[type="password"]:focus, div.block input[type="text"]:hover, div.block input[type="password"]:hover, div.block textarea:focus, div.block textarea:hover {
  border: 1px solid #929292;
  background-color: #fff;
  color: #222;
}
div.block div.header {
  clear: both;
  overflow: hidden;
  height: 60px;
  margin: 0;
  padding: 0;
  background: url(../img/block_header.png) no-repeat top left;
}
div.block div.header h1 {
  float: left;
  margin: 7px 0 0 10px;
  font-size: 18px;
  font-weight: normal;
}
div.block div.header ul {
  float: right;
  margin: 0;
  padding: 5px 5px 0 0;
}
div.block div.header li {
  float: left;
  height: 26px;
  list-style: none;
  background: url(../img/submenu_bg.png) repeat-x top left;
}
div.block div.header li a {
  display: block;
  height: 22px;
  padding: 4px 10px 0px 10px;
  text-decoration: none;
  color: #fff;
  background: url(../img/submenu_end.png) no-repeat top right;
}
div.block div.header li.red {
  background: url(../img/submenu_red_bg.png) repeat-x top left;
}
div.block div.header li.red a {
  background: url(../img/submenu_red_end.png) no-repeat top right;
}
div.block div.content {
  overflow: hidden;
  padding: 0 10px 5px 10px;
  background-color: #eaeaea;
}
div.block .max {
  width: 100%;
}
div.block .notd a {
  text-decoration: none;
}
.fright {
  float: right;
  width: auto;
}
.fleft {
  width: auto;
  float: left;
}
span.bbutton {
  height: 24px;
  background: top left url(../img/button_bg.png) no-repeat;
  padding: 0;
  margin: 0;
}
span.bbutton input {
  display: block;
  width: auto;
  height: 24px;
  padding: 0px 10px 2px 10px;
  border: 0;
  background: top right url(../img/button_end.png) no-repeat;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
span.bbutton a {
  text-decoration: none;
}
div.block table {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  background-color: #eaeaea;
}
div.block table.list tr:hover {
  background-color: #f1f1f1;
}
div.block td, div.block th {
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  padding: 5px;
  text-align: justify;
  font-weight: normal;
}
div.block th  {
  font-weight: bold;
}
div.block th, div.block .title {
  background: #dedec1 url(../img/th.png) repeat-x top left;
}
a:active {
  border: none;
}
div.block th ul {
  float: right;
  margin: 0;
  padding: 0;
}
div.block th ul li {
  float: left;
  height: 23px;
  list-style: none;
  background: url(../img/smallsubmenu_bg.png) repeat-x top left;
}
div.block th ul li a {
  display: block;
  height: 21px;
  padding: 2px 10px 0px 10px;
  text-decoration: none;
  color: #fff;
  background: url(../img/smallsubmenu_end.png) no-repeat top right;
}
div.block br {
  clear: both;
}
div.block hr {
  clear: both;
  padding: 15px 0 0 0;
  margin: 0 0 15px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
div.block .sub {
  border-left: none;
  font-weight: normal;
}
div.block .icons {
  border-left: none;
  text-align: right;
  padding-right: 10px;
}
div.block .icons a {
  float: right;
  margin-left: 15px;
}
div.block .icons img {
  visibility: hidden;
}
div.block tr:hover .icons img {
  visibility: visible;
} 
div#footer {
  clear: both;
  text-align: center;
  color: #87929b;
}
div#footer a {
  color: #87929b;
  text-decoration: none;
}
div#footer a:hover {
  text-decoration: underline;
}
div#fade {
  display: block;
  position: absolute;
  z-index: 25;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  background: top left url(../img/fade2.png) repeat;
  text-align: center;
}
div#window {
  display: none;
  position: relative;
  z-index: 30;
  width: 980px;
  height: 250px;
  margin: 0 auto;
  background-color: #eaeaea;
}