/*  
    name:                taxonomy.css
    author:              cfmoxey
    date_created:        2002.03.12
    date_last_modified:  2002.10.03 
    purpose:             style sheet for the classification page
*/

a {color: #0000ff;
   font-family: trebuchet ms, helvetica, arial, sans-serif;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;}

a:hover {text-decoration: underline;}

hr {color: red;}

td {font-family: trebuchet ms, helvetica, arial, sans-serif;
    vertical-align: top;}

.centered {text-align: center;}

.color {background-color: white;}

.footer {font-family: verdana, helvetica, arial, sans-serif;
         font-size: 10px;
         font-weight: normal;
         color: navy;
         text-align: center;}

.footnote {font-family: verdana, helvetica, arial, sans-serif;
           font-size: 11px;
           font-weight: normal;
           color: black;
           text-align: left;}

.header {font-family: trebuchet ms, helvetica, arial, sans-serif;
         font-size: 24px;
         font-weight: normal;
         color: red;
         text-align: center;}
      
.introduction {font-family: verdana, helvetica, arial, sans-serif;
               font-size: 11px;
               font-weight: normal;
               line-height: 17px;
               color: black;
               text-align: left;}

.introductionC {font-family: verdana, helvetica, arial, sans-serif;
                font-size: 11px;
                font-weight: normal;
                line-height: 17px;
                color: black;
                text-align: center;}

.smaller {
  font-size: 11px;
  line-height: 17px;
}

/* tree-view */

.normal {font-family: trebuchet ms, helvetica, arial, sans-serif;
         font-size: 14px;
         font-weight: normal;
         color: black;
         text-align: left;}

.on_click {cursor: pointer;
           cursor: hand;
           font-family: trebuchet ms, helvetica, arial, sans-serif;
           font-size: 14px;
           font-weight: normal;
           color: black;
           text-align: left;}

.tree_branch {display: none;
              margin-left: 16px;
              font-family: trebuchet ms, helvetica, arial, sans-serif;
              font-size: 14px;
              font-weight: normal;
              color: black;
              text-align: left;}

.taxonlink_inactive {font-family: trebuchet ms, helvetica, arial, sans-serif;
                     font-size: 12px;
                     font-weight: normal;
                     color: #c3c3c3;
                     text-align: left;}

/* classificational hierarchy */

.order {font-family: trebuchet ms, helvetica, arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: black;
        text-align: left;
        text-indent: 0em;}

.superfamily {font-family: trebuchet ms, helvetica, arial, sans-serif;
              font-size: 14px;
              font-weight: normal;
              color: black;
              text-align: left;
              text-indent: 1em;}

.family {font-family: trebuchet ms, helvetica, arial, sans-serif;
         font-size: 14px;
         font-weight: normal;
         color: black;
         text-align: left;
         text-indent: 2em;}

.subfamily {font-family: trebuchet ms, helvetica, arial, sans-serif;
            font-size: 14px;
            font-weight: normal;
            color: black;
            text-align: left;
            text-indent: 3em;}

.tribe {font-family: trebuchet ms, helvetica, arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: black;
        text-align: left;
        text-indent: 4em;}

.genus {font-family: trebuchet ms, helvetica, arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: black;
        text-align: left;
        text-indent: 5em;}

.subgenus {font-family: trebuchet ms, helvetica, arial, sans-serif;
           font-size: 14px;
           font-weight: normal;
           color: black;
           text-align: left;
           text-indent: 6em;}

.species {font-family: trebuchet ms, helvetica, arial, sans-serif;
          font-size: 14px;
          font-weight: normal;
          color: black;
          text-align: left;
          text-indent: 1em;}

.subspecies {font-family: trebuchet ms, helvetica, arial, sans-serif;
             font-size: 14px;
             font-weight: normal;
             color: black;
             text-align: left;
             text-indent: 2em;}
