﻿/*html,body 
{
    margin:0;
    padding:0; 
    font-size:12px;
    font-family:Arial;
    background:#EDF0F4;
    height: 100%;
    min-height: 100%;
    position: relative;
}
.generalContainer {
    clear: both;
}
.main-heading {
    height: 100px;
    background:#fff;
}*/
.logo
{
    margin:0px 0px 0px 30px;
    height:100px;
}

.header-back
{
    background:url('../../../images/logoMiddle.jpg') repeat-x;
    position:absolute;
    z-index:1;
    width:100%;
    height:150px;
}
.header-right
{
    background:url('../../../images/logoRight.jpg') no-repeat top right;
    height:150px;
    width:100%;
}
.header-logo
{
    background:url('../../../images/logoLeft.jpg') no-repeat top left;
    height:150px;
    width:100%;
}
.loginContainer {
    color: #ccc !important;
}
#login-bg {
    background: #000 !important;
    color: #fff !important;
}
#login-bg .lbl {
    color: #fff !important;
}
.main-heading {
    height: 100px;
    background: #000;
    color: #fff !important;
    
}
#logindiv a:hover {
    color: #FFC90D !important;
}

/*#logindiv
{
    position:absolute!important;
    top:0;
    right: 10px;
    text-align:right!important;
    font-size:12px;
    padding-top:5px;
    z-index:2;
}*/





