html{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
div.fill {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow:hidden;
}
#topo {
    min-width: 1000px;  
}
#logo
{
    height: 90px;
    z-index: 200;
}
#geoatlantica
{
    position: absolute;
    left: 10px;
    top: 10px;
    //height: 70px;
    //width: 250px;
    float: left;
    z-index: 200;
    background-color: white;
}
#saibaMais
{
    position: absolute;
    left: 150px;
    top: 35px;
    height: 50px;
    width: 400px;
    float: left;
    text-align: justify;
    padding: 10px;
    font-family: "Trebuchet MS", Arial; font-size: 12px; text-align: justify; color: #0c3274; line-height: 14px;
    background-color: white;
}
#saibaMaisImg {
    height: 25px;
    vertical-align: middle;
}
.fiedlsetLogos {
    border: 0;
    height: 80px;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    z-index: 100;
    background-color: white;
}
#logoIbio
{
    position: absolute;
    top: 3px;
    right: 10px;
    float: right;
}
#logoIbioContainer {
    height: 70px;
    padding: 0;
    margin: 5px 0 0 0;
    line-height: 70px;
}
#logoIbioContainer img {
    //height: 75%;
    margin-left: 15px;
    vertical-align: middle;
}
#logosParceiros
{
    position: absolute;
    top: 10px;
    right: 150px;
    float: right;
}
#logosParceirosContainer {
    height: 70px;
    padding: 0;
    margin: -5px 0 0 0;
    line-height: 70px;
}
#logosParceirosContainer img {
    vertical-align: middle;
    margin-right: 20px;
}
#socialNetworks {
    position: absolute;
    padding: 5px 5px 5px 30px;
    margin: 5px 0 0 12px;
    top: 1px;
    height: 65px;
    right: 15px;
    width: 95px;
    float: right;  
    background-color: white;
    border-left: 2px dotted #00688B;
    //z-index: 2000;
}
#facebookContainer {
    height: 20px;
    margin: 0 0 3px 0;
}
#twitterContainer {
}
#linkedinContainer {
}
.topPane
{
    position: absolute;
    top: 90px;
    height: 29px;
    width: 100%;
    min-width: 1000px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    font: 11px Verdana;
    padding: 0;
    margin: 0;
    z-index: 1000;
}
#map
{
    overflow:hidden;
    position: absolute;
    top: 90px;
    width: 100%;
    height: 640px;
}
.toolBarItem
{
    margin: 5px;
    float: left;
    height: 100%;
    color: white;
}
.toolBarItem input
{
    vertical-align: middle;
    height: 12px;
}
.textItem
{
    margin-top: 6px;
    font-size: 10px;
}
.compartilhar{
    color: #000000 !important;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.toolBarLink:link              { color: white; text-decoration:underline; font-weight: bold; }
.toolBarLink:visited           { color: white; text-decoration:underline; font-weight: bold; }
.toolBarLink:hover             { color: white; text-decoration:underline; font-weight: bold;}
.toolBarLink:active            { color: white; text-decoration:underline; font-weight: bold; }
.mapName:link              { color: #99CCFF; text-decoration:underline; font-weight: bold; }
.mapName:visited           { color: #99CCFF; text-decoration:underline; font-weight: bold; }
.mapName:hover             { color: #99CCFF; text-decoration:underline; font-weight: bold;}
.mapName:active            { color: #99CCFF; text-decoration:underline; font-weight: bold; }


.toolBarItemRight
{
    margin: 5px;
    float: right;
    height: 100%;
    color: white;
}
.toolBarButton
{
    border: solid 1px transparent;
    margin: 0 0 2px 0;
}
.toolBarButton img
{
    margin-top: 1px;
    border: solid 1px transparent;
    background-color: transparent;
}
.toolBarButton img:hover
{
    border: 1px solid rgb(203, 221, 226);
    cursor: url;
}
.barraVertical
{
    margin: 0 5px 0 5px;
    border-left: solid 2px #C4C4C4;
    border-right: solid 1px white;
    width: 0;
    height: 100%;
}
#layersContainer {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.accordionToolbar
{
    height: 12%;
    width: 100%;
    background-color: #EEEEEE;
    border-top: solid 2px #E5E5E5;
    border-bottom: solid 2px #E5E5E5;
    font: 11px Verdana;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
}
#layersListContainer {
    padding: 0;
    margin: 0;
    height: 87%;
    width: 100%;
    overflow: auto;
    position: relative;
    float: left;
}
#layersList
{
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 50px;
    width: 100%;
    overflow: hidden;
}
#layersList li
{
    background: none;
    background-color: white;
    border: 1px solid white;
    border: 0;
    margin: 3px;
}

#layersList .selectedLayer
{
    background-color: #C7C7C7;
}
#layersList input
{
    vertical-align: middle;
}
#layersList img
{
    vertical-align: middle;
}

.toolBarItemSelected {
    border: 0;
}
.toolBarItemSelected img{
    margin-top: 1px;
    border: 1px solid rgb(203, 221, 226);
}
.accordionToolbar .toolBarItem
{
    margin: 2px 2px 2px 6px;
}
.accordionToolBarButton img
{
    border: solid 1px transparent;
}
.accordionToolBarButtonSelected img
{
    border: solid 1px #BDBDBD;
}
.accordionToolBarButton img:hover
{
    border: solid 1px #BDBDBD;
    cursor: url;
}
#infoDiv {
    background-color: white;
    border: solid 1px #BDBDBD;
    padding:0;
    margin: 0;
}
#infoDiv table {
    background-color: white;
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    color: black;
}

#infoDiv table .header {
    font-weight: bold;
    border: 2px solid #E6E8FA;
}

#infoDiv table td {
    border: 2px solid #E6E8FA;
}

