/*** item ***/
.x-item-disabled {
/*	color: gray;
	cursor: default;
	opacity: 0.6;*/
	color: #B0B0B0 !important;
	color: #C0C0C0 !important;
}

/*** form ***/
.x-form-field {
/*	-x-system-font: none;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0;*/
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
	font-size: 12px;
/*	color: #666666;*/
	color: #454545;
	overflow: hidden;
}

/*** form - invalid field style ***/
.x-form-invalid, textarea.x-form-invalid {
/*	background:#FFFFFF url(../images/default/grid/invalid_line.gif) repeat-x scroll center bottom;
	border:1px solid #DD7870;*/
	background-image: none;
	border: 1px solid #B5B8C8;
}

/*** form - field focus style, duplicate from ExtJS, no need to change ***/
.x-form-focus, textarea.x-form-focus{
	border: 1px solid #7eadd9;
}

/*** form - fieldset - legend ***/
.x-fieldset legend {
/*	color: #15428B;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;*/
}

.x-fieldset legend {
	font-weight: normal;
}

/*** form - fieldset header ***/
.x-fieldset-header-text {
	color: #666666;
}

/*** form - fieldset ***/
.x-fieldset {
/*	border: 1px solid #B5B8C8;
	display: block;
	margin-bottom: 10px;
	padding: 10px;*/
	border: 1px solid #FFFFFF;
}

/*** form - label ***/
.x-form-item label {
/*	clear: left;
	display: block;
	float: left;
	padding: 3px 3px 3px 0;
	position: relative;
	width: 100px;
	z-index: 2;*/
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
	font-size: 12px;
	font-weight: bold;
	color: #00545d;
/*	white-space: pre;*/
}

.x-form-item {
/*	margin-bottom: 16px;*/
	margin-bottom: 2px;
	margin-right: 10px;
}

.x-form-check, .x-form-radio {
/*	height: 13px;
	vertical-align: bottom;
	width: 13px;*/
	float: left;
}

.x-form-check, .ext-ie .x-form-radio {
/*	margin-bottom: 2px;*/
	margin-top: 3px;
}

.x-form-radio {
/*	margin-bottom: 3px;*/
	margin-top: 1px;
}

.x-form-cb-label {
	font-weight: normal !important;
/*	color: #666666 !important;*/
	float: left !important;
	width: 95% !important;
	padding: 0 3px 0 0 !important;
	width: 90% !important;
}

.x-form-check-wrap-inner, .x-form-radio-wrap-inner {
/*	display: inline;
	padding: 3px 0 0;*/
	color: #666666;
}

.x-form-check-group .x-form-check-wrap, .x-form-radio-group .x-form-radio-wrap {
/*	height: 18px;*/
	height: auto;
/*	width: 500px;*/
}

.x-form-check-wrap-inner label, .x-form-radio-wrap-inner label, .x-form-check-over label {
	padding-left: 0px;
	margin-left: 0px;
}

/*** form - textfield ***/
.x-form-text-readonly {
	background: none;
	border: none;
/*
	background: none;
	background-color: #e7e7e7;
	border: 1px solid #B5B8C8;
*/
}

.x-form-label-top .x-form-item label {
/*	clear: none;
	display: inline;
	float: none;
	margin-bottom: 4px;
	position: static;
	width: auto;*/
	margin-bottom: 0;
}

/*** form - invalid msg ***/
.x-form-invalid-msg {
/*	-x-system-font: none;
	background: transparent url(../images/default/shared/warning.gif) no-repeat scroll 0 2px;
	color: #EE0000;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	padding: 2px 2px 2px 18px;
	width: 200px;*/
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
	font-size: 12px;
}

/*** button ***/
.x-btn button {
	font-weight: bold;
	color: #1E4649;
}

.x-btn-over button {
	font-weight: bold;
	color: #FFFFFF;
}

.x-btn-left {
/*	background: transparent url(../images/default/button/btn-sprite.gif) no-repeat scroll 0 0;
	height: 21px;
	width: 3px;*/
	background-image: url(btn-sprite.gif);
}

.x-btn-center {
/*	background: transparent url(../images/default/button/btn-sprite.gif) repeat-x scroll 0 -42px;
	cursor: pointer;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;*/
	background-image: url(btn-sprite.gif);
}

.x-btn-right {
/*	background: transparent url(../images/default/button/btn-sprite.gif) no-repeat scroll 0 -21px;
	height: 21px;
	width: 3px;*/
	background-image: url(btn-sprite.gif);
}

