﻿body
{
    font-size: 11pt;
}
h1
{
    font-size: 14pt;
    font-style: italic;
    color: #0D8410;
    margin-bottom: 8px;
    margin-top: 7px;
}
h2
{
    font-size: 13pt;
}
table, td, th
{
    border-collapse: collapse;
    border: 1px solid green;
    text-align: left;
    padding: .25em .5em;
}
#RNACodonTable th
{
    text-align: center;
}
.captiontext
{
    text-align: left;
    color: Green;
    font-weight: bold;
    background-color: #DEF3CA;
    border-bottom: 2px solid;
    border-bottom-color: #0FA212;
}

ul
{
    list-style-type: square;
    color: #047B04;
    padding: 0em .8em;
    margin: 0em .8em;
    line-height: 130%;
}
.ListText
{
    color: Black;
}
.indent
{
    font-size: 10pt;
    padding-left: 5px;
}

.nonpolar
{
    background-color: #ffe75f;
}
.polar
{
    background-color: #b3dec0;
}
.basic
{
    background-color: #bbbfe0;
}
.acidic
{
    background-color: #f8b7d3;
}
.stop
{
    background-color: #b0b0b0;
}

.breadcrumb
{
    font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    margin-left: 5px;
    color: Brown;
}
.breadcrumb span
{
    font-family: arial,helvetica;
    font-weight: bold;
    color: Black;
    vertical-align: top;
}

.breadcrumb a
{
    background: transparent url(media/breadcrumb.gif) no-repeat center right;
    text-decoration: none;
    color: Brown;
}

.breadcrumb a:visited, .breadcrumb a:active
{
    color: Brown;
}

.breadcrumb a:hover
{
    text-decoration: underline;
}