#scaleDiv {
    height: 100%;
    padding: 5px;
    overflow: auto;
}

#mapScale {
    font-family: Arial;
    font-size: 11px;
}
legend {
    font-weight: bold;
}

#middlePane{
    position: absolute;
    left: -1000px;
    top: 150px;
    border: 1px solid #000;
    background: #FFF;
    width: 300px;
    z-index: 400;
    border-radius: 0px 10px 10px 0px;
}
#middlePaneBody{
    padding: 3%;
    width: 93%;
    height: 90%;
    overflow: auto;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    margin-top: 5px;
}
#middlePaneHeader{
    height: 20px;
}
#middlePaneHeader img{
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}
#leftPane
{
    position: absolute;
    top: 120px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: #3f3f3f;
    width: 342px;
    //height: 330px;
    z-index: 500;
}
#leftPaneHeader
{
    color: #3f3f3f;
    width: 100%;
    height: 30px;
}
#leftPaneBody
{
    margin-top: -30px;
    z-index: 1;
    padding-right: 45px;
    //height: 298px;
}
#accordionResizer
{
    background-color: transparent;
    height: 100%;
}
#accordion
{
    background-color: transparent;
}
#accordion h3
{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}
.accordion h3 a:active
{
    color: white;
}
.accordion h3 a:hover
{
    color: white;
}
#overviewMapContainer
{
    margin: 0;
    padding: 5px;
    height: 110px;
    display: none;
}
#identifyContainer {
    margin: 0;
    padding: 10px;
    display: none;  
}
#identifyLayerSelectDiv {
    height: 35px;
    width: 100%;
}
#identifyLayerResults {
    height: 415px;
    width: 100%;
    margin:0;
    padding: 0;
    overflow: auto;
}
#identifyContainer table {
    width: 100%;
    border: 2px solid #303030;
}
#identifyContainer td {
    width: auto;
    border: 1px solid #E6E8FA;
}
.tblProjetos th{
    color: #FFFFFF;
    background: #000000;
}
.tblProjetos a{
    color: #1374ec;
    text-decoration: none;
}
.tblProjetos a:hover{
    text-decoration: underline;
}
#magnifierContainer
{
    margin: 0;
    padding: 5px;
    width: 257px;
    height: 129px;
    display: none;
}
#magnifier {
    width: 256px;
    height: 128px;
    border: 1px solid #ccc;
}
#saveImageContainer {
    display: none;  
    height: 50px;
}
#metadataDialog fieldset {
    border: solid 2px #303030;
}
#measureContainer {
    display: none;
    padding: 5px;
    margin: 2px 5px 5px 5px;
}
#measureSettings fieldset {
    border: 1px solid #303030;
    margin-bottom: 10px;
}
#measureOutput {
    padding: 10px;
    height: 15px;
    border: 1px solid #303030;
}

#baseLayersList
{
    background-color: white;
    padding: 0 5px 0 5px;
    margin: 0;
}
.list_item
{
    border-bottom: solid 1px #E5E5E5;
    width: 100%;
}

div.olMapViewport {
    z-index: 0;
}

div.olControlOverviewMapElement {
    background-color: white;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    height: 600px;
    width: 100%;
    padding: 0;
    margin: auto;
}

