@charset "utf-8";
/* CSS Document */ 
html,
body
{
	/*background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-x;*/
	background-color:#FFF;
	margin:0;
    padding:0;
    height:100%;
	
}
#wrapper {
	min-height:100%;
	position:relative;
}
a
{
	border:none;
	outline:none;
}
img
{
	border:none;
	outline:none;
}
#content {
	/*padding-bottom:100px;  Height of the footer element */
}
.outerdiv
{
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	height:86px;
	width:100%;
}
.innerdiv
{
	width:100%;
	min-width:1000px;
	margin:0 auto;
}
.innerdiv1
{
	width:100%;
	min-width:850px;
	margin:0 auto;
}

.mask
{
	background-image:url(../images/mask.gif);
	background-repeat:repeat-x;
	height:0.1px;
	clear:both;
}
.mask1
{
	background-image:url(../images/mask.gif);
	background-repeat:repeat-x;
	height:2px;
	clear:both;
}

.smallmask
{
	background-image:url(../images/mask.gif);
	background-repeat:repeat-x;
	height:3px;
	clear:both;
}

.headercont
{   
	/*background: url(../images/newheader.jpg); 
	background-repeat:no-repeat;*/
	width:100%;
	max-width:100%;
	height:auto;
	border-bottom:solid 3px #c5dc04;
	float: left;
}

.headerimage
{
	background:url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	width:718px;
	height:118px;
	float:right;
}

.admintextnew
{
	background: url(../images/admintextnew.png);
	background-repeat:no-repeat;
	width:550px;
	height:110px;
	margin-top:0px;
	float:right;
	margin-right:2px;
	
}



.logocont
{
	
	width:407px;
	height:110px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position:top left;
	float:left;
	margin-top:0px;
	margin-left:0px;
	
}


.logotext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#FFF;

	float:left;
}

.button{
	background: url(../images/submitbtn.png);
	background-repeat: no-repeat;
	border:none;
	width:85px;
	height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	float:left;
	margin-right:5px;
	
	
}

.titletext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#FFF;
	width:240px;
	height:40px;
	margin-top:30px;
	
	float:right;
}

.admintext
{
	background: url(../images/adminlogo.png);
	background-repeat:no-repeat;
	width:79px;
	height:96px;
	float:right;
	margin-top:8px;
	margin-right:80px;
	
}

.topbg
{
	background: url(../images/topbg.png);
	background-repeat:no-repeat;
	width:737px;
	height:66px;
	float:right;
	
	
}




.container
{
	background-color:#FFF;
	/*width:1000px;*/
	width:100%;
	height:auto;
	padding:0px;
	min-height: 437px;
	float:left;

}

.containernew
{
	background-color: transparent;
	/*width:1000px;*/
	width:100%;
	height:auto;
	padding:0px;
	
	float:left;

}


.innercontainer
{
	background-color: transparent;
	width:97%;
	/*width:980px;*/
	padding:10px;
	height:auto;
	float:left;

}

.innernewcont
{
	background:url(../images/white_noise.png);
	background-repeat:repeat;
	background-color:#FFF;
	/*width:980px;*/
	width:98%;
	padding:10px;
	height: auto;
	/*border:solid 1px  #CCC;*/
	float:left;

}


.adminphoto
{
	background:url(../images/adminphoto.jpg);
	background-repeat:no-repeat;
	width:676px;
	height:160px;
	float:left;
	margin-left:135px;
	background-position: top center;
	
}

.adminpanelsec
{
	
	width:750px;
	height:auto;
	margin:0 auto;


}

.adminpanel
{

	width:500px;
	height:auto;
	background:url(../images/white-patternbg.png);
	background-repeat:repeat;
	background-color:#FFF;
	margin:0 auto;
	border:solid 1px #90b96a;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
	 box-shadow: 0px 0px 7px #ADADAD;
	-webkit-box-shadow: 0px 0px 7px #ADADAD;
	-moz-box-shadow: 0px 0px 7px #ADADAD;
	-o-box-shadow: 0px 0px 7px #ADADAD;

	

}
.adminpaneltopsec
{

	width:490px;
	height:auto;
	padding:5px;
	background-color:#90b96a;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	float:left;


}

.addpanel
{

	width:600px;
	height:auto;
	background-color:#FFF;
	margin:0 auto;
	/*border:solid 1px #90b96a;
	 box-shadow: 0px 0px 7px #ADADAD;
	-webkit-box-shadow: 0px 0px 7px #ADADAD;
	-moz-box-shadow: 0px 0px 7px #ADADAD;
	-o-box-shadow: 0px 0px 7px #ADADAD;
*/
	

}


.admininnercon
{
	width:350px;
	height:auto;
	margin:0 auto;
	/*float:left;*/
/*	float:left;
	margin-top:90px;
	margin-left:235px;*/
	
}



.addproductsec
{
	width:450px;
	height:auto;
	margin:0 auto;
	
}
.newproductsec
{
	width:580px;
	height:auto;
	margin:0 auto;
	
}


.admininnercon1
{
	width:450px;
	height:230px;
	float:left;
	margin-top:90px;
	margin-left:250px;
	
}

.logintxtbox
{
	height:21px;
	width:196px;
	background-color:#fff;
	background:url(../images/textboxbg.jpg);
	background-repeat:repeat-x;
	border: solid 1px #090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
}

.bidtxtbox
{
	height:21px;
	width:90%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	padding:3px;
	border:none;
	color:#000;
	background-color:#FFF;
}

