/* ----------------------------------------------------------- */
/*                      Suckerfish style Navbar                */
/* ----------------------------------------------------------- */

#nav, #nav ul {
    float: left;
    list-style: none;
    line-height: 1;
    background: #eeeeee;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica;
    border: solid gold;
    border-width: 1px;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    padding: 0;
}

#nav li ul {
    z-index: 2;                   /* Do this for safari */
    position: absolute; 
    left: -999em;
    height: auto;
    font-weight: normal;
    border-width: 1px;
    margin: 0; 
    width: 14em;                  /*  Adjust width here  */
}

#nav li li {
    z-index: 2;                   /* Do this for safari */
    width: 14em;                  /* Adjust width here  */
}

#nav a {
    display: block;
    color: #5555ff;
    text-decoration: none;
    padding: 2px 12px 2px 12px;   /* Adjust padding here  */
}

/* Try to adjust IE padding or width in the anchor so the active
   link will continue across. -- no luck so far, it sets the
   arrow outside the ul in all ather browsers.
*/ 
#nav ul li a {
   /* padding: 2px 12px 2px 12px; */   /* doesn't work */
   /* width: 14em; */                  /* too wide in others */
   /* width: 12em; */                  /* too short in IE */
   /* width: auto; */                  /* doesn't work */
   /* width 100%;  */                  /* doesn't work */
}

#nav a:hover {
    background-color: gold;
    background: url(img/left_arrow.gif) right no-repeat;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: gold;
}


/* -------------------------------------- */
/*                Main Content            */
/* -------------------------------------- */
td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
}

a:link {
  text-decoration: none;
  color: #5555ff;
}
a:visited {
  color: #bb22bb;
  text-decoration: none;
}
a:hover {
  color: #5555ff;
  text-decoration: none;
  background-color: gold;
}
a:active {
  text-decoration: none;
}

/* -------------------------------------- */
/* Class for reversed video white on dark */
/* -------------------------------------- */

td.reversed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
}

a.reversed:link {
  text-decoration: none;
  color: #ffffff;
}
a.reversed:visited {
  color: #cccccc;
  text-decoration: none;
}
a.reversed:hover {
  color: #0000ff;
  text-decoration: none;
  background-color: gold;
}
a.reversed:active {
  text-decoration: none;
}

/* -------------------------------------------------- */
/*                       List Elements                */
/* -------------------------------------------------- */
ul.reports li {

   list-style-type: square;
   padding: 4px 0px;
}


/* -------------------------------------------------- */
/*                       Form Elements                */
/* -------------------------------------------------- */

#stf {                           /* Search Text Field */
    background-color: #FFFACD;
    color: #003366;
    padding: 0;
    height: 18px;
}

#gob {                           /* Go Button */
    border: 0;
    font-weight: bold;
    background-color: #FFFACD;
    color: #003366;
    padding: 0;
    height: 18px;
}