.leftmargin
{
    position: relative;
    height: 700px;
    width: 1%;
    float: left;
    z-index: 1000;
    background-color: white;
}
.rightmargin
{
    position: relative;
    height: 100%;
    width: 1%;
    float: right;
    z-index: 1000;
    background-color: white;
}
.page
{
    position: relative;
    height: 100%;
    width: 100%;
    //float: left;
}
.bt 
{
    height: 25px;
    float: right;
}
.btAtTableNav {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    float: left;
}
.iconAtTableNav {
    margin: -3px 0 0 -8px;
    padding: 0;
}
.ui-button-text {
    font-size: 11px;  
    font-weight: bold;
}
.legend
{
    width: 100%;
    background-color: white;
}
.legend img
{
    margin-left: 22px;
}
.selectionDialog {
    display: none;
}
.ui-dialog {
    width: 500px !important;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
}
.ui-dialog .ui-dialog-content {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1.0);
}
.ui-dialog-titlebar {
    color: white;
    background: none;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    font-weight: bold;
}
.ui-dialog-titlebar-close {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1.0);
}
.horizontalBar {
    margin: 10px 0 10px 0;
    border-bottom: 2px solid #303030;
    height: 10px;
}
.selectionList {
    width: 95%;
    height: 75%;
    overflow: auto;
    border: solid 1px #303030;  
    margin: 20px auto 20px auto;
    padding: 10px;
    list-style-type: none;
}

#projectsList {
    font-weight: bold;
    padding: 5px;
}
#loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background-color: white;
    display: none;
    background-color:#ffffff;
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 2px;
    z-index: 20001;
    height: auto;
    margin: -35px 0 0 -30px;
    display: none;
}

#loading .loading-indicator {
    background: url(../img/loading.gif) no-repeat;
    color: white;
    font: bold 13px tahoma, arial, helvetica;
    padding: 8px 42px;
    margin: 0;
    text-align: center;
    height: auto;
}

.tableList {
    width: 100%;
    font-size: 11px;
    font-weight: bold;
}

.tableList tr:hover {
    background-color: #BFBFBF;
}

.tableList td {
    padding: 5px;
}

.olControlScale {
    left: 180px;
    top: 570px;
}

.olControlMousePosition {
    position: absolute;
    right: 10px;
    top: 550px;
    height: 15px;
    font-size: 8pt;
    background-color: white
}
#utm_mouse {
    top: 570px;
}

.projects {
    height: auto;
    width: 90%;
    margin: 0;
    list-style-type: none;
}

.projects ul{
    list-style-type: none;
}
a img {
    border: 0;
}
#northArrow {
    height: 40px;
    position: absolute;
    top: 130px;
    right: 5px;
}
#attributeTableDialog {
}
#recordsList {
    margin: 0;
    padding: 3px;
    width: 99%;
    height: 80%;
}
#recordsList table
{
    width: 100%;
    font-size: 12px;
    margin: 0;
    border-collapse: collapse;
    text-align: left;
}
#recordsList table th
{
    width: auto;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 2px solid #303030;
}
#recordsList table td
{
    width: auto;
    font-size: 10px;
    padding: 5px;
    border-bottom: 1px solid rgb(203, 221, 226);
}
#recordsList table tbody tr:hover td
{
    background-color: #B5B5B5;
}
#recordsList footer
{
    vertical-align: middle;
}
.scaleBarDiv {
    position: absolute;
    float: left; 
    width: auto;
}
#scaleBarZero {
    margin-left: 7px;
}
#scaleBarValue {
    width: 20px;
    text-align: center;
    margin-left: 120px;
}
#scaleBarImg {
    margin-left: 11px;
}
#scaleBarUnit {
    width: 121px;
    margin-left: 11px;
    text-align: center;
}
div.olLayerGoogleCopyright,
div.olLayerGooglePoweredBy
{
    display: none !important;
}

#splash {

    background: orange;
    width: 0px;
    position: absolute;
    overflow: hidden;
    font-size: 7em;
    text-align: center;
    color: #fff;
    font-family: Impact, sans-serif;
    letter-spacing: 0.1em;

}
.clear{
    clear: both;
}
.opaco{
    opacity: 0.3;
}
.tooltip {
  position: relative;
  padding: 5px;
  background: white;
  color: black;
  white-space: nowrap;
  font: 10pt sans-serif;
  width: auto;
  height: 25px;
  border: 2px solid gray;
  border-radius: 6px;
}
