.dojoxGridCellContent{
	padding:3px;
}

.dojoxGridCell .dojoxGridSortRoot{
	position: relative; 
	width: 100%;
	text-align:left; /*fix the selection region jumping when hover in IE7*/
}

.dojoxGridCell .dojoxGridHeaderCellSelectRegion{
	text-align: left;
	padding:0 3px;
	/*position:absolute;*/
	overflow: hidden;
	white-space:nowrap;
}

.dj_ie .dojoxGridCell .dojoxGridHeaderCellSelectRegion{
	padding-left:4px;
}

.dojoxGridSortWrapper{
	/*float:right;*/
	position:absolute;
	right:0px;
	/*left: auto;*/
	z-index: 1;
}

.dojoxGridNestedSortWrapper{
	float:left;
}

.dojoxGridSortPos{
	float:left;
	margin-left:3px;
}

.dj_ff2 .dojoxGridSortPos{
	padding: 3px 0;
	line-height: normal;
}

.dojoxGridSortPosOff{
	display:none;
}

.dojoxGridNestedSort{
	text-indent: -5000em;
}

.dojoxGridUnarySortWrapper{
	float:left;
}

.dojoxGridSort{
	display: block;
	float: left;
	background:url("../../images/nestedSortArrows.png") no-repeat left center;
	width: 8px;
	margin-right:3px;
	margin-left:3px;
	text-align:center;
}

.dojoxGridUnarySort{
	text-indent: -5000em;
	margin-left:4px;
}

.dojoxGridAscending{
	background-position: -9px;
}

.dojoxGridUnsorted{
	display:none;
}

.dojoxGridSortHiddenTip{
	display:none;
}

.dojoxGridSortSeparatorOff{
	width: 0px;
	border-right-color: #999999;
	border-right-style:solid;
	border-right-width:1px;
	display: none;
}

.dojoxGridSortSeparatorOn{
	display: block;
	float: left;
}

.dojoxGridSortInProgress{
	cursor:progress;
}

/* Indirect Selection */
.dojoxGridWidgetHidden{
	visibility:hidden;
}

.dijit_a11y .dojoxGridNestedSort, .dijit_a11y .dojoxGridUnarySort {
	text-indent: 0;
	font-size: 14px;
	/* background-image: none !important; - for testing*/
}

.dojoxGridFocusBorderBox {
	position: relative;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.dojoxGridFocusBorder {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}

/** dnd **/
.dojoxGridSelectedDIV{
	background-color: #3366CC;
	position:absolute;
	opacity:0.2;
	cursor:n-resize;
	z-index:949;
}

.dojoxGridSelectedDIV a {
	cursor:pointer;
}

.dj_ie .dojoxGridSelectedDIV{
	filter: alpha(opacity = 30);
}

.dojoxGridBorderDIV{
	width:3px;
	background-color: gray;
	font-size:0em;
	position:absolute;
	z-index:9999;
}

.dojoxGrid{
	border:1px solid #DBDBDB;
}

.dijit_a11y .dojoxGridRowSelected{
	opacity:0.4 !important;
}

.dijit_a11y .dojoxGridSelectedDIV{
	opacity:0.4 !important;
	border:3px solid #000 !important;
}

.dijit_a11y .dojoxGridBorderDIV{
	border:2px solid #000 !important;
}


.blue .dojoxGridHeader .dojoxGridCell,
.blue .dojoxGridCell{
	padding: 0 3px;
	/*display:inline;*/
	/*position:relative;*/
	/*border-left-width: 0px;*/
}

.dj_ie6 .blue .dojoxGridMasterView .dojoxGridCellOver{
	border: 1px dashed #e9e9e9;
	background:none;
}

.dj_ie6 .blue .dojoxGridHeader .dojoxGridCellOver{
	border-bottom: none !important;
	border-right: 1px solid #D5CDB5 !important;
	border-top: 1px solid #D5CDB5 !important;
}

.blue .dojoxGridHeader .dojoxGridCellOver .dojoxGridSortNode{
	cursor:pointer;
	background: #f8fafd url("../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x;
}
/* end overwrite */

.blue .dojoxGridSortWrapper{
	display: none;
}

/* fix safari focus border - overwrite */
.dj_webkit .blue .dojoxGridCell,
.dj_webkit .blue .dojoxGridCellFocus,
.dj_webkit .blue .dojoxGridHeader .dojoxGridCell .dojoxGridHeaderCellSelectRegion,
.dj_webkit .blue .dojoxGridHeader .dojoxGridCell .dojoxGridUnarySortWrapper,
.dj_webkit .blue .dojoxGridHeader .dojoxGridCell .dojoxGridNestedSortWrapper,
.dj_webkit .blue .dojoxGridHeader .dojoxGridCell .dojoxGridSortRoot{
	outline: none;
}

/** dnd **/
.blue .dojoxGridSelectedDIV{
	background-color: #3366CC;
}

.dj_ie .blue .dojoxGridSelectedDIV{
	filter: alpha(opacity = 30);
}

.blue .dojoxGridBorderDIV{
	background-color: gray;
}

.blue .dojoxGridRowbarTable{
	width: 18px;
	/*height: 24px !important;*/
}
bl