.padding-left{
	padding-left:0px;
}

.showScroll{
	margin-top: 5px;
	height: 400px;
	overflow-x: auto;
	overflow-y: auto;
	padding-right: 0px;
}

.textarealen{
	max-width:100%; min-width:100%; min-height: 50px; max-height: 50px; padding: 5px 12px;	
}

.topMargin{
	margin-top: 24px;
}

.highlight-border:focus{
	outline: none !important;
    border:1px solid rgb(102,175,233);
    box-shadow: 0 0 10px #719ECE;
	border-radius:5px;
}

.showdata {
	width: 100%;
}

.add{
	height: 60px;
	/*background-color: #F1F1F1;*/
}

.add h2{
	float:left;
}

.add input{
	margin-top: 10px;	
	float:right;
}

/*.add input:hover{
	height: 44px;
}
*/
.date{
	float:left;
	width: 12%;
	border-right: 1px solid #808080;
	height:100%;
	text-align:center;	
}

.name{
	float:left;	
	width: 13%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height:100%;
	overflow:hidden;
}

.comment{
	float:left;	
	width: 37%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height:100%;
	overflow:hidden;		
}

.subject{
	float:left;	
	width: 20%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height:100%;
	overflow:hidden;		
}
.name1{
	float:left;	
	width: 21%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height:100%;
	overflow:hidden;
}

.action{
	float:left;	
	width: 16%;
	text-align:center;
}

.action input{
    height: 38px;
    margin-top: 3px;
	margin-left:0;
}

.floatbtn{
	float:right;
}

/*.floatbtn:hover, .floatedit:hover, .floatdelet:hover{
	height: 49px;
}
*/
.style1{
    border: 2px solid #808080;
    height: 47px;
    overflow: hidden;	
    border-top:none;
}

table{
	border-collapse: inherit;
}

.titleRow{
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #e6e6e6, #808080);
	color: #343434;
}

.oddRow{
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #FFFFFF, #c3c3c3);
}

