@CHARSET "windows-1255";
/* Locate Service Providers */
@-moz-document url-prefix(){
    .textareaContentPane {
		 border-left:none ;
		 border-bottom-left-radius: 0px ;
		 border-top-left-radius: 0px ;
		

}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
   
	.textareaContentPane {
		 border-left:none ;
		 border-bottom-left-radius: 0px ;
		 border-top-left-radius: 0px ;

	}
	
	textarea.dijitTextBox{
	 margin-right: -18px;
	}
}


.floatDIV{
	float:right;
}

.floatDIVReverse{
	float:left;
}

.directionClass{
	direction:rtl;
}

.textAlignClass{
	text-align: right;
}

.textAlignReverseClass{
	text-align: left;
}

.textareaContentPane {
	/* border-right:solid 1px #e9e7e2;	 */
 	/* border-left:none;  */
}

/* Locate Service Providers */
/*  the following centers all the cells - headers and data of all datagrids  */
.dojoxGridCell{
 	text-align: right !important;
 	
}

.menoraBoxBackgroundImg{ 
  background-position: top left; 
}

.menoraMainTitleContainer .menoraMainTitle{
  margin-right:60px;
 
} 
 .dijitComboBox .dijitArrowButtonContainer {
	-webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;	
}
.gridxFooter .gridxBar .gridxRowTable .gridxCell{
 text-align: right;
}


/*	Ishi	*/
.agentIcon {
  background-position: top right; 
  padding-right:30px;
}

.mailIcon {
  background-position: top right; 
  padding-right:30px;
}