.blue .dojoxGrid {
	position: relative;
	background-color: #e9e9e9;
	font-size: 11px;
	-moz-outline-style: none;
	outline: none;
}

.blue .dojoxGrid table {
	padding: 0;
}

.blue .dojoxGrid td {
	-moz-outline: none;
}

/* master header */

.blue .dojoxGrid-master-header {
	position: relative;
}

/* master view */

.blue .dojoxGrid-master-view  {
	position: relative;
}

/* views */

.blue .dojoxGrid-view {
	position: absolute;
	overflow: hidden;
}

/* header */

.blue .dojoxGrid-header {
	position: absolute;
	overflow: hidden;
}

.blue .dojoxGrid-header {
	background-color:  #e9e9e9;
	background: url(../../../img/backgrounds/grid3-hrow.gif) #e9e9e9 repeat-x top;
}

.blue .dojoxGrid-header table {
	text-align: center;
}

.blue .dojoxGrid-header .dojoxGrid-cell-content {
	text-align: center;
}

.blue .dojoxGrid-header .dojoxGrid-cell { 
	border: 1px solid transparent;
	/* border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; */
	border-color: white #ACA899 #919191 white;
	border-bottom:none;
	border-top:none;	
	font-weight: normal;
}
.blue .dojoxGrid-content .dojoxGrid-cell .dojoxGrid-innerCell{
	padding:3px;}
.blue .dojoxGrid-header .dojoxGrid-cell .dojoxGrid-innerHeaderCell{
	padding: 5px 3px;
	white-space: nowrap;
}
.blue .dojoxGrid-header .dojoxGrid-cell-over .dojoxGrid-innerHeaderCell{
	background: #ebf3fd url(../../../img/backgrounds/grid3-hrow-over.gif) repeat-x left bottom;
}		
.blue .dojoxGrid-header .dojoxGrid-cell .dojoxGrid-sort-down {
	/*background: url(../../../dijit/themes/tundra/images/arrowDown.png) right no-repeat;*/
	background: #ebf3fd url(../../../img/backgrounds/grid3-hrow-over.gif) repeat-x left bottom;
}

.blue .dojoxGrid-header .dojoxGrid-cell .dojoxGrid-sort-up {
	background: #ebf3fd url(../../../img/backgrounds/grid3-hrow-over.gif) repeat-x left bottom;
}
.blue .dojoxGridSortArrow{
	background-position:center;
	background-repeat:no-repeat;
	display:none;
	height:4px;
	margin-left:3px;
	vertical-align:middle;
	width:13px;}
.blue .dojoxGrid-sort-up .dojoxGridSortArrow {
	background-image:url(../../../img/icons/controls/sort_asc.gif);
	display:-moz-inline-box;
	display:inline-block;}
.blue .dojoxGrid-sort-down .dojoxGridSortArrow {
	background-image:url(../../../img/icons/controls/sort_desc.gif);
	display:-moz-inline-box;
	display:inline-block;}
/* content */

.blue .dojoxGrid-scrollbox {
	position: relative;
	overflow: scroll;
	background-color: #fefefe;
	width: 100%;
}

.blue .dojoxGrid-content {
	position: relative;
	overflow: hidden;
	 -moz-outline-style: none;
	outline: none;
}

/* rowbar */

.blue .dojoxGrid-rowbar { 
	border: none;
	/*
	border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB;
	*/
	background: url(../../../img/dijit/tabEnabled_rotated.png) #e9e9e9 repeat-y right;
	border-right: 1px solid #cccccc;
	padding: 0px;
}

.blue .dojoxGrid-rowbar-inner {
	border: none;
	border-bottom: 1px solid #cccccc;
}

.blue .dojoxGrid-rowbar-over {
	background: url(../../../img/dijit/tabHover_rotated.png) #e9e9e9 repeat-y left bottom;
}

.blue .dojoxGrid-rowbar-selected {
	background-color: #D9E8F9;
	background-image: none;
	background: url(../../../img/dijit/tabDisabled.png) #dddddd repeat-x top;
	border-right: 1px solid #cccccc;
	background-position: center;
	background-repeat: no-repeat;
}

/* rows */

.blue .dojoxGrid-row {
	position: relative;
	width: 9000em;
}

.blue .dojoxGrid-row {
	border: none;
	border-left: none;
	border-right: none;
	background-color: white;
	border-top: none;
}

.blue .dojoxGrid-row-over {
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}

.blue .dojoxGrid-row-odd {
	background-color: #f2f5f9;
	/*background-color: #F9F7E8;*/
}

.blue .dojoxGrid-row-selected {
	background-color: #D9E8F9;
}

.blue .dojoxGrid-row-table {
	table-layout: fixed;
	width: 0;
}

.blue .dojoxGrid-invisible {
	visibility: hidden;
}		

.blue .Xdojo-ie .dojoxGrid-invisible {
	display: none;
}		

.blue .dojoxGrid-invisible td, .dojoxGrid-header .dojoxGrid-invisible td {
	border-top-width: 0;
	border-bottom-width: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	overflow: hidden;
}

/* cells */

.blue .dojoxGrid-cell {
	border: 1px solid white;
	border-right: 1px solid #D5CDB5;
	text-align: left;
	overflow: hidden;
}
.blue th.dojoxGrid-cell,
.blue thead .dojoxGrid-cell{
	background: url(../../../img/backgrounds/grid3-hrow.gif) #e9e9e9 repeat-x top;
}
.blue .dojoxGrid-innerCell{
	white-space: nowrap;}
.blue th.dojoxGrid-cell{
	padding-top:0px;
	padding-bottom:0px;}

.blue .dojoxGrid-cell-focus {
	border: 1px dotted #a6a6a6;
}

.blue .dojoxGrid-cell-over {
	border: 1px dotted #a6a6a6;
}

.blue .dojoxGrid-cell-focus.dojoxGrid-cell-over {
	border: 1px dotted #595959;
}

.blue .dojoxGrid-cell-clip {
	width: 100%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

/* editing */

/* FIXME: these colors are off! */
.blue .dojoxGrid-row-editing td {
	/* background-color: #F4FFF4; */
	background: #f1f6fc url(../../../img/dijit/buttonHover.png) repeat-x bottom;
	/* padding: 0px 3px 0px 3px; */
}

.blue .dojoxGrid-row-inserting td {
	background-color: #F4FFF4;
}
.blue .dojoxGrid-row-inflight td {
	background-color: #F2F7B7;
}
.blue .dojoxGrid-row-error td {
	background-color: #F8B8B6;
}

.blue .dojoxGrid-input,
.blue .dojoxGrid-select,
.blue .dojoxGrid-textarea {
	margin: 0;
	padding: 0px;
	border-style: none;
	width: 100%;
	font-size: 100%;
	font-family: inherit;
}

.dojoxGrid-hidden-focus {
	position: absolute;
	left: -1000px;
	top: -1000px;
	height: 0px, width: 0px;
}
.blue .dojoxGrid-innerCell img{
	position: absolute;
	_position: relative; 
	top:3px;
	_top:0px;
}
.dojoxGridResizeColLine {
	width: 1px;
	background-color: #777;
	position: absolute;
	cursor: col-resize;
	z-index:10000;
}
.dojoxGridColResize, 
.dojoxGridColResize .dojoDndItemOver,
.dojoxGridColumnResizing,
.dojoxGridColumnResizing .dojoDndItemOver,
.dojoxGridColumnResizing .dojoxGridHeader {
	cursor: col-resize !important;
}