
body 
{
   
    /*background-image: url("/images/client/Blank_canvas.png");*/
    background-color:#ccc;
}




.footer 
{
width: 100%; 
height: 32px; margin: 0 auto;
}

.header-image {
 background: url('/images/client/header.jpg') no-repeat center top; 
    

}



.header .header-div1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 145px;
    background: url('/images/client/header.jpg') no-repeat center top;
    /*margin-left: 50px;*/
    background-position: left;
}



.header .header-loginstatus .txt
{
font-size: 12px;
text-transform: uppercase;
}


.tab-text
{
float: left;
padding: 4px 3px 0 3px;
color: white;
white-space: nowrap;
}

a:hover, .lnk:hover
{
color: #4090B7;
}

.content-wrap 
{ 
  width: 100%; 
  margin: 0 auto;
}

.header .header-loginstatus .login-name
{
border-right: 1px solid;
padding: 0 5px 0 0;
}

.header .header-loginstatus .txt
{
font-size: 12px;
text-transform: uppercase;
display: inline;
}

.tab-text
{
float: left;
padding: 4px 3px 0 3px;
color: #FFFFFF;
white-space: nowrap;
}
.tab-selected .tab-text
{
color: #24418D;
}
.tab-selected
{
  border-bottom: 1px solid white;
}
.tab-middle
{
margin: 0 0 0 0;
}
.default .pnl .div2 .text2 {
    color: green;
}

.header .header-contactus {
    background-image: url(/images/client/contact_us.png);
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    left: -20px;
    top: 5px;
}

