﻿@charset "utf-8"; 
/* CSS Document */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800normal,400,300,700,800");

.sdfXmlLink
{
    float: right;
}

.SDFContent
{
    font-family: 'Open Sans' !important;
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
    /*font-size: 70%;*/
    margin: 2em;
    font-variant: normal;
}

.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;
    margin: 10px 0 0 0;
    clear:both;
}

.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 #00938e;
    border-collapse: collapse !important;
    margin: .5em 1em .5em 1em;
}

.SDFContent th
{
    text-align:left;
    background-color: #00938e;
    color:#FFFFFF;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    padding: .2em;
}

.SDFContent th a
{
    color:#FFFFFF !important;
}

.SDFContent td
{
    border: 1px solid #CCCCCC;
    padding: .2em;
    text-align: left;
}

.SDFContent table.centeredHeaders th
{
    text-align: center;
}

.sensitiveSpecies
{
    background-color: #FF3B3B !important;
}

.SDFContent table.speciesTable tr.sensitiveSpecies
{
    background-color: #FF3B3B !important;
}

.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;
}

.SDFContent input[type=button] {
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background: #00938e;
    color: #FFFFFF;
    font-weight: 800;
    border:0 none;
    cursor:pointer;
    
}


.CheckType
{
	display:block;
	border:1px solid Black; 
	width:10px;
	width:17px;
	height:17px; 
	padding: 0 3px;
	margin:0 3px 0 0;
	float:left;
}
.BackTopLink
{
	padding-right:3%;
	text-align:right;
	margin:0;
	padding:0;
	float:right;
}

#img2_header_left {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 0;
}

#img2_header_left {
    float: left;
    position: relative;
}

.SDFContent table.siteIdentifica
{
    width: 50%;
    margin-left: 0px;
    border: 0px;
}

.SDFContent table.siteIdentifica td
{
    border: 0px;
}

.button_class:hover {
  cursor: pointer;
  cursor: hand;
}