div.main {
    margin: 0 auto;
}

iframe.myframe {
    width:600px;
    height:500px;
    display: none;
    z-index: 3000;
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -300px;
    margin-top: -250px;
    opacity: 1 !important;
}
div.preview-tab {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    position: fixed;
    top:0;
    left:0;
    z-index: 2000;
    display: none;
}
div.faq {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    position: fixed;
    top:0;
    left:0;
    z-index: 500;
    display: none;
}

div.faq div.closeBtn {
    position:absolute;
    top: 20px;
    right: 20px;
    min-width: 50px;
    min-height: 50px;
    background: url("/images/themes/cyan/icon-close-w.png") no-repeat center center;
    cursor: pointer;
}


div.faq div.container {
    width: 100%;
    height: 500px;
    top: 50%;
    left: 2px;
    margin-top: -177px;
    position: relative;
    opacity: 1;
    z-index: 900;
}

div.faq-reg {
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    position: relative;
    min-width: 250px;
    min-height: 80px;
    background-color: #fff;
    top: -80px;
    left: 80px;
    opacity: 1;
    font: 16px Arial, Helvetica, sans-serif;
}

div.faq-help {
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    position: relative;
    min-width: 250px;
    min-height: 60px;
    background-color: #fff;
    top: 30px;
    left: 70px;
    opacity: 1;
    font: 16px Arial, Helvetica, sans-serif;
}

div.faq-login {
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    position: relative;
    min-width: 250px;
    min-height: 80px;
    background-color: #fff;
    top: -100px;
    right: 280px;
    opacity: 1;
    font: 16px Arial, Helvetica, sans-serif;
}

div.faq-forgot {
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    position: relative;
    min-width: 250px;
    min-height: 80px;
    background-color: #fff;
    top: 30px;
    left: 70px;
    opacity: 1;
    font: 16px Arial, Helvetica, sans-serif;
}

div.bregister-faq {
    margin-left: -219px;
    margin-top: -249px;
    display: none;
    z-index: 900;
}

div.blogin-faq {
    margin-left: 220px;
    margin-top: -70px;
    display: none;
    z-index: 900;
}

div.bhelp-faq {
    margin-left: -200px;
    margin-top: 110px;
    display: none;
    z-index: 900;
}

div.bforgotpswd-faq {
    margin-left: -280px;
    margin-top: -70px;
    display: none;
    z-index: 900;
}

div.benter-faq {
    display: none;
    z-index: 900;
}

div.big-bricks-list-faq {
    display: none;
    width: 920px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -460px;
    z-index: 900;
}

div.big-bricks-list-faq div.right {
    margin: 0px 0px 0px 0px;
    float: left;
}

div.big-bricks-list-faq div.title {
    margin-top: 18px;
    font: 14px normal Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
div.desc-faq span {
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 54px;
    padding-top: 3px;
    border-radius: 5px;
    border: 3px #898989 solid;
    background-color: #fff;
}
div.desc-faq {
    float: left;
    width: 100%;
    height: 86px;
    border-radius: 5px;
    background-color: transparent;
    font: 14px Arial, Helvetica, sans-serif;
    text-align: center;
}

div.brick-faq div.elipse {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 164px;
    height: 164px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: none;
}

div.big-bricks-list-faq div.help {
    background: #00a0e3 url('/images/themes/cyan/icon-close-wite.png') no-repeat center center;
}

div.top-menu div.brick-faq span {

}
div.top-menu div.brick-faq {
    position: absolute;
    top:0px;
    left: 0px;
    display: none;
    float: left;
    width: 61px;
    height: 61px;
    background-color: #00a0e3;
    border-radius: 50%;
    margin: 0px 25px 0px 0px;
    cursor: pointer;
    z-index: 910;
    border: 2px solid #fff;
}

div.brick div.help span {
    position: absolute;
    top: 70px;
    left: -150px;
    border: 2px solid #898989;
    border-radius: 5px;
    width: 300px;
    height: 40px;
    background: #fff;
    padding: 3px;
    font: 14px Arial, Helvetica, sans-serif;
}

div.clndr-faq {
    display: none;
    z-index: 900;
    float: left;
    padding: 5px;
    background: #fff url('/images/themes/cyan/icon-calendar.png') no-repeat center 8px;;
    width: 43px;
    height: 43px;
    border: 4px solid #00a0e3;
    border-radius: 50%;
    position:absolute;
    cursor:pointer;
    left: -4px;
    top: -4px;
}
div.print-faq {
    display: none;
    z-index: 900;
    float: left;
    padding: 5px;
    background: #fff url('/images/themes/cyan/icon-printer.png') no-repeat center 8px;;
    width: 43px;
    height: 43px;
    border: 4px solid #00a0e3;
    border-radius: 50%;
    position:absolute;
    cursor:pointer;
    left: -4px;
    top: -4px;
}
div.epd-faq {
    display: none;
    z-index: 900;
    float: left;
    padding: 5px;
    background: #fff url('/images/themes/cyan/brick_spdoc_small.png') no-repeat 50% 50%;
    width: 43px;
    height: 43px;
    border: 4px solid #00a0e3;
    border-radius: 50%;
    position:absolute;
    cursor:pointer;
    left: -4px;
    top: -4px;
}

#previewChartsList div.chartA-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;

}

