BODY {
  background-color: white;
  margin: 0px;
  padding: 0px;
}
BODY, TD, TH, DIV, INPUT.txt, SELECT, SPAN {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}
INPUT.txt, SELECT {
  font-size: 12px;
  border: 1px solid #ccc;
  background-color: white;
  overflow: hidden;
}
A, .hl {
  color: #fb035d;
}
TABLE#table_main {
  width: 100%;
  height: 100%;
}
TABLE#table_main TD {
  border: none;
  padding: 0px;
}
TD#title {
  background-image: url('../../images/Global/base_title_back.jpg');
  background-repeat: repeat-x;
}
DIV#title {
  width: 990px;
  height: 139px;
  background-image: url('../../images/Global/base_title.jpg');
  background-position-x: -1px;
  background-repeat: no-repeat;
}
SPAN#main_left, SPAN#main_right {
  position: relative;
  width: 18px;
  height: 100%;
  background-repeat: repeat-y;
}
SPAN#main_left {
  background-image: url('../../images/Global/base_left.jpg');
  background-position: right;
}
TD#main_body {
  width: 5%;
}
SPAN#main_right {
  background-image: url('../../images/Global/base_right.jpg');
  background-position: left;
}
DIV#main_body, SPAN#main_body {
  position: relative;
  width: 794px;
  height: 441px;
}
.star {
  position: relative;
  top: 3px;
}
.colWideText {
  padding: 0px 15px;
}
