﻿.InlineBlockClass
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.NoWrap
{
    white-space: nowrap;
}

.Separator
{
    width: 1px;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

body 
{
    overflow: scroll;
    margin: 0;
    padding: 0;

    font-family: Century Gothic, Verdana, Arial;
}

.MainHost
{
    position: relative;

    width:  1200px;
    
    margin: 0px auto;
    
    border: 1px solid gray;
    
    overflow: hidden;
}

@media screen and (max-width: 1000px)
{
    .MainHost
    {
        width: 1200px;
    }
}

.MainHost>.Header
{
    height: 190px;

    transition: opacity 200ms;
}

.MainHost>.Header.Reduced {

    position: fixed;
    height: 60px;
    width: 1200px;

    margin-top: -130px;
    z-index: 100000;

-webkit-box-shadow: 0 0 50px #000, 0 0 150px #eef inset;
   -moz-box-shadow: 0 0 50px #000, 0 0 150px #eef inset;
        box-shadow: 0 0 50px #000, 0 0 150px #eef inset;
 
  filter:alpha(opacity=15);
    -webkit-opacity: 0.15;
       -moz-opacity: 0.15;
            opacity: 0.15;
}

.MainHost>.Header.Reduced:hover {
  filter:alpha(opacity=100);
    -webkit-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;
}

.MainHost>.Header>.TopLine
{
    height: 25px;
    background-color: #0099D2;
    padding-left: 65%;
}

.MainHost>.Header>.TopLine>.Separator
{
    background-color: White;
    height: 16px;
    vertical-align: middle;
}

.MainHost>.Header>.TopLine>a,.MainHost>.Header>.TopLine>a:visited
{
    vertical-align: middle;
    color: White;
    text-decoration: none;
    font-size: 12px;
}

.MainHost>.Header>.TopLine>a:hover
{
    color: White;
    text-decoration: underline;
}

.MainHost>.Header>.LogoHost
{
    height: 100px;
    background-color: #F1F1F1;
    position: relative;
}

.MainHost>.Header>.LogoHost>.LogoImagePlaceholder
{
    position: absolute;
    left: 37px;
    top: 13px;
}

.LogoHost img
{
    border: 0;
}

.LogoHost a,.LogoHost a:visited,.LogoHost a:active
{
    text-decoration: none;
    border: 0;
}

.MainHost>.Header>.MainMenu
{
    height: 60px;

    box-sizing: content-box;
    
    border-top: 2px solid #005AA9;
    border-bottom: 2px solid #006EC8;
    padding-left: 54px;

    background: #00ACE4 url(../Images/Backgrounds/MainMenu.png);
    background-repeat: repeat-x;
}

.MainHost>.Header>.MainMenu .MenuItem
{
    cursor: default;

    font-size: 18px;
    font-weight: 500;
    
    color: White;
    
    text-shadow: 2px 2px 1px #006699;

    vertical-align: top;

    padding-left:  18px;
    padding-right: 18px;
    
    height: 100%;
    
    float: left;
}

.MainHost>.Header>.MainMenu .MenuItem span
{
    padding-top: 19px;
    display:     block;
}


.MainHost>.Header>.MainMenu .MenuItem[is-hover],.MainHost>.Header>.MainMenu .MenuItem:hover
{
    background-image: url(../Images/Backgrounds/MainMenu_HoverItem.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.MainHost>.Header>.MainMenu .MenuItem[is-selected]
{
    background-image: url(../Images/Backgrounds/MainMenu_ActiveItem.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.MainHost>.Header>.MainMenu .Separator
{
    background-color: #00E6FE;
    float: left;
}

.MainHost>.ContentHost
{
    overflow: hidden;
    min-height: 600px;
    margin-bottom: 70px;
    padding-bottom: 70px;
    background-color: #F1F1F1;
}

.MainHost>.Footer
{
    position: absolute;
    
    bottom: 0; left: 0; right: 0;
    height: 140px;
    
    background-color: #0099D2;
    border-top: 5px solid #017AB1;
}

.FooterRoot
{
    width:  100%;
    height: 100%;

    color: White;
}

.FooterCounters
{
    position: absolute;

    right: 0;
    bottom: 0;

    width: 350px;
    height: 55px;
    
    border: 0px solid yellow;
}

.FooterCounters .FooterCounterImage
{
    border: 0;

    width: 88px;
    height: 31px;

    padding-right: 4px;
}

.FooterRoot .FooterNavi
{
    margin: 30px auto 0 auto;
    width: auto;
    text-align: center;
}

.FooterRoot .FooterCopyright
{
    margin: 42px auto 0 auto;
    width: auto;
    text-align: center;
}

.FooterRoot a.FooterNaviLink,.FooterRoot a.FooterNaviLink:visited
{
    color: White;
    
    text-decoration: none;
    text-align: center;
    
    padding: 0 14px;
}

.FooterRoot a.FooterNaviLink:hover
{
    text-decoration: underline;
}

.SearchHost
{
    height: 100%;
    width : 240px;
    
    vertical-align: top;
    
    padding-left:  32px;
    padding-right: 32px;
}

.SearchRoot
{
    padding-top: 18px;

    margin-left: 8px;
    margin-right: 8px;
    
    width: 100%;
}

.SearchRoot .SearchBoxBackgroundLeft,
.SearchRoot .SearchBoxBackgroundCenter
{
    position: absolute;

    background-position: 0px 50%;

    z-index: 1;
}

.SearchRoot .SearchBoxBackgroundLeft
{
    left: -12px; top: -7px;
    width: 40px; height: 40px;

    background-image: url(../Images/Backgrounds/MainMenu_SearchBox.png);
    background-repeat: no-repeat;
}

.SearchRoot .SearchBoxBackgroundCenter
{
    left: 16px; top: -7px; 
    right: 60px; height: 40px;

    background-image: url(../Images/Backgrounds/MainMenu_SearchBox_Frame.png);
    background-repeat: repeat-x;
}

.SearchRoot .SearchBoxPrompt
{
    position: absolute; 
    left: 6px; top: 3px; 
    
    height: 100%;

    font-size: 13px;
    color: gray;

    z-index: 2;
}

.SearchRoot .SearchBoxQuery
{
    outline: 0;
    border: 0;
    background: transparent;
    
    position: absolute;
    left: 6px; top: 3px;
    width: 190px; height: 16px;

    font-size: 13px;
    z-index: 3;
}

.SearchRoot .SearchBoxQuery::-ms-clear
{
    display: none;
}

.SearchRoot .SearchBoxSubmit
{
    position: absolute;
    right: 0; top: -7px;
    width: 60px; height: 40px;

    background-image: url(../Images/Backgrounds/MainMenu_SearchBox.png);
    background-repeat: no-repeat;
    background-position: -20px 50%;
}

.LoginBoxRoot
{
    position: relative;
    
    white-space: nowrap;
    overflow: hidden;

    width: 270px;
    height: 100px;
    left: 740px;
    
    background-image: url(../Images/Backgrounds/LoginBox_Frame.png);
    background-repeat: repeat-x;
}

.LoginBoxRoot table
{
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

.LoginBoxRoot td
{
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.LoginBoxRoot .Left
{
    width: 6px;
    height: 100px;

    background-image: url(../Images/Backgrounds/LoginBox_Frame_Left.png);
    background-repeat: repeat-y;
}

.LoginBoxRoot .Center
{
    position: relative;

    padding: 18px 0px 18px 22px;
}

body[ie='7'] .LoginBoxRoot .Center
{
    width: 236px;
}

.LoginBoxRoot .LoginButtonsView
{
    padding: 14px 0px 14px 3px;
    margin-right: 7px;
}

.LoginBoxRoot .Right
{
    width: 6px;
    height: 100px;

    background-image: url(../Images/Backgrounds/LoginBox_Frame_Right.png);
    background-repeat: repeat-y;
}

.LoginBoxRoot .LoginEditBox
{
    width: 165px;
    height: 25px;
    
    outline: 0;
    border: 0;

    padding-left: 30px;
    background: rgba(255, 255, 255, 1) url(../Images/empty.png) repeat;

    border: 1px solid #c3bfbf;
    border-radius: 3px;
}

.LoginBoxRoot .LoginEditBox[is-focus]
{
    border: 1px solid #106dc3;
}

.LoginBoxRoot .LoginBoxNameHost
{
    margin-bottom: 7px;

}

.LoginBoxRoot .LoginEditBoxIcon
{
    position: absolute;
    left: 0; top: 0; width: 30px; height: 29px;

    background-image: url(../Images/Backgrounds/Login.png);
    background-repeat: no-repeat;
    background-position: 0px top;

    text-indent: 32px;
    padding-top: 6px;
    font-size: 14px;
    color: Gray;

    pointer-events: none;
}

.LoginBoxRoot .LoginEditBoxIcon[hide-prompt]
{
    color: transparent;
}


.LoginBoxRoot .LoginBoxPasswordHost .LoginEditBoxIcon
{
    background-position: -30px top;
}

.LoginBoxRoot .LoginBoxNameHost,.LoginBoxRoot .LoginBoxPasswordHost
{
    position: relative;
    height: 29px;
    background-color: White;
    border-radius: 3px;
}

.LoginBoxRoot #LoginBoxName::-ms-clear
{
    display: none;
}

.LoginBoxRoot #LoginBoxSubmit
{
    width: 30px;
    height: 30px;
    
    background-image: url(../Images/Backgrounds/Login.png);
    background-repeat: no-repeat;
    background-position: -60px center;
}

.LoginBoxRoot #LoginBoxLogOff
{
    width: 30px;
    height: 30px;
    
    background-image: url(../Images/Backgrounds/Login.png);
    background-repeat: no-repeat;
    background-position: -90px center;

    position: absolute;
    bottom: 21px;
    right: 0px;
}

.LoginBoxRoot .UserNameIconHost
{
    margin-left: -10px;
    margin-top: -7px;
}

.LoginHost,.LoginHost a,.LoginHost a:visited,.LoginHost a:active
{
    vertical-align: top;
    line-height: 150%;
    
    color: #053a68;
    
    font-size: 14px;
    font-weight: bold;
}
.LoginHost a:hover 
{
    text-decoration: underline;
}

.LoginHost
{
    width: 157px;
    overflow: hidden;
    margin-top: -10px;
}

.LoginHost #UserNameLink
{
    font-style: italic;
    text-overflow: ellipsis;
}


.ContentArea
{
    display: inline-block;
    zoom: 1;
    *display: inline;
    
    vertical-align: top;
    width: 280px;

    padding-top: 15px;
    padding-bottom: 30px;
}

.ContentArea[pos='left']
{
    padding-left: 33px;
}

.ContentArea[pos='center']
{
    width: 556px;
}

@media screen and (max-width: 1000px)
{
    .ContentArea[pos='center']
    {
        width: 560px;
    }
}

.ContentArea[pos='right']
{
    text-align: right;
    padding-right: 41px;
}

.ContentHost .drop-shadow 
{
   position: relative;
   width: 90%;
}

.ContentHost .drop-shadow:before,
.ContentHost .drop-shadow:after 
{
   content: "";
   position: absolute;
   z-index: -1;
   bottom: 15px;
   left: 10px;
   width: 50%;
   height: 20%;
}

.PlanerkaBox
{
    position: relative;
    text-align: left;
    
    color: #404040;
    font-size: 14px;

    padding: 0.5em;
    margin: 0.5em 10px 0.5em;

    background-color: White;

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.PlanerkaBox:before,.PlanerkaBox:after 
{
    content: "";
    position: absolute;
    
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;

    max-width:300px;
    
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
 
.PlanerkaBox:after 
{
    right: 10px;
    left: auto;
    
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}


.lifted p {
        font-size:16px;
        font-weight:bold;
}
 
.lifted {
        position:relative;
        width:40%;
        padding:1em;
        margin:2em 10px 4em;
        background:#fff;
        border-radius:4px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-border-radius:4px;
     
}
         
.lifted:before,
.lifted:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
         
.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}

.PlanerkaBox .Label
{
    position: absolute;
    
    left: 0px; top: -18px;
    width: 60px; height: 70px;
    
    background-image: url(../Images/Backgrounds/planerka-box.png);
    background-repeat: no-repeat;
}

.PlanerkaBox[label='1'] .Label
{
    background-position: -66px top;
}

.PlanerkaBox[label='2'] .Label
{
    background-position: -125px top;
}

.PlanerkaBox[label='3'] .Label
{
    background-position: -188px top;
}

.PlanerkaBox[label='4'] .Label
{
    background-position: -248px top;
}

.PlanerkaBox[label='5'] .Label
{
    background-position: -307px top;
}

.PlanerkaBox[label='6'] .Label
{
    background-position: -370px top;
}

.PlanerkaBox[label='7'] .Label
{
    background-position: -432px top;
}

.PlanerkaBox[label='8'] .Label
{
    background-position: -494px top;
}

.PlanerkaBox .Title
{
    position: relative;
    font-size: 20px;
    color: #37567f;
    padding-left: 20px;
}

.PlanerkaBox[label='1'] .Title,
.PlanerkaBox[label='2'] .Title,
.PlanerkaBox[label='3'] .Title,
.PlanerkaBox[label='4'] .Title,
.PlanerkaBox[label='5'] .Title,
.PlanerkaBox[label='6'] .Title,
.PlanerkaBox[label='7'] .Title,
.PlanerkaBox[label='8'] .Title,
.PlanerkaBox[label='9'] .Title,
.PlanerkaBox[label='10'] .Title,
.PlanerkaBox[label='11'] .Title
{
    padding-left: 40px;
}

.PlanerkaBox .ItemsBox
{
    padding: 23px 10px 5px 5px;
}

.PlanerkaBox a,.PlanerkaBox a:visited,.PlanerkaBox a:active,.PlanerkaBox a:hover
{
    color: #42aee6;
    text-decoration: underline;
}

.PlanerkaBox a:hover
{
    color: #5bc2fb;
    color: #FFA606;
}

.PlanerkaBox .TitleLink
{
    position: absolute;
    right: 10px;
    top: 4px;

    font-size: 14px;
}

.bold
{
    font-weight: bold !important;
}

.center-align
{
    text-align: center !important;
}

.right-align
{
    text-align: right;
}

.float-right
{
    float: right;
}

.float-left
{
    float: left;
}

.SubscriberRoot
{
    background: transparent !important;
}

.PlanePicture
{
    width: 230px;
    height: 153px;

    -webkit-box-shadow: 2px 2px 10px #aaa;
    -moz-box-shadow: 2px 2px 10px #aaa;
    box-shadow: 2px 2px 10px #aaa;

    padding: 4px;
    margin: 0px 16px 16px 20px;
}

.PlanePicture[vert='1']
{
    width: 235px;
    height: 310px;
}

.ContentDIV
{
    padding: 30px;
}

.ContentDIV p
{
    text-align: justify;
}

.TabControl
{
    padding: 0;
    margin: 0;
}

.TabItem
{
    display: inline;
    padding: 4px 12px;
    margin: 0px;
    
    border: 1px solid gray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    background-color: #EEE;

    cursor: pointer;
}

.TabItem[is-selected='1']
{
    border-bottom: 1px solid transparent;

    background: #f5f5f5;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.TabItemContent
{
    border: 1px solid gray;
    margin-top: 4px;
    padding: 16px;
    background-color: White;

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.TabItemContent[is-selected='1']
{
}

.ErrorPanel
{
    -webkit-box-shadow: 5px 5px 10px #aaa;
    -moz-box-shadow: 5px 5px 10px #aaa;
    box-shadow: 5px 5px 10px #aaa;

    position: absolute;
    left: 120px;
    top: 120px;

    border: 2px solid Red;
    color: Red;
    background-color: #FFE8D9;
    font-weight:bold;

    padding: 15px;
    min-width: 150px;
    min-height: 20px;
    
    display: none;
    cursor: default;
}

hr[forum]
{
    border: 0;
    outline: 0;
    
    color: #bbb;
}

.shadow
{
    -webkit-box-shadow: 2px 2px 10px #aaa;
    -moz-box-shadow: 2px 2px 10px #aaa;
    box-shadow: 2px 2px 10px #aaa;
}

.btn-orange
{
    outline: 0;
    border: 0;

    color: White;
    background-color: #FA6900;
    
    padding: 4px 8px;
}

.btn-orange:disabled,.btn-orange[disabled]
{
    background-color: transparent;
    border: 1px solid #FFD1AF;
    color: Gray;
}

.btn-cancel
{
    outline: 0;
    border: 0;
    
    color: Blue;
    background: transparent;
    
    text-decoration: underline;
    cursor: pointer;

    padding: 4px 8px;
}

