
#homePropsGrid .dojoxGridRowOver {
  background-color:transparent;
}



.tundra .dojoxGridRowOver .dojoxGridCell
{

font-size:9pt;

}


.claro {
   font-size: 9pt;
}


.dijitDialogCloseIcon
{
  /*display: none;*/
}

/* remove the gutters of the dialog pane */
.tundra .dijitDialog .dijitDialogPaneContent
{
  /* padding: 4px;*/
}


/* technically not an override, but related to the grid */
.GridSelectorCell
{
 /*background-color: #f0f0f0; */

}

/*
Fix missing Dropdown Menu border line in IE.
*/
.claro .dijitMenu {
	background-repeat:repeat-y;
	background-color:#fff;
	border: 1px solid #769dc0;

	/* so adjoining borders of MenuBar/ComboBox and Menu overlap, avoiding double border */
	margin: 0px 0;
}

/*
Fix DataGrid table header left border line in IE.
*/
.dojoxGridMasterHeader {
	position: relative;
	/*background-color: #ACA899;*/
}

.UploadButton
{
   background-position: left top;
   background-image: url(images/ButtonGradient3.png);
   cursor: pointer;
   background-repeat: repeat-x;
   background-color: #d0d0d0;
   color: #262626;
   border: 1px solid #a1a1a1;
   font-size: 10pt;
  
  
}
.dojoxGridHeader table.dojoxGridRowTable{
	border-left:1px solid #BCBCBC;
}
.dojoxGridColNoResize  {
	cursor:default !important;
}

.claro .dojoxGridRowOver .dojoxGridCell {
	background-repeat:no-repeat !important;
	background-repeat:repeat-x !important;

}

/*
To fix the DataGrid row hidding when the message column has more words(event log table) in IE - START.
*/
.dojoxGridContent{
	height:auto !important;
}

.dojoxGridContent div{
	position:static !important;
}

.dojoxGridMasterView{
	height:auto !important;
}
.dojoxGridView{
	position:static !important;	
}

/*
To fix the DataGrid row hidding when the message column has more words(event log table) in IE - END.
*/

/* To fix IE9, zoom in and zoom out the page, the grid will has an extra column issue */
.dojoxGridScrollbox { overflow-x: hidden; }

.claro .dijitDialogTitle {
padding-right: 50px;
}