@charset "GB2312";

.x-window-footer {
	position: relative;
	top: 0;
	right: 0;
}

.x-list-body-inner DL DT EM {
	font-size: 12px;
	font-family: '宋体';
}

.x-date-mp-ok {
	font-size: 12px;
	font-family: '宋体';
}

.x-date-mp-cancel {
	font-size: 12px;
	font-family: '宋体';
}

.x-form-cb-label {
	font-size: 12px;
	font-family: '宋体';
}

.x-form-display-field {
	font-size: 12px;
	font-family: '宋体';
}

.x-tab-strip SPAN.x-tab-strip-text {
	font-size: 12px;
	font-family: '宋体';
}

.x-border-panel {
	font-size: 12px;
	font-family: '宋体';
}

.x-mask-loading div {
	font-size: 12px;
	font-family: '宋体';
}

.ext-el-mask-msg div {
	font-size: 12px;
	font-family: '宋体';
}

.x-panel-header {
	font-size: 12px;
	font-family: '宋体';
}

.x-tree-node {
	font-size: 12px;
	font-family: '宋体';
}

.x-grid3-hd-row TD {
	font-size: 12px;
	font-family: '宋体';
}

.x-grid3-row TD {
	font-size: 12px;
	LINE-HEIGHT: 16px;
	font-family: '宋体';
}

.x-orange-class {
	background: #ffb11c;
}

.x-yellow-class {
	background: #ff0;
}

.x-tip .x-tip-bd {
	font-size: 12px;
	font-family: '宋体';
}

.x-tip h3 {
	font-size: 12px;
	font-family: '宋体';
}

.x-tip .x-tip-bd-inner {
	font-size: 12px;
	font-family: '宋体';
}

.x-panel-tl .x-panel-header {
	FONT: normal 12px '宋体', tahoma, arial, verdana, sans-serif;
}

.x-form-field {
	FONT: 12px '宋体', tahoma, arial, helvetica, sans-serif
}

.x-small-editor .x-form-field {
	FONT: 12px '宋体', tahoma, arial, helvetica, sans-serif
}

.x-combo-list-item {
	FONT: 12px '宋体', tahoma, arial, helvetica, sans-serif;
}

.x-menu-list-item {
	FONT: 12px '宋体', tahoma, arial, sans-serif;
}

.x-window-tl .x-window-header {
	FONT: bold 12px '宋体', tahoma, arial, verdana, sans-serif;
}

/*
.x-layout-split-west .x-layout-mini {    
    BACKGROUND-IMAGE: url(../images/mini-left.jpg);    
}
*/
.ext-ie .x-form-text {
	margin-top: 1px;
}  /* the textField missing bottom line */
.x-form-item {
	FONT: 12px '宋体', tahoma, arial, helvetica, sans-serif
}

.x-grid-group-hd DIV {
	FONT: bold 12px '宋体', tahoma, arial, helvetica, sans-serif;
}

.x-window-mc {
	font: normal 12px '宋体', tahoma, arial, helvetica, sans-serif;
}

.x-btn-text-icon .x-btn-center .x-btn-text {
	background-position: 0pt 1px;
	background-repeat: no-repeat;
	padding: 0px 0pt 0px 18px;
}

.ext-gecko .x-btn button {
	padding-left: 0pt;
	padding-right: 0pt;
}

.x-btn button {
	font-size: 12px;
	font-family: '宋体';
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label
	{
	font-size: 12px;
	font-family: '宋体';
}

.x-fieldset legend {
	font-size: 12px;
	font-family: '宋体';
}

.x-tip .x-tip-body {
	font-size: 12px;
	font-family: '宋体';
}

.controlBtn img {
	cursor: pointer;
}

.x-grid3-summary-row {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #333;
	background: #f1f2f4;
}

.x-grid3-summary-row .x-grid3-cell-inner {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 12px;
}

.x-grid3-cell-first .x-grid3-cell-inner {
	padding-left: 16px;
}

.x-grid-hide-summary .x-grid3-summary-row {
	display: none;
}

.x-grid3-summary-msg {
	padding: 4px 16px;
	font-weight: bold;
	font-family: '宋体';
}

.negative {
	color: #dd0000;
}

.positive {
	color: green;
}

.x-grid3-body .x-grid3-td-cost {
	background-color: #f1f2f4;
}

.x-grid3-summary-row .x-grid3-td-cost {
	background-color: #e1e2e4;
}

.x-grid3-dirty-cell {
	background-image: none;
}
/**让gridpanel行可选中,还需要配合js代码的修改*/
.x-selectable,.x-selectable * {
	-moz-user-select: text ! important;
	-khtml-user-select: text ! important;
}