﻿body
{
    padding: 0;
    margin: 0;
}
.page
{
    margin: 0;
    padding: 0;
    background-image: url('Images/customs/bg_login_right.jpg');
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
div.normal
{
    position: absolute;
    top: 0;
    height: auto;
    padding: 0 1em;
}
div.newfooter
{
    clear: both;
    position: absolute;
    top: 850px;
    width: 100%;
}

.colLeft
{
    position: relative;
    width: 450px;
    height: 900px;
    background-image: url('Images/customs/bg_login_left.gif');
    background-repeat: repeat-x;
    float: left;
}
.colShadow
{
    width: 10px;
    height: 900px;
    background-image: url('Images/customs/bg_login_left_shadow.png');
    background-repeat: repeat-y;
    float: left;
}
.colRight
{
    position: absolute;
    height: 900px !important;
    width: 820px;
    margin-left: 460px; /*     background-image:url('Images/bg_login_right.jpg');     background-repeat:repeat-x; */
    float: left;
}
.bottom
{
    background-image: url('Images/customs/bg_login_left_bottom.gif');
    width: 450px;
    clear: both;
    height: 16px;
}


/*
specifics
*/
.leftLogo
{
    margin: 90px 0px 0px 40px;
    font-size: 35px;
    font-family: Trebuchet MS Bold ,Arial;
}

.txtLogo
{
    float: left;    
    font-family: "Trebuchet MS Bold" ,Arial;
    margin: 75px 0px 0px 40px;
}
div.colLeft #LoginFooterLeft
{
    font-family: "Trebuchet MS" ,Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    margin-left: 40px;
    position: absolute;
    bottom: 10px;
}

.imgShadow
{
    margin-left: 450px;
    height: 100%;
    width: 7px;
    top: 0px;
}

.Header
{    
    font-style:normal;
    font-weight:normal;
    color:#333333;
}
.Footer
{
    position: absolute;
    height: auto;
    bottom: 10px;
    left: 10px;
    width: 100%;
}
.Footer a
{
    font-family: "Trebuchet MS" ,Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #5C5C5C;
    float: left;
    padding-right: 15px;
    text-decoration: none;
}
div.Footer #FooterLogo
{
    /*width:574px;*/
    position: absolute;
    bottom: 0px;
    right: 10px;
}

a
{
    color: #0079BD;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    outline: medium none;
    text-decoration: none;
}