/*** panel ***/
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
/*	border-top: 1px solid #FF0000;*/
/*	border-top: 1px solid #FFFFFF;*/
	border-top: none;
	border: none;
	border-color: transparent;
}

.x-panel {
/*	border: 0 solid #99BBE8;*/
/*	border: 1px solid #FFFFFF;*/
/*	border: none;*/
/*	border: 1px solid #BBE0E3;*/
}

.x-panel-header {
/*	-x-system-font: none;
	background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x scroll 0 -1px;
	border: 1px solid #99BBE8;
	color: #15428B;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15px;
	overflow: hidden;
	padding: 5px 3px 4px 5px;*/
	background: none;
	border: 1px solid #BBE0E3;
	color: #00545d;
	font-family: arial,verdana,sans-serif,mingliu,pmingliu;
	font-size: 13px;
}

.x-panel-body {
/*	background: white none repeat scroll 0 0;
	border-color: -moz-use-text-color #99BBE8 #99BBE8;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	overflow: hidden;
	position: relative;*/
/*	border-color: -moz-use-text-color #FFFFFF #FFFFFF;*/
	border-color: #FFFFFF;
	background: none;
	border: none;
	border-color: transparent;
}

/*** grid ***/
/*** grid - column header ***/
.x-grid3-header {
/*	background: #F9F9F9 url(../images/default/grid/grid3-hrow.gif) repeat-x scroll 0 bottom;*/
	background: #226e6c;
	color: #FFFFFF;
	font-weight: bold;
}

.x-grid3-header-offset {
/*	padding-left: 1px;
	width: 10000px;*/
/*	width: auto;*/
}

.x-grid3-hd-inner {
/*	cursor: inherit;
	padding: 4px 3px 4px 5px;
	position: relative;*/
	color: #FFFFFF;
}

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: #EBF3FD url(../images/default/grid/grid3-hrow-over.gif) repeat-x scroll left bottom;*/
/*	background: #226e6c;*/
	background-image: none;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
}

.x-grid3-hd-row td {
/*	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #D0D0D0;
	line-height: 15px;
	vertical-align: middle;*/
	font-weight: bold;
	border-left: none;
	border-right: 1px solid #FFFFFF;
}

/*** if disabled column menu, then below is no use ***/
.x-grid3-hd-btn {
/*	background: #C3DAF9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat scroll left center;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	z-index: 2;*/
	color: #FFFFFF;
	font-weight: bold;
}

.x-grid3-hd-btn a {
	color: #FFFFFF;
	font-weight: bold;
}

/*** grid - selected row ***/
.x-grid3-row-selected {
/*	background: #DFE8F6 none repeat scroll 0 0 !important;
	border: 1px dotted #A3BAE9;*/
/*	background: #DAF1EF none repeat scroll 0 0 !important;*/
	border: 1px dotted #72BFC5;
	background: #DCEAE6 none repeat scroll 0 0 !important;
}

.x-grid3-row-selected td div {
/*	font-weight: bold;*/
	color: #00545d;
	font-weight: normal;
}

.x-grid3-cell-inner, .x-grid3-hd-inner {
/*	overflow: hidden;
	padding: 3px 3px 3px 5px;
	white-space: nowrap;*/
	white-space: normal;
}

/*** grid - row ***/
.x-grid3-row {
/*	border-color: #FFFFFF #EDEDED #EDEDED;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	width: 100%;*/
/*	border-color: #FFFFFF #CDCDCD #EDEDED;*/
	border-color: #FFFFFF #DDDDDD #DDDDDD;
	border-color: #FFFFFF #FFFFFF #FFFFFF;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
/*	-moz-user-select: none;
	line-height: 13px;
	padding-left: 1px;
	padding-right: 1px;
	vertical-align: top;*/
	padding-left: 0;
	padding-right: 0;
/*	vertical-align: middle;*/
	color: #666666;
	font-size: 12px;
}

.x-grid3-row td, .x-grid3-summary-row td {
/*	line-height: 13px;*/
	line-height: 18px;
}

.sort-asc .x-grid3-sort-icon {
/*	background-image: url(../images/default/grid/sort_asc.gif);
	display: inline;*/
	background-image: url(sort_asc.gif);
}

.sort-desc .x-grid3-sort-icon {
/*	background-image: url(../images/default/grid/sort_desc.gif);
	display: inline;*/
	background-image: url(sort_desc.gif);
}

