html {
   background: #FFD988 url(images/bg-html.png) repeat 0 0;
}

body {
   background: url(images/bg-body.png) repeat-x 0 0;
   margin: 0 !important;
}

a:link {
   color: #0066CC;
}

a:visited {
   color: #000000;
}

h1, h2, h3 {
   font-family: sans-serif;
   color: #000000;
}

h4 {
   font-size: 11px;
   font-weight: bold;
   color: #0066CC;
}

h5 {
   font-size: 11px;
   font-weight: bold;
   color: #E5000d;
}

table {
   background-color: #e3e7ef;
/*   padding: 2px;*/
}

form {
   background-color: #e3e7ef;
}

img {
   border: none;
}

input, select {
   border: 1px solid #8cacbb;
   visibility: visible;
   color: #Black;
   vertical-align: middle;
   background: White url(images/input_background.gif) repeat-x;
   margin: 1em, 0em, 1em, 0em;
   padding: 0em, 1em, 1em, 1em;
}

.inputRO {
   background-color:#888888;
   margin: 1px 1px 1px 0px;
   padding: 0px 1px 0px 1px;
}

textarea {
   border: 1px solid #888888;
   font-size: 12px;
   background-color: #ffffff;
}

.checkbox, .radio {
   border: 0px;
   background: transparent;
   margin: 0px;
   vertical-align: bottom;
}

.button {
   border: 1px solid #444444;
   background-color: #ffffff;
   font-size: 11px;
   color: #444444;
   font-weight: normal;
   background-image: url(images/formButtonBg.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}

.style1 {
   color: #FF0000
}

.style2 {
   color: #000000
}

.style3 {
   color: #FF0000;
   font-weight: bold;
}

.style9 {
   font-size: 16px;
   color: #FFFFFF;
   font-weight: bold;
}

.style12 {
   color: #000000;
}

.mini {
   font-size: 10px;
}

.blue {
   color: #0066CC;
}

.orange {
   color: #FF9933;
   font-size: 11px;
}
.errmsg {
   color: red
}

.infomsg {
   color: blue
}

#notice {
  border: 2px dashed #0000CD;
  background-color: #FFE96A;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.sectiontitle {
   font-weight: bold;
   font-size: 16px;
   color: #000000;
   background-image: url(images/listViewBg.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   padding: 2px
}

.manualentry {
   background: #FF0000;
   font-weight: bold;
   font-size: 16px;
   color: #FFFFFF;
   padding: 2px 2px 2px 2px
}

.opttable {
   background-color: #e3e7ef;
   border: 1px solid #D2DFFF
}

.hilight {
  background: #CCCCCC;
  font-weight: bold
}

.lowlight {
  font-weight: bold
}

.main {
   margin: 0 auto;
   padding: 0;
   border: 1px solid #000000;
   
   margin-top: 10px;
   width: 720px;
   height: 100%;
   
   color: #000000;
   background: #FFFFFF;
}

.con-header {
   position: relative;
   z-index: 10000;
   background: url(images/bg-header.png) repeat-x 0 -10px #dbe0ea;
   height: 60px;
   border: 1px solid #D2DFFF
}
.dataField {
   color: #333366;
   text-decoration: none
}
.dataLabel {
   color: #333333;
   text-decoration: none;
   }

