@import url("EnhancedGrid.css");
@import url("../../resources/tundraGrid.css");

/* overwrite */
.tundra .dojoxGridHeader .dojoxGridCell{
	background: #fafafa url(../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left;
	border-top: 1px solid #bfbfbf;
	/*border-left-width: 0px;*/
}

.tundra .dojoxGridCell {
	padding:0px;
	/*display:inline;*/
	/*position:relative;*/
	/*border-left-width: 0px;*/
}

.dj_ie6 .tundra .dojoxGridMasterView .dojoxGridCellOver{
	border: 1px dashed #e9e9e9;
}

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

.tundra .dojoxGridRowbarInner {
	width:20px;
}

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

.tundra .dojoxGridSelectRegionHover{
	border-color:		#a5beda; 
	border-bottom-color:#5c7590; 
	cursor:pointer;
	color:#243C5F;
	background: #f8fafd url("../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x;
}

.tundra .dojoxGridSortHover{
	border-color:		#a5beda; 
	border-bottom-color:#5c7590; 
	color:#243C5F;
	background: #f8fafd url("../../../../dijit/themes/tundra/images/accordionItemHover.gif") bottom repeat-x;
	cursor:pointer;
}

.tundra .dojoxGridSortWrapper{
	background: #fafafa url(../../../../dijit/themes/tundra/images/titleBar.png) repeat-x bottom left;
}


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

/* focus border */
.tundra .dojoxGridFocusBorder {
	border-top: 1px dashed darkblue;
	border-left: 1px dashed darkblue;
}

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

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

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