﻿/* LAYOUT ---------------------------------------------------- */

html
{
    height: 100%;
}

body
{
    text-align: center;
    margin: 0;
    padding-top: 10px;
    font-family: Segoe UI, Arial, Tahoma, Sans-Serif;
    font-size: 80%;
    background-color: white;
    height: 100%;
}

img
{
    border: 0;
    
}

a
{
    text-decoration: none;
}

.page
{
    width: 1000px;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 0;
}

.waitPanel
{
    background-image: url(layoutImages/semiTransparentDot.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 3;
}

.waitPanel td
{
    vertical-align: middle;
}

.header /* top bar with logo, svatek, dynamic menu */
{
    height: 86px;
    background-image: url(layoutImages/headerBg.jpg);
    
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    z-index: 1;
}

.topLinks
{
    position: absolute;
    left: 368px;
    top: 33px;
}

.infoBar
{
    text-align: left;
    padding: 10px;
    font-size: 11px;
    position: absolute;
    width: 200px;
    color: black;
    background: url(layoutImages/infoBarBg.png) top left no-repeat transparent;
    border: 2px solid #829BAB;
    display: none;
    clear: both;
    z-index: 1;
    top: 20px;
    left: 0;
}

.content /* contains left changeable area and result pane */
{
    width: 1000px;
    position: relative;
    margin: auto;
    clear: both;
    text-align: left;
    top: 0;
    left: 0;
    min-height: 470px;
    _height: 470px;
}

.leftPane
{
    float: left;
    width: 700px;
}

.leftSubPane
{
    float: left;
    width: 270px;
    padding-right: 36px;
    background-image: url(layoutImages/verticalLine.jpg);
    
    background-position: right top;
    background-repeat: no-repeat;
}

.resultPane
{
    float: left;
    width: 300px;
}

.bottomPanel /* pre-search menu and search form */
{
    clear: both;
    background-image: url(layoutImages/bottomPanelBg.jpg);
    
    background-repeat: no-repeat;
}

.adWrapper
{
   margin-top: 50px;
   margin-bottom: 10px;
   text-align: center;
}

.footer /* credentials and menu */
{
    clear: both;
    width: 1000px;
    height: 23px;
    background-image: url(layoutImages/footerBg.jpg);
    
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    padding-top: 3px;
    font-size: 11px;
    color: White;
}

.cleaner
{
    clear: both;
}

.laws
{
    height: 240px;
    border: 1px solid black;
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px;
    overflow:auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* COMPONENTS ---------------------------------------------------- */

.footer a
{
    color: White;
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: underline;
}

.dateLabel
{
    position: absolute;
    left: 320px;
    top: 10px;
    color: #9C9C9C;
    font-size: 11px;
    font-weight: bold;
}

.loggedLabel
{
    position: absolute;
    left: 600px;
    top: 10px;
    color: gray;
    font-size: 11px;
    font-weight: bold;
}

.logo
{
    position: absolute;
    left: 33px;
    top: 0;
    z-index: 1;
}

.logoFinMax
{
    position: absolute;
    left: 950px;
    top: 0;
    z-index: 1;
}

.leftSubPane h1
{
    font-size: 20px;
    margin-left: 20px;
    font-weight: normal;
    
}

.leftSubPane p
{
    color: #3F3F3F;
    text-align: justify;
}

.topLink
{
    color: white;
    position: relative;
    left: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.topLinkHover
{
    color: white;
    position: relative;
    left: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    background-color: #727272;
}

.searchBox
{
    background-image: url(layoutImages/searchBoxBg.jpg);
    
    background-repeat: no-repeat;
    padding: 20px;
}

.searchBox h2
{
    font-size: 11px;
    font-family: Segoe UI;
    color: #427B91;
    font-weight: bold;
    margin: 0;
    margin-bottom: 13px;
    padding: 0;
    text-transform: uppercase;
}

.searchForm
{
    margin-left: 40px;
    width: 735px;
    float: left;
}

.detailSearch
{
    font-size: 11px;
    font-family: Segoe UI;
    color: #427B91;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}

.blueText
{
    color: #427B91;
}

.prefferedBox h2
{
    color: #427B91;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.prefferedBox a
{
    color: Black;
}

.prefferedBox a:hover
{
    color: Gray;
}

.prefferedBox td
{
    vertical-align: top;
}

.prefferedBox img
{
    width: 110px;
    margin-right: 5px;
}

.prefferedBoxName
{
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.prefferedBoxMotto
{
    background-color: #DCE8F0;
    padding: 5px;
    font-style: italic;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.prefferedTable
{
    font-size: 10px;
}

.resultsBox
{
    border-top: 4px solid #498FA8;
    padding-top: 10px;
}

.resultsBox a
{
    color: Black;
}

.resultsBox h2
{
    font-size: 12px;
    font-family: Segoe UI;
    color: #427B91;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.resultsBox table
{
    margin-bottom: 5px;
    background-color: #F2F2F2;
}

.resultsBox td
{
    vertical-align: top;
}

.agentDetailBlock ul
{
    padding: 0;
    margin-left: 7px;
}

.agentDetailBlock ul li
{
    padding: 0;
    margin-left: 10px;
}

.agentDetailBlock li ul
{
    margin-left: 10px;
}

.resultsBoxName
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.resultsBoxLocation
{
    color: #767676;
    font-size: 9px;
}

.resultsBoxMotto
{
    font-style: italic;
    font-size: 10px;
}

.interestedIn
{
    padding: 10px;
    clear: both;
    position: relative;
    background-repeat: repeat-x;
    height: 125px;
    background-image: url(layoutImages/bgPresearch.jpg);
}

.interestedIn h2
{
    color: White;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.interestedInTip
{
    color: #487286;
    font-size: x-small;
    text-align: center;
    position: absolute;
    left: 220px;
    top: 10px;
    font-weight: bold;
    text-align: center;
    width: 477px;
}

.interestedInLinks
{
    font-size: x-small;
    
}

.interestedIn a
{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

.interestedIn a:hover
{
    color: Gray;;
}

.bottomPanel table
{
    text-align: left;
}

.bottomPanel table td
{
    vertical-align: middle;
    font-size: 11px;
}

.selectedRegion
{
    background-color: #427B91;
    padding-right: 5px;
    color: White;
}

.formSearch
{
    font-size: 14px;
    font-family: Segoe UI;
    color: #427B91;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: left;
}

.repMap
{
    position: relative;
    margin: auto;
    margin-top: 15px;
}

.selectedRegion
{
    background-color: #498AB3;
    color: White;
    text-align: right;
    font-size: 11px;
    padding: 3px;
}

.selectedRegion a
{
    margin-right: 20px;
    color: White;
    text-decoration: none;
}

.selectedRegion a:hover
{
    text-decoration: underline;
}

.tip
{
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 9px;
}

.searchBtn
{
}

.infoBar a
{
    font-weight: bold;
    color: #427B91;
    text-decoration: none;
    font-size: 12px;
}

.infoBar a:hover
{
    color: Black;
    text-decoration: underline;
}

.loginTable
{
    margin-bottom: 10px;
}

.linkBlogCenter
{
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
    background-color: #E2E2E2;
}

.linkBlogCenter:hover
{
    background-color: silver;
}

.presearch h1
{
    color: #427B91;
}

.presearch h2
{
    font-size: 12px;
    margin: 15px;
}

.presearchContent
{
    background-color: #E4EBF2;
    padding: 5px;
}

.adverts
{
    float: none;
}

.blog h2
{
    margin-left: 20px;
    color: #427B91;
    font-size: 16px;
}

.blog table
{
    width: 95%;
    border: 1px solid silver;
}

.blog table td
{
    padding: 3px;
    border: 1px solid #EFEFEF;
    font-size: 11px;
}

.blog table th
{
    padding: 3px;
    border: 1px solid #EFEFEF;
    width: 70%;
    text-align: left;
}

.blog table th a
{
    color: gray;
    font-size: 11px;
    text-decoration: none;
}

.blog table th a:hover
{
    text-decoration: underline;
}

.agentDetail
{
    font-size: 11px;
}

.agentDetail h2
{
    color: #427B91;
}

.agentDetail h3
{
    border-bottom: 2px solid silver;
    margin-bottom: 0;
}

.agentDetail strong
{
    display: block;
    margin-top: 10px;
    color: Gray;
}

.agentDetail table
{
    margin-top: 10px;
    color: #222222;
    margin-left: 10px;
    width: 90%;
}

.agentDetail th
{
    color: #427B91;
    background-color: #F2F2F2;
    font-size: 11px;
}

.agentDetail td
{
    border-bottom: 1px solid #E2E2E2;
}

.backLink
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: gray;
    padding: 4px;
    background-color: #E2E2E2;
}

.backLink:hover
{
    background-color: Gray;
    color: White;
}

.contentText h1
{
    font-family: Segoe UI;
    color: #427B91;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 13px;
    padding: 0;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 100px;
}

.contentText h2
{
    font-size: 12px;
}

.disabledText
{
    color: Gray;
}

.loginDiv
{
    background-image: url(layoutImages/bgLoginPage.jpg);
    background-position: 0px 40px;
    height: 300px;
    background-repeat: no-repeat;
}

.bgContact
{
    background-image: url(layoutImages/bgContactPage.jpg);
    
    background-position: right bottom;
    height: 300px;
    background-repeat: no-repeat;
}

.agentDetailBlock
{
    clear: both;
}

.blogCredentials
{
   color: Gray;
   margin-bottom: 30px;
}

.ownDescription
{
    margin: 13px;
}

.rootList
{
    list-style-type: none;
    list-style-image: none;
}

.childList
{
    list-style-type: none;
    list-style-image: url(layoutImages/listArrow.jpg);
}

.rssDate
{
    color: #777777;
    font-weight: bold;
}

.rssLink
{
    color: #428DBF;
    text-decoration: none;
}

.rssLink:hover
{
    text-decoration: underline;
}

.rssDesc
{
    color: Gray;
    font-size: x-small;
}

.newsWrapper td
{
    vertical-align: top;
    padding: 2px;
}

.newsWrapper h2
{
    background-color: #498FA8;
    margin: 0;
    padding: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: White;
    margin-top: 15px;
    margin-bottom: 2px;
}

.partnersLinks h2
{
    background-color: #D4D4D4;
    margin: 0;
    padding: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: White;
    margin-top: 15px;
    margin-bottom: 2px;
}

.innerLinks
{
    background-image: url(layoutImages/bgPartners.jpg);
    background-repeat: repeat-x;
    height: 173px;
    padding: 5px;
}


/* UNIQUE IDs ---------------------------------------------------- */

#infoBar1
{
    left: 103px;
}

#infoBar7
{
    left: 412px;
}

#infoBar2
{
    left: 247px;
    text-align: center;
}

#infoBar6
{
    left: 402px;
    text-align: center;
}


#infoBar4
{
    left: 324px;
    text-align: left;
}

#infoBar8
{
    text-align: center;
}