/*** grid - selected row - mouseover ***/
.x-grid3-row-over {
/*	border: 1px solid #ddd;
	background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;*/
/*	border: 1px solid #72BFC5;*/
	background: none;
	background-color: #DCEAE6;
/*	cursor: pointer;
	cursor: hand;*/
	cursor: default;
}

.x-grid3-row-over td div {
/*	font-weight: bold;*/
	color: #00545d;
}

.x-grid3-row-alt {
	background-color: #DCEAE6;
}

/*** grid - grouping ***/
.x-grid-group-hd {
/*	border-bottom: 2px solid #99BBE8;
	cursor: pointer;
	padding-top: 6px;*/
	border-bottom: 2px solid #00565b;
}

.x-grid-group-hd div {
/*	-x-system-font: none;
	background: transparent url(../images/default/grid/group-expand-sprite.gif) no-repeat scroll 3px -47px;
	color: #3764A0;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 4px 4px 4px 17px;*/
	color: #00545d;
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
	font-size: 12px;
}

/*** grid - selected cell ***/
.x-grid3-cell-selected {
/*	background-color: #B8CFEE !important;
	color: black;*/
	background-color: #DCEAE6 !important;
}

.x-grid3-scroller {
/*	overflow: auto;
	position: relative;*/
/*	overflow: hidden;*/
}

/*** grid - dirty cell ***/
.x-grid3-dirty-cell {
/*	background: transparent url(../images/default/grid/dirty.gif) no-repeat scroll 0 0;*/
	background: none;
}

/*** panel ***/
/*
.x-panel {
	border: 0 solid #99BBE8;
	border: 0 dashed #72BFC5;
}
*/

.x-panel-tl {
/*	background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat scroll 0 0;
	border-bottom: 1px solid #99BBE8;
	padding-left: 6px;*/
	background: none;
	border-bottom: 1px dashed #72BFC5;
	border-bottom: none;
}

.x-panel-ml {
/*	background: #FFFFFF url(../images/default/panel/left-right.gif) repeat-y scroll 0 0;*/
	padding-left: 6px;
	background: #FFFFFF;
	border-left: 1px dashed #72BFC5;
	border-left: none;
	background-color: transparent;
	background-image: none;
}

.x-panel-mr {
/*	background: transparent url(../images/default/panel/left-right.gif) repeat-y scroll right 0;*/
	padding-right: 6px;
	background: none;
	border-right: 1px dashed #72BFC5;
	border-right: none;
}

.x-panel-mc {
/*	background: #DFE8F6 none repeat scroll 0 0;*/
	border: 0 none;
	background: #FFFFFF;
	background: transparent;
}

.x-panel-bl {
	background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat scroll 0 bottom;
	padding-left: 6px;
	background: none;
	border-left: 1px dashed #72BFC5;
	border-bottom: 1px dashed #72BFC5;
	border-left: none;
	border-bottom: none;
}

.x-panel-br {
	background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat scroll right bottom;
	padding-right:6px;
	background: none;
	border-right: 1px dashed #72BFC5;
	border-right: none;
}

.x-panel-bc {
	background: transparent url(../images/default/panel/top-bottom.gif) repeat-x scroll 0 bottom;
	background: #FFFFFF;
	background: none;
}

/*** panel - paging tool bar ***/
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
/*	border-top: 1px solid #99BBE8;
	border-width: 1px 0 0;*/
	border-top: 1px solid #BBE0E3;
	border-top: none;
}

.x-panel-bbar .x-toolbar {
/*	border-color: -moz-use-text-color #99BBE8 #99BBE8;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	overflow: hidden;
	padding: 2px;*/
	border-color: #BBE0E3;
}

.x-toolbar {
/*	background: #D0DEF0 url(../images/default/toolbar/bg.gif) repeat-x scroll left top;
	border-color: #A9BFD3;
	border-style: solid;
	border-width: 0 0 1px;
	display: block;
	padding: 2px;
	position: relative;*/
	background: #DAF1EF;
	background: none;
}

.x-toolbar td, .x-toolbar span, .x-toolbar input
, .x-toolbar div, .x-toolbar select, .x-toolbar label {
/*	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	white-space: nowrap;*/
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
}

/*** grid - paging tool bar - icon image ***/
.x-toolbar .ytb-sep {
/*	background-image: url(../images/default/grid/grid-blue-split.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: default;
	display: block;
	font-size: 1px;
	height: 16px;
	margin: 0 2px;
	overflow: hidden;
	width: 4px;*/
	background-image: none;
}

