html {
   margin: 0;
   padding: 0;
   border: 0;
}

body {
   background: #FFF url(images/background_tile.gif) repeat-x left top;
   min-width: 700px;
   margin: 0 !important;
}

a:link {
   color: #0066CC;
}

a:visited {
   color: #CCCCCC;
}

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: 1px;
}

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: #dddddd;
}

textarea {
   font-family: helvetica, arial, verdana, sans-serif;
   background: White url(images/input_background.gif) repeat-x;
   border: 1px solid #8cacbb;
   color: #Black;
}

.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
}

.sectiontitle {
   font-size: 16px;
   color: #804E25;
   background-image: url(images/menu_tile.gif);
   background-repeat: repeat-x;
   background-position: left top;
   padding: 2px
}

.manualentry {
   border: 1px solid #D27F3D;
   background: #FEEBD1;
   font-weight: bold;
   font-size: 16px;
   color: #000000;
   padding: 2px 2px 2px 2px
}

.opttable {
/*   background-color: #e3e7ef;
   border: 1px solid #D27F3D*/
}

.hilight {
  background: #CCCCCC;
  font-weight: bold
}

.lowlight {
  font-weight: bold
}

.main {
   margin: 0 auto;
   padding: 3px;
   border: 1px solid #D27F3D;

   margin-top: 10px;
   width: 800px;
   height: 100%;
   
   color: #000000;
   background: #FFFFFF;
}

.con-header {
   position: relative;
   z-index: 10000;
/*   background: url(images/bg-header.png) repeat-x 0 -10px #D27F3D;*/
/*   height: 60px;*/
/*   border: 1px solid #D27F3D*/
}

.menubar {
   font-size: medium;
   background-image: url(images/menu_back.gif);
   color: #000000;
/*   padding-left: 5px;*/
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   cursor: default;
}
.frame {
/*   background: url(bg-frame.png) repeat-y 0 0;*/
   width: 660px;
   margin: 0 auto;
}
.innerframe {
   width: 650px;
   margin: 0 auto;
   text-align: left;
}
.mod-sitelogo {
   height: 59px;
   width: 254px;
}
.mod-callbsb {
   position: absolute;
   z-index: 1;
   top: 5px;
   left: 340px;
   height: 50px;
   width: 300px;
}
.dataField {
   color: #333366;
   text-decoration: none
}
.dataLabel {
   color: #333333;
   text-decoration: none;
}

div#sponsor {
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
}

div#sponsor div#offer {
   margin-left: 10px;
   margin-right: 10px;
   text-align: center;
   border: 3px dashed;
  background-color: #FFDEAD
}
