/************************
*
* $RCSfile: doe_style.css,v $
* $Revision: 1.17 $
* $Date: 2003/03/10 14:44:35 $
* $Author: rejct $
* $Name:  $
*
* $Log: doe_style.css,v $
* Revision 1.17  2003/03/10 14:44:35  rejct
* Changed format of keywords section
*
*
* ************************/


/* this style controls Directory of Experts */

.sectionTitle   { font-family: Arial, Verdana, Helvetica, Sans-serif;
                  color: #FFFFFF;
                  background-color: #7984a5;
                  font-size: medium;
                  font-weight: bold; }

.rowTitle       { font-family: Arial, Verdana, Helvetica, Sans-serif;
                  font-size: 80%;
                  color: #081C5A; }             

.light          { background-color: #F6F6F8; }

.dark           { background-color: #DADDE4; }

.lightRow       { background-color: #F9F9F9; }

.darkRow        { background-color: #E6E6E6; }

.bigger         { font-size: 150%; }                  

.smaller        { font-size: 85%; } 

.comment        { font-size: 75%;
                  color: #666666;
                  font-style: italics; }
                  
.indent          { padding-left: 12pt }                 

.greyText       { color: #666666; }

.redText        { color: #FF0000; }

.greenText      { color: #008000; }

.whiteText      { color: #FFFFFF; }

.blueText       { color: #081C5A; }

.blue           { background-color: #DCDFE8; }

.lighterBlue    { background-color: #7984a5; }

.white          { background-color: #FFFFFF; }

.aqua           { background-color: #669999; }

.lightAqua      { background-color: #B5CECE; }

.lightBlue      { background-color: #F0FAFF; }

.whiteOnBlue    { color: #FFFFFF;
                  background-color: #081C5A; }
          
.stretched      { line-height: 20px;
                  vertical-align: middle; }
                  
.alphabet       { font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
                  font-size: 10pt;
                  font-weight: bold;
                  color: #FFFFFF;
                  background-color: #7984a5;
                  text-align: center; }

.alphabet     a:link { color: #FFFFFF; text-decoration: none;}
.alphabet     a:hover { color: #B5CECE; text-decoration: none;}
.alphabet     a:visited { text-decoration: none;}
                 
.alphabetSelected   { font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
                      font-size: 10pt;
                      font-weight: bold;
                      color: #FFFFFF;
                      background-color: #081C5A;
                      text-align: center; }                  

.alphabetSelected  a:link { color: #FFFFFF; text-decoration: none;}
.alphabetSelected  a:hover { color: #FFFFFF; color: #FFFFFF; }
.alphabetSelected  a:visited { text-decoration: none;}

.separator      { background-image: url("../images/separator.gif");
                  background-repeat: repeat-x; }