.evenRow{
	background-color: #F3F3F3;
	background-image: linear-gradient(to bottom, #c3c3c3, #FFFFFF);
}

.titleRow th, .oddRow td, .evenRow td {
	border:1px solid black;
	padding: 3px;
    text-align: left;
	word-wrap: break-word;
}

.oddRow1{
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #FFFFFF, #c3c3c3);
	cursor:pointer;
}

.evenRow1{
	background-color: #F3F3F3;
	background-image: linear-gradient(to bottom, #c3c3c3, #FFFFFF);
	cursor:pointer;
}

.titleRow th, .oddRow1 td, .evenRow1 td {
	border:1px solid black;
	padding: 3px;
    text-align: left;
	word-wrap: break-word;
}

.styleHead{
	background-color:#DDDDDD;
	background-image: linear-gradient(to bottom, #A4A4A4, #F1F1F1);	
    border: 2px solid #808080;	
	height: 24px;
	text-align:center;
	border-radius: 10px 10px 0 0;
}

.dateHead{
	float:left;
	width: 12%;
	border-right: 1px solid #808080;
	height: 24px;
}

.nameHead{
	float:left;	
	width: 13%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height: 24px;	
}

.nameHead1{
	float:left;	
	width: 21%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height: 24px;	
}

.commentHead{
	float:left;	
	width: 37%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height: 24px;	
}

.az_countryHead{
	float:left;	
	width: 20%;
	padding-left: 2px;
	border-right: 1px solid #808080;
	height: 24px;	
}

.actionHead{
	float:left;	
	width: 15%;
}
/*..................................*/
			
#wrapper_review {
	margin-right: auto;
	margin-left: auto;
	display:none;
}

.wrapper_password{
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	display:none;
}

.numeric {
    background-position: 8px center;
    background-repeat: no-repeat;
    /*border: 2px solid #c8d2db;*/
    color: #000000;
    font-size: 13px;
    /*margin-right: 10px;*/
    /*padding: 2px;*/
	height: 30px;
    width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textClass {
    background-position: 8px center;
    background-repeat: no-repeat;
    border: 2px solid #c8d2db;
    color: #000000;
    font-size: 13px;
/*    margin-bottom: 8px;
    margin-top: 0;
*/    
	padding: 2px;
	height: 30px;
    width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textWidth {
	width:155px;
}

#date{
	background-image: url("images/cal.png") !important;
	background-position: 200px center !important;
}

.data{
	margin: 0 auto;
	height:50px;
}

.userdata{
	margin: 0 auto;
	height:42px;
}

.userdata label{
    float: left;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 1px;
    text-align: right;
    width: 45%;
	font-weight:bold;
}

.data label{
	color: #1d3e4b;
    float: left;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 1px;
    text-align: right;
    width: 40%;
	font-weight:bold;
}

.data1{
	margin: 0 auto;
	height:227px;
}

.data1 label{
	color: #000000;
    float: left;
    font-size: 13px;
    margin-left: 12px;
    margin-top: 1px;
    text-align: right;
    width: 39%;
}

.heading h2{
	font-size:20px;
	font-weight:bold;
	color: #1d3e4b;
	display: block;
	margin-bottom: 5px;
    margin-top: 5px;
}

.submit{
	/*background-color: #FFC0CB;*/
	border: 1px solid;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	width: 78px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	
    background-color: #4591af;
   	/*background-image:linear-gradient(to bottom, #4db84d, #000000);*/
	background-image:linear-gradient(to bottom, #4591af, #000000);
    background-repeat: repeat-x;
    border-color: #4591af;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
	
    /*border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
	
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;*/
	
    font-size: 12.5px;			
}

.submit:hover{
	background-image:linear-gradient(to top, #4591af, #000000);
}

.description{
	height: 70px;
	max-width: 214px;
	/*min-width: 483px;*/	
	width: 214px;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 5px;
	color: #000;
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 2px solid #E2E2E2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.required{
	color: #c43b1d;
}
/*..................................*/
.arrow_box { position: relative; background: #fbfcde; border: 2px solid #ded9ce; border-radius: 5px; padding-left:5px; padding-right:5px; color: #121d2b;} .arrow_box:after, .arrow_box:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(251, 252, 222, 0); border-right-color: #fbfcde; border-width: 10px; margin-top: -10px; } .arrow_box:before { border-color: rgba(222, 217, 206, 0); border-right-color: #ded9ce; border-width: 13px; margin-top: -13px; }

.head_wrapper{
	position: static;
	margin: 115px auto 0;
}

.head{
	margin-bottom:0px;
	margin-top: 0px;
	/*background-color:#4DB84D;*/
	background-image: linear-gradient(to bottom, #4591af, #000000);
	width:100%;
}

 .progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }  
 .bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }  
 .percent { position:absolute; display:inline-block; top:3px; left:48%; }
/* #photo {
	 /*width:100px;*/
	 /*height:100px;*/
	/* border:1px solid #DDDDDD;
	 margin-right: 40px;
	 float:right;
 }
*/ 
 #delete {
	position: relative;
	margin-left: 525px;
	font-size: 15px; font-weight: bold;
	color: #15497C;
	margin-top: -25px;
 }
 
.main1{
	color: #1d3e4b;
	margin-right: auto;
	margin-left: auto;
    background-color: #E5E5E5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E5E5E5);
    border: 1px solid #DDDDDD;
	/*border-radius: 10px;*/
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	margin: -45px auto 10px;
	padding: 0px 15px 15px;
}

#login_wrapper h2 {
	display:block; 
	color: #1d3e4b;
}

#headcontent {
	height: auto;
	/*background-color:#fff;*/
}
#headcontent h4{color:#292929; font-family:'Tahoma'; font-size:40px; line-height:36px;margin-top:18px;margin-boottom:0; }
#headcontent h4 span{ color:#4DB84D;}

.top{
	/*background-image: linear-gradient(to bottom, #226e8c, #eaeaea);*/
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.bottom{
	/*background-image: linear-gradient(to top, #226e8c, #eaeaea);*/
	border: 2px solid #d8d8d8;
	/*border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;*/
}

.fixcenter {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

.top img {
	margin-top:0px;
}

.down1 {
	width: 100%;
	float: left;
	margin-top: -20px;
}

.down2 {
    float: right;
    margin-top: 15px;
    width: 47%;
}


#myBigImg{
	cursor:url('images/magnify2.png'), pointer !important;
}
.blockbkg {
  background-color: black;
  opacity: 90%;
  filter:alpha(opacity=90);
  background-color: rgba(0,0,0,0.90);
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  float: absolute;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  z-index: 5;
}

.cont {
    background-color: #D3D3D3;
    background-image: url("images/loading-anim-red.gif");
    background-repeat: no-repeat;
    border: 1px solid #808080;
    border-radius: 24px;
    color: #000000;
    display: block;
    font-size: 16px;
    height: 55px;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 55%;
    width: 161px;
}
.cont1{
	background-color: #f1f1f1;
    border: 1px solid gray;
    border-radius: 24px;
    color: black;
    display: block;
    font-size: 16px;
    height: 150px;
    left: 46%;
    margin-left: -100px;
    margin-top: -100px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 264px;
}
.closebtn {
   	/*background: none repeat scroll 0 0 #204E20;*/
	background-image:linear-gradient(to bottom, #4591af, #000000);
    border-radius: 20px;
    box-shadow: 2px 2px 3px #000;
    color: #ffffff;
    font-family: "Arial Black";
    font-size: 20px;
    font-weight: bolder;
    line-height: 30px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-decoration: none;
    top: -14px;
    width: 30px;
			
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
}
.closebtn:hover { 
	/*background: #CC0000;/*#00d9ff;*/
	background-image:linear-gradient(to top, #CC0000, #000000);
	color: #ffffff;
	font-weight: bolder;
	cursor: pointer; 
}

.fixeddata {
	width:940px;
	margin:0 auto;
}

.curPage {
    background-color: #FFFAFA;
    border-radius: 10px;
    color: #1d3e4b;
    display: block;
    font-weight: bold;
    margin-left: 1px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: default;	
}
#page {
	/*background: url("../images/bg.png") repeat-x scroll 0 -110px #00ACDE;*/
	background-image: linear-gradient(to bottom, #1d3e4b, #000000);
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 auto;
    padding: 0.7px;
    width: 100%;
}

#page li {
    float: left;
    list-style: none outside none;
    position: relative;
}

#page a {
    border-radius: 10px;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.pageresult {
	 color: #004B72;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-left: 96px;
}

.logbtn{
	float: right; 
	cursor:pointer; 
	/*background-image: linear-gradient(to bottom, rgb(164, 164, 164), rgb(241, 241, 241));
	border-radius: 8px;
	border-width: 1px; 
	border-radius: 4px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;*/
	height: 30px; 
	width: 100px;
	font: 18px/21px Arial,Helvetica,sans-serif; 
	font-weight: bold; 
	color: #006633;
    margin-right: 2px;
    margin-top: -50px;
    position: relative;
}

.logbtn:hover {
	height: 31px; 
	width: 101px;
}

#buynow {
	cursor: pointer;
	position: absolute; 
	margin-left:-128px; /*-143px;*/
	margin-top: 44px; /*32px;*/ 
	width: 151px;/*175px;*/
	cursor:pointer;
}
#buynow:hover {
	width:152px;
}

#leftdata{
  /*  border: 1px solid #000000;*/
    float: left;
    height: 34em;
    text-align: justify;
    width: 45%;
	margin-top:-20px;
	}

#rightdata{
   /* border: 1px solid #000000;*/
    float: right;
    height: 34em;
    width: 45%;
	margin-top:-20px;
}

