/*!
 * 
 */
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.ext-el-mask {
    background-color: #ccc;
}

.ext-el-mask-msg {
    border-color:#999;
    background-color:#ddd;
    background-image:url(/js/ext3/resources/images/gray/panel/white-top-bottom.gif);
    background-position: 0 -1px;
}
.ext-el-mask-msg div {
    background-color: #eee;
    border-color:#d0d0d0;
    color:#222;
    font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-mask-loading div {
    background-color:#fbfbfb;
    background-image:url(/js/ext3/resources/images/default/grid/loading.gif);
}

.x3-item-disabled {
    color: gray;
}

.x3-item-disabled * {
    color: gray !important;
}

.x3-splitbar-proxy {
    background-color: #aaa;
}

.x3-color-palette a {
    border-color:#fff;
}

.x3-color-palette a:hover, .x3-color-palette a.x3-color-palette-sel {
    border-color:#CFCFCF;
    background-color: #eaeaea;
}

/*
.x3-color-palette em:hover, .x3-color-palette span:hover{   
    background-color: #eaeaea;
}
*/

.x3-color-palette em {
    border-color:#aca899;
}

.x3-ie-shadow {
    background-color:#777;
}

.x3-shadow .xsmc {
    background-image: url(/js/ext3/resources/images/default/shadow-c.png);
}

.x3-shadow .xsml, .x3-shadow .xsmr {
    background-image: url(/js/ext3/resources/images/default/shadow-lr.png);
}

.x3-shadow .xstl, .x3-shadow .xstc,  .x3-shadow .xstr, .x3-shadow .xsbl, .x3-shadow .xsbc, .x3-shadow .xsbr{
    background-image: url(/js/ext3/resources/images/default/shadow.png);
}

.loading-indicator {
    font-size: 11px;
    background-image: url(/js/ext3/resources/images/default/grid/loading.gif);
}

.x3-spotlight {
    background-color: #ccc;
}/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-tab-panel-header, .x3-tab-panel-footer {
	background-color: #ffffff;
	border-top-color:#c7dff9;
    border-left-color:#c7dff9;
    border-right-color:#c7dff9;
    border-bottom-color:transparent;
    overflow:hidden;
    zoom:1;
}

ul.x3-tab-strip-top{
    background-color:#f3f2f1;
	border-bottom-color:#e1dfdd;
}

ul.x3-tab-strip-bottom{
    background-color:#dbdbdb;
	background-image: url(/js/ext3/resources/images/gray/tabs/tab-strip-btm-bg.gif);
	border-top-color:#d0d0d0;
}

.x3-tab-panel-header-plain .x3-tab-strip-spacer,
.x3-tab-panel-footer-plain .x3-tab-strip-spacer {
    border-color:#d0d0d0;
    background-color: #eaeaea;
}

.x3-tab-strip span.x3-tab-strip-text {
	font:normal 11px "Segoe UI",arial,helvetica;
	color:#323130;
}

.x3-tab-strip-active span.x3-tab-strip-text {
	color:#323130;
    font-weight:600;
}

.x3-tab-strip-disabled .x3-tabs-text {
	color:#aaaaaa;
}

.x3-tab-strip-top .x3-tab-right, .x3-tab-strip-top .x3-tab-left, .x3-tab-strip-top .x3-tab-strip-inner{
	background-image: url(../images/modern/tabs/tabs-sprite.gif);
}

.x3-tab-strip-bottom .x3-tab-right {
	background-image: url(/js/ext3/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif);
}

.x3-tab-strip-bottom .x3-tab-left {
	background-image: url(/js/ext3/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif);
}

.x3-tab-strip-bottom .x3-tab-strip-over .x3-tab-left {
	background-image: url(/js/ext3/resources/images/gray/tabs/tab-btm-over-left-bg.gif);
}

.x3-tab-strip-bottom .x3-tab-strip-over .x3-tab-right {
	background-image: url(/js/ext3/resources/images/gray/tabs/tab-btm-over-right-bg.gif);
}

.x3-tab-strip-bottom .x3-tab-strip-active .x3-tab-right {
	background-image: url(/js/ext3/resources/images/gray/tabs/tab-btm-right-bg.gif);
}

.x3-tab-strip-bottom .x3-tab-strip-active .x3-tab-left {
	background-image: url(/js/ext3/resources/images/gray/tabs/tab-btm-left-bg.gif);
}

.x3-tab-strip .x3-tab-strip-closable a.x3-tab-strip-close {
	background-image:url(/js/ext3/resources/images/gray/tabs/tab-close.gif);
}

.x3-tab-strip .x3-tab-strip-closable a.x3-tab-strip-close:hover{
	background-image:url(/js/ext3/resources/images/gray/tabs/tab-close.gif);
}

.x3-tab-panel-body {
    border-color:#c7dff9;
    background-color:#fff;
}

.x3-tab-panel-body-top {
    border-top: 0 none;
}

.x3-tab-panel-body-bottom {
    border-bottom: 0 none;
}

.x3-tab-scroller-left {
    background-image:url(../images/modern/tabs/scroll-left.gif);
    border-bottom-color:#e1dfdd;
    background-position-y: 2px;
    background-color: #F3F2F1;
}

.x3-tab-scroller-left-over {
    background-color: #D2D0CE;
}

.x3-tab-scroller-left-disabled {
    background-position: -18px 0;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
    cursor:default;
}

.x3-tab-scroller-right {
    background-image:url(../images/modern/tabs/scroll-right.gif);
    border-bottom-color:#e1dfdd;
    background-position-y: 2px;
    background-color: #F3F2F1;
}

.x3-tab-scroller-right-over {
    background-color: #D2D0CE;
}

.x3-tab-panel-bbar .x3-toolbar, .x3-tab-panel-tbar .x3-toolbar {
    border-color:#e1dfdd;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-form-field{
    font:normal 12px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-form-text, textarea.x3-form-field{
    background-color:#fff;
    /*background-image:url(/js/ext3/resources/images/default/form/text-bg.gif);*/
    border-color:#b3b0ad;
}

.x3-form-select-one {
    background-color:#fff;
    border-color:#C1C1C1;
}

.x3-form-check-group-label {
    border-bottom: 1px solid #d0d0d0;
    color: #333;
}

.x3-editor .x3-form-check-wrap {
    background-color:#fff;
}

.x3-form-field-wrap .x3-form-trigger{
    background-image:url(../images/modern/form/trigger.gif);
    border-bottom-color:#b3b0ad;
}

.x3-form-field-wrap .x3-form-date-trigger{
    background-image: url(../images/modern/form/date-trigger.gif);
}

.x3-form-field-wrap .x3-form-clear-trigger{
    background-image: url(../images/modern/form/clear-trigger.gif);
}

.x3-form-field-wrap .x3-form-search-trigger{
    background-image: url(../images/modern/form/search-trigger.gif);
}

.x3-trigger-wrap-focus .x3-form-trigger{
    border-bottom-color: #70AAE0;
}

.x3-item-disabled .x3-form-trigger-over{
    border-bottom-color:#b5b8c8;
}

.x3-item-disabled .x3-form-trigger-click{
    border-bottom-color:#b5b8c8;
}

.x3-form-focus, textarea.x3-form-focus{
	border-color:#70AAE0;
}

.x3-form-invalid, textarea.x3-form-invalid{
    background-color:#fff;
	background-image:url(/js/ext3/resources/images/default/grid/invalid_line.gif);
	border-color:#c30;
}

.ext-webkit .x3-form-invalid{
	background-color:#fee;
	border-color:#ff7870;
}

.x3-form-inner-invalid, textarea.x3-form-inner-invalid{
    background-color:#fff;
	background-image:url(/js/ext3/resources/images/default/grid/invalid_line.gif);
}

.x3-form-grow-sizer {
	font:normal 12px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-form-item {
    font:normal 12px "Segoe UI", arial, helvetica, sans-serif;
    color: #323130;
}

.x3-form-invalid-msg {
    color:#c0272b;
    font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
    background-image:url(/js/ext3/resources/images/default/shared/warning.gif);
}

.x3-form-empty-field {
    color:gray;
}

.x3-small-editor .x3-form-field {
    font:normal 11px "Segoe UI",arial, helvetica, sans-serif;
}

.ext-webkit .x3-small-editor .x3-form-field {
    font:normal 12px "Segoe UI",arial, helvetica, sans-serif;
}

.x3-form-invalid-icon {
    background-image:url(/js/ext3/resources/images/default/form/exclamation.gif);
}

.x3-fieldset {
    border-color:#CCCCCC;
}

.x3-fieldset legend {
    font:bold 11px "Segoe UI", arial, helvetica, sans-serif;
    color:#777777;
}
.x3-fieldset legend .x3-tool-toggle {
    margin-right: 4px;
    margin-left: 3px;
}
.x3-fieldset-header-text {
    margin-right: 3px;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-btn{
	font:normal 12px "Segoe UI", verdana, helvetica;
}

.x3-btn button{
    font:normal 12px "Segoe UI",arial,verdana,helvetica;
    color:#323130;
}

.x3-btn em {
    font-style:normal;
    font-weight:normal;
}

.x3-btn-tl, .x3-btn-tr, .x3-btn-tc, .x3-btn-ml, .x3-btn-mr, .x3-btn-mc, .x3-btn-bl, .x3-btn-br, .x3-btn-bc {
	background-image:url(../images/modern/button/btn.gif);
}

.x3-btn-click .x3-btn-text, .x3-btn-menu-active .x3-btn-text, .x3-btn-pressed .x3-btn-text{
    color:#000;
}

.x3-btn-disabled *{
	color:gray !important;
}

.x3-btn-mc em.x3-btn-arrow {
    background-image:url(/js/ext3/resources/images/default/button/arrow.gif);
}

.x3-btn-mc em.x3-btn-split {
    background-image:url(/js/ext3/resources/images/default/button/s-arrow.gif);
}

.x3-btn-over .x3-btn-mc em.x3-btn-split, .x3-btn-click .x3-btn-mc em.x3-btn-split, .x3-btn-menu-active .x3-btn-mc em.x3-btn-split, .x3-btn-pressed .x3-btn-mc em.x3-btn-split {
    background-image:url(/js/ext3/resources/images/gray/button/s-arrow-o.gif);
}

.x3-btn-mc em.x3-btn-arrow-bottom {
    background-image:url(/js/ext3/resources/images/default/button/s-arrow-b-noline.gif);
}

.x3-btn-mc em.x3-btn-split-bottom {
    background-image:url(/js/ext3/resources/images/default/button/s-arrow-b.gif);
}

.x3-btn-over .x3-btn-mc em.x3-btn-split-bottom, .x3-btn-click .x3-btn-mc em.x3-btn-split-bottom, .x3-btn-menu-active .x3-btn-mc em.x3-btn-split-bottom, .x3-btn-pressed .x3-btn-mc em.x3-btn-split-bottom {
    background-image:url(/js/ext3/resources/images/gray/button/s-arrow-bo.gif);
}

.x3-btn-group-header {
    color: #666;
}
/*
.x3-btn-group-tc {
	background-image: url(/js/ext3/resources/images/gray/button/group-tb.gif);
}

.x3-btn-group-tl {
	background-image: url(/js/ext3/resources/images/gray/button/group-cs.gif);
}

.x3-btn-group-tr {
	background-image: url(/js/ext3/resources/images/gray/button/group-cs.gif);
}

.x3-btn-group-bc {
	background-image: url(/js/ext3/resources/images/gray/button/group-tb.gif);
}

.x3-btn-group-bl {
	background-image: url(/js/ext3/resources/images/gray/button/group-cs.gif);
}

.x3-btn-group-br {
	background-image: url(/js/ext3/resources/images/gray/button/group-cs.gif);
}

.x3-btn-group-ml {
	background-image: url(/js/ext3/resources/images/gray/button/group-lr.gif);
}

.x3-btn-group-mr {
	background-image: url(/js/ext3/resources/images/gray/button/group-lr.gif);
}*/

.x3-btn-group {
    background-image: url(../images/modern/button/actionbar-spacer.png);
    background-repeat: no-repeat;
    background-position: right 11px;
}

.x3-btn-group-notitle .x3-btn-group-tc {
	background-image: url(/js/ext3/resources/images/gray/button/group-tb.gif);
}


/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-toolbar{
    border-color:#e1dfdd;
    background-color:#f3f2f1;
    color: #323130;
}

.x3-toolbar td,.x3-toolbar span,.x3-toolbar input,.x3-toolbar div,.x3-toolbar select,.x3-toolbar label{
    font:normal 12px "Segoe UI",arial, helvetica, sans-serif;
}

.x3-toolbar .x3-item-disabled {
	color:gray;
}

.x3-toolbar .x3-item-disabled * {
	color:gray;
}

.x3-toolbar .x3-btn-mc em.x3-btn-split {
    background-image:url(/js/ext3/resources/images/default/button/s-arrow-noline.gif);
}

.x3-toolbar .x3-btn-over .x3-btn-mc em.x3-btn-split, .x3-toolbar .x3-btn-click .x3-btn-mc em.x3-btn-split, 
.x3-toolbar .x3-btn-menu-active .x3-btn-mc em.x3-btn-split, .x3-toolbar .x3-btn-pressed .x3-btn-mc em.x3-btn-split 
{
    background-image:url(/js/ext3/resources/images/gray/button/s-arrow-o.gif);
}

.x3-toolbar .x3-btn-mc em.x3-btn-split-bottom {
    background-image:url(/js/ext3/resources/images/default/button/s-arrow-b-noline.gif);
}

.x3-toolbar .x3-btn-over .x3-btn-mc em.x3-btn-split-bottom, .x3-toolbar .x3-btn-click .x3-btn-mc em.x3-btn-split-bottom, 
.x3-toolbar .x3-btn-menu-active .x3-btn-mc em.x3-btn-split-bottom, .x3-toolbar .x3-btn-pressed .x3-btn-mc em.x3-btn-split-bottom 
{
    background-image:url(/js/ext3/resources/images/gray/button/s-arrow-bo.gif);
}

.x3-toolbar .xtb-sep {
	background-image: url(../images/modern/grid/grid-split.png);
    width: 3px;
}

.x3-tbar-page-first{
	background-image: url(../images/modern/grid/page-first.png) !important;
}

.x3-tbar-loading{
	background-image: url(../images/modern/grid/refresh.png) !important;
}

.x3-tbar-page-last{
	background-image: url(../images/modern/grid/page-last.png) !important;
}

.x3-tbar-page-next{
	background-image: url(../images/modern/grid/page-next.png) !important;
}

.x3-tbar-page-prev{
	background-image: url(../images/modern/grid/page-prev.png) !important;
}

.x3-item-disabled .x3-tbar-loading{
	background-image: url(/js/ext3/resources/images/default/grid/loading.gif) !important;
}

.x3-item-disabled .x3-tbar-page-first{
	background-image: url(../images/modern/grid/page-first-disabled.png) !important;
}

.x3-item-disabled .x3-tbar-page-last{
	background-image: url(../images/modern/grid/page-last-disabled.png) !important;
}

.x3-item-disabled .x3-tbar-page-next{
	background-image: url(../images/modern/grid/page-next-disabled.png) !important;
}

.x3-item-disabled .x3-tbar-page-prev{
	background-image: url(../images/modern/grid/page-prev-disabled.png) !important;
}

.x3-paging-info {
    color:#444;
}

.x3-toolbar-more-icon {
    background-image: url(/js/ext3/resources/images/gray/toolbar/more.gif) !important;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-resizable-handle {
	background-color:#fff;
}

.x3-resizable-over .x3-resizable-handle-east, .x3-resizable-pinned .x3-resizable-handle-east,
.x3-resizable-over .x3-resizable-handle-west, .x3-resizable-pinned .x3-resizable-handle-west
{
    background-image:url(/js/ext3/resources/images/gray/sizer/e-handle.gif);
}

.x3-resizable-over .x3-resizable-handle-south, .x3-resizable-pinned .x3-resizable-handle-south,
.x3-resizable-over .x3-resizable-handle-north, .x3-resizable-pinned .x3-resizable-handle-north
{
    background-image:url(/js/ext3/resources/images/gray/sizer/s-handle.gif);
}

.x3-resizable-over .x3-resizable-handle-north, .x3-resizable-pinned .x3-resizable-handle-north{
    background-image:url(/js/ext3/resources/images/gray/sizer/s-handle.gif);
}
.x3-resizable-over .x3-resizable-handle-southeast, .x3-resizable-pinned .x3-resizable-handle-southeast{
    background-image:url(/js/ext3/resources/images/gray/sizer/se-handle.gif);
}
.x3-resizable-over .x3-resizable-handle-northwest, .x3-resizable-pinned .x3-resizable-handle-northwest{
    background-image:url(/js/ext3/resources/images/gray/sizer/nw-handle.gif);
}
.x3-resizable-over .x3-resizable-handle-northeast, .x3-resizable-pinned .x3-resizable-handle-northeast{
    background-image:url(/js/ext3/resources/images/gray/sizer/ne-handle.gif);
}
.x3-resizable-over .x3-resizable-handle-southwest, .x3-resizable-pinned .x3-resizable-handle-southwest{
    background-image:url(/js/ext3/resources/images/gray/sizer/sw-handle.gif);
}
.x3-resizable-proxy{
    border-color:#565656;
}
.x3-resizable-overlay{
    background-color:#fff;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-grid3 {
    background-color:#fff;
    color: #323130;
}

.x3-grid-panel .x3-panel-mc .x3-panel-body {
    border-color:#d0d0d0;
}

.x3-grid3-row td, .x3-grid3-summary-row td{
    font:normal 12px/23px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-grid3-hd-row td {
    font:normal 12px/16px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-grid3-hd-row td {
    border-left-color:#f3f3f3;
    border-right-color:#e1dfdd;
}

.x3-grid-row-loading {
    background-color: #fff;
    background-image:url(/js/ext3/resources/images/default/shared/loading-balls.gif);
}

.x3-grid3-row {
    border-color: transparent;
}

.x3-grid3-row-alt{
	background-color:#fafafa;
}

.x3-grid3-row-over {
	border-color:transparent;
    background-color:#F3F2F1; /*FFEDC1;*/
    /*background-image:url(/js/ext3/resources/images/default/grid/row-over.gif);*/
}

.x3-grid3-resize-proxy {
    background-color:#777;
}

.x3-grid3-resize-marker {
    background-color:#777;
}

.x3-grid3-header{
    background-color:#f3f3f3;
	/*background-image:url(/js/ext3/resources/images/gray/grid/grid3-hrow2.gif);*/
}

.x3-grid3-header-pop {
    border-left-color:#d0d0d0;
}

.x3-grid3-header-pop-inner {
    border-left-color:#eee;
    background-image:url(/js/ext3/resources/images/default/grid/hd-pop.gif);
}

td.x3-grid3-hd-over .x3-grid3-hd-inner, td.sort-desc .x3-grid3-hd-inner, td.sort-asc .x3-grid3-hd-inner, td.x3-grid3-hd-menu-open .x3-grid3-hd-inner {
    font-weight: 600;
    background-color:#edebe9 !important;

}

.sort-asc .x3-grid3-sort-icon {
	background-image: url(../images/modern/grid/sort_desc.png);
}

.sort-desc .x3-grid3-sort-icon {
	background-image: url(../images/modern/grid/sort_asc.png);
}

.x3-grid3-cell-text, .x3-grid3-hd-text {
	color:#000;
}

.x3-grid3-split {
	background-image: url(/js/ext3/resources/images/default/grid/grid-split.gif);
}

.x3-grid3-hd-text {
	color:#333;
}

.x3-dd-drag-proxy .x3-grid3-hd-inner{
    background-color:#f9f9f9;
	background-image:url(/js/ext3/resources/images/gray/grid/grid3-hrow-over2.gif);
	border-color:#ACACAC;
}

.col-move-top{
	background-image:url(/js/ext3/resources/images/gray/grid/col-move-top.gif);
}

.col-move-bottom{
	background-image:url(/js/ext3/resources/images/gray/grid/col-move-bottom.gif);
}

.x3-grid3-row-selected {
	background-color: #C7DFF4 !important;
	background-image: none;
	border-color:#ededed;
}

.x3-grid3-cell-selected{
	background-color: #CBCBCB !important;
	color:#000;
}

.x3-grid3-cell-selected span{
	color:#000 !important;
}

.x3-grid3-cell-selected .x3-grid3-cell-text{
	color:#000;
}

.x3-grid3-locked td.x3-grid3-row-marker, .x3-grid3-locked .x3-grid3-row-selected td.x3-grid3-row-marker{
    background-color:#ebeadb !important;
    background-image:url(/js/ext3/resources/images/default/grid/grid-hrow.gif) !important;
    color:#000;
    border-top-color:#fff;
    border-right-color:#6fa0df !important;
}

.x3-grid3-locked td.x3-grid3-row-marker div, .x3-grid3-locked .x3-grid3-row-selected td.x3-grid3-row-marker div{
    color:#333 !important;
}

.x3-grid3-dirty-cell {
    background-image:url(/js/ext3/resources/images/default/grid/dirty.gif);
}

.x3-grid3-topbar, .x3-grid3-bottombar{
	font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-grid3-bottombar .x3-toolbar{
	border-top-color:#a9bfd3;
}

.x3-props-grid .x3-grid3-td-name .x3-grid3-cell-inner{
	background-image:url(/js/ext3/resources/images/default/grid/grid3-special-col-bg.gif) !important;
    color:#000 !important;
}

.x3-props-grid .x3-grid3-body .x3-grid3-td-name{
    background-color:#fff !important;
    border-right-color:#eee;
}

.xg-hmenu-sort-asc .x3-menu-item-icon{
	background-image: url('../images/modern/icons/wordprocessing/small/sort-az.png');
}

.xg-hmenu-sort-desc .x3-menu-item-icon{
	background-image: url('../images/modern/icons/wordprocessing/small/sort-za.png');
}

.xg-hmenu-lock .x3-menu-item-icon{
	background-image: url(/js/ext3/resources/images/default/grid/hmenu-lock.gif);
}

.xg-hmenu-unlock .x3-menu-item-icon{
	background-image: url(/js/ext3/resources/images/default/grid/hmenu-unlock.gif);
}

.x3-grid3-hd-btn {
    background-color:#f9f9f9;
    background-image:url(../images/modern/grid/grid3-hd-btn.gif);
}

.x3-grid3-body .x3-grid3-td-expander {
    background-image:url(/js/ext3/resources/images/default/grid/grid3-special-col-bg.gif);
}

.x3-grid3-row-expander {
    background-image:url(/js/ext3/resources/images/gray/grid/row-expand-sprite.gif);
}

.x3-grid3-body .x3-grid3-td-checker {
    background-image: url(/js/ext3/resources/images/default/grid/grid3-special-col-bg.gif);
}

.x3-grid3-row-checker, .x3-grid3-hd-checker {
    background-image:url(/js/ext3/resources/images/default/grid/row-check-sprite.gif);
}

.x3-grid3-body .x3-grid3-td-numberer {
    background-image:url(/js/ext3/resources/images/default/grid/grid3-special-col-bg.gif);
}

.x3-grid3-body .x3-grid3-td-numberer .x3-grid3-cell-inner {
	color:#444;
}

.x3-grid3-body .x3-grid3-td-row-icon {
    background-image:url(/js/ext3/resources/images/default/grid/grid3-special-col-bg.gif);
}

.x3-grid3-body .x3-grid3-row-selected .x3-grid3-td-numberer,
.x3-grid3-body .x3-grid3-row-selected .x3-grid3-td-checker,
.x3-grid3-body .x3-grid3-row-selected .x3-grid3-td-expander {
	background-image:url(/js/ext3/resources/images/gray/grid/grid3-special-col-sel-bg.gif);
}

.x3-grid3-check-col {
	background-image:url(/js/ext3/resources/images/default/menu/unchecked.gif);
}

.x3-grid3-check-col-on {
	background-image:url(/js/ext3/resources/images/default/menu/checked.gif);
}

.x3-grid-group, .x3-grid-group-body, .x3-grid-group-hd {
    zoom:1;
}

.x3-grid-group-hd {
    border-bottom-color:#d0d0d0;
}

.x3-grid-group-hd div.x3-grid-group-title {
    background-image:url(/js/ext3/resources/images/gray/grid/group-collapse.gif);
    color:#5F5F5F;
    font:bold 11px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-grid-group-collapsed .x3-grid-group-hd div.x3-grid-group-title {
    background-image:url(/js/ext3/resources/images/gray/grid/group-expand.gif);
}

.x3-group-by-icon {
    background-image:url(/js/ext3/resources/images/default/grid/group-by.gif);
}

.x3-cols-icon {
    background-image:url('../images/modern/icons/wordprocessing/small/table-column.png');
}

.x3-show-groups-icon {
    background-image:url(/js/ext3/resources/images/default/grid/group-by.gif);
}

.x3-grid-empty {
    color:gray;
    font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-grid-with-col-lines .x3-grid3-row td.x3-grid3-cell {
    border-right-color:transparent;
}

/*
.x3-grid-with-col-lines .x3-grid3-row{
    border-top-color:#ededed;
}

.x3-grid-with-col-lines .x3-grid3-row-selected {
	border-top-color:#B9B9B9;
}*/

/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-pivotgrid .x3-grid3-header-offset table td {
    background: url(/js/ext3/resources/images/gray/grid/grid3-hrow2.gif) repeat-x 50% 100%;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-color: #D0D0D0;
    border-right-color: #D0D0D0;
}

.x3-pivotgrid .x3-grid3-row-headers {
    background-color: #f9f9f9;
}

.x3-pivotgrid .x3-grid3-row-headers table td {
    background: #EEE url(/js/ext3/resources/images/default/grid/grid3-rowheader.gif) repeat-x left top;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-color: #EEE;
    border-right-color: #D0D0D0;
    border-bottom: 1px solid;
    border-bottom-color: #D0D0D0;
    height: 18px;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-dd-drag-ghost{
	color:#000;
	font: normal 11px arial, helvetica, sans-serif;
    border-color: #ddd #bbb #bbb #ddd;
	background-color:#fff;
}

.x3-dd-drop-nodrop .x3-dd-drop-icon{
  background-image: url(/js/ext3/resources/images/default/dd/drop-no.gif);
}

.x3-dd-drop-ok .x3-dd-drop-icon{
  background-image: url(/js/ext3/resources/images/default/dd/drop-yes.gif);
}

.x3-dd-drop-ok-add .x3-dd-drop-icon{
  background-image: url(/js/ext3/resources/images/default/dd/drop-add.gif);
}

.x3-view-selector {
    background-color:#D6D6D6;
    border-color:#888888;
}/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-tree-node-expanded .x3-tree-node-icon{
	background-image:url(/js/ext3/resources/images/default/tree/folder-open.gif);
}

.x3-tree-node-leaf .x3-tree-node-icon{
	background-image:url(/js/ext3/resources/images/default/tree/leaf.gif);
}

.x3-tree-node-collapsed .x3-tree-node-icon{
	background-image:url(/js/ext3/resources/images/default/tree/folder.gif);
}

.x3-tree-node-loading .x3-tree-node-icon{
	background-image:url(/js/ext3/resources/images/default/tree/loading.gif) !important;
}

.x3-tree-node .x3-tree-node-inline-icon {
    background-image: none;
}

.x3-tree-node-loading a span{
	 font-style: italic;
	 color:#444444;
}

.ext-ie .x3-tree-node-el input {
    width:15px;
    height:15px;
}

.x3-tree-lines .x3-tree-elbow{
	background-image:url(/js/ext3/resources/images/default/tree/elbow.gif);
}

.x3-tree-lines .x3-tree-elbow-plus{
	background-image:url(/js/ext3/resources/images/default/tree/elbow-plus.gif);
}

.x3-tree-lines .x3-tree-elbow-minus{
	background-image:url(/js/ext3/resources/images/default/tree/elbow-minus.gif);
}

.x3-tree-lines .x3-tree-elbow-end{
	background-image:url(/js/ext3/resources/images/default/tree/elbow-end.gif);
}

.x3-tree-lines .x3-tree-elbow-end-plus{
	background-image:url(/js/ext3/resources/images/gray/tree/elbow-end-plus.gif);
}

.x3-tree-lines .x3-tree-elbow-end-minus{
	background-image:url(/js/ext3/resources/images/gray/tree/elbow-end-minus.gif);
}

.x3-tree-lines .x3-tree-elbow-line{
	background-image:url(/js/ext3/resources/images/default/tree/elbow-line.gif);
}

.x3-tree-no-lines .x3-tree-elbow-plus{
	background-image:url(/js/ext3/resources/images/default/tree/elbow-plus-nl.gif);
}

.x3-tree-no-lines .x3-tree-elbow-minus{
	background-image:url(/js/ext3/resources/images/default/tree/elbow-minus-nl.gif);
}

.x3-tree-no-lines .x3-tree-elbow-end-plus{
	background-image:url(/js/ext3/resources/images/gray/tree/elbow-end-plus-nl.gif);
}

.x3-tree-no-lines .x3-tree-elbow-end-minus{
	background-image:url(/js/ext3/resources/images/gray/tree/elbow-end-minus-nl.gif);
}

.x3-tree-arrows .x3-tree-elbow-plus{
    background-image:url(/js/ext3/resources/images/gray/tree/arrows.gif);
}

.x3-tree-arrows .x3-tree-elbow-minus{
    background-image:url(/js/ext3/resources/images/gray/tree/arrows.gif);
}

.x3-tree-arrows .x3-tree-elbow-end-plus{
    background-image:url(/js/ext3/resources/images/gray/tree/arrows.gif);
}

.x3-tree-arrows .x3-tree-elbow-end-minus{
    background-image:url(/js/ext3/resources/images/gray/tree/arrows.gif);
}

.x3-tree-node{
	color:#323130;
	font: normal 12px "Segoe UI",arial, helvetica, sans-serif;
}

.x3-tree-node-icon {
    padding: 0 3px !important;
}

.x3-tree-node a, .x3-dd-drag-ghost a{
	color:#323130;
}
/*
.x3-tree-node a span, .x3-dd-drag-ghost a span{
	color:#323130;
}*/

.x3-tree-node .x3-tree-node-disabled a span{
	color:gray !important;
}

.x3-tree-node div.x3-tree-drag-insert-below{
 	 border-bottom-color:#36c;
}

.x3-tree-node div.x3-tree-drag-insert-above{
	 border-top-color:#36c;
}

.x3-tree-dd-underline .x3-tree-node div.x3-tree-drag-insert-below a{
 	 border-bottom-color:#36c;
}

.x3-tree-dd-underline .x3-tree-node div.x3-tree-drag-insert-above a{
	 border-top-color:#36c;
}

.x3-tree-node .x3-tree-drag-append a span{
	 background-color:#ddd;
	 border-color:gray;
}

.x3-tree-node .x3-tree-node-over {
	background-color: #eee;
}

.x3-tree-node .x3-tree-selected {
	background-color: #ddd;
}

.x3-tree-drop-ok-append .x3-dd-drop-icon{
  background-image: url(/js/ext3/resources/images/default/tree/drop-add.gif);
}

.x3-tree-drop-ok-above .x3-dd-drop-icon{
  background-image: url(/js/ext3/resources/images/default/tree/drop-over.gif);
}

.x3-tree-drop-ok-below .x3-dd-drop-icon{
  background-image: url(/js/ext3/resources/images/default/tree/drop-under.gif);
}

.x3-tree-drop-ok-between .x3-dd-drop-icon{
  background-image: url(/js/ext3/resources/images/default/tree/drop-between.gif);
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-date-picker {
    border-color:#585858;
    background-color:#fff;
}

.x3-date-middle,.x3-date-left,.x3-date-right {
    background-color: #c7dff9;
	font:bold 11px "Segoe UI","sans serif", verdana, helvetica;
}

.x3-date-middle .x3-btn .x3-btn-text {
    color:#323130;
}

.x3-date-middle .x3-btn-mc em.x3-btn-arrow {
    background-image:url(/js/ext3/resources/images/gray/toolbar/btn-arrow.gif);
}

.x3-date-right a {
    background-image: url(../images/modern/shared/right-btn.gif);
}

.x3-date-left a{
	background-image: url(../images/modern/shared/left-btn.gif);
}

.x3-date-inner th {
    background-color:#F3F2F1;
	border-bottom-color:#e1dfdd;
    font:normal 10px "Segoe UI",arial, helvetica,sans-serif;
	color:#595959;
}

.x3-date-inner td {
    border-color:#fff;
}

.x3-date-inner a {
    font:normal 11px "Segoe UI",arial, helvetica,sans-serif;
    color:#323130;
}

.x3-date-inner .x3-date-active{
	color:#323130;
}

.x3-date-inner .x3-date-selected a{
    background-image: none;
    background-color:#C7DFF4;
	border-color:#DCDCDC;
}

.x3-date-inner .x3-date-today a{
	border-color:#C7DFF4;
}

.x3-date-inner .x3-date-selected span{
    font-weight:600;
}

.x3-date-inner .x3-date-prevday a,.x3-date-inner .x3-date-nextday a {
	color:#aaa;
}

.x3-date-bottom {
    border-top-color:#e1dfdd;
    background-color:#F3F2F1;
}

.x3-date-inner a:hover, .x3-date-inner .x3-date-disabled a:hover{
    color:#323130;
    background-color:#edebe9;
    border-color:#edebe9;
}

.x3-date-inner .x3-date-disabled a {
	background-color:#eee;
	color:#bbb;
}

.x3-date-mmenu{
    background-color:#eee !important;
}

.x3-date-mmenu .x3-menu-item {
	font-size:10px;
	color:#000;
}

.x3-date-mp {
	background-color:#fff;
}

.x3-date-mp td {
	font:normal 11px "Segoe UI",arial, helvetica,sans-serif;
}

.x3-date-mp-btns button {
	background-color:#fff;
	color:#323130;
	border-color:#B3B0AD;
	font:normal 11px "Segoe UI",arial, helvetica,sans-serif;
}

.x3-date-mp-btns button:hover {
    background-color:#DEECF9;
    border-color:#70AAE0;
}

.x3-date-mp-btns {
    background-color:#F3F2F1;
}

.x3-date-mp-btns td {
	border-top-color:#e1dfdd;
}

td.x3-date-mp-month a,td.x3-date-mp-year a {
	color: #323130;
}

td.x3-date-mp-month a:hover,td.x3-date-mp-year a:hover {
	color:#323130;
	background-color:#edebe9;
    border-color:#edebe9;
}

td.x3-date-mp-sel a {
    background-color:#C7DFF4;
	border-color:#C7DFF4;
}

.x3-date-mp-ybtn a {
    background-image:url(../images/modern/panel/tool-sprites.gif);
}

td.x3-date-mp-sep {
   border-right-color:#e1dfdd;
}/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-tip .x3-tip-close{
	background-image: url(/js/ext3/resources/images/gray/qtip/close.gif);
}

.x3-tip .x3-tip-tc, .x3-tip .x3-tip-tl, .x3-tip .x3-tip-tr, .x3-tip .x3-tip-bc, .x3-tip .x3-tip-bl, .x3-tip .x3-tip-br, .x3-tip .x3-tip-ml, .x3-tip .x3-tip-mr {
	background-image: url(/js/ext3/resources/images/gray/qtip/tip-sprite.gif);
}

.x3-tip .x3-tip-mc {
    font: normal 11px "Segoe UI",arial,helvetica,sans-serif;
}
.x3-tip .x3-tip-ml {
	background-color: #fff;
}

.x3-tip .x3-tip-header-text {
    font: bold 11px "Segoe UI",arial,helvetica,sans-serif;
    color:#444;
}

.x3-tip .x3-tip-body {
    font: normal 11px "Segoe UI",arial,helvetica,sans-serif;
    color:#444;
}

.x3-form-invalid-tip .x3-tip-tc, .x3-form-invalid-tip .x3-tip-tl, .x3-form-invalid-tip .x3-tip-tr, .x3-form-invalid-tip .x3-tip-bc,
.x3-form-invalid-tip .x3-tip-bl, .x3-form-invalid-tip .x3-tip-br, .x3-form-invalid-tip .x3-tip-ml, .x3-form-invalid-tip .x3-tip-mr
{
	background-image: url(/js/ext3/resources/images/default/form/error-tip-corners.gif);
}

.x3-form-invalid-tip .x3-tip-body {
    background-image:url(/js/ext3/resources/images/default/form/exclamation.gif);
}

.x3-tip-anchor {
    background-image:url(/js/ext3/resources/images/gray/qtip/tip-anchor-sprite.gif);
}/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-menu {
    background-color:#f0f0f0;
	background-image:url(/js/ext3/resources/images/default/menu/menu.gif);
}

.x3-menu-floating{
    border-color:#7D7D7D;
}

.x3-menu-nosep {
	background-image:none;
}

.x3-menu-list-item{
	font:normal 12px "Segoe UI",arial,sans-serif;
}

.x3-menu-item-arrow{
	background-image:url(../images/modern/menu/menu-parent.png);
}

.x3-menu-sep {
    background-color:#e0e0e0;
	border-bottom-color:#fff;
}

a.x3-menu-item {
	color:#323130;
}

.x3-menu-item-active {
    /*background-image: url(/js/ext3/resources/images/gray/menu/item-over.gif);*/
	background-color: #f1f1f1;
    border-color: transparent;
}

.x3-menu-item-active a.x3-menu-item {
	border-color: transparent;
}

.x3-menu-check-item .x3-menu-item-icon{
	background-image:url(../images/modern/menu/unchecked.gif);
}

.x3-menu-item-checked .x3-menu-item-icon{
	background-image:url(../images/modern/menu/checked.gif);
}

.x3-menu-item-checked .x3-menu-group-item .x3-menu-item-icon{
    background-image:url(/js/ext3/resources/images/gray/menu/group-checked.gif);
}

.x3-menu-group-item .x3-menu-item-icon{
    background-image:none;
}

.x3-menu-plain {
	background-color:#fff !important;
}

.x3-menu .x3-date-picker{
    border-color:#AFAFAF;
}

.x3-cycle-menu .x3-menu-item-checked {
    border-color:#B9B9B9 !important;
    background-color:#F1F1F1;
}

.x3-menu-scroller-top {
    background-image:url(/js/ext3/resources/images/default/layout/mini-top.gif);
}

.x3-menu-scroller-bottom {
    background-image:url(/js/ext3/resources/images/default/layout/mini-bottom.gif);
}/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-box-tl {
	background-image: url(/js/ext3/resources/images/default/box/corners.gif);
}

.x3-box-tc {
	background-image: url(/js/ext3/resources/images/default/box/tb.gif);
}

.x3-box-tr {
	background-image: url(/js/ext3/resources/images/default/box/corners.gif);
}

.x3-box-ml {
	background-image: url(/js/ext3/resources/images/default/box/l.gif);
}

.x3-box-mc {
	background-color: #eee;
    background-image: url(/js/ext3/resources/images/default/box/tb.gif);
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
	font-size: 12px;
}

.x3-box-mc h3 {
	font-size: 14px;
	font-weight: bold;
}

.x3-box-mr {
	background-image: url(/js/ext3/resources/images/default/box/r.gif);
}

.x3-box-bl {
	background-image: url(/js/ext3/resources/images/default/box/corners.gif);
}

.x3-box-bc {
	background-image: url(/js/ext3/resources/images/default/box/tb.gif);
}

.x3-box-br {
	background-image: url(/js/ext3/resources/images/default/box/corners.gif);
}

.x3-box-blue .x3-box-bl, .x3-box-blue .x3-box-br, .x3-box-blue .x3-box-tl, .x3-box-blue .x3-box-tr {
	background-image: url(/js/ext3/resources/images/default/box/corners-blue.gif);
}

.x3-box-blue .x3-box-bc, .x3-box-blue .x3-box-mc, .x3-box-blue .x3-box-tc {
	background-image: url(/js/ext3/resources/images/default/box/tb-blue.gif);
}

.x3-box-blue .x3-box-mc {
	background-color: #c3daf9;
}

.x3-box-blue .x3-box-mc h3 {
	color: #17385b;
}

.x3-box-blue .x3-box-ml {
	background-image: url(/js/ext3/resources/images/default/box/l-blue.gif);
}

.x3-box-blue .x3-box-mr {
	background-image: url(/js/ext3/resources/images/default/box/r-blue.gif);
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-combo-list {
    border-color:#ccc;
    background-color:#ddd;
    font:normal 12px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-combo-list-inner {
    background-color:#fff;
}

.x3-combo-list-hd {
    font:bold 11px "Segoe UI", arial, helvetica, sans-serif;
    color:#333;
    background-image: url(/js/ext3/resources/images/default/layout/panel-title-light-bg.gif);
    border-bottom-color:#BCBCBC;
}

.x3-resizable-pinned .x3-combo-list-inner {
    border-bottom-color:#BEBEBE;
}

.x3-combo-list-item {
    border-color:#fff;
}

.x3-combo-list .x3-combo-selected{
	border-color:#777 !important;
    background-color:#f0f0f0;
}

.x3-combo-list .x3-toolbar {
    border-top-color:#BCBCBC;
}

.x3-combo-list-small {
    font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
}/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-panel {
    border-color: #c7dff9;
}

.x3-panel-header {
    color:#333;
	font-weight:bold; 
    font-size: 11px;
    font-family: "Segoe UI",arial,verdana,sans-serif;
    border-color:#c7dff9;
    background-color: #c7dff9;
}

/* Detect windows scaling */
@media  only screen and (-webkit-min-device-pixel-ratio: 1.3),
    only screen and (-o-min-device-pixel-ratio: 13/10),
    only screen and (min-resolution: 120dpi)
    {
        .x3-panel-body {
            -moz-box-sizing: border-box;
        }
        
        /* 
         * Setting box sizing on input field changes the size of the box itself.
         * Emulate border widt calculation by applying padding on the right.  
         */
        .x3-fieldset-body {
            padding: 0px 2px 0px 0px;
        }
        
        .x3-fieldset {
            -moz-box-sizing: border-box;
        }
    }

.x3-panel-body {
    border-color:#c7dff9;
    background-color:#fff;
}

.x3-panel-bbar .x3-toolbar, .x3-panel-tbar .x3-toolbar {
    border-color:#c7dff9;
}

.x3-panel-tbar-noheader .x3-toolbar, .x3-panel-mc .x3-panel-tbar .x3-toolbar {
    border-top-color:#c7dff9;
}
/*
.x3-panel-body-noheader, .x3-panel-mc .x3-panel-body {
    border-top-color:#afd3e3;
}
*/
.x3-panel-tl .x3-panel-header {
    color:#333;
	font:bold 11px "Segoe UI",arial,verdana,sans-serif;
}

.x3-panel-tl {
    border-top: 1px solid #c7dff9;
}

.x3-panel-tl, .x3-panel-tr, .x3-panel-bl,  .x3-panel-br{
    border-bottom: none;
}

.x3-panel-bl {
    border-top: 1px solid #c7dff9;
}

.x3-panel-mc {
    font: normal 11px "Segoe UI",arial,helvetica,sans-serif;
    background-color:#fff;
}

.x3-panel-ml {
	background-color: #fff;
    border-left: 1px solid #c7dff9;
}

.x3-panel-mr {
    border-right: 1px solid #c7dff9;
}

.x3-tool {
    background-image:url(../images/modern/panel/tool-sprites.gif);
}

.x3-panel-ghost {
    background-color:#f2f2f2;
}

.x3-panel-ghost ul {
    border-color:#d0d0d0;
}

.x3-panel-dd-spacer {
    border-color:#d0d0d0;
}

.x3-panel-fbar td,.x3-panel-fbar span,.x3-panel-fbar input,.x3-panel-fbar div,.x3-panel-fbar select,.x3-panel-fbar label{
    font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-window-proxy {
    background-color:#fcfcfc;
    border-color:#d0d0d0;
}

.x3-window-tl .x3-window-header {
    color:#555;
	font:bold 11px "Segoe UI",arial,verdana,sans-serif;
}

.x3-window-tl, .x3-window-tr, .x3-window-tc {
    background-color: #C7DFF4;
}

.x3-window-bc {
	background-image: url(../images/modern/window/top-bottom.png);
}

.x3-window-bl {
	background-image: url(../images/modern/window/left-corners.png);
}

.x3-window-br {
	background-image: url(../images/modern/window/right-corners.png);
}

.x3-window-mc {
    border-color:#fff;
    font: normal 11px "Segoe UI",arial,helvetica,sans-serif;
    background-color:#ffffff;
}

.x3-window-ml {
	background-image: url(../images/modern/window/left-right.png);
}

.x3-window-mr {
	background-image: url(../images/modern/window/left-right.png);
}

.x3-window-maximized .x3-window-tc {
    background-color:#fff;
}

.x3-window-bbar .x3-toolbar {
    border-top-color:#d0d0d0;
}

.x3-panel-ghost .x3-window-tl {
    border-bottom-color:#d0d0d0;
}

.x3-panel-collapsed .x3-window-tl {
    border-bottom-color:#d0d0d0;
}

.x3-dlg-mask{
   background-color:#ccc;
}

.x3-window-plain .x3-window-mc {
    background-color: #fff;
    border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0;
}

.x3-window-plain .x3-window-body {
    border-color: #EEEEEE #D0D0D0 #D0D0D0 #EEEEEE;
}

body.x3-body-masked .x3-window-plain .x3-window-mc {
    background-color: #fff;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-html-editor-wrap {
    border-color:#BCBCBC;
    background-color:#fff;
}
.x3-html-editor-tb .x3-btn-text {
    background-image:url(/js/ext3/resources/images/default/editor/tb-sprite.gif);
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-panel-noborder .x3-panel-header-noborder {
    border-bottom-color:#c7dff9;
}

.x3-panel-noborder .x3-panel-tbar-noborder .x3-toolbar {
    border-bottom-color:#e1dfdd;
}

.x3-panel-noborder .x3-panel-bbar-noborder .x3-toolbar {
    border-top-color:#e1dfdd;
}

.x3-tab-panel-bbar-noborder .x3-toolbar {
    border-top-color:#c7dff9;
}

.x3-tab-panel-tbar-noborder .x3-toolbar {
    border-bottom-color:#c7dff9;
}

.x3-border-layout-ct {
    background-color:#EFF6FC;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/

.x3-accordion-hd {
	color:#333;
    font-weight:normal;
    background-color: #F3F2F1;
    /*background-image: url(/js/ext3/resources/images/gray/panel/light-hd.gif);*/
}

.x3-layout-collapsed{
    background-color:#f3f2f1;
	border-color:#e1dfdd;
}

.x3-layout-collapsed-over{
    background-color:#edebe9;
}

.x3-layout-split-west .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-left.gif);
}
.x3-layout-split-east .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-right.gif);
}
.x3-layout-split-north .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-top.gif);
}
.x3-layout-split-south .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-bottom.gif);
}

.x3-layout-cmini-west .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-right.gif);
}

.x3-layout-cmini-east .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-left.gif);
}

.x3-layout-cmini-north .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-bottom.gif);
}

.x3-layout-cmini-south .x3-layout-mini {
    background-image:url(/js/ext3/resources/images/default/layout/mini-top.gif);
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-progress-wrap {
    border-color:#c7dff9;
}

.x3-progress-inner {
    background-color:#fff;
}

.x3-progress-bar {
    background-color:#c7dff9;
    border: none;
}

.x3-progress-text {
    font-size:11px;
    font-weight:600;
    color:#323130;
}

.x3-progress-text-back {
    color:#323130;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-list-header{
    background-color:#f9f9f9;
	background-image:url(/js/ext3/resources/images/gray/grid/grid3-hrow2.gif);
}

.x3-list-header-inner div em {
    border-left-color:#ddd;
    font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-list-body dt em {
    font:normal 11px "Segoe UI", arial, helvetica, sans-serif;
}

.x3-list-over {
    background-color:#eee;
}

.x3-list-selected {
    background-color:#f0f0f0;
}

.x3-list-resizer {
    border-left-color:#555;
    border-right-color:#555;
}

.x3-list-header-inner em.sort-asc, .x3-list-header-inner em.sort-desc {
    background-image:url(/js/ext3/resources/images/gray/grid/sort-hd.gif);
    border-color: #d0d0d0;
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-slider-horz, .x3-slider-horz .x3-slider-end, .x3-slider-horz .x3-slider-inner {
    background-image:url(/js/ext3/resources/images/default/slider/slider-bg.png);
}

.x3-slider-horz .x3-slider-thumb {
    background-image:url(/js/ext3/resources/images/gray/slider/slider-thumb.png);
}

.x3-slider-vert, .x3-slider-vert .x3-slider-end, .x3-slider-vert .x3-slider-inner {
    background-image:url(/js/ext3/resources/images/default/slider/slider-v-bg.png);
}

.x3-slider-vert .x3-slider-thumb {
    background-image:url(/js/ext3/resources/images/gray/slider/slider-v-thumb.png);
}
/*
This file is part of Ext JS 3.4

Copyright (c) 2011-2013 Sencha Inc

Contact:  http://www.sencha.com/contact

Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with the
terms contained in a written agreement between you and Sencha.

If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.

Build date: 2013-04-03 15:07:25
*/
.x3-window-dlg .ext-mb-text,
.x3-window-dlg .x3-window-header-text {
    font-size:12px;
}

.x3-window-dlg .ext-mb-textarea {
    font:normal 12px "Segoe UI",arial,helvetica,sans-serif;
}

.x3-window-dlg .x3-msg-box-wait {
    background-image:url(/js/ext3/resources/images/default/grid/loading.gif);
}

.x3-tool-close {
    background-image: url(../images/modern/panel/close-sprites.gif);
}

ul.x3-tab-strip {
    display:block;
    width:10000px;
    zoom:1;
}