.optionlogintxt
{
	height:25px;
	width:205px;
	background-color:#fff;
	background:url(../images/textboxbg.jpg);
	background-repeat:repeat-x;
	border: solid 1px #090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}

.optionloginstyle
{
	height:25px;
	width:130px;
	background-color:#fff;
	background:url(../images/textboxbg.jpg);
	background-repeat:repeat-x;
	border: solid 1px #090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}

.txtinstyle
{
	height:20px;
	width:130px;
	background-color:#fff;
	border: solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:4px;
	color:#000;
}



.loginsmltxtbox
{
	height:21px;
	width:100px;
	background:url(../images/textboxbg.jpg);
	background-repeat:repeat-x;
	border: solid 1px #090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
}

.loginbtn
{	
	height:26px;
	width:100px;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.loginbtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}

.revisebtn
{	
	height:auto;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-bottom:2px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.revisebtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}


.editbtn
{
	
	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.editbtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}


.editnewbtn
{
	
	
	height:auto;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
	margin:5px;
	float:right;
}
.editnewbtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}


.addtxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000; 
	padding:5px;
	font-weight:normal;
}

.logintxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000; 
	padding:5px;
	
	font-weight:bold;
}
.loginlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #C00;
	padding:5px;
}
.loginlink a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.loginlink a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.loginlink a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

.editlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}
.editlink a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.editlink a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.editlink a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0;
	text-decoration:none;
}



/***********Footer Sec Start*****************/
#footer {
	/*background-image: url(../images/footerbg.jpg);
	background-repeat:repeat-x;*/
	background-color:#528600;
	width:100%;
	height:70px;
	position: absolute;
	bottom:0;
	left:0;
	
}


.footer
{
	
	width:100%;
	height:40px;
	background-color:#FFF;  
	background-repeat:repeat-x;
	background-position: bottom;
	position: absolute;
	bottom:0px;
	

}

.footernew
{
	/*background-image: url(../images/footerbg.jpg);
	background-repeat:repeat-x;*/
	
	width:100%;
	height:40px;
	background-color:#FFF; 
	background-position: bottom;
	border-top:solid 1px #CCC;
	

}



.innerfooter
{
	width:99%;
	margin:0 auto;
}

.footerimage
{
	
	width:100%;
	height: auto;
	float:left;
}

.footertext
{
	
	height:30px;
	width:auto;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

.footertextnew
{
	
	height:30px;
	width:auto;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:10px;
	float:right;
}

.footerlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding:5px;
}
.footerlink a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.footerlink a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.footerlink a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

/***********Footer Sec End*****************/

/***********Topbar Sec Start*****************/
.topbarcont{
	width:100%;
	
	/*width:1000px;*/
	height:auto;
	float:left;
}

.topbarimage
{
	background:url(../images/topbar.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:63px;
	float:left;
}

.topbartextcont
{
	
	width:1000px;
	height:30px;
	margin-top:30px;
	float:left;
}
.topbartext{
	width:auto;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
	float:left;
	
}

.topbartext a:link{
	width:auto;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
	float:left;
	
}

.topbartext a:visited{
	width:auto;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
	float:left;
	
}

.topbartext a:hover{
	width:auto;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #FF0;
	float:left;
	
}

.topbartextnewcont
{
	
	width: auto;
	height:30px;
	margin-top:20px;
	float:left;
}

.commonselect{
	background: url(../images/commonselect.gif);
	background-repeat:no-repeat;
	width:203px;
	height:50px;
	margin-top:0px;
	margin-left:0px;
	float: left;
}

.commonstatic{
	background: url(../images/commonstatic.gif);
	background-repeat:no-repeat;
	width:203px;
	height:50px;
	margin-top:0px;
	margin-left:0px;
	float: left;
}

.hotelstatic{
	background: url(../images/hotelstatic.gif);
	background-repeat:no-repeat;
	width:160px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}

.hotelselect{
	background: url(../images/hotelselect.gif);
	background-repeat:no-repeat;
	width:160px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}

.confstatic{
	background: url(../images/confstatic.gif);
	background-repeat:no-repeat;
	width:160px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}

.confselect{
	background: url(../images/confselect.gif);
	background-repeat:no-repeat;
	width:160px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}


.tourstatic{
	background: url(../images/tourstatic.gif);
	background-repeat:no-repeat;
	width:160px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}

.tourselect{
	background: url(../images/tourselect.gif);
	background-repeat:no-repeat;
	width:160px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}
.flightstatic{
	background: url(../images/flightstatic.gif);
	background-repeat:no-repeat;
	width:150px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}

.flightselect{
	background: url(../images/flightselect.gif);
	background-repeat:no-repeat;
	width:150px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}


.carstatic{
	background: url(../images/carstatic.gif);
	background-repeat:no-repeat;
	width:142px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}

.carselect{
	background: url(../images/carselect.gif);
	background-repeat:no-repeat;
	width:142px;
	height:50px;
	margin-top:0px;
	margin-left:5px;
	float: left;
}


/***********Topbar Sec End*****************/

/***********Menu Sec Start*****************/

.menucont{
	width:215px;
	height:auto;
	float:left;
	 box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD; 
}
.menutopbg{
	background:url(../images/menutopnewbg.jpg);
	background-color:#060;
	width:215px;
	height:40px;
	float:left;
}

.menuinnercont{
	/*background:url(../images/white-patternbg.png);
	background-repeat:repeat;*/
	background-color:#FFF;
	border:solid 1px #999;
	width:212px;
	height:auto;
	float:left;
}




 
 .trianglebuttom{
	 background:url(../images/trianglebottom.png);
	 background-repeat:no-repeat;
	 width:194px;
	 height:35px;
	 float:left;
	 margin:0 auto;
 }
	
/***********Menu Sec End*****************/

/***********Body Sec Start*****************/
.innerbodycont{
	width:81%;
	height:auto;
	float:right;
	
}
.innermidcont{
	width:1000px;
	height:auto;
	margin-left:5%;
	float:left;
	
}

.topbodycont{
	width:81%;
	height:auto;
	float:right;
	
}



.registbodycont{

	width:100%;
	height:auto;
	float:right;
	
}
.iconcont{
	width:100%;
	height:auto;
	float:left;
	
}
.usericon{
	background:url(../images/usericon.jpg);
	background-repeat:no-repeat;
	width:40px;
	height:44px;
	float:left;
}

/*.logouticon{
	width:40px;
	height:44px;
	float:right;
}
*/
.loginnewtext{
	width:220px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:12px;
	color: #333; 
	float:left;
	
}

.loginnewtext a:link{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333; 
	float:left;
	
}

.loginnewtext a:visited{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:  #333; 
	float:left;
	
}

.loginnewtext a:hover{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	color: #333; 
	float:left;
	
}


.adminmiddlepict{
	
	width:100%;
	height:auto;
	margin:0 auto;			
}
.rightinnersec
{
	height:auto;
	/*width:740px;*/
	width:100%;
	margin:0px;
	background-color: #EEE;
	margin-top:5px;
	border:solid 1px  #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.forminner
{
	background-color:#FFF;
	height:auto;
	width:auto;
	margin:10px;
}

.formtextone
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-left:5px;
}
.greentextone
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#060;
	padding-left:5px;
}

.formtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#E8E8E8;
	padding-left:5px;
}
.formtextnxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#c2c2c2;
	padding-left:5px;
}
.chktext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#E8E8E8;
	padding:3px;
}
.chktextnxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#c2c2c2;
	padding:3px;
}




.checktxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;

}
.newformtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0px;
	padding-left:5px;
}


.txt2
{
	height:18px;
	width:180px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	border:1px solid #000;
}

.forminputbox
{
	height:20px;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid #999;
}
.selectnew
{
	height:20px;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid #999;
}
.topselectnew
{
	/*height:20px;
	width:250px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:2px;
	margin-bottom:2px;
	
}
.mandiatory
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#F00;
}



.txtbold1
{
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;	
}



.includecont{
	width:auto;
	height:auto;
	padding-left:10px;
}


.titletextnew
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	color: #C00; 
	
}

.subtitle{
	width:300px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #000;
	margin-top:5px;
	margin-left:180px;
	
	
}
/***********Body Sec End*****************/
/******************Tab Section Start**************************/

#header
{
  
  FONT-SIZE:12px;
  font-family:Tahoma, Geneva, sans-serif;
  /*BACKGROUND: url(../images/bg.gif) #dae0d2 repeat-x 50% bottom;*/
  FLOAT: left;
  WIDTH: 100%;
  LINE-HEIGHT:15px;
  margin:0px;
  
}
#header UL {
  PADDING-RIGHT: 10px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  PADDING-TOP: 10px;
  LIST-STYLE-TYPE: none;
}
#header LI {
   PADDING-RIGHT: 0px;
   PADDING-LEFT: 9px;
   BACKGROUND: url(../images/left.gif) no-repeat left top;
   FLOAT:left;
   PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-bottom:0px;
	margin-left:1px;
	margin-right:0px;
	margin-top:0px;
}
#header A {
   PADDING-RIGHT: 15px;
   DISPLAY: block;
   PADDING-LEFT: 6px;
   FONT-WEIGHT: normal;
   BACKGROUND: url(../images/right.gif) no-repeat right top;
   FLOAT: left;
   PADDING-BOTTOM: 4px;
   COLOR:#000;
   PADDING-TOP: 5px;
   TEXT-DECORATION: none;
}
#header A {
        FLOAT: none
}
#header A:hover {
        COLOR: #000
}
#header #current {
        BACKGROUND-IMAGE: url(../images/left_on.gif)
}
#header #current A {
        BACKGROUND-IMAGE: url(../images/right_on.gif);
		PADDING-BOTTOM: 5px;
		COLOR: #FFF;
}

/******************Tab Section End**************************/

.tabpanelsec
{
	border:1px solid  #CCC;
	height:auto;
	width:98%;
	padding:5px;
	float:right;
	 box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD; 
}

.maintoppanel
{
	width:100%;
	height:auto;

}
.tabpanelleftsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}

.vendorpanelnewsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}


.topprofilesec
{
	width:98.5%;
	height:auto;
	padding:5px;
	border:solid 1px #999;
	float:left;
	
}

.apprsec
{
	width:99%;
	height:auto;
	/*padding:5px;*/
	background-color:#c2d69a;
	border:solid 2px #333;
	float:left;	
}

.apprsecnww
{
	width:99%;
	height:auto;
	/*padding:5px;*/
	background-color:#8db4e3;
	border:solid 2px #333;
	float:left;	
}
.apprsecnww1
{
	width:99%;
	height:auto;
	/*padding:5px;*/
	background-color:#FFF;
	border:solid 2px #333;
	float:left;	
}