#text{
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-size-adjust:inherit;
	text-justify:auto;
	text-align:justify;
	width:28em;
}
.termshead {
	font-size:15px;
	font-weight:bold;
}
#searchcontainer {
	background-color: #FFF;
	border: 1px solid #D1CEAB;
	padding: 20px;
	margin-bottom: 5px;
	height: 180px;
	border-radius:10px;
}

.asintext {
	font-size: 36px;
	width: 130px;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	color: #000;
}

.asintextpage {
	width: 234px;
	font-size: 18px;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #000;
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 2px solid #E2E2E2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.productcontainer {
	float: left;
	width: 295px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius:10px;	
}

#productcontainer {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #D1CEAB;
	margin-bottom: 15px;
	margin-top: 5px;
	border-radius:10px;
}
	
.productcontainer img {
	margin-right: 15px;
}

.producttext {
	display: block;
	margin-top: 10px;
}	

.buylink {
	font-size: 12px;
	color: #CCC;
	text-decoration: none;	
}

.export {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.export input, .export label{
	float: left;
	display: inline;
	padding-left: 2px;
}

.pagination {
	text-align: right;
	margin-bottom: 20px;
	height:40px;
}

#pagination{
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
	padding-bottom:5px;
}

.select{
	width: 210px;
}

#myData, #myDataInt, #UniDataInt, #AddCourseInt, #AddonMarksInt, #Progression, #salaryCont{
	margin-top: 5px;
	height: 400px;
	overflow-x: auto;
	overflow-y: auto;
	border: 1px solid gray;
	/*background-color: #f0f0f0;*/
}

