@charset "utf-8"; 
/* CSS Document */

.sdfXmlLink
{
    float: right;
}

.SDFContent
{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
    /*font-size: 70%;*/
    margin: 2em;
}

.SDFContent .main_title
{
    text-align: left;
    font-size: 1.8em;
    font-weight: bold;
    color: #2a6495;
}

.SDFContent .main_subtitle
{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.SDFContent .siteData_title
{
    padding-bottom: 2em;
}

.SDFContent h1
{
    font-size: 1.3em;
    margin-top: 1.5em;
}

.SDFContent h2
{
    font-size: 1.05em;
}

.SDFContent h3
{
    font-size: 1em;
}

.SDFContent table
{
    border: 1px solid #CCCCCC;
    margin: .5em 1em .5em 1em;
}

.SDFContent th
{
    text-align:left;
    background-color: #e3e3e3;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    padding: .2em;
}

.SDFContent td
{
    border: 1px solid #CCCCCC;
    padding: .2em;
}

.SDFContent table.centeredHeaders th
{
    text-align: center;
}

.SDFContent table.speciesTable tr.sensitiveSpecies
{
    background-color: #FF3B3B;
}

.SDFContent table.speciesTable  td
{
    text-align: center;
}

.SDFContent table.speciesTable td.speciesName
{
    text-align: left;
}

/* 
    Example code to style the row deppending on the habitat type

.SDFContent tr.habitatC
{
    background-color: #AAF;
}
*/

.SDFContent tr.totalsRow
{
    font-weight: bold;
}

.SDFContent table.invisible
{
    border: none;
}

.SDFContent table.invisible td
{
    border: none;
}

.SDFContent table.invisible th
{
    border: none;
    background-color: inherit;
}

.SDFContent a:link
{
    font-size: 0.8em;
    color: #2a6495;
    font-weight: bold;
}

.SDFContent a:visited
{
    font-size: 0.8em;
    color: #2a6495;
    font-weight: bold;
}

.SDFContent a:hover
{
    font-size: 0.8em;
    color: #8e004d;
}

.SDFContent a:active
{
    font-size: 0.8em;
    color: #2a6495;
    font-weight: bold;
}

.SDFContent .note
{
    margin-left: 2em;
    font-size: 0.8em;
    font-style: italic;
}