@charset "utf-8";
/* CSS Document */

/* default text color */
.x-grid {
	color: white;
}

/*grid header column background default*/
.x-grid3-header {/*works in CF10 but not CF11*/
    background-image: url(../images/nonglobal/administrationpanel/extJS/grid/grid-grad_xd-hd.gif);
}
.x-column-header, .x-nlg .x-column-header /* for IE */  {/*works in CF11*/
	background-color: #666;
	background-image: -webkit-linear-gradient(#999, #666);/* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#999, #666);/* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#999, #666);/* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#999, #666);/* Standard syntax */
	/*background-image: url(../images/nonglobal/administrationpanel/extJS/grid/grid-grad_xd-hd.gif);*/
}
/* space beneath grid header */
.x-grid-header-row th {/* for CF11 - removes thick line beneath grid header (which causes horizontal scrollbar at bottom of grid) that gets added by screen.css's th rule */
	padding: 0px;
}
/*grid header column background when column is sorted*/
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 {/*works in CF10 but not CF11*/
	background-color: #00f;
	background-image: url(../images/nonglobal/administrationpanel/extJS/grid/grid3-hrow-over.gif);
}
.x-column-header-over, .x-column-header-sort-ASC, .x-column-header-sort-DESC,
.x-nlg .x-column-header-over, .x-nlg .x-column-header-sort-ASC, .x-nlg .x-column-header-sort-DESC /* for IE */
 {/*works in CF11*/
	background-color: #00f;
	background-image: -webkit-linear-gradient(#99f, #00f);/* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#99f, #00f);/* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#99f, #00f);/* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#99f, #00f);/* Standard syntax */
	/*background-image: url(../images/nonglobal/administrationpanel/extJS/grid/grid3-hrow-over.gif);*/
}
/*grid header column edges*/
.x-grid3-hd-row td {/*works in CF10 but not CF11*/
	border-left-color: #99f;
	border-right-color: #00f;
}
.x-column-header-over, .x-column-header-sort-ASC, .x-column-header-sort-DESC {/*works in CF11*/
	border-left-color: #99f;
	border-right-color: #00f;
}
/* grid row mouseover */
.x-grid-row-over .x-grid-cell, .x-grid-row-over .x-grid-rowwrap-div {
	border-color: #00f;
	background-color: #99f !important;
}
/*grid row mouseover for selectmode=browse grids*/
.x-grid3-row-over {
	border:1px solid #999;
	background-color:#ccc;
	background-image:url(../images/nonglobal/administrationpanel/extJS/grid/row-over.gif);
}
/*grid row edges*/
.x-grid3-row {
    border-color: #fff #666 #333;
}
/*grid footer background*/
.x-toolbar, .x-nlg .x-toolbar-default /* for IE */ {
	background-color: #666;
	background-image: -webkit-linear-gradient(#999, #666);/* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#999, #666);/* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#999, #666);/* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#999, #666);/* Standard syntax */ /* note: "!important" must be removed from the ".x-nlg .x-toolbar-default" rule in C:\ColdFusion11\cfusion\wwwroot\CFIDE\scripts\ajax\resources\ext\css\ext-all.css to allow IE to use this style */
	/*background-image: url(../images/nonglobal/administrationpanel/extJS/toolbar/xd-bg.gif);*/
}
/*grid footer edges*/
.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {/*works in CF10 but not CF11*/
	border-color: #333;
}
.x-toolbar-default {/*works in CF11*/
	border-color: #333;
}
/* grid footer text color */
.x-toolbar .x-toolbar-text {
	color: white;
}
/*grid checkbox checked*/
.x-grid-cell-checker {/*works in CF11*/
	background-image: url(../images/nonglobal/administrationpanel/extJS/menu/checked-xd.gif);
}
/*grid checkbox unchecked*/
.x-grid-cell-checker-off {/*works in CF11*/
	background-image: url(../images/nonglobal/administrationpanel/extJS/menu/unchecked-xd.gif);
}

/*panel edges*/
.x-panel-body {/*works in CF10 but not CF11*/
	border: 1px solid #666;
}
.x-panel .x-grid-body {/*works in CF11*/
	border: 1px solid #666;
}

/*panel header background*/
.x-panel-header-default, .x-nlg .x-panel-header-default /* for IE */ {
	background-color: #00f;
	background-image: -webkit-linear-gradient(#99f, #00f);/* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#99f, #00f);/* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#99f, #00f);/* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#99f, #00f);/* Standard syntax */
	/*background-image: url(../images/nonglobal/administrationpanel/extJS/panel/xd-white-top-bottom.gif);*/
	border-color: #999;
}

/*divider between center layout and right layout*/
.x-layout-split {
	background-color: #666;
}
/*background and border of collapsed layout*/
.x-layout-collapsed {
	background-color: #999;
	border-color: #666;
}
/*additional border surrounding collapsed layout*/
.x-border-layout-ct {
	background-color: #666;
}

/*window border top left and bottom left*/
.x-window-tl, .x-window-bl {
	background-image: url(../images/nonglobal/administrationpanel/extJS/window/xd-left-corners.gif);
}
/*window border top center and bottom center*/
.x-window-tc, .x-window-bc {
	background-image: url(../images/nonglobal/administrationpanel/extJS/window/xd-top-bottom.gif);
}
/*window border top right and bottom right*/
.x-window-tr, .x-window-br {
	background-image: url(../images/nonglobal/administrationpanel/extJS/window/xd-right-corners.gif);
}
/*window border middle left and middle right*/
.x-window-ml, .x-window-mr {
	background-image: url(../images/nonglobal/administrationpanel/extJS/window/xd-left-right.gif);
}

/* tab bar */
.x-tab-bar {
	background-color: #999;
	background-image: none;
}
/* tab bar top */
.x-tab-default-top, .x-nlg .x-tab-default-top /* for IE */ {
	background-color: #0000ff;
	background-image: -webkit-linear-gradient(#99f, #00f);/* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#99f, #00f);/* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#99f, #00f);/* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#99f, #00f);/* Standard syntax */
}
/* tab bar button default */
.x-tab button {
	color: #999;
}
/* tab bar button active */
.x-tab-active button {
	color: #fff;
}
/* tab bar body */
.x-tab-bar-body {
	border-color: #999;
}