html
{
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    font-size: 10pt;
    font-family: Verdana, Arial, Tahoma, Sans-Serif; /* hide overflow:hidden from IE5/Mac */ /* \*/
    overflow: hidden; /* */
}

body
{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

#content
{
    overflow: auto;
    overflow-y:scroll;
    position: absolute;
    z-index: 3;
    top: 151px;
    bottom: 48px;
    right: 0px;
    left:0px;
    background: #fff url('../../images/ecl/mainTopBg.png') top left repeat-x;
    padding-left:50px;
    /*padding-right:13px;*/
}
#content::-webkit-scrollbar {
    -webkit-appearance: none;
}
#content::-webkit-scrollbar {
    width: 17px;
}
#content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
#content::-webkit-scrollbar-track {
}

/*
* html #content
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 3;
    border-top: 108px solid #fff;
    border-bottom: 48px solid #fff;
}
*/

#contentleft
{
    overflow: auto;
    position: absolute;
    z-index: 3;
    top: 108px;
    bottom: 48px;
    left: 300px;
    right: 0;
    background: #fff url('../../images/ecl/mainTopBg.png') top left repeat-x;
}

/*
* html #contentleft
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 3;
    border-top: 108px solid #fff;
    border-bottom: 48px solid #fff;
    border-left: 300px solid #fff;
}
*/

#head
{
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 65px;
    background-color:#fff;
    z-index: 20;
    overflow: hidden;
    color: #fff;
    min-width:1000px;
}

#foot
{
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 1em;
    z-index: 20;
    overflow: hidden;
    text-align: center;
    background: #000 url('../../images/ecl/BottomCenter.png') top center repeat-x;
    min-width:1000px;
}
#premium {
    position: relative;
    top:0px;
    left:0;
    right:0;
    height:43px;
    background-color: #ed1c24;
    color:#ffffff;
    text-align: center;
    display: block;
    line-height: 43px;
    font-size: 15px;
}
#premium .premium-text {
    position: relative;
    top: 0px;
    line-height: 43px;
    height: 43px;
    display: inline-block;
}
{
    background-color: #ed1c24;
}


#premium .premium-button .red-button {
    -moz-box-shadow:inset 0px 29px 0px -15px #d94734;
    -webkit-box-shadow:inset 0px 29px 0px -15px #d94734;
    box-shadow:inset 0px 29px 0px -15px #d94734;
    background-color:#cc442f;
    border:1px solid #241d13;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:0 23px 1px;
    height:30px;
    line-height: 30px;
    text-decoration:none;
    text-shadow:0px -1px 0px #c44d3a;
}
#premium .premium-button .red-button:hover {
    background-color:#d94734;
}
#premium .premium-button .red-button:active {
    position:relative;
    top:1px;
}
#premium .premium-button .bigRedButton {
    float:none;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: 6px;
}

#termination {
    position: relative;
    top:0px;
    left:0;
    right:0;
    height:43px;
    background-color:  #FFD505;
    color:#000000;
    text-align: center;
    display: block;
    line-height: 43px;
    font-size: 22px;
    font-weight:bold;
}
#termination .termination-text {
    position: relative;
    top: 0px;
    line-height: 43px;
    height: 43px;
    display: inline-block;
}

#termination .termination-button .red-button {
    -moz-box-shadow:inset 0px 29px 0px -15px #d94734;
    -webkit-box-shadow:inset 0px 29px 0px -15px #d94734;
    box-shadow:inset 0px 29px 0px -15px #d94734;
    background-color:#ed1c24;
    border:1px solid #241d13;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:0 13px 1px;
    height:30px;
    line-height: 30px;
    text-decoration:none;
    text-shadow:0px -1px 0px #c44d3a;
}
#termination .termination-button .red-button:hover {
    background-color:#ed1c24;
}
#termination .termination-button .red-button:active {
    position:relative;
    top:1px;
}
#termination .termination-button .bigRedButton {
    float:none;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: 6px;
}

#menuContainer
{
    position: relative;
    margin: 0;
    top: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 43px;
    background: #fff url('../../images/ecl/menuNewBg.png') repeat-x;
    font-size: 10pt;
    z-index: 20;
    overflow: hidden;
    color: #fff;
    padding-left:34px;
}

#menuContainer .menu-left {
    float:left; height:43px;

}

#menuContainer .menu-right {
    float:right; padding-right:92px;text-align:right;
}

#content .login-mobile {
    display: none;
}

.frontpage-image {
    padding-top:108px; text-align: center;
}
@media screen and (max-width: 1010px) {

    #menuContainer .menu-right {
        padding-right:0px;
        display: none;
    }

    #content .login-mobile {
        display: block;
        padding:34px;
    }

    .frontpage-image {
        padding-top:0px;
    }
}


#left
{
    position: absolute;
    left: 0;
    top: 108px;
    bottom: 48px;
    width: 250px;
    z-index: 10;
    overflow: auto;
    background: #fff url('../../images/ecl/mainTopBg.png') top left repeat-x;
    padding-left:50px;
}

* html #left
{
    height: 100%;
    top: 0;
    bottom: 0;
    border-top: 108px solid #fff;
    border-bottom: 48px solid #fff;
    color: #fff;
}