.myDataLeft{
	width: 49%;
	float: left;
}

.myDataRight{
	width: 49%;
	float: right;
}

#myData2{
	height: 400px;
	/*overflow-x: hidden;*/
	overflow: auto;
	border: 1px solid gray;
}

#myData3{
	height: 400px;
	/*margin: 5px 15px 15px;*/
	/*overflow-x: hidden;*/
	overflow: auto;
	border: 1px solid gray;
	/*background-color: #f0f0f0;*/
}

#myData tr{
	height:20px;
}

.rptInput{
	float: left;
	width: 33.33%;
}

.rptInput label{width: 50%;}

.rptInput input{width: 44%;}

.rptInput select{width: 46.5%; font-size:10px;}

.rptSubmit{
	float: right;
	/*width: 100%;*/
}

.rptSubmit input[type="submit"], .rptInput input[type="submit"]{
	float: right;
	margin: 0px;
	width: 78px;
}

:disabled {
    /*background-image: linear-gradient(to bottom, #a29f8e, #a29f8e);*/
    color: grey;
    /*border: 1px solid grey;*/
}

:disabled:hover {
    /*background-image: linear-gradient(to bottom, #a29f8e, #a29f8e);*/
    color: grey;
    /*border: 1px solid grey;*/
	cursor: default;
}

#searchbyname{
	border: 1px solid gray;
	border-bottom: none;
	padding: 5px; 
	width: 97%;
}

.form-search {
    background: none repeat scroll 0 0 #1d3e4b;/*#080707;*/
    border: 1px solid #666;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    line-height: 25px;
    outline: medium none;
    padding: 3px;
    position: relative;
    width:100%;
	margin-bottom:10px;
	border-radius:5px;
	margin-top:2px;
}

.form-search button {
    transition: background-color 200ms ease-in-out 0s;
}

