/* CSS Document */

*
{
    margin: 0; /* zero out margin */
    padding: 0; /* zero out padding */
}
html
{
    height: 100%; /* gives layout 100% height */
    width: 100%;
}
body
{
    height: 100%; /* gives layout 100% height */
    width: 100%;
    background: #FFFFFF;
    font-family: tahoma;
}
#wrapper
{
    height: 100%; /* gives layout 100% height */
    width: 100%; /* centered div must be given a width */
    margin: 0 auto; /* centers #wrapper */
}
* html #wrapper
{
    height: 100%; /* IE6 treats height as min-height */
}

#clearfooter
{
    height: 15px; /* provides space for the #footer */
}

html, #wrapper, body
{
    width: 100%;
}


#footer
{
    height: 15px;
    width: 100%; /* centered div must be given a width */
    margin: -30px 0 0 0; /* -80px sucks it back in & auto centers it */
    width: 100%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #817f7f;
    z-index: 100;
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #cccccc;
    background-color: #FFFFFF; /*position: fixed;*/
}


h1, h2, h3, h4, h5, h6, ul, li, form, input, lable, p
{
    margin: 0;
    padding: 0;
}

img
{
    border: none;
}


/*headers classes starts here------------------------*/

input[type="text"], input[type="password"] {
    border-radius: 3px 3px 3px 3px;
}

.header
{
    width: 100%; /*  background: url(../../Content/images/bg_header.jpg) repeat-x;*/
    height: 109px;
}


#content
{
    border-top: 10px solid #a8a9ad;
}

.munrologo
{
    text-align: center;
    height: 70px;
    margin-bottom:40px;
}
.textbox_160
{
    width: 210px;
    height: 12px;
    font-size: 11px;
    color: #999999;
    padding-left: 10px;
    float: left;
    margin-top: 7px;
    text-align: justify;
}

.login
{
    display: block;
    margin: 0 auto;
    padding: 0px 0;
    position: relative;
    width: auto;
    /*background: url(../../Content/images/LoginScreenBlockShadow_bottom.png) no-repeat center bottom;*/
}

.login .singleline
{
    width: 351px;
    padding-bottom: 36px;
    position: relative;
    clear: both;
    margin: 0;
}

.login .singleline input
{
    margin-bottom:23px;
}

.login a.hyperlinks
{
    color: #686161;
    float: left;
    font-size: 10px;
    margin-left: 235px;
    text-decoration: none;
    white-space: nowrap;
}

.login a.hyperlinks:hover
{
    color: #666666;
}

.login form label
{
   color: #686161;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 15px 0 0;
    padding: 8px 0;
    text-align: left;
    width: 70px;
}

.login form span label
{
    color: #686161;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 5px 15px 0 5px;
    padding: 7px 0;
    text-align: right;
    width: auto;
}

.login form input
{
   border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    float: left;
    margin: 0;
    padding: 7px;
    width: 250px;
}

.login .btnlogin
{
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 18px;
    padding: 6px 0 11px;
    text-align: center;
    top: 10px;
    width: 78px;
    background: url(../../Content/images/LoginButtonSprite.png) no-repeat left 0px;
}

.login .btnlogin:hover
{
    background: url(../../Content/images/LoginButtonSprite.png) no-repeat left -35px;
}


.bdrTopBot3px
{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}


.bdrTopBot3px
{
    /*height:581px;*/
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.loginBox
{
    background: url("../../Content/images/LoginScreenBlockShadow_top.png") no-repeat scroll center top transparent;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 0;
    width: 678px;
}


.loginContainer {
    background: none repeat scroll 0 0 #F1F3F2;
    border: 1px solid #DADADA;
    border-radius: 4px 4px 4px 4px;
    margin: 0 auto;
    padding: 25px 23px 0;
    width: 353px;
}


h1
{
    font-size: 16pt;
    color: #666666;
    font-weight: normal;
}

#head
{
    width: 380px;
    margin: 0 auto;
    padding-left: 200px;
    padding-top: 30px;
    background: url(../../Content/images/loginadmin.gif) no-repeat;
    height: 75px;
}

.brown
{
    color: #CC3300;
}

.navManu
{
    width: 990px;
    margin: 0 auto;
}
.navManu a
{
    padding-top: 120px;
    width: 104px;
    margin: 0 auto;
    margin-top: -35px;
    float: right;
    margin-left: 15px;
    position: relative;
    z-index: 100;
    text-align: center;
    font: bold 12px/20px tahoma;
    text-decoration: none;
    color: #049ea8;
}

.aboutUs
{
    background: url(../../Content/images/Contact_us.png) no-repeat;
}

.products
{
    background: url(../../Content/images/about_us.png) no-repeat;
}

.singleline.error-line
{
    width: 100%;
    text-align: center;
    color: #ff0000;
    margin-left: 0px;
    padding: 0px;
    font-size: 11px;
    position: absolute;
    top: -40px;
    left:-20px;
}

.singleline.error-line label
{
    width: 100%;
    text-align: center;
}


.darkgrey_button
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58595b', endColorstr='#606162'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#58595b), to(#606162)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #58595b, #606162); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #58595b, #606162); /* for firefox 3.6+ */
    background: -ms-linear-gradient(left, #58595b 0%, #606162 100%);
    cursor: pointer;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    ouline: none;
    font-family: Verdana;
}


.darkgrey_button:hover
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#565656'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#565656)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #757575, #565656); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #757575, #565656); /* for firefox 3.6+ */
    background: -ms-linear-gradient(left, #757575 0%, #565656 100%);
    color: #FFFFFF;
}

.resetpasswordBox /* created on 10 May 2013*/
{
    display: block;
    height: 400px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 678px;
}

.forgotpassword-btn
{
    background: none;
    color: #58595b;
    font-size: 11px;
    text-decoration: underline;
    border: 0;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    margin-left: -4px;
}

.error-line
{
    width: 220px;
    text-align: left;
    color: #ff0000;
    margin-left: 45px;
    padding: 0px;
    font-size: 11px;
}




.logincontent
{
    margin: 0 auto;
}


.login.forgotpassword .btnlogin{ position: relative;float: right;margin-left: 3px;}
.login.forgotpassword form label{ width: 110px;}
.login.forgotpassword form input{ width: 210px;}