#previewChartsList div.chartB-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

#previewChartsList div.chartC-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

#previewChartsList div.chartD-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

#previewChartsList div.chartE-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

#previewChartsList div.chartF-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

#previewChartsList div.chartK-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

#previewChartsList div.chartL-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

#previewChartsList div.chartM-faq {
    display: none;
    z-index: 900;
    position: absolute;
    top: 0;
    left: 0;
}

span.span-faq {
    border: 2px solid #898989;
    border-radius: 5px;
    background: #fff;
    display: none;
    padding: 3px;
    font: 14px Arial, Helvetica, sans-serif !important;
    color: #333 !important;
    text-align: center;
}
div.appartment span.span-faq {
    width: 280px;
    height: 70px;
    position: absolute;
    top: 70px;
    left: 0px;
}
div.meters span.span-faq {
    width: 280px;
    height: 70px;
    position: absolute;
    top: 70px;
    left: 0px;
}
div.building span.span-faq {
    width: 280px;
    height: 100px;
    position: absolute;
    top: 70px;
    left: 0px;
}
div.company span.span-faq {
    width: 280px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 0px;
}
div.faqs span.span-faq {
    width: 280px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: 0px;
}
div.payment span.span-faq {
    width: 280px;
    height: 55px;
    position: absolute;
    top: 70px;
    left: 0px;
}
div.requests span.span-faq {
    width: 280px;
    height: 60px;
    position: absolute;
    top: 70px;
    left: -100px;
}
div.eventsclndr span.span-faq {
    width: 280px;
    height: 70px;
    position: absolute;
    top: 70px;
    left: -180px;
}
div.settings span.span-faq {
    width: 280px;
    height: 70px;
    position: absolute;
    top: 70px;
    left: -265px;
}

div.clndr-faq span {
    width: 280px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: -300px;
}

div.print-faq span {
    width: 280px;
    height: 40px;
    position: absolute;
    top: -60px;
    left: -180px;
}

div.epd-faq span {
    width: 280px;
    height: 40px;
    position: absolute;
    top: -60px;
    left: -260px;
}

div.owner-info span.ownerinfo-faq {
    width: 280px;
    height: 40px;
    position: absolute;
    top: -60px;
    left: 340px;
}
div.document-info span.doc-faq {
    width: 320px;
    height: 50px;
    position: absolute;
    bottom: -30px;
    left: 340px;
}

div.chartA-faq span {
    width: 305px;
    height: 35px;
    position: absolute;
    top: -60px;
    left: 0px;
}

div.chartB-faq span {
    width: 305px;
    height: 60px;
    position: absolute;
    top: -75px;
    left: 0px;
}
div.chartC-faq span {
    width: 305px;
    height: 45px;
    position: absolute;
    top: -70px;
    left: 0px;
}

div.chartD-faq span {
    width: 305px;
    height: 35px;
    position: absolute;
    top: -60px;
    left: 0px;
}

