﻿body
{
    font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #000;
}
div#page_popup_wrapper
{
    padding: 0 30px 30px;
}
h1
{
    display: none;
}
h2, h3
{
    line-height: 100%;
}
p
{
    line-height: 140%;
}
/* Classes for Print and Close navigation */
ul.option_links
{
    list-style-type: none;
    margin: 0 0 10px 0;
}
ul.option_links li
{
    background: #fff url(../Img/btn_facts.png) no-repeat 0;
    float: right;
    margin: 0 10px 0 0;
    padding: 4px 0 4px 30px;
    font-size: 75%;
    list-style-type: none;
}

/* Classes for Object Presentation */
ul.area_presentation
{
    margin: 20px 0 20px 0;
    padding: 10px 0 0 0;
    list-style-type: none;
    width: 100%;
}
ul.area_presentation li
{
    display: block;
    margin: 0 6px 0 0;
    line-height: 120%;
}
ul.area_presentation .area_name
{
    font-size: 21px;
    background: #fff;
    color: #666;
}
ul.area_presentation .address_name
{
    font-size: 32px;
    background: #fff;
    color: #000;
}
ul.area_presentation li img
{
    margin: 20px 0 14px 0;
    border: 1px solid #ccc;
    padding: 10px;
}

.tbl_cell_data
{
    margin: 20px 0;
    width: 100%;
}
.tbl_cell_data_header, .tbl_cell_data_content
{
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    vertical-align: middle;
}
.tbl_cell_data_header
{
    color: #666;
    background: #fff;
    width: 150px;
}
.tbl_cell_data_content
{
    color: #000;
}
div.planning_overview,
div.extra_txt
{
    margin: 20px 0;
}
div.description_txt
{
    margin: 10px 0 0 0;
}

/* Classes for Footer Information */
ul.footer_information
{
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 11px;
    list-style-type: none;
    border-top: 1px solid #ccc;
}
ul.footer_information.extended {
    margin: 0;
    border: 0;
}

ul.footer_information li
{
    display: inline;
    margin: 0 3px 0 0;
}

ul.footer_information li i.fa{
    padding: 0 4px 0 0;
}

.objectprop
{
    padding-top: 6px;
    padding-bottom: 6px;
}
ul.horizontal-bulleted.objectproplist
{
    width: 578px;
}
.page-popup img {
    max-width: 100%;
}


@media print {
    ul.option_links {
        display: none;
    }

    img {
        max-width: 100%;
    }
}