.historysec
{
	width:99%;
	height:auto;
	background-color:#d8d8d8;
	border:solid 2px #333;
	float:left;	
}
.bidsec
{
	width:100%;
	height:auto;
	background-color:#c5be97;
	border-bottom:solid 2px #333;
	float:left;	
}

.bidsecnew
{
	width:100%;
	height:auto;
	background-color:#fac090;
	float:left;	
}
.topsecnew
{
	width:100%;
	height:auto;
	background-color:#fac090;
	position:fixed;
	z-index:999;
	/*float:left;	*/
}



.venderfilesec
{
	width:98.6%;
	height:auto;
	background-color:#e9f9e6;
	padding:5px;
	border:solid 1px #060;
	float:left;
	
}

.leftnewsec{
	width:20%;
	height:auto;
	padding:5px;
	background-color:#C9D20D;
	float:left;
}

.centrlogo{
	width:60%;
	height:auto;
	margin:0 auto;	
}


.inrprofilesec
{
	width:100%%;
	height:auto;
	
}


.editbuttonsec
{
	width:98.5%;
	height:auto;
	padding:5px;
	float:left;
	
}

.tabpanelsecnew
{
	border:1px solid  #CCC;
	height:auto;
	width:600px;
	float:left;
	padding:5px;
}


.rectangle{
	width:130px;
	height:20px;
	background-color:#51D8F4;
	padding:3px;
	float:left;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.maintitle{
	width:auto;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #C00;
	float:left;
	
}
.arrow{
	background:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	width:23px;
	height:15px;
	float:left;
	margin-left:5px;
}
.maintitlecont{
	width:auto;
	height:18px;
	float:left;
	margin-top:13px;
	margin-right:5px;
}

.select
{
	width:120px;
	height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
	color: #000;
	
}

/******************New Section Start**************************/

.pageheading
{
	width:99%;
	/*background:url(../images/white-patternbg.png);
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333;
	background-color:#e9f9e6;
	border-top:solid 1px #090;
	border-bottom:solid 1px #090;
	padding:3px;
	padding-left:4px;
	float:left;
	
}
.pageheadingnew
{
	width:99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333;
	background-color:#17375d;
	padding:3px;
	padding-left:4px;
	float:left;
	
}



.pageheadingtitle
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#060;
	padding:3px;
	float:left;
	
}
.titletop
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:500;
	color:#FFF;
	padding:3px;
	text-align:center;
	
}
.titletopbottom
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#FFF;
	padding:3px;
	text-align:center;
	
}


/*.pageheading:hover
{
	background:url(../images/white-patternbg.png);
	background-repeat: repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333;
	background-color:#FFF;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding-left:4px;
	
}*/

.newpageheading
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333;
	padding:5px;
	background-color:#F7F7F7;
	
}

.newpagetitle
{
	background:url(../images/header_bg.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000;
	padding:5px;
	background-color:#e6e6e6;
	border-bottom:solid 1px #666;	
}

.newpagesec
{
	width:40%;
	height:auto;
	margin:0 auto;	
}


.newpagecentral
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#060;
	padding:5px;
	text-align:center;
	width:auto;
	border:solid 1px #999;
	background-color:#F3F3F3;
}

.pnkcentral
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#000;
	padding:5px;
	text-align:center;
	background-color:#d99795;
}

.txtmorebids
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	float:right;
}

.tendertitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	color:#FFF;
	padding:5px;
	background-color:#333;
	border-bottom:solid 1px #666;	
}
.txtbold
{
	 color:#000; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	/*text-align:center;*/
	
	padding:3px;
	background-color:#999;
	height:20px; 
	/*color:#FFF;*/
}

.txttitle
{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	background-color:#04acd1;
	
}


.txtboldnew
{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	background-color:#000;	
}



.tblsubhead
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
	text-align:center;
	background-color:#000;
}

.tblsubheadnew
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
	text-align:center;
	background-color: #900;
}


/**** On Mouse Over for Table Row -- changed on 08 Sept 2014 ****/
.trtxt5
{
	background-color:#E6E6E6;
}
.trtxt5:hover 
{ 
	background-color:#CCCCCC;
}

.txt5
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*background-color: #E6E6E6;*/
	/*text-align:center;*/
	
	padding:3px;
	height:10px;
}
/*.txt5
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #E6E6E6;
	/*text-align:center;*/
	
/*	padding:3px;
	height:10px;
}*/
.txt55
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #E6E6E6;
	/*text-align:center;*/
	
	padding:3px;
	height:10px;
}
/**** On Mouse Over for Table Row -- changed on 08 Sept 2014 ****/



/*.newtxt5
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	//background-color: #E6E6E6;
	text-align:center;
	height:20px;
}*/

.newtxt5
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: gray;
	text-align:center;
	height:20px;
}

.newbgcolor
{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color:#F5F5F5;
}

.txtbold2
{
	color: #C00; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color:#F5F5F5;
	text-align:center;	
}

.txtbold2new
{
	color: #C00; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color:#F5F5F5;
	text-align:left;	
}

.formtextnew
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	padding:2px;
	text-align:right;
}

.forminputboxnew
{
	height:18px;
	width:180px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border:1px solid #999;
	background-color:#F5F5F5;
}

.menubackground{
	
	width:211px;
	height:auto;
	padding-left:2px;
	float:left;
}

.loginbtnnew
{
	background-color:transparent;
	height:20px;
	width:80px;
	border: none;
	color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px;
	cursor:pointer;
}


.rectbg{
	widows:1000px;
	height:3px;
	float:left;
	background-color:transparent;
	clear:both;
}


