/* ELib.css                           */
/* basic formatting for EL Web pages  */

/* basic defaults  */

a:link       { color: #990033;
               text-decoration: none }
a:visited    { color: #1c711a;
               text-decoration: none }
a:active     { color: #990033;
               text-decoration: none }

table        { margin-left: 0em }


/* left-column formatting */

.lcol        { font-family: helvetica, geneva, sans-serif;
                 font-size: smaller;
                text-align: right;   }

/* p.lcol       { margin-right: .5em } */

p.lcolhead   { text-align: center;
              font-family: helvetica, geneva, sans-serif;
                font-size: smaller                }


/* Main body formatting                            */
/* The numbered divs should nest inside each other */

div.sub1     { margin-left: +2em }
div.termsub1 { margin-left: +1em }

div.sub2     { margin-left: +1.75em }     /* nested subdivisions                */
div.termsub2 { margin-left: +1.5em }   /* terminal pages use smaller margins */

div.sub3     { margin-left: +1.75em }
div.termsub3 { margin-left: +2em }
table.termsub3 { margin-left: +2em }

.menu, .formmenu     {  font-family: helvetica, geneva, sans-serif; }  /* used mainly for headings */

.sub1 p.pagetail     {  margin-left: +0em }    /* The margin is set differently for  */
.termsub1 p.pagetail {  margin-left: +0em }    /* unnested pagetails in forms pages  */
.termsub2 p.txt      {  margin-left: +2em;
                        margin-right: +2em }
.termsub2 p.txtindent      {  margin-left: +2em;
                       		  margin-right: +2em }
.termsub2 p.note     {  margin-left: +2em;
                        margin-right: +2em }
.termsub2 p.option   {  margin-left: +2em;
                        margin-right: +2em }

.option              { font-family: helvetica, geneva, sans-serif; } /* used mainly for menu text */

.datemenu            { font-family: helvetica, geneva, sans-serif;
                       font-style: italic                 }


/* Formatting for pages with forms                        */
/* This has a variety of kludges to accommodate           */
/* Netscape's horrific layout problems with form elements */

/* margin equivalent to div1                      */
/* includes header images - make same as div.sub1 */
.banner              { margin-left: +2em;
                       font-family: helvetica, geneva, sans-serif }

.criteria            { margin-left: +2em; }


/* margin equivalent to div1 div2 */
div.formmenu, h3.formmenu { margin-left: +4em }


/* margin equivalent to div1 div2 div3 */
div.selections       { margin-left: 2em}
div.selectionlist    { margin-left: +4em }

/* last update etc.  */
p.pagetail   {  font-style: italic;
                 font-size: smaller;
               margin-left: +2em     }
address      { font-size:smaller     }


/* filter option text for reslist forms  */
.filter      { font-family: helvetica, geneva, sans-serif;
               font-style: italic;                  }


/* Miscellaneous formatting  */

.subhead     { font-size:smaller    }

.convertMe   { font-style: italic;
               font-weight: bold;   }      /* these two used for conversion tracking */
.pending     { font-style: italic;   }

kbd          { font-family: monaco, courier, monospace  }

/* Updated font below
p.txt        { font-family: palatino, times new roman, serif;
               text-indent: 1.75em           }
*/

p.txt        { font-family: helvetica, geneva, sans-serif;         /* main body text */
               text-indent: 0em           }

p.txtnote        {
	font-family: verdana, helvetic, sans-serif;
	text-indent: 0em;
	font-size: 0.8em;
	width: 70%;
}

p.txt a       { font-weight: bold;           }         /* to make links in p.txt bold */

/* added p.txtindent per Susan Barribeau 7/7/03 */

p.txtindent        { font-family: helvetica, geneva, sans-serif;         /* main body text */
               		 text-indent: 1.75em           }

p.txtindent a       { font-weight: bold;           }         /* to make links in p.txt bold */

p.note       { font-family: palatino, times new roman, serif  }

p.intro      { font-family: palatino, times new roman, serif  }

p.listhead   { font-style: italic            }

p.list1      { font-family: palatino, times new roman, serif;         /* hanging indent */
               margin-left: +3.75em; 
               text-indent: -1.75em          }

div.list1    { font-family: palatino, times new roman, serif;
               margin-left: +2em;         }

.attrib      { font-style: italic   }       /* attribution of responsibility */

.dbnote      { font-style: italic;
                font-size: smaller  }       /* notes in reslist entries */

.dbname      { text-transform: uppercase }  /* used in Core Guides */

.prominent   { font-size: larger;
              text-align: center    }       /* for displaying URLs, etc. in a larger size */

/* added for services onorder page  */

.onorderstress	{
	font-style : italic;
	font-weight : bold;
	color : #ff0000;
}

/* added for various 11 digit login pages by CR on 5/29/03 */
/* assign class="loginfield" to any inputs that need the fixed width font. */
/* assign class="alerttext" to any text that needs the use's attention. */

.loginfield { 
	font-family : Courier,monospace;
}

.alerttext { 
	color : #0000ff; 
	font-family : arial, helvetica, serif; 
	font-weight : bold; 
}

.screen {
	font-style : italic;
	font-weight : bold;
}

.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 5px;
	width: 70%;
	font-size: x-small;
}
.menunb {
	font-family: helvetica, geneva, sans-serif;
	list-style-type: none;
}
.head {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.notice2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
	text-align: center;
}

