body {

    background-color: #e0e0e0;
    font-size: 11px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#564b47;
    margin: 0;
    padding:0;
    text-align: center;
}

a {color: #00a5be; text-decoration: none;}
a:visited {color:#00bad6;}
a:hover {color: #00a5be; text-decoration: underline;}
a:active { color:#6bbe00;}

img { border: none; }

/* #FD6600 */
h1 {
    font: normal 18pt verdana;
    margin: 15px 0px 10px 10px;
}

h2 {
    font-size:20px;
    font-weight: normal;
    padding: 5px 10px;
    margin:0;
    display: inline-block;
}

.h3 {
    display: block;
    font: normal 18px verdana;
    margin: 15px 0px 10px 0px;
    padding: 2px 0px 4px 20px;
    background: #FFFFFF url(./../images/header-left-bg.gif) no-repeat left center;
}

input[type=text] {
    border: 1px solid #CECECE;
    margin: 2px 0px 1px 0px;
}
input.text {
    border: 1px solid #CECECE;
    margin: 2px 0px 1px 0px;
}

fieldset label {
    color: black; /*#BE1238;*/
    font: normal 12px Tahoma;
}

fieldset{
    font: bold 12px Tahoma;
    border: 1px solid #E0E0E0;
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 20px 0px;
    -moz-border-radius: 8px;
    /*border-radius: 8px;*/
}
span.info{
    font: normal 11px tahoma;
    color: #000;
}

div.info{
    font: normal 12px verdana;
    line-height: 150%;
    color: #000;
    margin-left: 10px;
}

div.info p {
    padding: 10px 0px;
}

div.info input {
    -moz-border-radius: 5px;
    padding: 5px;
    border: 1px solid #66C300;
}

.di {
    border: 1px dotted red;
}

.grey {
    color: #909090
}

.msg_info, .msg_error {
    text-align: center;
    padding: 10px;
    margin: 0;
    font: normal 18px Verdana, Tahoma;
}
.msg_info div, .msg_error div {
    display: inline;
    padding: 5px 40px;
    height: 32px;
}
.msg_info {
    border-top: 2px solid #87D024;
    border-bottom: 2px solid #87D024;
    background-color: #fafafa;
    color: #66C400;
}
.msg_error {
    border-top: 2px solid #EF3B42;
    border-bottom: 2px solid #EF3B42;
    background-color: #fafafa;
    color: #EF3B42;
}
.msg_error div {

}
.msg_info div {

}

ul.gray-arrow {
    list-style-position: outside;
    list-style-image: url(../images/list-gray-arrow.gif);
    list-style-type: square;
    padding-left: 16px;
    margin: 5px 0px 15px 12px;
}
ul.blue-arrow {
    list-style-position: outside;
    list-style-image: url(../images/list-blue-arrow.gif);
    list-style-type: square;
    padding-left: 16px;
    margin: 5px 0px 15px 12px;
}
ul.green-arrow {
    list-style-position: outside;
    list-style-image: url(../images/list-green-arrow.gif);
    list-style-type: square;
    padding-left: 16px;
    margin: 5px 0px 15px 12px;
}

ul.offer-items {
    list-style-position: outside;
    list-style-image: url(../images/offer-item.png);
    list-style-type: square;
    padding:  0px 30px;
    margin: 5px 0px 15px 12px;
    font: normal 12px verdana;
    color: black;
}
ul.offer-items li {
    padding: 4px;
}


img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */

#container {
width: 1000px;
margin: 0 auto 0 auto;
padding-bottom: 20px;
background-color: white;
text-align: left;
overflow: auto;
}

/* ----------banner for logo-------------- */
#banner {
background: white url(../images/infonoclegi-logo.jpg) no-repeat center top;
height: 100px;
text-align: right;
padding: 0px;
margin: 0 auto 0 auto;
}
                                /* #E2EFD1 */
div#menu_inline { background-color:#ffffff; height: 30px; border-top: 0px solid #f0f0f0; border-bottom: 2px solid #87D024;}

div#menu { background: url(../images/menu-top-bg.gif) repeat-x; height: 30px; text-align: right; padding: 0px; margin: 0 auto 0 auto; width: 1000px; -moz-border-radius: 8px 8px 0 0;}
div#menu a { color: #ffffff; text-decoration: none; font: normal 12px verdana;}
div#menu ul, div#menu li { margin: 0px; padding: 5px; float: left; }
div#menu li {
    list-style: none;
    list-style-image: none;
    position: relative;
    padding: 4px 10px;
    white-space: nowrap;
    -moz-border-radius: 4px;
}
div#menu ul li:hover { 
    background: #6ABD00;
}
/**
 * Poziome menu pierwszego poziomu
 * - nie mozna uzyc >, IE6
 */
