/**
 * Body defaults & scrollbar color
 */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
  scrollbar-face-color: #abbcad;
  scrollbar-highlight-color: #ffffff;
  scrollbar-arrow-color: #004c31;
  scrollbar-track-color: #849a86;
  background-color: #eee4cd;
  /*background-image: url(../images/yellow_rock.gif);*/ 
}

h1 {
  COLOR: #002B1C;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  margin-bottom: 1ex;
}

h2 {
  COLOR: #002b1c;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  margin-bottom: 1ex;
}

h3 {
  COLOR: #002b1c;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 1ex;
}

h4 {
  COLOR: #002b1c;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 1ex;
}

h5 {
  COLOR: #002b1c;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 1ex;
}

/**
 * Form element styles (font)
 */
input {
   font-size: 8pt;
}

input.alignRight {
   text-align: right;
}

select {
   font-size: 8pt;
}

textarea {
   font-size: 8pt;
}

option {
   font-size: 8pt;
}

/**
 * Button small 
 */
.buttonSmall {
   width: 30px;
}

/**
 * Button width 
 */
.buttonAvg {
   width: 75px;
}

/**
 * Button wide 
 */
.buttonWide {
   width: 125px;
}

/**
 * Button wide 
 */
.buttonXtraWide {
   width: 175px;
}

/**
 *   Text Box highlights :  used in date override
 */
input.overriden {
   background-color: #FFFFCC;
}

/**
 * Table Cell defaults
 */

table  {
  background-color: #004c31;
}

th {
  font-size: 8pt;
  text-align: left;
  vertical-align: bottom;
  background-color: #F0F0EE;
}

th.left {
  background-color: #F0F0EE;
  text-align: left;
  vertical-align: top;
  padding-right: 2px; 
}

th.small  {
  font-size: 8pt;
  text-align: right;
  vertical-align: top;
  background-color: #F0F0EE;
}

td {
  font-size: 8pt;
  background-color: #FFFFFF;
  vertical-align: top;
}

td.small {
  background-color: #FFFFFF;
  vertical-align: top;
  padding-left: 2px;
  font-size: 8pt;
}

td.center {
  background-color: #FFFFFF;
  vertical-align: top;
  text-align: center;
}

/**
 *  entryCell – gives inner table natural look 
 */
table.entryCell,
table.entryCell td {
  font-size: 8pt;
  background-color: white; 
}

/**
 *  headerCell – gives inner table natural look 
 */
table.headerCell,
table.headerCell td {
  font-size: 8pt;
  background-color: #F0F0EE;
}

/*-----------------------*
 *  list item Link styles
 */
a.listitem  {
  color: green;
  font-weight: bold;
  font-size: 8pt
}


a.listitem:HOVER {
  color: blue;
}

a.taskitem{
  color: black;
  font-weight: bold;
  font-size: 9pt;
}
/*
 *  END list item Link styles
 *-----------------------*/

a.taskitem:HOVER {
  color: Green;
}

td.navlink {
  border-color: black solid 0px;
  border-right-width: 1px;
}

a.navlink {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
  /*text-decoration: none;*/
  font-size: 9pt;
  font-weight: bold;
  top: 3px;
  z-index: 100;
  color: #000000;
}

a.navlink:hover {
  background-color: #FBF9D9;
}

/*
 * Scrollable List
 */
.scrollableList {
  top: 0px;
  left: 0px;
  height: 160px;
  width: 642px;
  overflow: auto;
  border: 0px none ;
  border-bottom: 1px #DED5CB solid;
}

.buttons {
  background-color: #eee4cd;
}

.buttons td {
  background-color: #eee4cd;
  vertical-align: top;
}

.small {
  font-size: 8pt;
  padding-left: 1px;
}

.x-small {
  font-size: 2pt;
}

.left {
  text-align: left; 
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

