.x-grid3-hd-row .x-grid3-hd {
	font: 11pt verdana;
	color: #fff;
	background-color: #808080;
}

td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner
	{
	background: transparent;
}

.x-grid3-header {
	background: transparent;
}

.x-grid3-header-offset {
	padding-left: 0;
}

.x-grid3-hd-inner {
	border-bottom: 1px solid #cccccc;
	cursor: inherit;
	font: 11pt Arial;
	padding: 4px 3px 4px 5px;
	position: relative;
	vertical-align: middle;
}

.x-grid3-hd {
	cursor: pointer;
}

.x-grid3-hd-row .x-grid3-hd {
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #ccc;
	border-right: solid 1px #808080;
	text-align: center;
}

.x-grid3-odd-row {
	background-color: #eeeeee;
}

.x-grid3-even-row {
	background-color: #ffffff;
}

.x-grid3-hd-btn {
	visibility: hidden;
	width: 0;
	height: 0;
}

.x-border {
	border: solid 1px #ccc;
}

.x-grid3-row .x-grid3-cell {
	font: 9pt Arial;
	color: #333333;
}

.x-grid3-row {
	border-bottom: solid 1px #ccc;
}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	padding-right: 0;
	border-right: solid 1px #ccc;
}

.total-count {
	text-align: right;
}

.x-grid3-footer {
	background: #fff none repeat scroll 0 0;
	border: none;
	height: 25px;
	display: block;
	overflow: hidden;
	position: relative;
}

.x-grid3-footer-row {
  border-top: none;
  background-color: #fff;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  padding-top: 5px;
}

.x-combo-list {
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	overflow: auto;
}

.sort-asc .x-grid3-sort-icon {
	background: url(../../images/icons/icon-arrow-up.png) no-repeat;
	width: 16px;
	height: 16px;
}
.sort-desc .x-grid3-sort-icon {
	background: url(../../images/icons/icon-arrow-down.png) no-repeat;
	width: 16px;
	height: 16px;
}













/*
.x-grid-panel {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.x-grid3 {
	background: transparent;
}




.x-modal {
	position: absolute;
	z-index: 10;
	background-color: black;
	filter: alpha(opacity = 50);
	opacity: .70;
	left: 0px;
	top: 0px;
}

.x-border-layout-ct {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background-color: #ffffff;
}

.x-panel-body-noheader,.x-panel-mc .x-panel-body {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.x-resizable-handle-southeast {
	bottom: 6px;
	cursor: se-resize;
	height: 14px;
	right: 4px;
	width: 14px;
	z-index: 101;
}

*/