div#menu > ul li { float: left; }
div#menu ul ul li { float: none; }
/**
 * Menu kolejnych poziomow
 */
div#menu ul ul { 
    z-index: 50;
    display: none;
    position: absolute;
    top: 19px;
    border-left: 3px solid #76d001;
    background: #B0B0B0;
}

div#menu li:hover > ul { display: block; }
/**
 * Menu drugiego poziomu - pierwsze rozwiniecie
 */
div#menu ul ul { left: 0px; }
div#menu ul ul ul { left: 100%; top: 0px; z-index: 75;}

#banner img {padding:10px 0px;}

/* -----------------content--------------------- */
#content {
    padding: 0px 5px 0px 5px;
    width: 575px;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    min-height:1200px;
    height:expression(this.scrollHeight > 1200 ? "auto":"1200px");
}

#center {
    background-color: #ffffff;
    padding: 0px;
    margin: 0 200px;
}
div#center {
    min-height:600px;
    height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

p, pre{
    padding: 5px 10px;
    margin:0px;
}

/* --------------left navi------------- */
#left {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0; /*10px 0px 0px 0px;*/
}
#right {
    float: right;
    width: 200px;
    margin: 0;
    padding: 0;
}


/* -----------wyszukiwarka--------------------- */

#MapFlashDistrictSelect {
    float: left;
    width: 250px;
    height: 210px;
    margin: 5px;
    z-index: -100;
}

/* -----------footer--------------------------- */
#footer {
    padding-top: 15px;
    background: #d4d4d4 url(./../images/footer-bg.gif) repeat-x top;
    clear: both;
    font-size: 10px;
    color: #000000;
    height: 100px;
}

#footer div {
    width: 980px;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0px 10px;
}

#footer div .info {
    border-top: 1px solid #c0c0c0;
    font-size: 10px;
    color: #808080;
    padding: 0;
    margin-top: 10px;
}

#footer div .right {
    float: right;
    width: 200px;
    text-align: right;
    padding: 0;
}

#footer a {
    color: #5e5e5e;
    text-decoration: none;
}
#footer a:hover {
    color: #15626d;
    text-decoration: underline;
}


.photoUpload {
    float: left;
    position: relative;
    width: 125px;
    height: 120px;
    border: 1px solid #CECECE;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background: url(./../img/photo.jpg) no-repeat top;
    margin: 2px;
}

.photoUpload a {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0;
    line-height: 22px;
    display: block;
    text-align: center;
}

.opt {
    float: left;
    padding: 2px;
    width: 170px;
    position: relative;
    border: 0px solid red;
}
div.error { font-size: 11px; color: #c00000; }

.pagination {
    height: 25px;
    background-color: #FAFAFA;
    border: 1px solid #F0F0F0;
}

.pagination .displayLinks{
    float: right;
    padding: 5px;
}
.pagination .displayInfo{
    font: normal 11px Verdana,Tahoma;
    color: #A0A0A0;
    float: left;
    padding: 5px;
}

.pagination {
    font: normal 12px Verdana,Tahoma;
    color: black;
}

.pagination img.prev, img.next, img.prev-g, img.next-g {

    background-image: url(../img/pagination-btn.gif);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline;
    vertical-align: top;
    border: 0;
}

.pagination img.prev {
    background-position: 0px 0px;
}

.pagination img.next {
    background-position: -15px 0px;
}
.pagination img.prev-g {
    background-position: 0px -15px;
}

.pagination img.next-g {
    background-position: -15px -15px;
}


#detail {
    margin: 5px;
}

