div.gridbox_dhx_custom_grey .xhdr{
	background-image:#fff;
	border-bottom:1px solid #cecece;
	background-color:#f9f9f9;
}

div.gridbox_dhx_custom_grey .ftr tr{
	background-color:#f9f9f9;
}

div.gridbox_dhx_custom_grey table.hdr tr{
	background-color:#f9f9f9;
}

div.gridbox_dhx_custom_grey table.obj tr td{
	font-family:Tahoma;
	font-size:11px;
	border-width:0px 0px 0px 0px;
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_dhx_custom_grey table.hdr td div.hdrcell{
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:auto;
}
html > body /**/ div.gridbox_dhx_custom_grey table.hdr td div.hdrcell{
	width=100%;
}
div.gridbox_dhx_custom_grey table.hdr td {
	border-width: 1px 1px 1px 1px;
	border-color : #FDFDFD #FDFDFD FDFDFD #FDFDFD;
	background-color:transparent;
	
	font-family:Tahoma;
	font-size:11px;
	color:black;
	vertical-align:top;
	text-align:left;
}

div.gridbox_dhx_custom_grey {
	border:1px solid  #cecece;
}
div.gridbox_dhx_custom_grey table.obj tr  td{
    padding-top:3px;
    padding-bottom:3px;
}
* html .gridbox_dhx_custom_grey .obj td{
    height:auto;
    padding-top:3px;
    padding-bottom: 3px;
}
div.gridbox_dhx_custom_grey table.obj.row20px tr  td{
    padding-top:0px;
    padding-bottom:0px;
}

div.gridbox_dhx_custom_grey table.obj.row20px tr  td.editable{
    padding:0px;
}
div.gridbox_dhx_custom_grey table.obj tr  td.editable div.treegrid_cell{
	padding-left:4px;
	padding-top:1px;
}
div.gridbox_dhx_custom_grey table.obj tr.rowselected{
/*	background-color:#FFF1CC; */
/*	background-color:#EBFF99;
}
div.gridbox_dhx_custom_grey table.obj tr.rowselected td{
/*	background-color:#FFF1CC; 
	background-repeat:repeat-x;
	background-position:0px 0px;	
	background-image:url(../imgs/sky_blue_sel2.png);
*/
	background-color:#ededed;
}
div.gridbox_dhx_custom_grey table.obj.row20px tr.rowselected td{
/*	background-repeat:repeat-x;
	background-position:0px 0px;	
	background-image:url(../imgs/sky_blue_sel.png);
*/
	background-color:#ededed;
}

div.gridbox_dhx_custom_grey table.obj tr.rowselected td.cellselected {
	background-color:#FFF1CC;
}
div.gridbox_dhx_custom_grey .odd_dhx_custom_grey{
/*	background-color:#E3EFFF; */
}
.dhx_combo_select, .gridbox_dhx_custom_grey .dhx_combo_edit, .gridbox_dhx_custom_grey .dhx_textarea{
    font-family:Tahoma;
    font-size:11px;
}
.gridbox_dhx_custom_grey .dhx_combo_edit{
	padding:1px 0px 1px 1px;
}
.gridbox_dhx_custom_grey .dhx_sub_row {
	background-color:transparent;
}

/* rowselector */
div.gridbox table.obj.row20px tr td.rowselector,
div.gridbox_dhx_custom_grey table.obj tr td.rowselector {
	line-height: normal;
	border-right: 1px solid #A4BED4;
	background-color: #E3EFFF;
	vertical-align: top;
	padding: 0px;
}
div.gridbox_dhx_custom_grey table.obj tr td.rowselector div.rowselector2 {
	line-height: normal;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("../imgs/dhxgrid_dhx_custom_grey/rowselector.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.gridbox_dhx_custom_grey table.obj tr td.rowselector div.rowselector2 div.rowselector3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	line-height: normal;
	background-image: url("../imgs/dhxgrid_dhx_custom_grey/rowselector.png");
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.gridbox_dhx_custom_grey table.obj tr td.rowselector div.rowselector2 div.rowselector4 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: normal;
	background: none;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.gridbox_dhx_custom_grey table.obj tr.rowselected td.rowselector div.rowselector2 div.rowselector4 {
	background-image: url("../imgs/dhxgrid_dhx_custom_grey/arrow.png");
}
div.gridbox_dhx_custom_grey table.obj tr.rowselected td.rowselector.editmode div.rowselector2 div.rowselector4 {
	background-image: url("../imgs/dhxgrid_dhx_custom_grey/asteriks.png");
}