/******************New Section End**************************/

/******************Admin menu Sec Start**************************/

.adminmenubg{
	background:url(../images/adminmenubg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:68px;
	float:left;
	margin-left:0px;
}

.topmenucont{
	width:1000px;
	background-color:#666;
	height:37px;
	border-bottom:2px solid #000;
	margin-top:5px;
	float:left;
}

.loginpict{
	background: url(../images/adminpict.jpg); 
	background-repeat:no-repeat;
	width:156px;
	height:48px;
	float:left;
	
}

.logoutpict{
	
	width:86px;
	height:48px;
	float: right;
	
}

.logincontextra{
	width:1000px;
	height:auto;
	margin-top:6px;
	float:left;
}






.welcometext{
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #1C6BC4;
	float:left;
	
}

.welcomecont{
	width:350px;
	height:25px;
	margin-top:10px;
	margin-left:210px;
	float:left;
	
	
}

.admininterface{
	background: url(../images/adminintfacetxt.jpg);
	background-repeat:no-repeat;
	width:321px;
	height:27px;
	float:left;
	margin-left:350px;
	
	

}

.clientmenubox{
	width:211px;
	height:160px;
	background-color:#000;
	margin:5px;
	border:solid 2px #CCC;
	float:left;
}

.clientmenucont{
	width:940px;
	height:auto;
	margin-left:40px;
	margin-top:12px;
	margin-bottom:12px;
	
	float:left;
}

.clienticonnew{
	background:url(../images/clienticon.png);
	background-repeat:no-repeat;
	width:120px;
	height:117px;
	margin-left:46px;
	margin-top:5px;
	float:left;
}

.teamiconnew{
	background: url(../images/teamicon.png); 
	background-repeat:no-repeat;
	width:120px;
	height:117px;
	margin-left:46px;
	margin-top:5px;
	float:left;
}

.tokeniconnew{
	background: url(../images/tokenicon.png);
	background-repeat:no-repeat;
	width:120px;
	height:117px;
	margin-left:46px;
	margin-top:5px;
	float:left;
}
.reporticonnew{
	background: url(../images/reporticon.png);
	background-repeat:no-repeat;
	width:120px;
	height:117px;
	margin-left:46px;
	margin-top:5px;
	float:left;
}


/******************Admin menu Sec End**************************/
.txtareabox
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	height:90px;
	width:178px;
	border:1px solid #000;
}
.txtareaboxbig
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	height:140px;
	width:282px;
	border:1px solid #000;
}
.forminputboxsmall
{
	height:18px;
	width:100px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:5px;
	border:1px solid #000;
}
.forminputboxtext
{
	height:18px;
	width:80px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:5px;
	border:1px solid #000;
}
.forminputboxmiddle
{
	height:18px;
	width:120px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:5px;
	border:1px solid #000;
}
.formverysmallinputbox
{
	height:18px;
	width:62px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:5px;
	border:1px solid #000;
}
.txt2small
{
	height:15px;
	width:50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border:1px solid #000;
}
.error_strings{ font-family:Verdana; font-size:10px; color:#FF0000;width:inherit;}

/*************************/
.formcomboinputbox
{
	height:18px;
	width:120px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:5px;
	border:1px solid #000;
}

.calendarbutton
{
	background-image:url(../images/calendarbtn.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	width:20px;
	border:none;
	outline:none;
}
.newbutton{
	background: url(../images/editbtn.png);
	background-repeat: no-repeat;
	border:none;
	width:95px;
	height:25px;
	float:left;
	margin-right:1px;
}

.forgotpasswordpanel
{
	background:url(../images/loginpanel.png);
	background-repeat:no-repeat;
	
	width:750px;
	height:357px;
	float:left;
	margin-left:100px;
	margin-bottom:10px;

	

}

.passwordpanel
{
	background:url(../images/passwordpanel.png);
	background-repeat:no-repeat;
	width:750px;
	height:357px;
	float:left;
	margin-left:80px;
	margin-bottom:10px;

}
 

.dossec
{
	width:975px;
	background-color:#E6E6E6;
	/*background-color:#FFF;*/
	/*margin:3px;*/
	float:left;
	border:3px dotted #090;
}

.formmlinputbox
{
	height:18px;
	width:250px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:5px;
	border:1px solid #000;
}


.txtcontentareabox
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	height:90px;
	width:250px;
	border:1px solid #000;
}


/***********  Modified on 29th May 2014  ************/
.chauffeurmiddlepict{
	background: url(../images/middlepict1.jpg);
	background-repeat:no-repeat;
	width:743px;
	height:416px;
	float: right;
	margin-top:10px;
	margin-left:0px;
}

/********************/
.forminputbox1
{
	height:18px;
	width:185px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	margin-top:5px;
	border:1px solid #000;
}

.newbutton2{
	background-color:#E6E6E6;
	border:none;
	width:50px;
	height:25px;
	margin-right:1px;
	color:#0066FF;
	text-decoration:underline
}
.activebedno
{
	background:green;
	width:103px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	padding:2px;
	float:left;
	cursor:pointer;
	margin:2px;
	text-decoration:none;
}
.resevedbedno
{
	background:yellow;
	width:103px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	padding:2px;
	float:left;
	cursor:pointer;
	margin:2px;
}
.holdbedreservesec1
{
	background-color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:3px;
	float:left;
	margin:2px;
}


.txt5new
{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #E6E6E6;
	text-align:center;
	height:20px;
	border:1px solid #999;
}

.freshbedno
{
	background:blue;
	width:103px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	padding:2px;
	float:left;
	cursor:pointer;
	margin:2px;
	text-decoration:none;
}

.modifiedbooking
{
	background-color:maroon;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:3px;
	float:left;
	margin:2px;
}

.formbiginputbox
{
	height:18px;
	width:200px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border:1px solid #999;
	background-color:#F5F5F5;
}

/***********Modified by Ganesh on 25.07.14 *****************/
.rightinnersecnew
{
	height:auto;
	width:980px;
	margin:0px;
	background-color: #FFF;
	margin-top:5px;
	border:solid 1px  #000;
}

/***********Modified by Mohammad on 10.09.14 *****************/
.error{ font-family:Verdana; font-size:10px; color:#FF0000;}

.addbutton{
	background: url(../images/addrowbtn.png);
	background-repeat: no-repeat;
	border:none;
	width:136px;
	height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	float:left;
	margin-right:5px;
}

.removebutton{
	background: url(../images/addrowbtn1.png);
	background-repeat: no-repeat;
	border:none;
	width:86px;
	height:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	float:left;
	margin-right:5px;
}


.newlogintxt
{

	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:5px;

}
.newusericon
{
	background:url(../images/newicon.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	margin-right:6px;
	float:left;
}

.newlogo{
	/*background: url(../images/newlogo.png);
	background-repeat: no-repeat;
	border:none;*/
	/*width:276px;
	height:100px;*/
	float:left;
	position:absolute;
	z-index:99;
}
.newheader{

	max-width:100%;
	width:100%;
	float:left;

}


.iconcont
{
	
	height:30px;
	width:30px;
	float:left;
}

.logintxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#060;
	padding:5px;
	font-weight:bold;
}
.registerlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#C00;
	padding:5px;
	font-weight:bold;
	float:left;
}
.registerlink a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C00;
	text-decoration:none;
	font-weight:bold;
}
.registerlink a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C00;
	text-decoration:none;
	font-weight:bold;
}
.registerlink a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration: none;
	font-weight:bold;
}