#detail .description {
    line-height: 150%;
}

#detail .name {
    font: bold 20px verdana;
    padding: 5px 0px 20px 0px;
}


#detail .address .title {
    width: 170px;
    float: left;
    text-align: right;
    font: bold 13px verdana;
}

#detail .address .value {
    padding-left: 10px;
    font: normal 13px verdana;
    width: 320px;
    float: left;
    display: block;

}

#detail .address .row {
    border-bottom: 1px solid #eaeaea;
    overflow: auto;
    margin: 0 10px 0 10px;
    /* width: 100%; */
    padding: 10px;
}
#detail .address .row:hover {

    background-color: #fcfcfc;
}


#detail .address th {
    font: bold 12px verdana;
    text-align: right;
    vertical-align: top;
    padding: 5px;
}

#detail .address td {
    font: normal 12px verdana;
    vertical-align: top;
    padding: 5px;
}

#detail .address .label {

    position: relative;
    width: 30%;
    float: left;
    text-align: right;
    border: 1px solid #e0e0e0;
    padding: 5px;
}

#detail .photos img {

    text-align: left;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin: 3px;
}

#detail .locations, #detail .facilities {
    display: table;
    border: 1px solid #EAEAEA;
    background-color: #FAFAFA;
    padding: 5px;
    -moz-border-radius: 8px;
}

#detail .facilities div {
    float: left;
    width: 170px;
    position: relative;
    padding-left: 12px;
    margin: 5px 0px 5px 0px;
    background: url( ./../images/list-blue-arrow.gif ) no-repeat left center;
}

#detail .locations div {
    float: left;
    width: 170px;
    position: relative;
    padding-left: 12px;
    margin: 5px 0px 5px 0px;
    background: url( ./../images/list-green-arrow.gif ) no-repeat left center;
}


#detail .rooms th {
    font: bold 12px verdana;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
}

#detail .rooms td {
    border-top: 1px solid #E0E0E0;
    font: normal 12px verdana;
    text-align: center;
    vertical-align: top;
    padding: 8px;
}

/*----------- wyniki wyszukiwania -------------*/

ul.resultList {
    margin: 0px;
    padding: 0px;
}

ul.resultList li.item ul
{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    margin: 0pt;
    padding: 0px;
}

ul.resultList li.item {
    border-bottom: 1px solid #cfced0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

ul.resultList li.item ul li.picture img
{
    max-width: 100px;
    max-height: 80px;
    vertical-align: middle;
    padding: 2px;
    border:1px solid #f0f0f0;
}

ul.resultList li.item ul li.picture
{
    width: 120px;
    float: left;
    text-align: center;
}

ul.resultList ul, ul.resultList
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    line-height: 1em;
}

ul.resultList li.item ul li.lastUpdate {
    width: 180px;
    text-align: right;
    color: #cccccc;
    float: right;
    position: relative;
}


div#searchResults {
    margin: 20px 0px 20px 0px;
    padding: 0px;
}

div#searchResults .row {
    border: 1px solid #F0F0F0;
    margin: 5px 0px 5px 0px;
    height: 96px;
}

div#searchResults .photo {
    color: #A0A0A0;
    border: 0px solid #F0F0F0;
    margin: 2px 2px 2px 2px;
    width: 120px;
    height: 90px;
    float: left;
    overflow: hidden;
}

div#searchResults .photo img {
    -moz-border-radius: 8px;/* border-radius: 8px;*/
}

div.shortRecommendedObjectInfo {
    text-align:center;
    font-weight: bold;
    background-color: #F8F8F8;
    margin: 5px 9px 5px 9px;
    padding: 5px;
    -moz-border-radius: 8px;
    /* border-radius: 8px;*/
}

div.shortRecommendedObjectInfo img.photo {
    border: 1px solid #e0e0e0;
    margin: 3px;
}

div.shortRandomObjectInfo {
    float: left;
    width: 135px;
    padding: 3px;
    text-align: center;
}

