body,html {
  font-size: 14px;
  margin: 0;
  color: #000000;
  background-color: #ffffff;
}

td {
  font-size: 14px;
}

th {
  font-size: 15px;
  height:27px;
}

pre{
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

.table_fixed {
  text-align: left;
  table-layout:fixed;
}

.td_font{
  font-size: 14px;
}
.bor {
  border: 1px solid #f88131;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

.td_bor {
  border-collapse: collapse;
  border: 1px solid #f88131;
}

.login_bgimage {
  background: url(../../images/dl_bg.gif);
}

.menu {
  background: url(../../images/bg_imge.jpg);
  height: 30px;
}

.bt001link a:link,.bt001link a:visited,.bt001link a:hover,.bt001link a:active
  {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.bt001link a:hover {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}

.bt002link a:link {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.bt002link a:visited {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.bt002link a:hover {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.bt002link a:active {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.btb {
    width:52px;
  height:18px;
  background-image:url(../../images/btbg.jpg);
  border:0;
  font-size:12px;
  color:#000000;
}

.btb3 {
    width:81px;
  height:18px;
  background-image:url(../../images/btbg03.jpg);
  border:0;
  font-size:12px;
  color:#000000;
}

.white {
  color: #ffffff;
}

.title_bgcolor {
  background-color: #ffca7e;
}

.td_bgcolor {
    background-color: #ece8e0;
}

.footer {
  font-size: 14px;
  background-color: f2f2f2;
  color: #636363;
  width: 1000px;
  height: 30px;
}

.input_30 {
  width: 30px;
  font-size: 12pt;
}


.input_65 {
  width: 65px;
  font-size: 12pt;
}

.input_75 {
    width: 75px;
    font-size: 8pt;
}

.input_90 {
  width: 90px;
  font-size: 12pt;
}

.input_80 {
  width: 75px;
  font-size: 12pt;
}

.input_100 {
  width: 100px;
  font-size: 12pt;
}

.input_120 {
  width: 120px;
  font-size: 12pt;
}
.input_130 {
  width: 130px;
  font-size: 12pt;
}

.input_150 {
  width: 150px;
  font-size: 12pt;
}

.input_200 {
  width: 200px;
  font-size: 12pt;
}
.input_300 {
    width: 300px;
    font-size: 12pt;
}
.input_500 {
    width: 420px;
    font-size: 12pt;
}

.input_textarea_200 {
  width: 200px;
  height: 100px;
  font-size: 12pt;
}

.input_textarea_300 {
    width: 300px;
    height: 150px;
    font-size: 12pt;
}

.input_textarea_500 {
    width: 500px;
    height: 60px;
    font-size: 12pt;
}

input.character{
  ime-mode : disabled;
}
input.number{
  ime-mode : disabled;
}
input.date{
  ime-mode : disabled;
}
input.full_character{
  ime-mode : active;
}
textarea.character{
  ime-mode : disabled;
}
textarea.number{
  ime-mode : disabled;
}
textarea.date{
  ime-mode : disabled;
}
textarea.full_character{
  ime-mode : active;
}