.toplogincont{
	width:100%;
	height:30px;
	background-color:#F2F2F2;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	float:left;	
	
}
.bgimgnewstyle {

	/*background-color:#E9F9E6;*/
	width:50%;
	height:auto;
	float: right;

}
.txtimgstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#060;
	float:left;
	
}
.userlogincont
{
	width:auto;
	height:auto;
	margin-left:20%;
	float:left;
}
.userlogin
{
	background-image:url(../images/loginuser.png);
	background-repeat:no-repeat;
	height:24px;
	width:24px;
	margin:4px;
	float:left;
}
.logoutcont
{
	width:140px;
	height:auto;
	margin:4px;
	float:right;
}
.logouticon
{
	background-image:url(../images/logouticon.png);
	background-repeat:no-repeat;
	height:24px;
	width:24px;
	margin-right:4px;
	float:left;
}

.linkstyle {
	font-family:Arial, Helvetica, sans-serifl;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	color:#060;
	float:left;
	
}
.linkstyle a:link {
	
	font-family:Arial, Helvetica, sans-serifl;
	font-size:12px;
	font-weight:bold;
	color:#060;
	
	
}

.linkstyle a:visited {
	
	font-family:Arial, Helvetica, sans-serifl;
	font-size:12px;
	font-weight:bold;
	color:#060;
	
	
}

