*,.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text{font-family:Î¢ÈíÑÅºÚ}
.xhe_o2007blue td.xheTool span{font-family:arial;}

/* Window */

.x-window-proxy {
    background:#e0e0e0;
    border-color:#b0b0b0;
}

body .x-window .x-window-header-text, body .x-panel-ghost .x-window-header-text {
    color:#fff;
    font-weight: normal;
    font-size: 13px;
}

/*********** X-panel *******/
.x-panel-tc {
	background: #B7D7F3;
}
.x-panel-tl {
	background: transparent url(gimg/xt.png) no-repeat scroll 0 0;
}
.x-panel-tr {
	background: transparent url(gimg/xt.png) no-repeat scroll right 0;
}

/*********** X-window ******/
.x-window-tc {
	background: #6694E3;
}
.x-window-tl {
	background: transparent url(gimg/t.png) no-repeat scroll 0 0;
}
.x-window-tr {
	background: transparent url(gimg/t.png) no-repeat scroll right 0;
}
.x-window-bc{
	background: #6694E3;
}
.x-window-bl {
	background:transparent url(gimg/rc.png) no-repeat scroll 0 bottom;
	padding-left:4px;
}
.x-window-br {
	background:transparent url(gimg/rc.png) no-repeat scroll right bottom;
	padding-right:4px;
}
.x-window-mc {
    border:0px solid #d0d0d0;
    background:#e8e8e8;
}

.x-window-ml {
	background: #6694E3;
	padding-left:4px;
}
.x-window-mr {
	background: #6694E3;
	padding-right:4px;
}

/* MBOH */

.x-panel-ghost .x-window-tl {
    border-color:#d0d0d0;
}
.x-panel-collapsed .x-window-tl {
    border-color:#d0d0d0;
}

.x-window-plain .x-window-mc {
    background: #DFE8F6;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #d0d0d0;
    border-left:1px solid #d0d0d0;
	border:none;
}

.x-window-plain .x-window-body {
    border-left:1px solid #eee;
    border-top:1px solid #eee;
    border-bottom:1px solid #d0d0d0;
    border-right:1px solid #d0d0d0;
    background:transparent !important;
}

body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
    background-color: white;
}

.x-window-maximized .x-window-tc {
	background: #6694E3;
}


.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
	height:4px;
}

body .x-window .x-window-tl .x-window-header {
	padding: 3px 0;
}

/* misc */
.x-html-editor-wrap {
    border-color:#d0d0d0;
}

/* Borders go last for specificity */
.x-panel-noborder .x-panel-body-noborder {
    border-width:0;
}

.x-panel-noborder .x-panel-header-noborder {
    border-width:0;
    border-bottom:1px solid #d0d0d0;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
    border-width:0;
    border-bottom:1px solid #d0d0d0;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
    border-width:0;
    border-top:1px solid #d0d0d0;
}

.x-window-noborder .x-window-mc {
    border-width:0;
}
.x-window-plain .x-window-body-noborder {
    border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
}


.x-tab-panel-bbar-noborder .x-toolbar {
    border-width:0;
    border-top:1px solid #d0d0d0;
}

.x-tab-panel-tbar-noborder .x-toolbar {
    border-width:0;
    border-bottom:1px solid #d0d0d0;
}

.x-tab-panel-header, .x-tab-panel-footer {
	background-color: #BED6FF;
	border: none;
	padding-bottom: 3px;
}

ul.x-tab-strip-top { background: #FFF none; border-bottom:none; padding-top:3px; }
ul.x-tab-strip li {margin-left:3px; }

.x-tab-strip-top .x-tab-right { background:#DFE8F6 none;}
.x-tab-strip-top .x-tab-left {background:transparent none;}
.x-tab-strip-top .x-tab-strip-inner {background:transparent none;}

.x-tab-strip-top .x-tab-strip-active  .x-tab-right { background:#BED6FF none; color: white;}
.x-tab-strip-active span.x-tab-strip-text {color:black;}

/* SHADOWS */
/*
.x-shadow * {
	display:none;
	background: none;
	visibility: hidden;
}*/

/* GRID ROWS */

body .x-grid3 .x-grid3-row {
	border-top:0;
	padding-bottom: 1px;
	padding-top:2px;
}

body .x-grid3 .x-grid3-row-selected {
	padding:0;
	border-top: 2px solid #6694E3;
	border-bottom: 2px solid #6694E3;
	border-left: 1px solid #6694E3;
	border-right: 1px solid #6694E3;
	background: #DFE8F6 !important;
}

body .x-grid3 .x-grid3-row-alt {
	background: #EEE;
}
/*
body {
	background: #ddd !important;
}*/

/* FORM */

.x-combo-list .x-combo-selected { border:none !important;}
.x-combo-list-item { border:none; }


/* Tools */
.x-tool {
    background-image:url(gimg/icons7.png);
}

.x-tool-close {			background-position: -40px -80px; }
.x-tool-close-over {		background-position: -40px -100px; }
.x-tool-maximize {		background-position:-120px -80px; }
.x-tool-maximize-over {	background-position:-120px -100px; }
.x-tool-minimize {		background-position:-20px -80px; }
.x-tool-minimize-over {	background-position:-20px -100px; }
.x-tool-restore {		background-position:0px -80px; }
.x-tool-restore-over {	background-position:0px -100px; }
.x-tool-refresh {	background-position:-81px -16px; }
.x-tool-refresh-over {	background-position:-81px -16px; }
.x-tool-toggle {			background-position:-61px -18px;width:19px;}
.x-tool-toggle-over {	background-position:-61px -18px; }
.x-panel-collapsed .x-tool-toggle {	background-position:-60px -20px; }
.x-panel-collapsed .x-tool-toggle-over {	background-position:-60px -20px; }

.x-tab-scroller-left {
	background:white url(gimg/icons7.png) no-repeat scroll -160px -76px;	border-bottom:1px solid white; }
.x-tab-scroller-left-over { background-position: -160px -96px; }
.x-tab-scroller-left-disabled {background:white;opacity:1;}

.x-tab-scroller-right {
	background:white url(gimg/icons7.png) no-repeat scroll -139px -76px;	border-bottom:1px solid white;}
.x-tab-scroller-right-over { background-position: -139px -96px; }
.x-tab-scroller-right-disabled {background:white;opacity:1;}

/*mini collapsed*/
.x-layout-collapsed{background-color: #DFE8F6;}

/*MsgBox content*/
.ext-mb-text{color:#fff;}
.MyMessageBox .x-window-bwrap .x-window-ml .x-window-mr .x-window-mc{background: #6694E3;}

/*tree icon*/
.x-tree-node-expanded .x-tree-node-icon{
	background-image:url(../images/default/tree/folder-open1.png);
}
.x-tree-node-collapsed .x-tree-node-icon{
	background-image:url(../images/default/tree/folder1.png);
}

/*notice button*/
.x-tool-collapse-north{background-image:url(gimg/up.png);background-position:0px 0px;height:16px;}

/*setwin*/
.SetWin .x-window-bwrap .x-window-ml .x-window-mr .x-window-mc{background-color: #DFE8F6;}
.SetWin .x-tool-toggle {background-image:url(default/panel/tool-sprites.gif);background-position:0px -75px;width:15px;}

/*loadding*/
.loading-indicator{background-image:none;}

.x-layout-split-south .x-layout-mini,.x-layout-cmini-south .x-layout-mini{left:40%;}