/* CSS Document */

html
{
	height: 100%; /* gives layout 100% height */
	width: 100%;
}
body
{
	height: 100%; /* gives layout 100% height */
	width: 100%;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#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;*/
	display:none;/*added to hide footer from page 14 11 2013*/
}


h1, h2, h3, h4, h5, h6, ul, li, form, input, lable, p
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}


/*headers classes starts here------------------------*/

.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;}
.textbox_160
{
	width: 210px;
	height: 12px;
	font-size: 11px;
	color: #999999;
	padding-left: 10px;
	float: left;
	margin-top: 7px;
	text-align: justify;
}

input[type="text"], input[type="password"]
{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	background-color:#fff;
	 -webkit-appearance: none;
}

.login
{
	display: block;
	position: relative;
	width: auto;
	margin:0 auto;
	padding:60px 0;
	/*background: url(../../Content/images/LoginScreenBlockShadow_bottom.png) no-repeat center bottom;*/
}

.loginContainer
{
	width:auto;
    height: auto;
	padding:25px 25px 0 25px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border:solid 1px #dadada;
	margin: 0 auto;
	background:#f1f3f2;
}

.login .singleline
{
	width:351px; height:29px;
	padding-bottom:26px;/*padding-bottom: 4px;
   /* position: relative;*/
	clear: both;
   /* margin:0 auto 0 167px;*/
	 /*float:left;*/
	 left:0\9;
}

.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: #646464;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin:0px 15px 0 0;
	padding: 8px 0;
	text-align: left;
	width:70px;
	font-weight:bold;
}

.login form span label
{
	color: #686161;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 15px 0 5px;
	padding: 7px 0;
	text-align: right;
	width: auto;
}

.login form input
{
	padding: 7px;
	display: block;
	/*width: 250px;*/
	border: none;
	float: left;
	margin: 0px 0 0 0;
	color: #000000;
	border: #CCCCCC 1px solid;
}

.login .btnlogin
{
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	width: 78px;
	border: none;
	height:30px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold; 
	float:right;
   /* position:absolute;*/
	top:10px;
	text-align:center;
	line-height:18px;
	/*right:174px;*/
	cursor:pointer;
	padding:6px 0 11px 0;
	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;
	
}


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:10px;
}

.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*/
{
	background: url("../../Content/images/resetpassword_mid.png") no-repeat scroll center top transparent;
	display: block;
	height: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 678px;
}

.forgotpassword-btn
{
	background:none;
	color:#646464;
	font-size:11px;
	text-decoration:underline;
	border:0;
	margin:0;
	padding:0px;
	cursor:pointer;
	margin-left:-3px;
	font-family: Arial, Helvetica, sans-serif;
}

.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;}