.linkstyle a:hover {
	
	font-family:Arial, Helvetica, sans-serifl;
	font-size:12px;
	font-weight:bold;
	color:#000;
	
	
}
.star {
	
	font-family:Arial, Helvetica, sans-serifl;
	font-size:12px;
	font-weight:normal;
	color:#C00;	
	
}
.newusercont{
	float:left; width:490px; height:auto; margin-left:0px; margin-top:10px; background-color:#F5F5F5;
	border:solid 1px #CCC;
	padding:5px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	 box-shadow: 0px 0px 7px #ADADAD;
	-webkit-box-shadow: 0px 0px 7px #ADADAD;
	-moz-box-shadow: 0px 0px 7px #ADADAD;
	-o-box-shadow: 0px 0px 7px #ADADAD;
}
.lefttopsec
{
	background:url(../images/lefttopsec.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:30px;
	float:left;
	
}
.menubottombg
{
	background:url(../images/menubottombg.jpg);
	background-repeat:no-repeat;
	width:194px;
	height:60px;
	float:left;
	
}

.arrowone
{
	background:url(../images/arrowone.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	float:left;
	
}
.toparrowone
{
	background:url(../images/arrowone.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	float:left;
}
.pdficon
{
	background:url(../images/pdficon.png);
	background-repeat:no-repeat;
	width:40px;
	height:41px;
	float:left;
	
}
.newlogotxt{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:600;
	padding:5px;
	text-align:center;
	color:#060;
}
.midtxt{
	font-family:Arial, Helvetica, sans-serifl;
	font-size:16px;
	font-weight:600;
	padding:5px;
	text-align:center;
	color:#000;
}
.midsubtxt{
	background:#006600;
	font-family:Arial, Helvetica, sans-serifl;
	font-size:16px;
	font-weight:600;
	padding:10px;
	text-align:left;
	color:#fff;
	box-shadow: 0px 3px 3px #888;
	border-bottom:1px solid #fff;
}

.newmidtxt{
	font-family:Arial, Helvetica, sans-serifl;
	font-size:16px;
	font-weight:600;
	padding:5px;
	color:#000;
}

.newmidtxtone{
	font-family:Arial, Helvetica, sans-serifl;
	font-size:15px;
	font-weight:600;
	padding:5px;
	color:#000;
}
.newtopsec{
	width:83%;
	height:auto;
	margin-left:16%;
	float:left;
}


.otpbtn
{	
	height:auto;
	width:80px;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.otpbtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}

.updatebtn
{	
	height:auto;
	width:100px;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:4px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.updatebtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}

.updatetxt
   {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#060;
	padding:5px;
	}
	
.yesbtn
{	
	height:auto;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.yesbtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}	
.menuclas{
	background-color:#990;
	
}
.intxt
   {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:5px;
	}

.topintxt
   {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:5px;
	width:98.5%;
	background-color:#EAEAEA;
	text-decoration:none;
	border-bottom:solid 1px #666;
	}
.topintxt1
   {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:5px;
	width:98.5%;
	background-color:#2aa936;
	text-decoration:none;
	border:solid 2px #FFF;
	box-shadow: 0px 2px 2px #888;
	}
	
.showhidetxt 
{
background-color:#e1e1e1;
font-family:Arial, Helvetica, sans-serif;
color:#222;
font-size:14px;
border:1px solid #bcbdbc;
text-overflow: ellipsis;
 white-space: nowrap;
 padding:5px 10px;
 overflow-x:scroll;
}
	
.lottxt
   {
	/*width:10%;	*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#8db4e3;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}	
.lottxt1
   {
	/*width:10%;*/   	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#fac090;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}	
	
.lottxt2
   {
	/* width:10%; */   	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#c2d69a;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}	
	
.lottxt3
   {
	/*width:10%;*/     	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#cc99ff;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}
	
		
.lottxt4
   {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:5px;
	background-color:#E4E4E4;
	/*background-color:#00b050;*/
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}	
	
.lottxtgrey
   {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:5px;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}
	
.chktxt
   {	
	-ms-transform: scale(1.2, 1.2); /* IE */
   -moz-transform: scale(1.2, 1.2); /* FF */
   -webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
   -o-transform: scale(1.2, 1.2); /* Opera */
	float:left;
	}
		
/*Hara*/
.Warningsection
{
	width:200px; height:auto; float:left; border:1px solid #147301;
}
.warninghead
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#090;
	padding:8px;
}
.warningtxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px;
	color:#F00;
}
	
/***********MEDIA QUERY SEC START*****************/

@media screen and (max-width:1920px) {
	
	.innerbodycont{
	width:85%;
	height:auto;
	float:right;
	
   }
   .topbodycont{
	width:85%;
	height:auto;
	float:right;
	
}
	
.txtimgstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#060;
	float:left;
	
}
.adminmiddlepict{
	
	width:100%;
	height:auto;
	float: right;
	margin-top:10px;
	margin-left:0px;
}
.adminpanel
{
	
	width:500px;
	height:auto;
	background:url(../images/white-patternbg.png);
	background-repeat:repeat;
	background-color:#FFF;
	margin:0 auto;
	border:solid 1px #72a542;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
    box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD;
}

.passwordpanel
{
	background:url(../images/passwordpanel.png);
	background-repeat:no-repeat;
	width:750px;
	height:357px;
	float:left;
	margin-left:70px;
	

}
.tabpanelleftsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}

.vendorpanelnewsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}
.txtinstyle
{
	height:20px;
	width:156px;
	background-color:#fff;
	border: solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:4px;
	color:#000;
}
.loginbtnone
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.loginbtnone:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}



.confirmbtn
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.confirmbtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}
}





@media screen and (max-width:1600px) {
	
	.innerbodycont{
	width:85%;
	height:auto;
	float:right;
	
   }
   .topbodycont{
	width:80%;
	height:auto;
	float:right;
	
}
	
.txtimgstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#060;
	float:left;
	
}
.adminmiddlepict{
	
	width:100%;
	height:auto;
	float: right;
	margin-top:10px;
	margin-left:0px;
}
.adminpanel
{
	
	width:500px;
	height:auto;
	background:url(../images/white-patternbg.png);
	background-repeat:repeat;
	background-color:#FFF;
	margin:0 auto;
	border:solid 1px #72a542;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
    box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD;
}

.passwordpanel
{
	background:url(../images/passwordpanel.png);
	background-repeat:no-repeat;
	width:750px;
	height:357px;
	float:left;
	margin-left:70px;
	

}
.tabpanelleftsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}

.vendorpanelnewsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}
.txtinstyle
{
	height:20px;
	width:125px;
	background-color:#fff;
	border: solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.loginbtnone
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.loginbtnone:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}
.centrlogo{
	width:70%;
	height:auto;
	margin:0 auto;	
}
}

@media screen and (max-width:1440px) {
	
	
.txtinstyle
{
	height:20px;
	width:115px;
	background-color:#fff;
	border: solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:4px;
	color:#000;
}	
.loginbtnone
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.loginbtnone:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}
.newtopsec{
	width:auto;
	height:auto;
	margin-left:14%;
	float:left;
}

.centrlogo{
	width:70%;
	height:auto;
	margin:0 auto;	
}

}