div.shortRandomObjectInfo img.photo {
    border: 1px solid #e0e0e0;
    margin: 3px;
}


div.shortObjectInfo {
    border: 1px solid #EAEAEA; 
    background-color: #FAFAFA; 
    margin: 5px 9px 5px 9px; 
    padding: 5px; -moz-border-radius: 8px;
    text-align: center;
}

div.shortObjectInfo img.photo {
    border: 1px solid #e0e0e0;
    background-color: white;
    padding: 5px;
    margin: 3px;
}

div#searchResults .info {
    border: 0px solid #F0F0F0;
    margin: 2px 2px 2px 2px;
    width: 430px;
    height: 90px;
    float: right;
    overflow: hidden;
}

div#searchResults .info div {
    border: 0px solid #F0F0F0;
    margin: 4px;
    color: black;
}

div#searchResults .detail {
    border: 1px solid #F0F0F0;
    margin: 4px;
    height: 20px;
}

/* SEARCH */

.checklist-widget {
    display: block;
    text-align: left;
}

.checklist-widget .checklist-select {
    width: 100px;
    background: #F2F4F6 url(./../img/input-bg.jpg) repeat-x left top;
    color:#333333;
    border: 1px solid #96caed;
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.checklist-widget .checklist-select .checklist-select-control {
    width: 100%;
    height: 20px;
    background: url(./../img/select-btn.gif) no-repeat right center;
    vertical-align: middle;
}

.checklist-widget .checklist-select .checklist-select-control span {
    display: block;
    width: 230px;
    margin-right: 18px;
    padding: 3px 0px 0px 2px;
    overflow: hidden;
}

div#searchForm {
    width: 280px;
    float: left;
}

div#searchForm .container label {
    font: bold 11px Verdana,Tahoma;
}

div#searchForm label {
    font: bold 12px Verdana,Tahoma;
}

div#searchForm .header div{
    position:absolute;
    float: right;
}

.qs_container {
    border-bottom:2px solid #ebebeb;
    background-color: #fafafa
}

.qs_input {
    border: 1px solid #96caed;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 10pt;
    padding:3px;
    width: 98%
}

div#k_container { z-index: 5; }
div#d_container { z-index: 4; }
div#f_container { z-index: 3; }
div#l_container { z-index: 2; }

#d, #k, #l, #f {
    width:200px;
}

.select_multiple_container {
    position:relative;
}

.submit {
    padding:10px;
    height:22px;
    width: 400px;
    text-align:right;
    display: table;
}

.container {
    width:420px;
    position:absolute;
    top:0;
    left:0;
    border:1px solid #a0a0a0;
    border-top:none;
    background-color: white;
}

.container .header {
    background-repeat:repeat-x;
    background-position:top center;
    color:#eee;
    font: bold 12px Verdana,Tahoma;
    margin:0;
    padding:7px 0 8px 10px;
    background-color:#a0a0a0;
}

div.even {
    width: 200px;
    padding: 2px;
    margin: 1px;
    float: left;
    border-bottom: 1px solid #F0F0F0;
}

div.odd {
    width: 200px;
    padding: 2px;
    margin: 1px;
    float: right;
    border-bottom: 1px solid #F0F0F0;
}

div.selected {
    background-image:none;
    background-color:#f2f9e9;
}

.checkbox {
    text-align:right;
}

.checkbox input {
    margin-right:5px;
}

/*-------- obiekty w poblizu --------*/

ul.nearList {
    margin: 0px;
    padding: 0px;
}

ul.nearList li.item ul
{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    margin: 0pt;
    padding: 0px;
}

ul.nearList li.item {
    border-bottom: 1px solid #cfced0;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

ul.nearList li.item ul li.picture img
{
    max-width: 60px;
    max-height: 45px;
    vertical-align: middle;
    padding: 2px;
}

ul.nearList li.item ul li.picture
{
    width: 70px;
    float: left;

}

ul.nearList ul, ul.nearList
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    line-height: 1em;
}

ul.nearList li.item ul li {
    line-height: 15px;
}

