.test-column-class {
	font-weight: bold !important;
}

.row_class_EBF1E2 {
	background-color: #EBF1E2 !important;
}

.row_class_FFFF99 {
	background-color: #FFFF99 !important;
}

.row_class_A68340 {
	background-color: #A68340 !important;
}

.row_class_F0AE67 {
	background-color: #F0AE67 !important;
}

.row_class_FF6000 {
	background-color: #FF6000 !important;
}

.row_class_CCC000 {
	background-color: #CCC000 !important;
}

.red {
	color: red;
}

.redcell {
	background-color: #FFE5E5 !important;
}

.attention {
	text-decoration: blink;
	color: red;
	font-weight: bold;
}

.greenrow {
	background-color: #D9FFB7 !important;
}

.greenrow_editable {
	background-color: #81FF72 !important;
}

.readOnly {
	border: 0px solid #DD7870 !important;
	background-image: none ! important;
}

.important_input {
	border: 0px solid #DD7870 !important;
	background-image: none ! important;
	color: #990000;
	font-weight: bold;
}

.erg_select {
	font-weight: bold;
	background-image: none ! important;
	background-color: #C3FF8F !important;
}

.yellowrow {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C60000;
	background-color: #FFFFCC !important;
}

.readOnlyRow {
	background-color: #FFFFCC !important;
}

.readOnlyRow_ {
	background-color: #ececc6 !important;
}

.grayrow {
	background-color: #CCC000 !important;
}

.hide {
	display: none;
}

.pinkrow {
	background-color: #FFE6CC !important;
}

.bmenu {
	background-image: url(framework/examples/menu/list-items.gif) !important
		;
}

/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.x-grid3-locked,.x-grid3-unlocked {
	overflow: hidden;
	position: absolute;
}

.x-grid3-locked {
	border-right: 1px solid #99BBE8;
}

.x-grid3-locked .x-grid3-scroller {
	overflow: hidden;
}

.x-grid3-locked .x-grid3-row {
	border-right: 0;
}

.x-grid3-scroll-spacer {
	height: 19px;
}

.x-grid3-unlocked .x-grid3-header-offset {
	padding-left: 0;
}

.x-grid3-unlocked .x-grid3-row {
	border-left: 0;
}

/** vim: ts=4:sw=4:nu:fdc=4:nospell 
 *
 * Ext.ux.grid.RowActions.css 
 *
 * Style sheets for Grid RowActions Plugin
 *
 * @author   Ing. Jozef Sakalos
 * @date     27. March 2008
 * @verson   $Id: Ext.ux.grid.RowActions.css 753 2009-10-28 02:17:34Z jozo $
 *
 * @license Ext.ux.grid.RowActions.css is licensed under the terms of
 * the Open Source LGPL 3.0 license.  Commercial use is permitted to the extent
 * that the code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 * 
 * License details: http://www.gnu.org/licenses/lgpl.html
 */ /* styles for rows */
.ux-row-action-cell .x-grid3-cell-inner {
	padding: 1px 0 0 0;
}

.ux-row-action-item {
	float: left;
	min-width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	margin: 0 3px 0 2px;
	/*	margin: 1px 5px 0 2px; */
	cursor: pointer;
	overflow: hidden;
}

.ext-ie .ux-row-action-item {
	width: 16px;
}

.ext-ie .ux-row-action-text {
	width: auto;
}

.ux-row-action-item span {
	vertical-align: middle;
	padding: 0 0 0 20px;
	line-height: 18px;
}

.ext-ie .ux-row-action-item span {
	width: auto;
}

/* styles for groups */
.x-grid-group-hd div {
	position: relative;
	height: 16px;
}

.ux-grow-action-item {
	min-width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 50% ! important;
	margin: 0 0 0 4px;
	padding: 0 ! important;
	cursor: pointer;
	float: left;
}

.ext-ie .ux-grow-action-item {
	width: 16px;
}

.ux-action-right {
	float: right;
	margin: 0 3px 0 2px;
	padding: 0 ! important;
}

.ux-grow-action-text {
	padding: 0 ! important;
	margin: 0 ! important;
	background: transparent none ! important;
	float: left;
}

/* eof */
.x-grid3-summary-row {
	background-color: #e1e2e4;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
}