@media screen and (max-width:1366px) {

.Warningsection
{
	width:49%; height:auto; float:left; border:1px solid #147301;
}	
	.innerbodycont{
	width:81%;
	height:auto;
	float:right;
	
   }
   .topbodycont{
	width:81%;
	height:auto;
	float:right;
	
}
	
.txtimgstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#060;
	float:left;
	
}
.adminmiddlepict{
	
	width:100%;
	height:auto;
	float: right;
	margin-top:10px;
	margin-left:0px;
}
.adminpanel
{
	
	width:500px;
	height:auto;
	background:url(../images/white-patternbg.png);
	background-repeat:repeat;
	background-color:#FFF;
	margin:0 auto;
	border:solid 1px #72a542;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
    box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD;
}

.passwordpanel
{
	background:url(../images/passwordpanel.png);
	background-repeat:no-repeat;
	width:750px;
	height:357px;
	float:left;
	margin-left:70px;
	

}
.tabpanelleftsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}

.vendorpanelnewsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}
.txtinstyle
{
	height:20px;
	width:96px;
	background-color:#fff;
	border: solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:4px;
	color:#000;
}
.loginbtnone
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.loginbtnone:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}

.newtopsec{
	width:auto;
	height:auto;
	margin-left:7%;
	float:left;
}

}






@media screen and (max-width:1280px) {
.midsubtxt{
font-size:13px;
}
	
	.innerbodycont{
	width:80%;
	height:auto;
	float:right;
	
   }
   .topbodycont{
	width:79%;
	height:auto;
	float:right;
	
}
	
.txtimgstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#060;
	float:left;
	
}
.adminmiddlepict{
	
	width:100%;
	height:auto;
	float: right;
	margin-top:10px;
	margin-left:0px;
}
.adminpanel
{
	
	width:500px;
	height:auto;
	background:url(../images/white-patternbg.png);
	background-repeat:repeat;
	background-color:#FFF;
	margin:0 auto;
	border:solid 1px #72a542;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
    box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD;
}

.passwordpanel
{
	background:url(../images/passwordpanel.png);
	background-repeat:no-repeat;
	width:750px;
	height:357px;
	float:left;
	margin-left:70px;
	

}
.tabpanelleftsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}

.vendorpanelnewsec
{
	width:48%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}
.txtinstyle
{
	height:20px;
	width:96px;
	background-color:#fff;
	border: solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:4px;
	color:#000;
}
.loginbtnone
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.loginbtnone:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}
.newtopsec{
	width:auto;
	height:auto;
	margin-left:2%;
	float:left;
}

.lottxt
   {
	/*width:10%;*/	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#8db4e3;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}	
.lottxt1
   {
	/*width:10%;*/   	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#fac090;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}	



.lottxt2
   {
/*	 width:9.8%;  */  	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#c2d69a;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}	
	
.lottxt3
   {
	/*width:10%;*/     	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px;
	background-color:#cc99ff;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	}
	
	
}
@media screen and (max-width:1200px) {
.midsubtxt{
font-size:12px;
}

}

@media screen and (max-width:1024px) {
.midsubtxt{
font-size:12px;
}
	
	.innerbodycont{
	width:78%;
	height:auto;
	float:right;
	
   }
   .topbodycont{
	width:70%;
	height:auto;
	float:right;
	
}
.txtinstyle
{
	height:20px;
	width:70px;
	background-color:#fff;
	border: solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:4px;
	color:#000;
}
.loginbtnone
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.loginbtnone:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}

.formtextone
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-left:5px;
}
.txtimgstyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#060;
	float:left;
	
}
.adminmiddlepict{
	
	width:100%;
	height:auto;
	float: right;
	margin-top:10px;
	margin-left:0px;
}
.optionloginstyle
{
	height:25px;
	width:110px;
	background-color:#fff;
	background:url(../images/textboxbg.jpg);
	background-repeat:repeat-x;
	border: solid 1px #090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}


.adminpanel
{
	
	width:500px;
	height:auto;
	background:url(../images/white-patternbg.png);
	background-repeat:repeat;
	background-color:#FFF;
	margin:0 auto;
	border:solid 1px #72a542;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	/*-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;*/
    box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 5px #ADADAD;
	-moz-box-shadow: 0px 0px 5px #ADADAD;
	-o-box-shadow: 0px 0px 5px #ADADAD;
}

.passwordpanel
{
	background:url(../images/passwordpanel.png);
	background-repeat:no-repeat;
	width:750px;
	height:357px;
	float:left;
	margin-left:70px;	
}
.tabpanelleftsec
{
	width:47%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}

.vendorpanelnewsec
{
	width:47%;
	height:auto;
	float:left;
	border:solid 1px #999;
	margin-top:8px;
	padding:5px;
}
.newpagesec
{
	width:46%;
	height:auto;
	margin:0 auto;	
}

.midnewpagesec
{
	width:100%;
	height:auto;
	margin:0 auto;	
}

.confirmbtn
{	
	height:26px;
	width:auto;
	color:#FFF;
	background-color:#060;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px 0px #090;
	-moz-box-shadow: 0px 3px 0px 0px #090;
	box-shadow: 0px 3px 0px 0px #090;
}
.confirmbtn:hover {
	
     background: #000;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 3px 0px 0px #999;
	-moz-box-shadow: 0px 3px 0px 0px #999;
	box-shadow: 0px 3px 0px 0px #999;
}
.centrlogo{
	width:80%;
	height:auto;
	margin:0 auto;	
}
.newtopsec{
	width:auto;
	height:auto;
	margin-left:6%;
	float:left;
}
/*}*/

/***********MEDIA QUERY SEC END*****************/

.adminmandatorysec
{
	width:400px;
	height:auto;
	margin:0 auto;
	
}
