html {
  height: 100%;
}

body {
  color: #4d4d4d;
  background: #d2e3f7;
  margin-top: 0;
  margin-bottom: 0;
  font: 9pt verdana;
  height: 100%;
  min-height: 100%;
}

form { 
  margin: 0;
  padding: 0;
}

input, select, textarea, td {
  font: 9pt Verdana;    
}

a:link, a:visited {
  font-weight: bold;
  color: #5d5d5e;
}

a:hover, a:active {
  color: #99977e;
}
#background { margin-left: auto; margin-right: auto; width: 1000px; min-height: 100%; background-color: #deecf7; background-repeat: repeat-y; background-attachment: scroll; background-position: left top; }
#content {
  padding: 40px;
  padding-top: 10px;
}

.table-border {
  background: #000;
  color: #555a5f;
}

.table-header { color: #8e4c08; height: 33px; font-weight: bold; background-color: #d2e3f7; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; text-align: center; }

.table-header td {
  font-weight: bold;
}


.table-header-l { background-color: #d7d2ff; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; width: 2px; }

.table-header-r { background-color: #d7d2ff; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; width: 2px; }

table.rows td {
  background: #deecf7;
  color: #626262;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}

.row-color-a {
  background: #deecf7;
  color: #626262;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}
  
.row-color-b {
  background: #deecf7;
  color: #4d4d4d;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}

.small {
  font-size: 8pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  border: 1px dotted #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.click {
  cursor: pointer;
}

.line-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.banner {
  padding-top: 2px;
  padding-bottom: 3px;
}