.x-paging-info {
/*	color: #444444;
	position: absolute;
	right: 8px;
	top: 5px;*/
/*	color: #FF0000;*/
}

.x-panel-ghost {
/*	background: #cbddf3;
	z-index: 12000;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .65;
	-moz-opacity: .65;
	filter: alpha(opacity=65);
	background: #DAF1EF;*/
	opacity: .45;
	-moz-opacity: .45;
	filter: alpha(opacity=45);
	background: #FFFFFF;
}

.x-panel-ghost ul {
/*	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border: 1px solid #99bbe8;
	border-top: 0 none;
	display: block;
	border: 1px solid #DAF1EF;*/
}

.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
/*	background: transparent url(../images/default/sizer/s-handle.gif) repeat scroll center top;
	background: #DAF1EF;*/
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south {
/*	background: transparent url(../images/default/sizer/s-handle.gif) repeat scroll center top;
	background: #DAF1EF;*/
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east {
/*	background: transparent url(../images/default/sizer/e-handle.gif) repeat scroll left center;
	background: #DAF1EF;*/
}

.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
/*	background: transparent url(../images/default/sizer/e-handle.gif) repeat scroll left center;
	background: #DAF1EF;*/
}

/*** window ***/
.x-window-body {
	background: transparent none repeat scroll 0 0;
	background: #FFFFFF;
}

.x-window-tl {
/*	background: transparent url(../images/default/window/left-corners.png) no-repeat scroll 0 0;
	padding-left: 6px;
	position: relative;
	z-index: 1;
	background: #DAF1EF;*/
	background: #FFFFFF;
	border-left: 1px solid #B6DCDF;
	border-top: 1px solid #B6DCDF;
	border-bottom: 1px dashed #B6DCDF;
	border-right: 1px solid #B6DCDF;
}

.x-window-tr {
/*	background: transparent url(../images/default/window/right-corners.png) no-repeat scroll right 0;
	padding-right: 6px;
	background: #DAF1EF;*/
	background: #FFFFFF;
/*	border-right: 1px solid #B6DCDF;*/
/*	border-top: 1px solid #B6DCDF;*/
}

.x-window-tc {
/*	background: transparent url(../images/default/window/top-bottom.png) repeat-x scroll 0 0;
	overflow: hidden;
	background: #DAF1EF;*/
	background: #FFFFFF;
/*	border-top: 1px solid #B6DCDF;*/
}

.x-window-ml {
/*	background: transparent url(../images/default/window/left-right.png) repeat-y scroll 0 0;
	padding-left: 6px;
	background: #DAF1EF;*/
	background: #FFFFFF;
	border-left: 1px solid #B6DCDF;
/*	border-bottom: 1px solid #B6DCDF;*/
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #B6DCDF;
}

.x-window-mr {
/*	background: transparent url(../images/default/window/left-right.png) repeat-y scroll right 0;
	padding-right: 6px;
	background: #DAF1EF;*/
	background: #FFFFFF;
/*	border-right: 1px solid #B6DCDF;*/
}

.x-window-mc {
/*	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;*/
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
	font-size: 12px;
	color: #00565B;
	line-height: 160%;
}

.x-window-plain .x-window-mc {
/*
	background: #CAD9EC none repeat scroll 0 0;
	border-color: #A3BAE9 #DFE8F6 #DFE8F6 #A3BAE9;
	border-style: solid;
	border-width: 1px;
*/
	background: #FFFFFF;
/*	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;*/
	border: none;
}

.x-window-plain .x-window-body {
/*
	background: transparent none repeat scroll 0 0 !important;
	border-color: #DFE8F6 #A3BAE9 #A3BAE9 #DFE8F6;
	border-style: solid;
	border-width: 1px;
*/
	background: #FFFFFF !important;
	border: none !important;
}

.x-window-bl {
/*	background: transparent url(../images/default/window/left-corners.png) no-repeat scroll 0 bottom;
	padding-left: 6px;
	background: #DAF1EF;*/
	background: #FFFFFF;
	border-left: 1px solid #B6DCDF;
	border-bottom: 1px solid #B6DCDF;
	border-right: 1px solid #B6DCDF;
}

.x-window-br {
/*	background: transparent url(../images/default/window/right-corners.png) no-repeat scroll right bottom;
	padding-right: 6px;
	background: #DAF1EF;*/
	background: #FFFFFF;
/*	border-right: 1px solid #B6DCDF;*/
}