ul.nearList li.item ul li.dist {
    text-align: right;
    color: #808080;
    float: right;
    position: relative;
}

/*-------- clipboard --------*/
#clpb-show {
    z-index: 10;
    width: 32px;
    height:120px;
    right:0px;
    bottom:0px;
    margin: 0;
    position: fixed;
    background:  url(./../img/clpb-bg.png) repeat-x;
    cursor: pointer;
}

#clipboard {
    z-index: 10;
    width:40px;
    height:120px;
    right:0px;
    bottom:0px;
    margin: 0;
    position: fixed;
    border: 0px solid red;
}

#clpb-body-show {
    z-index: 11;
    width:100%;
    height:120px;
    margin: 0;
    background:  url(./../img/clpb-bg.png) repeat-x;
}

#clpb-body-hide {
    z-index: 11;
    width:32px;
    height:120px;
    margin: 0;
    background:  url(./../img/clpb-bg.png) repeat-x;
    float: right;
}



#clipboard .clpb24Bt {
    z-index: 11;
    position: relative;
    float: right;
    margin: 4px;
    width: 24px;
    height: 24px;
}

#clipboard .clpb32Bt {
    z-index: 12;
    position: relative;
    float: right;
    margin: 4px;
    width: 52px;
    height: 32px;
    background-color: black;
}

#clipboard .clpbMenuRight {
    border: 1px solid #A0A0A0;
    width: 52px;
    right: 0px;
    float: right;
}

#clipboard .pdf {
    background: url(./../img/c/pdf.png) no-repeat center center;
    cursor: pointer;
    color: white;
}
#clipboard .close {
    background: url( ./../img/clpb-close.png ) no-repeat center;
    cursor: pointer;
}
#clipboard .hide {
    background: url( ./../img/clpb-hide.png ) no-repeat center;
    cursor: pointer;
}
#clipboard .show {
    background: url( ./../img/clpb-show.png ) no-repeat center;
    cursor: pointer;
}

#clpb-window {
    height: 120px;
    margin: 0px 40px 0px 0px;
    border: 1px solid red;
    overflow: hidden;
    position: relative;
}

#clpb-container {

    height:115px;
    border: 1px dotted white;
    position: absolute;
}

#clpb-container .clpbObj {
    float: left;
    width: 120px;
    height: 96px;
    border: 1px solid #FFF;
    margin: 8px;
    text-align: right;
}

.clpbObj a {
    color: black;
    padding: 1px;
    background-color: white;
    text-decoration: none;
}
.clpbObj a:hover {
    color: black;
    background-color: yellow;
    text-decoration: underline;
}

    #questionFormContainer {
        border-bottom:2px solid #ebebeb;
        background-color: #fafafa;
        width:100%;
    }

    #questionFormContainer .qFormInput {
        border: 1px solid #d0d0d0;
        background-color: #ffffff;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 10pt;
        padding:3px;
        width: 98%
    }
    #questionFormContainer .sent {
        color: #06A8C1;
        padding: 10px;
        font-weight: bold;
    }

    #questionFormContainer .error {
        color: red;
        padding: 10px;
        font-weight: bold;
    }

    #questionFormContainer .loading {
        background: url( ./../images/ajax-loader.gif ) no-repeat left;
        width: 132px;
        height: 32px;
        padding-left: 40px;
        padding-top: 15px;
        margin-left: 10px;
        font-weight: bold;
    }

    .panel-container div{

        text-align: center;
        padding: 4px 0 4px 0;
    }
    
    .panel-container .photo{

        border: 1px solid #e0e0e0;
        background-color: white;
        padding: 5px;
        margin: 3px;
        -moz-border-radius: 4px;
    }

    .panel-container {

        background: url(./../images/simple-panel-middle.gif) repeat-y;
        margin:8px;
    }

    .panel-container .panel-top{

        background: url(./../images/simple-panel-top.gif) no-repeat top;
        width:182px;
        height:10px;
    }

    .panel-container .panel-bottom{

        background: url(./../images/simple-panel-bottom.gif) no-repeat bottom;
        width:182px;
    }