﻿/*body
{
    margin: 0;
    background: url(../Content/Images/bg-Login.jpg);
    font-family: calibri;
    font-size: 12px;
    line-height: 18px;
}*/

body.bg-fl
{
    background: url(../Content/Images/bg-full.png) repeat;
    width:100%;
    height:100%;
}

.cnt_lndpg
{
    margin:0px auto;
    padding:0px;
    width:995px;
}
.loginbg
{
    /*background: url(../Content/Images/login_screen.jpg) no-repeat;*/
    background: url(../Content/Images/login_screen.png) no-repeat;
    width: 579px;
    margin: 150px auto;
    height: 402px;
}


.usrnam
{
    margin: 105px 0 0 120px;
    border: none;
    background: none;
    height: 25px;
    font-size:13px;
    color:#000000;
}

.pswd
{
    margin: 36px 0 0 120px;
    border: none;
    background: none;
    height: 25px;
     font-size:13px;
      color:#000000;
}



.loginbut 
{
    margin: 42px 0px 108px 217px;
    background: none;
    width: 98px;
    height: 32px;
    border: none;
     font-size:14px;
      color:#000000;
}

.LoginError
{
    border: none;
    background: none;
    text-align: left;
    color: Red;
}
.listcontent
{
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}
.listcontent ul
{
    list-style: none;
    position: relative;
    left: 50%;
}
.listcontent li
{
    float: left;
    position: relative;
}
.webgrid
{
 width: 100%;
 border: 0px;
 border-collapse: collapse;
 white-space:nowrap;
 }

.des {
    width:50%;
}

.webgrid a
{
color: #000;
}

.webgrid-header
{
padding: 6px 5px;
text-align: center;
background-color: #e8eef4;
border-bottom: 2px solid #3966A2;
height: 40px;
border-top: 2px solid #D6E8FF;
border-left: 2px solid #D6E8FF;
border-right: 2px solid #D6E8FF;
}

.webgrid-footer
{
padding: 6px 5px;
text-align: center;
background-color: #e8eef4;
border-top: 2px solid #3966A2;
height: 30px;
border-bottom: 2px solid #D6E8FF;
border-left: 2px solid #D6E8FF;
border-right: 2px solid #D6E8FF;
 }

.webgrid-alternating-row
{
height: 30px;
background-color: #f2f2f2;
border-bottom: 1px solid #d2d2d2;
border-left: 2px solid #D6E8FF;
border-right: 2px solid #D6E8FF;
}