/* ------------------ Print only Stylesheet for all BGZ Arbocatalogus layout ------------------  */
html {
    background-color:           #FFFFFF;    
}

thead {
  display:                      table-header-group /* Forces IE to repeat the header every page if needed */
}

tr, td {
  page-break-inside:            avoid /* Forces Firefox to not break td's and tr's over printed pages */
}

* {
    font-family:                arial;
    font-size:                  14px;
    color:                      #000000;
}

#swPageTitle h1, #swContent h2 {
    color:                      #000000;
}

#swContent h2 {
    left:                       0px;
    background-color:           #FFFFFF;
    padding-left:               0px;
}

#swContentContainer, #swPageTitle, #swContent, #swFooter, .noLink, .overviewList a, #MasterLayout_TemplateLayout_PDFLink {
    background-image:           none;
}

#swContentContainer {
    padding-top:                0px;
}

#AboutArboLink, #swBreadcrumDivider, #HeaderDivider, #topHeaderDivider, #swHeaderFoto, #bottomHeaderDivider, #swFooter, #swBreadcrums, #swPrintBlock, #PDFLinkContainer, .bgzButton  {
    display:                    none;
    visibility:                 hidden;
    height:                     0px;
    width:                      0px;
    overflow:                   hidden;
    font-size:                  0px;    
}

#swFullSite {
    width:                      auto;
    position:                   absolute;
    border-left:                transparent 0px;
    border-right:               transparent 0px;
    border-bottom:              transparent 0px;
    left:                       0px;
    bottom:                     0px;
}

#MessureLegenda {
    position:                  absolute;
    top:                       0px;
    left :                     300px;
    float:                     none;
}

select {
    border:                     transparent 0px;
}

.MessuresTable {
    width:                      750px;
    left:                       0px;
}

.MessuresTable th {
    text-align:                 left;
    padding:                    3px;
    border:                     solid 1px #000000;
}

.MessuresTable td {
    border:                     solid 1px #000000;
    padding:                    5px;
}

.MessuresTable td.MessuresTableMoreInfoCell {
    border:                     solid 1px #000000;
}

#swContent .MessuresTableTitleCell a {
    text-decoration:            none;
}

.MessuresTable .MessuresTableLastRow  td {
    border:                     solid 1px #000000;
}

.PrintDate {
    display:                    block;
}
