html {
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 10pt
}

body {
   background-color: #F2F2F2;
   min-width: 600px;
   margin: 0 !important;
}

a:link {
   color: #0066CC;
}

a:visited {
   color: #9370DB;
}

h1, h2, h3 {
   font-family: sans-serif;
   color: #000000;
}

h4 {
   font-size: 11px;
   font-weight: bold;
   color: #0066CC;
   background-color: #E0FFFF
}

h5 {
   font-size: 11px;
   font-weight: bold;
   color: #E5000d;
}

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

.inputRO {
   margin: 1px 1px 1px 0px;
   padding: 0px 1px 0px 1px;
   background: #dddddd;
}

textarea {
   background: White url(images/input_background.gif) repeat-x;
   border: 1px solid #8cacbb;
   color: #Black;
}

.checkbox, .radio {
   border: 0px;
   background-color: transparent;
   margin: 0px;
   vertical-align: bottom;
/*   background-color: #E0FFFF*/
}

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

.mini {
   font-size: 10px;
}

.blue {
   color: #0066CC;
}

.orange {
   color: #FF9933;
   font-size: 11px;
}

.errmsg {
   color: red
}

.infomsg {
   color: blue
}

.sectiontitle {
   font-size: 16px;
   color: #804E25;
   background-image: url(images/menu_tile.gif);
   background-repeat: repeat-x;
   background-position: left top;
   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 #D27F3D*/
}

.opttable TD {
   font-weight: bold;
/*   height: 25px*/
}

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

.lowlight {
  font-weight: bold
}

.main {
   margin: 0 auto;
   padding: 10px;
   width: 90%;
   height: 100%;
   color: #000000;
   background-color: #E0FFFF;
}

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

.editView {
   background-color: #E0FFFF;
}
table.editView td {
   margin: 1px 1px 1px 0px;
   padding: 1px 1px 1px 1px;
}

.statusbar {
/*   font-weight: bold;*/
   background-image: url(images/ListViewBg.gif);
   background-repeat: repeat-x;
   background-position: top;
   border-top: 1px solid #980000;
   white-space: nowrap;
   background-color: #E0FFFF
}

.ListView {
   background-color: #E0FFFF;
   text-align: left;
   border: 1px solid #9E9E9E;
}

table.ListView th {
   background-image: url(images/ListViewBg.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   border-bottom: 1px solid #980000;
   white-space: nowrap;
   padding: 0px 1px 0px 1px;
   background-color: #E0FFFF
}

table.ListView td {
   margin: 1px 1px 1px 0px;
   padding: 1px 1px 1px 1px;
}

.listViewNotApproved {
   background-color: #C17979;
}

/* hovered items */
.oddListRow:hover,
.evenListRow:hover,
.hover {
   color: #000000;
   background-color: #D4D4D4;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 4px;
   padding-top: 2px;
}

.evenListRow {
   color: #000000;
   background-color: #E6E6E6;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 4px;
   padding-top: 2px;
}

.oddListRow {
   color: #000000;
   background-color: #EEEEEE;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 4px;
   padding-top: 2px;
}

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

#thisweek  {
   background-color: #D7D7D7;
   visibility: visible;
   width: 410px;
}
.dataField {
   color: #333366;
   text-decoration: none
}
.dataLabel {
   color: #333333;
   text-decoration: none;
}