.form-search button {
    background: url("images/icon_search.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    border: medium none;
    height: 35px;
    position: absolute;
    right: -1px;
    top: 0px;
    width: 32px;
}

.form-search button:hover{
	cursor:pointer;
}

.userinfo1 {
	height: 60px; border-right: 1px solid rgb(170, 170, 170);
	border-width: medium 1px 1px; 
	border-style: none solid solid; 
	border-color: -moz-use-text-color rgb(170, 170, 170) rgb(170, 170, 170); 
	-moz-border-top-colors: none; 
	-moz-border-right-colors: none; 
	-moz-border-bottom-colors: none; 
	-moz-border-left-colors: none; 
	border-image: none; 
	margin-top: -12px; 
	position: absolute; 
	width: 91%;
	display: none;
	padding:10px;
	overflow-y:auto;
	cursor:default;
	background-color:#fff;
	overflow-x:hidden;
	height: 200px;
	box-shadow: 1px 1px 0px #343434;
}
.userinfo1 ul {
	padding:0;
	margin-top: -10px;
}
.userinfo1 ul li{
	list-style:none;
	margin-left: -10px;
    margin-right: -10px;
    padding-left: 9px;
}
.userinfo1 ul li:hover {
	background-color:#2EA3E6;
	color:#FFF;
}

.memobox {
	height: 60px; border-right: 1px solid rgb(170, 170, 170);
	border-width: medium 1px 1px; 
	border-style: none solid solid; 
	border-color: -moz-use-text-color rgb(170, 170, 170) rgb(170, 170, 170); 
	-moz-border-top-colors: none; 
	-moz-border-right-colors: none; 
	-moz-border-bottom-colors: none; 
	-moz-border-left-colors: none; 
	border-image: none; 
	margin-top: -12px; 
	position: absolute; 
	width: 91%;
	display: none;
	padding:10px;
	overflow-y:auto;
	cursor:default;
	background-color:#fff;
	overflow-x:hidden;
	height: 200px;
	box-shadow: 1px 1px 0px #343434;
}
.memobox ul {
	padding:0;
	margin-top: -10px;
}
.memobox ul li{
	list-style:none;
	margin-left: -10px;
    margin-right: -10px;
    padding-left: 9px;
}
.memobox ul li:hover {
	background-color:#2EA3E6;
	color:#FFF;
}

:readonly {
    background-color: #666666;
    /*border: 1px solid grey;*/
}

.button {
	background-color: #4db84d;
	border: 1px solid;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	width: 38px;
	margin-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;
	
	background-image:linear-gradient(to bottom, #4db84d, #000000);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
	
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
	
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.button:hover{
	/*background-image: linear-gradient(to bottom, #1C66A7, #15497C);*/
	background-image:linear-gradient(to top, #4db84d, #000000)
}

.excel:hover{
	height: 44px;
}

.excel25{
	width:25px;
	height:25;
	margin-left:10px;
}

.excel25:hover{
	height: 27px;
}

#myData1{
	height: 398px;
	/*margin: 5px 15px 15px;*/
	overflow-x: hidden;
	overflow-y: auto;
	/*border: 1px solid gray;*/
	/*border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;*/
	background-color: #f0f0f0;
}

#myData1 tr{
	font-size: 12px;
	height:20px;
}

#spinner1{
	top:40%; 
}

.popup{
	height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 90%;
}

.rightCarrot{
	border-top-color: #555555; 
	border-top: 4px solid transparent; 
	border-bottom: 4px solid transparent; 
	border-left: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.loading_arrow {
    width: 32px;
    margin-top: 13px;
    margin-left: 42%;
    -webkit-animation: rotation 3.75s infinite linear;
    -moz-animation: rotation 3.75s infinite linear;
    -o-animation: rotation 3.75s infinite linear;
    animation: rotation 3.75s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.radChk label{
	cursor:pointer
}

.mydropdown{
	border: 1px solid #C8D2DB; border-radius:3px; background-color:#FFFFFF; overflow-x: hidden; overflow-y: auto; list-style:none; 
	padding-left:10px; 
	display:none;
	position:absolute; 
	width:90%;
	z-index:1;
	cursor:pointer;
	background-position: 8px center;
    background-repeat: no-repeat;
    border: 2px solid #c8d2db;
    color: #000000;
    font-size: 13px;
	/*height:81px;*/
	/*margin-right: -13px;
    margin-left: -12px;
    margin-top: 3px;*/
}

.mydropdown li{
	/*border-bottom: 1px solid #C8D2DB;*/
}

.multipleInput-container {
     border:1px #ccc solid;
     padding:1px;
     padding-bottom:0;
     cursor:text;
     font-size:13px;
     width:100%;
}
 
.multipleInput-container input {
     font-size:13px;
     clear:both;
     width:250px;
     height:24px;
     border:0;
     margin-bottom:1px;
}
 
.multipleInput-container ul {
     list-style-type:none;
}
 
li.multipleInput-email {
     float:left;
     margin-right:2px;
     margin-bottom:1px;
     border:1px #BBD8FB solid;
     padding:2px;
     background:#F3F7FD;
}
 
.multipleInput-close {
     width:16px;
     height:16px;
     background:url(images/close.gif);
     display:block;
     float:right;
     margin:0 3px;
}

.login_img{
	cursor:pointer;
}

.upperLetter {
    text-transform: uppercase;
}

.searchbox{
	border: 1px solid gray;
	border-bottom: none;
	padding: 4px; 
	width: 100%;
}

#search_autocomplete{
	height: 215px;
	width : 100%;
	/*margin: 5px 15px 15px;*/
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid gray;
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	background-color: #f0f0f0;
}

#search_autocomplete tr{
	font-size: 13px;
	height:20px;
}

.padding0{
	padding-left: 0px;
	padding-right: 0px;
}

.search_autocomplete{
	height: 215px;
	width : 100%;
	/*margin: 5px 15px 15px;*/
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid gray;
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	background-color: #f0f0f0;
}

.search_autocomplete tr{
	font-size: 13px;
	height:20px;
}

input[type="image"]{
	height:25px;
}

input[type="image"]:hover{
	transform:scale(1.05);
}

/*#sale.tr.normal td {
    color: black;
    background-color: white;
}
#sale.tr.highlighted td {
    color: white;
    background-color: red;
}*/

.deleteBtnP{
	background-image: url("../css/images/delete.png"); 
	background-repeat: no-repeat; 
	cursor: pointer; 
	height: 25px; 
	margin: 0px;
}