/*---------------------------------------------*/
/*     STYLES from website css                 */
/*---------------------------------------------*/

/* Link Characteristics */
A                   { color : purple; }
A:VISITED           { color : #DE5DE5; }
A:HOVER             { color : #2DA027; }

A.help              { color : white; }
A.help:VISITED      { color : white; }
A.help:HOVER        { color : yellow; }

A.help-img          { color : #54277a; }
A.help-img:VISITED  { color : #54277a; }
A.help-img:HOVER    { color : #2DA027; }

A.plain,
A.plain:VISITED,
A.plain:HOVER
{
  color             : #54277a !important;
  text-decoration   : none !important;
}

A.sans_underline,
A.sans_underline:visited {
  background        : transparent;
  color             : blue;
  text-decoration   : none;
}

A.sans_underline:hover {
  background        : yellow;
  color             : black;
  text-decoration   : none;
}

/* NOTE: size changed so IE can adjust */
body {
  background-color  : #fbefff;
  color             : #54277a;
  font-family       : Helvetica, Arial, san-serif;
  font-style        : normal;
  font-weight       : normal;
  font-size         : medium;
}

/*---------------------------------------------*/
/*     STYLES for specific elements            */
/*---------------------------------------------*/
TABLE.dataEntry, TD.dataEntry {
  background-color  : white;
  color             : #660066;
}

TD.navbar {
  background-color  : #8f74a9;
  color             : white;
  min-height        : 350px !important;
  height            : 350px !important;
  width             : 175px !important;
}

TD.small-spacer     { height: 5px; }
LI                  { padding-bottom: 10px; }

DIV.pseudoList { 
  padding-left      : 10px;
  margin            : 4px 0px 5px 2px;
}


/*---------------------------------------------*/
/*     MISC STYLES                             */
/*---------------------------------------------*/
 
.copyright          { font-size: x-small; }
.disabled           { color: #AAAAAA; }
.fixed-width        { font-family: Courier; }
.large-spacer       { min-height: 30px; height: 30px; }
.notes              { color: #2DA027; font-style: italic; }
.small-font         { font-size: small; }

.nav-chgs           { font-family: Monospace; font-size: 65% !important; }
.tight              { padding-top: 0px; padding-bottom: 0px; }