div.chartE-faq span {
    width: 305px;
    height: 30px;
    position: absolute;
    top: -55px;
    left: 0px;
}
div.chartF-faq span {
    width: 305px;
    height: 45px;
    position: absolute;
    top: -60px;
    left: 0px;
}

div.meter span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 305px;
    height: 45px;
    top: -60px;
    left: 320px;
}

div.chartK-faq span {
    width: 305px;
    height: 35px;
    position: absolute;
    top: -60px;
    left: 0;
}

div.chartL-faq span {
    width: 305px;
    height: 35px;
    position: absolute;
    top: -60px;
    left: 0;
}
div.chartM-faq span {
    width: 305px;
    height: 35px;
    position: absolute;
    top: -60px;
    left: 0;
}

div.x-top span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 305px;
    height: 45px;
    top: -60px;
    left: 80px;
}

div.syslist span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 305px;
    height: 80px;
    top: -100px;
    left: 80px;
}

div.listBtn-faq span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 240px;
    height: 35px;
    top: -60px;
    left: -100px;
}
div.listBtn-faq {
    left: 800px;
    top: 8px;
    display: none;
    z-index: 900;
}

div.nextBtn-faq span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 150px;
    height: 35px;
    top: -55px;
    left: -70px;
}
div.nextBtn-faq {
    margin-left: 380px;
    margin-top: -32px;
    display: none;
    z-index: 900;
}

div.pencilBtn-faq, div.prevBtn-faq {
    margin-left: 290px;
    margin-top: -32px;
    display:none;
    z-index: 900;
}

div.pencilBtn-faq span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 150px;
    height: 35px;
    top: -55px;
    left: -70px;
}

#options-phone div.pencilBtn-faq,
#options-email div.pencilBtn-faq,
#options-ipfilter div.pencilBtn-faq,
#options-password div.pencilBtn-faq,
#options-phone div.addBtn-faq,
#options-email div.addBtn-faq,
#options-ipfilter div.addBtn-faq,
div.phoneunconfirmedBtn-faq,
div.emailunconfirmedBtn-faq {
    display: none;
    margin-top: -30px;
    z-index: 900;
    margin-left: -22px;
}

div.prevBtn-faq span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 150px;
    height: 35px;
    top: -55px;
    left: -100px;
}

table.payment-service {
    z-index: 900;
    position: relative;
    background: #fff;
    cursor: pointer;
}

div.accview span.span-faq, div.prepay_info span.span-faq  {
    display:none;
    z-index: 900;
    position: absolute;
    width: 300px;
    height: 35px;
    top: -55px;
    left: 340px;
}

div.meter div.addBtn-faq span.span-faq {
    display:none;
    z-index: 900;
    position: absolute;
    width: 150px;
    height: 30px;
    bottom: -55px;
    left: -75px;
}
div.addBtn-faq {
    display: none;
    z-index: 900;
}

div.checkBtn-faq {
    margin-top: -30px;
    margin-left: -64px;
    display: none;
    z-index: 900;
}

div.closeBtn-faq {
    margin-top: -30px;
    margin-left: 0px;
    display: none;
    z-index: 900;
}

div.okBtn-faq {
    display: none;
    margin-top: -30px;
    margin-left: -32px;
    z-index: 900;
}

#options-phone span.span-faq {
    position: absolute;
    top: -60px;
    left: 10px;

}

#options-email span.span-faq {
    position: absolute;
    top: -60px;
    left: 10px;

}

#options-ipfilter span.span-faq {
    position: absolute;
    top: -60px;
    left: 10px;

}
#options-password span.span-faq {
    position: absolute;
    top: -40px;
    left: 10px;

}

div.addBtn-faq span.span-faq {
    position: absolute;
    top: -50px !important;
    left: -30px !important;
    width: 180px !important;
}
div.pencilBtn-faq span.span-faq {
    position: absolute;
    top: -50px !important;
    left: -30px !important;
    width: 220px !important;
}

/* WRONG PLACE FOR THIS: */


.help_line
{
    background-color: white;
    cursor: pointer;
}

.help_line:hover
{
    background-color: #d5f5ff;
}

.help_line_hidden
{
    display: none;
}