.x-window-bc {
/*	background: transparent url(../images/default/window/top-bottom.png) repeat-x scroll 0 bottom;
	background: #DAF1EF;*/
	background: #FFFFFF;
}

.x-window-header-text {
/*	cursor: pointer;*/
	color: #00545d;
}

.x-window-tl .x-window-header {
/*	color: #15428B;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;*/
	font-family: arial,verdana,sans-serif,mingliu,pmingliu;
	font-size: 12px;
	line-height: 160%;
}

/*** tip ***/
.x-tip .x-tip-tl {
/*	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat scroll 0 0;
	overflow: hidden;
	padding-left: 6px;*/
	background-image: none;
	background-color: #FFFFFF;
	border-left: 1px solid #B6DCDF;
	border-top: 1px solid #B6DCDF;
/*	border-bottom: 1px dashed #B6DCDF;*/
}

.x-tip .x-tip-tr {
/*	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat scroll right 0;
	overflow: hidden;
	padding-right: 6px;*/
	background-image: none;
	background-color: #FFFFFF;
	border-right: 1px solid #B6DCDF;
}

.x-tip .x-tip-tc {
/*	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat scroll 0 -62px;
	overflow: hidden;
	padding-top: 3px;*/
	background-image: none;
	background-color: #FFFFFF;
}

.x-tip .x-tip-ml {
/*	background: #FFFFFF url(../images/default/qtip/tip-sprite.gif) no-repeat scroll 0 -124px;
	padding-left: 6px;*/
	background-image: none;
	background-color: #FFFFFF;
	border-left: 1px solid #B6DCDF;
}

.x-tip .x-tip-mr {
/*	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat scroll right -124px;
	padding-right: 6px;*/
	background-image: none;
	background-color: #FFFFFF;
	border-right: 1px solid #B6DCDF;
}

.x-tip .x-tip-mc {
/*	-x-system-font: none;
	border: 0 none;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;*/
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
	font-size: 12px;
	color: #00565B;
	line-height: 160%;
}

.x-tip .x-tip-body {
/*	-x-system-font: none;
	color: #444444;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 14px;
	margin: 0 !important;
	padding: 0;*/
	color: #00565B;
	font-family: arial,helvetica,sans-serif,mingliu,pmingliu;
	font-size: 12px;
	line-height: 160%;
}

.x-tip .x-tip-bl {
/*	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat scroll 0 -59px;
	padding-left: 6px;*/
	background-image: none;
	background-color: #FFFFFF;
	border-left: 1px solid #B6DCDF;
	border-bottom: 1px solid #B6DCDF;
}

.x-tip .x-tip-br {
/*	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat scroll right -59px;
	padding-right: 6px;*/
	background-image: none;
	background-color: #FFFFFF;
	border-right: 1px solid #B6DCDF;
}

.x-tip .x-tip-bc {
/*	background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat scroll 0 -121px;
	height: 3px;
	overflow: hidden;*/
	background-image: none;
	background-color: #FFFFFF;
}

/*** tab panel ***/
ul.x-tab-strip-top {
/*	background: #CEDFF5 url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom;
	border-bottom: 1px solid #8DB2E3;
	padding-top: 1px;*/
	background: none;
	border-bottom: none;
}

ul.x-tab-strip li {
/*	float: left;
	margin-left: 2px;*/
	margin: 0;
	margin-left: 2px !important;
	padding: 0;
/*	list-style: none inside !important;*/
}

/*** tab panel - header ***/
.x-tab-panel-header, .x-tab-panel-footer {
/*	background: #DEECFD none repeat scroll 0 0;
	border: 1px solid #8DB2E3;
	overflow: hidden;*/
	background: none;
	border: 1px solid #8DB2E3;
}

.x-tab-panel-header {
/*	border: 1px solid #8DB2E3;
	padding-bottom: 2px;*/
	border: 1px solid #8DB2E3;
}

/*** tab panel - header - right corner ***/
.x-tab-strip-top .x-tab-right {
/*	background: transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat scroll 0 -51px;
	padding-left: 10px;*/
	background: none;
	background-color: #E1FEFF;
	border-top: 1px solid #B6DCDF;
	border-left: 1px solid #B6DCDF;
}

/*** tab panel - header - center ***/
.x-tab-strip-top .x-tab-strip-inner {
/*	background: transparent url(../images/default/tabs/tabs-sprite.gif) repeat-x scroll 0 -201px;*/
	background: none;
}

