.x-panel {
    border-style: solid;
    border-color: #d0d0d0;
}
.x-panel-header {
    color:#333;
	border:1px solid #d0d0d0;
    background-image:url(../images/gray/panel/white-top-bottom.gif);
}

.x-panel-body {
    border-color:#d0d0d0;
}

.x-panel-bbar .x-toolbar {
    border-color:#d0d0d0;
}

.x-panel-tbar .x-toolbar {
    border-color:#d0d0d0;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
    border-color:#d0d0d0;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border-color:#d0d0d0;
}
.x-panel-tl .x-panel-header {
    color:#333;
}
.x-panel-tc {
	background-image:url(../images/gray/panel/top-bottom.gif);
}
.x-panel-tl {
	background-image:url(../images/gray/panel/corners-sprite.gif);
    border-color:#d0d0d0;
}
.x-panel-tr {
	background-image:url(../images/gray/panel/corners-sprite.gif);
}
.x-panel-bc {
	background-image:url(../images/gray/panel/top-bottom.gif);
}
.x-panel-bl {
	background-image:url(../images/gray/panel/corners-sprite.gif);
}
.x-panel-br {
	background-image:url(../images/gray/panel/corners-sprite.gif);
}
.x-panel-mc {
    background:#f1f1f1;
}
.x-panel-mc .x-panel-body {
    background:transparent;
    border: 0 none;
}
.x-panel-ml {
	background-image:url(../images/gray/panel/left-right.gif);
}
.x-panel-mr {
	background-image:url(../images/gray/panel/left-right.gif);
}

/* Tools */
.x-tool {
    background-image:url(../images/gray/panel/tool-sprites.gif);
}

/* Ghosting */
.x-panel-ghost {
    background:#e0e0e0;
}

.x-panel-ghost ul {
    border-color:#b0b0b0;
}

.x-grid-panel .x-panel-mc .x-panel-body {
    border:1px solid #d0d0d0;
}

.x-grid-panel.x-treegrid.x-component.x-border {
	border-top: none;
}

/* Buttons */

.x-btn-left{
	background-image:url(../images/gray/button/btn-sprite.gif);
}
.x-btn-right{
	background-image:url(../images/gray/button/btn-sprite.gif);
}
.x-btn-center{
	background-image:url(../images/gray/button/btn-sprite.gif);
}

