/*  
    name:                lecture_2004.css 
    author:              cfmoxey 
    date_created:        2004-09-04 
    date_last_modified:  2010-03-10 
    purpose:             uniform style sheet for Anatomy & Physiology lectures 
    
    comments:            modified from lecture.css to provide generic font-size values 
                         to accomodate Netscape 4.x, each class must redefine the font-family 
                         to accomodate Netscape 4.x, background-color cannot be transparent:  2004-09-04 
                         limited-width style ».lecturenote« added 
                         includes two markups for mathematical roots:  2007-03-26 
                         simplification of most tags 
                         markup for <body>:  2007-08-29 
                         background-color made transparent throughout 
                         added various table styles, width for <div>:  2007-09-09 
                         widened div from 650 to 1200 px 
                         added some .tablecell substyles:  2010-03-10 
*/

b 
  {font-weight: bold;}

body 
  {background-color: transparent;
   font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;}

div 
  {width: 1200px;} 

h1, h2, h3, h4, h5, h6 
  {font-family: georgia, times new roman, times, serif;
   text-align: left;
   color: red;}

h3
  {color: black;}

h4 
  {color: teal;
   margin-left: 0.5em;}

h5, h6 
  {color: navy;}

hr 
  {color: red;}

i 
  {font-style: italic;}

b 
  {font-style: bold;}

td.tablecell 
  {font-size: small;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   color: black;}

ol, ul 
  {font-size: x-small;
   font-weight: normal;
   text-align: left;
   color: navy;}

li.tablecell 
  {font-size: small;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   color: black;}

ul.tablecell 
  {font-size: small;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   color: black;}

p 
  {font-size: small;
   text-align: left;
   color: black;}

table 
  {font-size: small;
   text-align: left;}

.backlink 
  {font-size: x-small;
   font-weight: normal;
   margin-left: 2em;
   color: navy;}

.fineprint 
  {font-size: small;
   text-align: justify;}

.footer 
  {font-size: x-small;
   font-weight: normal;
   color: navy;
   text-align: center;}

.indent_2em 
  {margin-left: 2em;}

.indent_4em 
  {margin-left: 4em;}

.indent_6em 
  {margin-left: 6em;}

.indent_8em 
  {margin-left: 8em;}

.indent_10em 
  {margin-left: 10em;}

.indent_12em 
  {margin-left: 12em;}

.indent_14em 
  {margin-left: 14em;}

.indent_16em 
  {margin-left: 16em;}

.lecturenote 
  {margin-left: 8em;
   text-align: left;
   width: 500px;}

.pagereference 
  {font-size: xx-small;
   font-weight: normal;
   color: navy;
   text-align: center;}

.subhead 
  {font-size: large;
   color: teal;}

.question 
  {font-size: small;
   text-align: left;}

.quotation 
  {font-size: x-small;
   text-align: left;}

.radic 
  {letter-spacing: -0.15em;}

.radicand 
  {border-top: 1px solid;}

table.special_table_1 
  {text-align: left;
   border-collapse: separate;
   border-width: 2px;
   border-spacing: 1px;
   border-style: inset;
   border-color: red;
   background-color: white;
   margin-left: 10px;}

td.quotation-no-border 
  {border-width: 0px;
   border-style: none;
   border-color: white;
   padding: 4px;
   font-size: x-small;
   text-align: left;}

td.quotation-author 
  {border-width: 0px;
   border-style: none;
   border-color: white;
   padding: 0px;
   padding-bottom: 4px;
   padding-right: 20px;
   font-size: x-small;
   text-align: right;}

ul.genus-ulist
  {list-style-type: none;
   margin-left: 12em;
   margin-top: -1em;}

ol.review-question-olist
  {list-style-type: decimal;
   margin-left: 4em;
   font-size: medium;}

li.genus-list
  {font-size: small;
   color: black;}

li.review-question-list
  {font-size: small;
   color: black;
   width: 700px;
   vertical-align: top;}

table.special_table_2 
  {margin-left: 6em;}

table.nomenclature 
  {margin-left: 2em;}

td.right_border 
  {text-align: right;
   vertical-align: text-top;
   border-right: 1px solid teal;}

td.review-question 
  {text-align: right;
   vertical-align: text-top;}