/*** tab panel - header - left corner ***/
.x-tab-strip-top .x-tab-left {
/*	background: transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat scroll right -351px;
	padding-right: 10px;*/
	background: none;
	background-color: #E1FEFF;
	border-right: 1px solid #B6DCDF;
}

/*** tab panel - header - text ***/
.x-tab-strip span.x-tab-strip-text {
/*	-x-system-font: none;
	color: #416AA3;
	cursor: pointer;
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 4px 0;
	white-space: nowrap;*/
	color: #5A5A5A;
}

/*** tab panel - header - text - active ***/
.x-tab-strip-active span.x-tab-strip-text {
/*	color: #15428B;
	cursor: default;
	font-weight: bold;*/
	color: #1E4649;
	background-color: #E1FEFF;
/*	color: #FFFFFF;*/
	background-color: #BBE0E3;
}

/*** tab panel - header - right corner - active ***/
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
/*	margin-bottom: -1px;*/
	background-color: #BBE0E3;
}

/*** tab panel - header - right corner - active ***/
.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
/*	cursor: default;*/
	cursor: pointer;
	background-color: #BBE0E3;
}

/*** tab panel - header - left corner - active ***/
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
/*	background-position: right -301px;*/
	background-color: #BBE0E3;
}

/*** tree ***/
.x-tree .x-panel-header, .x-tree .x-panel-header span {
	background-color: #226e6c;
	color: #FFFFFF;
}

/*** column tree ***/
.x-tree-node {
	font-size: 12px;
}

.x-tree-node ul li {
	margin: 0;
	padding: 0;
}

.x-tree-root-node li {
	margin: 0 !important;
	padding: 0 !important;
}

.x-tree-col-text, .x-tree-hd-text {
/*	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 3px 3px 3px 5px;
	white-space: nowrap;
	font: normal 11px arial, tahoma, helvetica, sans-serif;*/
	font: normal 12px arial, tahoma, helvetica, sans-serif,mingliu,pmingliu;
	color: #666666;
}

.x-tree-hd-text {
	font-weight: bold;
	color: #FFFFFF;
	white-space: normal;
}

.x-tree-hd-right {
	border-right: none;
}

.x-tree-headers {
/*	background: #f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
	cursor: default;
	zoom: 1;*/
	background: #226e6c;
}

.x-column-tree .x-tree-node a span, .x-column-tree .x-tree-node a div {
	color: #666666;
}

.x-column-tree .x-tree-node .x-tree-selected a span
, .x-column-tree .x-tree-node .x-tree-selected a:hover span
, .x-column-tree .x-tree-node .x-tree-selected a div
, .x-column-tree .x-tree-node .x-tree-selected a:hover div {
/*	background:transparent;
	color:#000;*/
	color: #00545d;
	font-weight: bold;
	text-decoration: none;
}

.x-tree-node .x-tree-node-over
, .x-tree-node .x-tree-node-over a span
, .x-tree-node .x-tree-node-over div 
, .x-tree-node .x-tree-node-over a div {
	background-color: #DCEAE6;
	color: #00545d;
	text-decoration: none;
}

.x-column-tree .x-tree-node .x-tree-selected a span
, .x-tree-node .x-tree-selected div  
, .x-tree-node .x-tree-selected a div  {
/*	background: transparent;
	color: #000;*/
	color: #00545d;
	font-weight: bold;
	text-decoration: none;
}

.x-column-tree  .x-tree-node a {
/*	line-height: 18px;
	vertical-align: middle;*/
	text-decoration: none !important;
}

/*** date ***/
.x-date-inner .x-date-disabled a span {
/*	color: #BBBBBB;
	cursor: default;*/
	color: #BBBBBB !important;
}

.x-date-inner th {
/*	-x-system-font: none;
	background: #DFECFB url(../images/default/shared/glass-bg.gif) repeat-x scroll left top;
	border-bottom: 1px solid #A3BAD9;
	border-collapse: separate;
	color: #233D6D;
	cursor: default;
	font-family: arial,helvetica,tahoma,sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 0;
	text-align: right !important;*/
/*	background: none;
	background-color: #DCEAE6;*/
}

.x-date-middle, .x-date-left, .x-date-right {
/*	-x-system-font: none;
	background: transparent url(../images/default/shared/hd-sprite.gif) repeat-x scroll 0 -83px;
	color: #FFFFFF;
	font-family: "sans serif",tahoma,verdana,helvetica;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	overflow: hidden;*/
/*	background: none;
	background-color: #00565b;*/
}