.x-btn-group-header {
    color: #333333;
}
.x-btn-group-tc {
	background-image: url(../images/gray/button/group-tb.gif);
}
.x-btn-group-tl {
	background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-tr {
	background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-bc {
	background-image: url(../images/gray/button/group-tb.gif);
}
.x-btn-group-bl {
	background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-br {
	background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-ml {
	background-image: url(../images/gray/button/group-lr.gif);
}
.x-btn-group-mr {
	background-image: url(../images/gray/button/group-lr.gif);
}
.x-btn-group-notitle .x-btn-group-tc {
	background-image: url(../images/gray/button/group-tb.gif);
}

/* Layout classes */

.x-border-layout-ct {
    background:#ffffff;
}

.x-accordion-hd {
	background-image:url(../images/gray/panel/light-hd.gif);
}

.x-layout-collapsed{
    background-color:#eee;
    border-color:#e0e0e0;
}
.x-layout-collapsed-over{
	 background-color:#fbfbfb;
}


/* qtips */
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
	background-image: url(../images/gray/qtip/tip-sprite.gif);
}

.x-tip-anchor {
    background-image:url(../images/gray/qtip/tip-anchor-sprite.gif);
}

/* Toolbars */

.x-toolbar{
	border-color:#d0d0d0;
    background:#f0f4f5 url(../images/gray/toolbar/bg.gif) repeat-x top left;
}
.x-toolbar button {
    color:#444;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    background-image:url(../images/gray/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    background-image:url(../images/gray/toolbar/btn-arrow.gif);
}
.x-toolbar .x-btn-over .x-btn-left{
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-right{
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over .x-btn-center{
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-over button {
    color:#111;
}
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
}

.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
	background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
}
.x-toolbar .xtb-sep {
	background-image: url(../images/gray/grid/grid-split.gif);
}

/* Tabs */

.x-tab-panel-header, .x-tab-panel-footer {
	background: #f1f1f1;
	border-color:#d0d0d0;
}


.x-tab-panel-header {
	border-color:#d0d0d0;
}

.x-tab-panel-footer {
	border-color:#d0d0d0;
}

ul.x-tab-strip-top{
	background-image: none;
	border: none;
	background-color: white;
    padding-top: 2px;
}

ul.x-tab-strip-bottom{
	background-image:url(../images/gray/tabs/tab-strip-btm-bg.gif);
	border-color:#d0d0d0;
}

.x-tab-strip span.x-tab-strip-text {
	color:#333;
}
.x-tab-strip-over span.x-tab-strip-text {
	color:#111;
}

.x-tab-strip-active span.x-tab-strip-text {
	color:#333;
}

.x-tab-strip-disabled .x-tabs-text {
	color:#aaaaaa;
}

.x-tab-strip-top .x-tab-right {
	background-image:url(../images/gray/tabs/tabs-sprite.gif);
}

.x-tab-strip-top .x-tab-left {
	background-image:url(../images/gray/tabs/tabs-sprite.gif);
}
.x-tab-strip-top .x-tab-strip-inner {
	background-image:url(../images/gray/tabs/tabs-sprite.gif);
}

.x-tab-strip-bottom .x-tab-right {
	background-image:url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-left {
	background-image:url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background-image:url(../images/gray/tabs/tab-btm-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background-image:url(../images/gray/tabs/tab-btm-left-bg.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(../images/gray/tabs/tab-close.gif);
	width: 15px;
	height: 15px;
	top: 0px;
	right: 0px;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	background-image:url(../images/gray/tabs/tab-close.gif);
}

li.x-tab-strip-closable.x-component,
li.x-tab-with-icon.x-component,
li.x-component {
	border: 1px solid rgb(208, 208, 208);
	border-bottom: none;
}

.x-tab-panel-header {
	padding-bottom: 0px;
}

.x-tab-panel-body {
    border-color:#d0d0d0;
    background:#fff;
}
.x-tab-panel-bbar .x-toolbar {
    border-color: #d0d0d0;
}

.x-tab-panel-tbar .x-toolbar {
    border-color: #d0d0d0;
}

.x-tab-panel-header-plain .x-tab-strip-spacer {
    border-color:#d0d0d0;
    background: #f1f1f1;
}

.x-tab-scroller-left {
    background-image: url(../images/gray/tabs/scroll-left.gif);
    border-color:#aeaeae;
}
.x-tab-scroller-right {
    background-image: url(../images/gray/tabs/scroll-right.gif);
    border-color:#aeaeae;
}

/* Window */

.x-window-proxy {
    background:#e0e0e0;
    border-color:#b0b0b0;
}

.x-window-tl .x-window-header {
    color:#555;
}
.x-window-tc {
	background-image:url(../images/gray/window/top-bottom.png);
}
.x-window-tl {
	background-image:url(../images/gray/window/left-corners.png);
}
.x-window-tr {
	background-image:url(../images/gray/window/right-corners.png);
}
.x-window-bc {
	background-image:url(../images/gray/window/top-bottom.png);
}
.x-window-bl {
	background-image:url(../images/gray/window/left-corners.png);
}
.x-window-br {
	background-image:url(../images/gray/window/right-corners.png);
}
.x-window-mc {
    border:1px solid #d0d0d0;
    background:#ffffff;
}
.ext-ie .x-window-plain .x-window-mc {
    background-color: #e3e3e3;
}

.x-window-ml {
	background-image:url(../images/gray/window/left-right.png);
}
.x-window-mr {
	background-image:url(../images/gray/window/left-right.png);
}
.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: #e8e8e8;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #d0d0d0;
    border-left:1px solid #d0d0d0;
}

.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: #e4e4e4;
}


/* 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-spinner-field .x-form-spinner-up {
  background-image: url('../images/gray/form/spinner.gif');
}
.x-spinner-field .x-form-spinner-down {
  background-image: url('../images/gray/form/spinner.gif');
}.x-accordion-hd {
	background-color: #e5e5e5;
}.x-border {
  border: 1px solid #D0D0D0;
}

.x-layout-popup {
  background-color: #F0F0F0;
  border: 1px solid #D0D0D0;
}

.my-list {
  border: 1px solid #D0D0D0;
}

.x-view {
  border:1px solid #D0D0D0;
}

.x-menubar {
  border-color: #D0D0D0;
  background-color: #F0F0F0;
  background-image: url(../images/gray/toolbar/bg.gif);
}

.x-menubar-item-active {
  background-color: #D9E8FB;
}

.x-menubar-item-active {
  background-color: #D9E8FB;
}.x-date-right-icon {
  background-image: url(../images/default/shared/right-btn.gif);
  margin-right: 2px;
  text-decoration: none !important;
}

.x-date-left-icon {
  background-image: url(../images/default/shared/left-btn.gif);
  margin-right: 2px;
  text-decoration: none !important;
}.my-tbl {
	border: 1px solid #C6C5C5;
}.my-treetbl {
	border: 1px solid #C6C5C5;
}

/*
 * Fixes
 */

/* Form Leyend */
.x-fieldset legend {
	color: #090909;
}

/* Drop down */
.x-form-field-wrap .x-form-trigger {
    background-image: url("../images/gray/form/trigger.gif");
}

.x-form-twin-triggers > .x-form-trigger-add {
    background-image: url("../images/gray/form/trigger-plus.png") !important;
    cursor: pointer !important;
}

.x-combo-list .x-combo-selected {
    background-color: #F0F0F0;
    border-color: #858878 !important;
}

.x-form-focus, textarea.x-form-focus {
    border-color: #0c73b6;
}

/* Menus */
.x-menu-item-active {
	background-image:none;
	background-color: transparent;
	border-color: #BaBaBa;
}

.x-menu-item-active a.x-menu-item {
	color:#000000;
}
.x-menu {
    border-color: #c7c7c7;
}

.x-menu-item-arrow {
    background-image: url("../images/gray/menu/menu-parent.gif");
}

/* Tree viewer */
.x-grid3-row-selected {
    background-color: #F0F0F0 !important;
    background-image: none !important;
    border-color: #c7c7c7;
}

/* Tooltip */
.x-ignore .x-tip .x-component {
    background-color: #F0F0F0 !important;
    border-color: #c7c7c7 !important;
}

.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
	background-image: url(../images/gray/qtip/tip-sprite.gif);
}

/* Loading */
.ext-el-mask-msg {
    background-color: #F0F0F0;
    background-image: url("../images/gray/box/tb-gray.gif");
    border-color: #c7c7c7;
}

.ext-el-mask-msg div {
    background-color: white;
    border-color: #c7c7c7;
}

/* Grid */
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-color: #f2f2f2;
  background-image: url(../images/gray/grid/grid3-hrow-over.gif);
}

.x-grid3-hd-btn {
    background-color: #f2f2f2;
    background-image: url("../images/gray/grid/grid3-hd-btn.gif");
}
/* Background / Borders */

/* Toolbar */
.x-toolbar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: d0d0d0;
	background-image: none !important;
	background-color: #f1f1f1;
}

.x-panel-header {
	background-image: none !important;
	background-color: #f1f1f1;
}

.x-tab-panel-header-plain .x-tab-strip-top {
	padding-top: 2px !important;
}

.x-panel-body .x-panel-body-noheader {
	border: none;
}

.x-grid3-header-offset {
	border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d0d0d0;
}

/* Tabs */
.x-tab-panel-header-plain .x-tab-strip-spacer {
    background-color: #f1f1f1;
    display: none;
}

.x-tab-strip-top .x-tab-strip-inner,
.x-tab-strip-top .x-tab-left,
.x-tab-strip-top .x-tab-right {
    background-image: none;
    background-color: #f1f1f1;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner,
.x-tab-strip-top .x-tab-strip-active .x-tab-left,
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background-image: none;
    background-color: #E0E0E0;
}

/* Windows */

.x-window-tc,
.x-window-tr,
.x-window-tl,
.x-window-mr,
.x-window-ml,
.x-window-bc,
.x-window-br,
.x-window-bl {
	background-image: none !important;
	background-color: #f1f1f1;
}

/* Buttons */
.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc {
    background-image: url("../images/gray/button/btn.gif");
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split,
.x-toolbar .x-btn-click .x-btn-mc em.x-btn-split,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split,
.x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split
{
  background-image: url(../images/gray/button/s-arrow-o.gif);
}

/* Managed Properties Loading Bar */
.x-progress-wrap {
    border: none;
}

.x-progress-bar {
    background-color: #f1f1f1;
    background-image: url("../images/gray/progress/progress-bg.gif");
    border: none;
}

/* Pop Up */
.x-window-plain .x-window-body {
	background: none repeat scroll 0 0 white !important;
    border: 1px solid #D0D0D0 !important;
}

/* Delete Radios/Experiment */
.gray-delete-radios {
	margin-left: 10px;
}

.x-tab-panel-header.x-unselectable {
	border-top: none;
	border-left: none;
	border-right: none;
}

div.x-tab-panel-body.x-tab-panel-body-top {
	border: none;
}

div.x-panel-body.x-panel-body-noheader {
	border: none;
}

.x-small-editor.x-panel-header.x-component.x-unselectable {
	border-top: none;
	border-bottom: none;
}

