<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Copyright 1997-2010 Day Management AG
 * Barfuesserplatz 6, 4001 Basel, Switzerland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * Day Management AG, ("Confidential Information"). You shall not
 * disclose such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered into
 * with Day.
 */
/*!
 * Ext JS Library 3.1.1
 * Copyright(c) 2006-2010 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

.ext-el-mask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    opacity: .50;
    width: 100%;
    height: 100%;
}

.ext-el-mask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid;
    background:repeat-x 0 -16px;
    padding:2px;
}

.ext-el-mask-msg div {
    padding:5px 10px 5px 10px;
    border:1px solid;
    cursor:wait;
}

.ext-shim {
    position:absolute;
    visibility:hidden;
    left:0;
    top:0;
    overflow:hidden;
}

.x-mask-loading div {
    padding:5px 10px 5px 25px;
    background:no-repeat 5px 5px;
    line-height:16px;
}

/* class for hiding elements without using display:none */
.x-hidden, .x-hide-offsets {
    position:absolute !important;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
}

.x-hide-display {
    display:none !important;
}

.x-hide-visibility {
    visibility:hidden !important;
}

.x-masked {
    overflow: hidden !important;
}
.x-masked-relative {
    position: relative !important;
}

.x-masked select, .x-masked object, .x-masked embed {
    visibility: hidden;
}

.x-layer {
    visibility: hidden;
}

.x-unselectable, .x-unselectable * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select:ignore;
}

.x-repaint {
    zoom: 1;
    background-color: transparent;
    -moz-outline: none;
    outline: none;
}

.x-item-disabled {
    cursor: default;
    opacity: .6;
}

.x-item-disabled * {
    cursor: default !important;
}

.x-splitbar-proxy {
    position: absolute;
    visibility: hidden;
    z-index: 20001;
    zoom: 1;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

.x-splitbar-h, .x-splitbar-proxy-h {
    cursor: e-resize;
    cursor: col-resize;
}

.x-splitbar-v, .x-splitbar-proxy-v {
    cursor: s-resize;
    cursor: row-resize;
}

.x-color-palette {
    width: 150px;
    height: 92px;
    cursor: pointer;
}

.x-color-palette a {
    border: 1px solid;
    float: left;
    padding: 2px;
    text-decoration: none;
    -moz-outline: 0 none;
    outline: 0 none;
    cursor: pointer;
}

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
    border: 1px solid;
}

.x-color-palette em {
    display: block;
    border: 1px solid;
}

.x-color-palette em span {
    cursor: pointer;
    display: block;
    height: 10px;
    line-height: 10px;
    width: 10px;
}

.x-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left:0;
    top:0;
}

.x-shadow * {
    overflow: hidden;
}

.x-shadow * {
    padding: 0;
    border: 0;
    margin: 0;
    clear: none;
    zoom: 1;
}

/* top  bottom */
.x-shadow .xstc, .x-shadow .xsbc {
    height: 6px;
    float: left;
}

/* corners */
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
    width: 6px;
    height: 6px;
    float: left;
}

/* sides */
.x-shadow .xsc {
    width: 100%;
}

.x-shadow .xsml, .x-shadow .xsmr {
    width: 6px;
    float: left;
    height: 100%;
}

.x-shadow .xsmc {
    float: left;
    height: 100%;
    background: transparent;
}

.x-shadow .xst, .x-shadow .xsb {
    height: 6px;
    overflow: hidden;
    width: 100%;
}

.x-shadow .xsml {
    background: transparent repeat-y 0 0;
}

.x-shadow .xsmr {
    background: transparent repeat-y -6px 0;
}

.x-shadow .xstl {
    background: transparent no-repeat 0 0;
}

.x-shadow .xstc {
    background: transparent repeat-x 0 -30px;
}

.x-shadow .xstr {
    background: transparent repeat-x 0 -18px;
}

.x-shadow .xsbl {
    background: transparent no-repeat 0 -12px;
}

.x-shadow .xsbc {
    background: transparent repeat-x 0 -36px;
}

.x-shadow .xsbr {
    background: transparent repeat-x 0 -6px;
}

.loading-indicator {
    background: no-repeat left;
    padding-left: 20px;
    line-height: 16px;
    margin: 3px;
}

.x-text-resize {
    position: absolute;
    left: -1000px;
    top: -1000px;
    visibility: hidden;
    zoom: 1;
}

.x-drag-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/s.gif);
    z-index: 20000;
}

.x-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}

.x-spotlight {
    z-index: 8999;
    position: absolute;
    top:0;
    left:0;
    opacity: .5;
    width:0;
    height:0;
    zoom: 1;
}

#x-history-frame {
    position:absolute;
    top:-1px;
    left:0;
	width:1px;
    height:1px;
    visibility:hidden;
}

#x-history-field {
    position:absolute;
    top:0;
    left:-1px;
	width:1px;
    height:1px;
    visibility:hidden;
}


.x-tab-panel {
    overflow:hidden;
}

.x-tab-panel-header, .x-tab-panel-footer {
	border: 1px solid;
    overflow:hidden;
    zoom:1;
}

.x-tab-panel-header {
	border: 1px solid;
	padding-bottom: 2px;
}

.x-tab-panel-footer {
	border: 1px solid;
	padding-top: 2px;
}

.x-tab-strip-wrap {
	width:100%;
    overflow:hidden;
    position:relative;
    zoom:1;
}

ul.x-tab-strip {
	display:block;
    width:5000px;
    zoom:1;
}

ul.x-tab-strip-top{
	padding-top: 1px;
	background: repeat-x bottom;
	border-bottom: 1px solid;
}

ul.x-tab-strip-bottom{
	padding-bottom: 1px;
	background: repeat-x top;
	border-top: 1px solid;
	border-bottom: 0 none;
}

.x-tab-panel-header-plain .x-tab-strip-top {
    background:transparent !important;
    padding-top:0 !important;
}

.x-tab-panel-header-plain {
    background:transparent !important;
    border-width:0 !important;
    padding-bottom:0 !important;
}

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
    border:1px solid;
    height:2px;
    font-size:1px;
    line-height:1px;
}

.x-tab-panel-header-plain .x-tab-strip-spacer {
    border-top: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-spacer {
    border-bottom: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-bottom {
    background:transparent !important;
    padding-bottom:0 !important;
}

.x-tab-panel-footer-plain {
    background:transparent !important;
    border-width:0 !important;
    padding-top:0 !important;
}

.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
    height:3px;
}

ul.x-tab-strip li {
    float:left;
    margin-left:2px;
}

ul.x-tab-strip li.x-tab-edge {
    float:left;
    margin:0 !important;
    padding:0 !important;
    border:0 none !important;
    font-size:1px !important;
    line-height:1px !important;
    overflow:hidden;
    zoom:1;
    background:transparent !important;
    width:1px;
}

.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
	display:block;
}

.x-tab-strip a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	cursor:pointer;
}

.x-tab-strip-inner {
    overflow:hidden;
	text-overflow: ellipsis;
}

.x-tab-strip span.x-tab-strip-text {
	white-space: nowrap;
	cursor:pointer;
    padding:4px 0;
}

.x-tab-strip-top .x-tab-with-icon .x-tab-right {
    padding-left:6px;
}

.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
	padding-left:20px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
    cursor:default;
}

.x-tab-strip-active span.x-tab-strip-text {
	cursor:default;
}

.x-tab-strip-disabled .x-tabs-text {
	cursor:default;
}

.x-tab-panel-body {
    overflow:hidden;
}

.x-tab-panel-bwrap {
    overflow:hidden;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
    margin-bottom:-1px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
    padding-bottom:5px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
    margin-top:-1px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
    padding-top:5px;
}

.x-tab-strip-top .x-tab-right {
	background: transparent no-repeat 0 -51px;
    padding-left:10px;
}

.x-tab-strip-top .x-tab-left {
	background: transparent no-repeat right -351px;
    padding-right:10px;
}

.x-tab-strip-top .x-tab-strip-inner {
	background: transparent repeat-x 0 -201px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-right {
	 background-position:0 -101px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-left {
	 background-position:right -401px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
	 background-position:0 -251px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background-position: 0 0;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-left {
	background-position: right -301px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
	background-position: 0 -151px;
}

.x-tab-strip-bottom .x-tab-right {
	background: no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-left {
	background: no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background: no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background: no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-left {
    margin-right: 3px;
    padding:0 10px;
}

.x-tab-strip-bottom .x-tab-right {
    padding:0;
}

.x-tab-strip .x-tab-strip-close {
    display:none;
}

.x-tab-strip-closable {
    position:relative;
}

.x-tab-strip-closable .x-tab-left {
    padding-right:19px;
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
    opacity:.6;
    -moz-opacity:.6;
    background-repeat:no-repeat;
    display:block;
	width:11px;
    height:11px;
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
    z-index:2;
}

.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
    opacity:.8;
    -moz-opacity:.8;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
    opacity:1;
    -moz-opacity:1;
}

.x-tab-panel-body {
    border: 1px solid;
}

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

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

.x-tab-scroller-left {
    background: transparent no-repeat -18px 0;
    border-bottom: 1px solid;
    width:18px;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    cursor:pointer;
}
.x-tab-scroller-left-over {
    background-position: 0 0;
}

.x-tab-scroller-left-disabled {
    background-position: -18px 0;
    opacity:.5;
    cursor:default;
}

.x-tab-scroller-right {
    background: transparent no-repeat 0 0;
    border-bottom: 1px solid;
    width:18px;
    position:absolute;
    right:0;
    top:0;
    z-index:10;
    cursor:pointer;
}

.x-tab-scroller-right-over {
    background-position: -18px 0;
}

.x-tab-scroller-right-disabled {
    background-position: 0 0;
    opacity:.5;
    cursor:default;
}

.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right{
    margin-top: 1px;
}

.x-tab-scrolling .x-tab-strip-wrap {
    margin-left:18px;
    margin-right:18px;
}

.x-tab-scrolling {
    position:relative;
}

.x-tab-panel-bbar .x-toolbar {
    border:1px solid;
    border-top:0 none;
    overflow:hidden;
    padding:2px;
}

.x-tab-panel-tbar .x-toolbar {
    border:1px solid;
    border-top:0 none;
    overflow:hidden;
    padding:2px;
}

/* all fields */
.x-form-field{
    margin: 0 0 0 0;
}

.ext-webkit *:focus{
    outline: none !important;
}

/* ---- text fields ---- */
.x-form-text, textarea.x-form-field{
    padding:1px 3px;
    background:repeat-x 0 0;
    border:1px solid;
}

textarea.x-form-field {
    padding:2px 3px;
}

.ext-strict .x-form-text {
    height:18px;
}

.ext-safari.ext-mac textarea.x-form-field {
    margin-bottom:-2px; /* another bogus margin bug, safari/mac only */
}

.ext-gecko .x-form-text {
    padding-top:2px; /* FF won't center the text vertically */
    padding-bottom:0;
}

textarea {
    resize: none;  /* Disable browser resizable textarea */
}

/* select boxes */
.x-form-select-one {
    height:20px;
    line-height:18px;
    vertical-align:middle;
    border: 1px solid;
}

/* multi select boxes */

/* --- TODO --- */

/* 2.0.2 style */
.x-form-check-wrap {
    line-height:18px;
    height: 22px;
}

.x-form-check-wrap input{
    vertical-align: bottom;
}

.x-editor .x-form-check-wrap {
    padding:3px;
}

.x-editor .x-form-checkbox {
    height:13px;
}

.x-form-check-group-label {
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-left: 3px !important;
    float: none !important;
}

/* wrapped fields and triggers */
.x-form-field-wrap .x-form-trigger{
    width:17px;
    height:21px;
    border:0;
    background:transparent no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid;
    position:absolute;
    top:0;
}

.x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger{
    cursor:pointer;
}

.ext-webkit .x-form-field-wrap .x-form-trigger{
    right:0;
}

.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
    position:static;
    top:auto;
    vertical-align:top;
}

.x-form-field-wrap {
    position:relative;
    left:0;top:0;
    zoom:1;
    white-space: nowrap;
}

.x-form-field-wrap .x-form-trigger-over{
    background-position:-17px 0;
}

.x-form-field-wrap .x-form-trigger-click{
    background-position:-34px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
    background-position:-51px 0;
}

.x-trigger-wrap-focus .x-form-trigger-over{
    background-position:-68px 0;
}

.x-trigger-wrap-focus .x-form-trigger-click{
    background-position:-85px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid;
}

.x-item-disabled .x-form-trigger-over{
    background-position:0 0 !important;
    border-bottom: 1px solid;
}

.x-item-disabled .x-form-trigger-click{
    background-position:0 0 !important;
    border-bottom: 1px solid;
}

.x-trigger-noedit{
    cursor:pointer;
}

/* field focus style */
.x-form-focus, textarea.x-form-focus{
	border: 1px solid;
}

/* invalid fields */
.x-form-invalid, textarea.x-form-invalid{
	background:repeat-x bottom;
	border: 1px solid;
}

.ext-webkit .x-form-invalid{
	border: 1px solid;
}

.x-form-inner-invalid, textarea.x-form-inner-invalid{
	background:repeat-x bottom;
}

/* editors */
.x-editor {
    visibility:hidden;
    padding:0;
    margin:0;
}

.x-form-grow-sizer {
    left: -10000px;
	padding: 8px 3px;
    position: absolute;
    visibility:hidden;
    top: -10000px;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    zoom:1;
}

.x-form-grow-sizer p {
    margin:0 !important;
    border:0 none !important;
    padding:0 !important;
}

/* Form Items CSS */

.x-form-item {
    display:block;
    margin-bottom:4px;
    zoom:1;
}

.x-form-item label.x-form-item-label {
    display:block;
    float:left;
    width:100px;
    padding:3px;
    padding-left:0;
    clear:left;
    z-index:2;
    position:relative;
}

.x-form-element {
    padding-left:105px;
    position:relative;
}

.x-form-invalid-msg {
    padding:2px;
    padding-left:18px;
    background: transparent no-repeat 0 2px;
    line-height:16px;
    width:200px;
}

.x-form-label-left label.x-form-item-label {
   text-align:left;
}

.x-form-label-right label.x-form-item-label {
   text-align:right;
}

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

.x-form-label-top .x-form-element {
    padding-left:0;
    padding-top:4px;
}

.x-form-label-top .x-form-item {
    padding-bottom:4px;
}

/* Editor small font for grid, toolbar and tree */
.x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}

.ext-strict .x-small-editor .x-form-text {
    height:16px !important;
}

.ext-border-box .x-small-editor .x-form-text {
    height:20px;
}

.x-small-editor .x-form-select-one {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}

.x-small-editor .x-form-num-field {
    text-align:right;
}

.x-small-editor .x-form-field-wrap .x-form-trigger{
    height:19px;
}

.ext-webkit .x-small-editor .x-form-text{padding-top:3px;font-size:100%;}

.x-form-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}
.x-form-clear-left {
    clear:left;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}

.ext-border-box .x-form-check-wrap input{
   margin-top: 3px;
}

.x-form-cb-label {
    position: relative;
    margin-left:4px;
    top: 2px;
}

.ext-border-box .x-form-cb-label{
    top: 3px;
}

.x-form-display-field{
    padding-top: 2px;
}

.ext-gecko .x-form-display-field {
    padding-top: 1px;
}

.x-form-column {
    float:left;
    padding:0;
    margin:0;
    width:48%;
    overflow:hidden;
    zoom:1;
}

/* buttons */
.x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}

.x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; /*ie*/
}

.x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; /*everyone else*/
}

.x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}

.x-form .x-form-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

.x-form-invalid-icon {
    width:16px;
    height:18px;
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    display:block;
    background:transparent no-repeat 0 2px;
}

/* fieldsets */
.x-fieldset {
    border:1px solid;
    padding:10px;
    margin-bottom:10px;
    display:block; /* preserve margins in IE */
}

/* make top of checkbox/tools visible in webkit */
.ext-webkit .x-fieldset-header {
    padding-top: 1px;
}

.x-fieldset legend .x-tool-toggle {
    margin-right:3px;
    margin-left:0;
    float:left !important;
}

.x-fieldset legend input {
    margin-right:3px;
    float:left !important;
    height:13px;
    width:13px;
}

fieldset.x-panel-collapsed {
    padding-bottom:0 !important;
    border-width: 1px 1px 0 1px !important;
    border-left-color: transparent;
    border-right-color: transparent;
}

fieldset.x-panel-collapsed .x-fieldset-bwrap {
    visibility:hidden;
    position:absolute;
    left:-1000px;
    top:-1000px;
}

.x-fieldset-noborder {
    border:0px none transparent;
}

.x-fieldset-noborder legend {
    margin-left:-3px;
}

.ext-gecko .x-window-body .x-form-item {
    -moz-outline: none;
    outline: none;
    overflow: auto;
}

.ext-gecko .x-form-item {
    -moz-outline: none;
    outline: none;
}

.x-hide-label label.x-form-item-label {
     display:none;
}

.x-hide-label .x-form-element {
     padding-left: 0 !important;
}

.x-form-label-top .x-hide-label label.x-form-item-label{
    display: none;
}

.x-fieldset {
    overflow:hidden;
}

.x-fieldset-bwrap {
    overflow:hidden;
    zoom:1;
}

.x-fieldset-body {
    overflow:hidden;
}




.x-btn{
	cursor:pointer;
	white-space: nowrap;
}

.x-btn button{
    border:0 none;
    background:transparent;
    padding-left:3px;
    padding-right:3px;
    cursor:pointer;
    margin:0;
    overflow:visible;
    width:auto;
    -moz-outline:0 none;
    outline:0 none;
}

.ext-gecko .x-btn button {
    padding-left:0;
    padding-right:0;
}

.ext-gecko .x-btn button::-moz-focus-inner {
    padding:0;
}

.x-btn td {
    padding:0 !important;
}

.x-btn-text {
    cursor:pointer;
	white-space: nowrap;
    padding:0;
}

/* icon placement and sizing styles */

/* Only text */
.x-btn-noicon .x-btn-small .x-btn-text{
	height: 16px;
}

.x-btn-noicon .x-btn-medium .x-btn-text{
    height: 24px;
}

.x-btn-noicon .x-btn-large .x-btn-text{
    height: 32px;
}

/* Only icons */
.x-btn-icon .x-btn-text{
    background-position: center;
	background-repeat: no-repeat;
}

.x-btn-icon .x-btn-small .x-btn-text{
	height: 16px;
	width: 16px;
}

.x-btn-icon .x-btn-medium .x-btn-text{
    height: 24px;
	width: 24px;
}

.x-btn-icon .x-btn-large .x-btn-text{
    height: 32px;
	width: 32px;
}

/* Icons and text */
/* left */
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
    background-position: 0 center;
	background-repeat: no-repeat;
    padding-left:18px;
    height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text{
    background-position: 0 center;
	background-repeat: no-repeat;
    padding-left:26px;
    height:24px;
}

.x-btn-text-icon .x-btn-icon-large-left .x-btn-text{
    background-position: 0 center;
	background-repeat: no-repeat;
    padding-left:34px;
    height:32px;
}

/* top */
.x-btn-text-icon .x-btn-icon-small-top .x-btn-text{
    background-position: center 0;
	background-repeat: no-repeat;
    padding-top:18px;
}

.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text{
    background-position: center 0;
	background-repeat: no-repeat;
    padding-top:26px;
}

.x-btn-text-icon .x-btn-icon-large-top .x-btn-text{
    background-position: center 0;
	background-repeat: no-repeat;
    padding-top:34px;
}

/* right */
.x-btn-text-icon .x-btn-icon-small-right .x-btn-text{
    background-position: right center;
	background-repeat: no-repeat;
    padding-right:18px;
    height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text{
    background-position: right center;
	background-repeat: no-repeat;
    padding-right:26px;
    height:24px;
}

.x-btn-text-icon .x-btn-icon-large-right .x-btn-text{
    background-position: right center;
	background-repeat: no-repeat;
    padding-right:34px;
    height:32px;
}

/* bottom */
.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text{
    background-position: center bottom;
	background-repeat: no-repeat;
    padding-bottom:18px;
}

.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text{
    background-position: center bottom;
	background-repeat: no-repeat;
    padding-bottom:26px;
}

.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text{
    background-position: center bottom;
	background-repeat: no-repeat;
    padding-bottom:34px;
}

/* background positioning */
.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i{
	font-size:1px;
    line-height:1px;
    width:3px;
    display:block;
    overflow:hidden;
}

.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i{
	height:3px;
}

.x-btn-tl{
	width:3px;
	height:3px;
	background:no-repeat 0 0;
}
.x-btn-tr{
	width:3px;
	height:3px;
	background:no-repeat -3px 0;
}
.x-btn-tc{
	height:3px;
	background:repeat-x 0 -6px;
}

.x-btn-ml{
	width:3px;
	background:no-repeat 0 -24px;
}
.x-btn-mr{
	width:3px;
	background:no-repeat -3px -24px;
}

.x-btn-mc{
	background:repeat-x 0 -1096px;
    vertical-align: middle;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
}

.x-btn-bl{
	width:3px;
	height:3px;
	background:no-repeat 0 -3px;
}

.x-btn-br{
	width:3px;
	height:3px;
	background:no-repeat -3px -3px;
}

.x-btn-bc{
	height:3px;
	background:repeat-x 0 -15px;
}

.x-btn-over .x-btn-tl{
	background-position: -6px 0;
}

.x-btn-over .x-btn-tr{
	background-position: -9px 0;
}

.x-btn-over .x-btn-tc{
	background-position: 0 -9px;
}

.x-btn-over .x-btn-ml{
	background-position: -6px -24px;
}

.x-btn-over .x-btn-mr{
	background-position: -9px -24px;
}

.x-btn-over .x-btn-mc{
	background-position: 0 -2168px;
}

.x-btn-over .x-btn-bl{
	background-position: -6px -3px;
}

.x-btn-over .x-btn-br{
	background-position: -9px -3px;
}

.x-btn-over .x-btn-bc{
	background-position: 0 -18px;
}

.x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl{
	background-position: -12px 0;
}

.x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr{
	background-position: -15px 0;
}

.x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc{
	background-position: 0 -12px;
}

.x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml{
	background-position: -12px -24px;
}

.x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr{
	background-position: -15px -24px;
}

.x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc{
	background-position: 0 -3240px;
}

.x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl{
	background-position: -12px -3px;
}

.x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br{
	background-position: -15px -3px;
}

.x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc{
	background-position: 0 -21px;
}

.x-btn-disabled *{
	cursor:default !important;
}


/* With a menu arrow */
/* right */
.x-btn-mc em.x-btn-arrow {
    display:block;
    background:transparent no-repeat right center;
	padding-right:10px;
}

.x-btn-mc em.x-btn-split {
    display:block;
    background:transparent no-repeat right center;
	padding-right:14px;
}

/* bottom */
.x-btn-mc em.x-btn-arrow-bottom {
    display:block;
    background:transparent no-repeat center bottom;
	padding-bottom:14px;
}

.x-btn-mc em.x-btn-split-bottom {
    display:block;
    background:transparent no-repeat center bottom;
	padding-bottom:14px;
}

/* height adjustment class */
.x-btn-as-arrow .x-btn-mc em {
    display:block;
    background:transparent;
	padding-bottom:14px;
}

/* groups */
.x-btn-group {
    padding:1px;
}

.x-btn-group-header {
    padding:2px;
    text-align:center;
}

.x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}

.x-btn-group-tl {
	background: transparent no-repeat 0 0;
	padding-left:3px;
    zoom:1;
}

.x-btn-group-tr {
	background: transparent no-repeat right 0;
	zoom:1;
    padding-right:3px;
}

.x-btn-group-bc {
	background: transparent repeat-x 0 bottom;
    zoom:1;
}

.x-btn-group-bc .x-panel-footer {
    zoom:1;
}

.x-btn-group-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:3px;
    zoom:1;
}

.x-btn-group-br {
	background: transparent no-repeat right bottom;
	padding-right:3px;
    zoom:1;
}

.x-btn-group-mc {
    border:0 none;
    padding:1px 0 0 0;
    margin:0;
}

.x-btn-group-mc .x-btn-group-body {
    background:transparent;
    border: 0 none;
}

.x-btn-group-ml {
	background: transparent repeat-y 0 0;
	padding-left:3px;
    zoom:1;
}

.x-btn-group-mr {
	background: transparent repeat-y right 0;
	padding-right:3px;
    zoom:1;
}

.x-btn-group-bc .x-btn-group-footer {
    padding-bottom:6px;
}

.x-panel-nofooter .x-btn-group-bc {
	height:3px;
    font-size:0;
    line-height:0;
}

.x-btn-group-bwrap {
    overflow:hidden;
    zoom:1;
}

.x-btn-group-body {
    overflow:hidden;
    zoom:1;
}

.x-btn-group-notitle .x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
    height:2px;
}

.x-toolbar{
    border-style:solid;
    border-width:0 0 1px 0;
    display: block;
	padding:2px;
    background:repeat-x top left;
    position:relative;
    left:0;
    top:0;
    zoom:1;
    overflow:hidden;
}

.x-toolbar-left {
    width: 100%;
}

.x-toolbar .x-item-disabled .x-btn-icon {
    opacity: .35;
}

.x-toolbar td {
	vertical-align:middle;
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
	white-space: nowrap;
}

.x-toolbar .x-item-disabled {
	cursor:default;
	opacity:.6;
}

.x-toolbar .x-item-disabled * {
	cursor:default;
}

.x-toolbar .x-toolbar-cell {
    vertical-align:middle;
}

.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc {
	background-position: 500px 500px;
}

/* These rules are duplicated from button.css to give priority of x-toolbar rules above */
.x-toolbar .x-btn-over .x-btn-tl{
	background-position: -6px 0;
}

.x-toolbar .x-btn-over .x-btn-tr{
	background-position: -9px 0;
}

.x-toolbar .x-btn-over .x-btn-tc{
	background-position: 0 -9px;
}

.x-toolbar .x-btn-over .x-btn-ml{
	background-position: -6px -24px;
}

.x-toolbar .x-btn-over .x-btn-mr{
	background-position: -9px -24px;
}

.x-toolbar .x-btn-over .x-btn-mc{
	background-position: 0 -2168px;
}

.x-toolbar .x-btn-over .x-btn-bl{
	background-position: -6px -3px;
}

.x-toolbar .x-btn-over .x-btn-br{
	background-position: -9px -3px;
}

.x-toolbar .x-btn-over .x-btn-bc{
	background-position: 0 -18px;
}

.x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl{
	background-position: -12px 0;
}

.x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr{
	background-position: -15px 0;
}

.x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc{
	background-position: 0 -12px;
}

.x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml{
	background-position: -12px -24px;
}

.x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr{
	background-position: -15px -24px;
}

.x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc{
	background-position: 0 -3240px;
}

.x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl{
	background-position: -12px -3px;
}

.x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br{
	background-position: -15px -3px;
}

.x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc{
	background-position: 0 -21px;
}

.x-toolbar div.xtb-text{
    padding:2px 2px 0;
    line-height:16px;
    display:block;
}

.x-toolbar .xtb-sep {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	height: 16px;
	width:4px;
	overflow: hidden;
	cursor:default;
	margin: 0 2px 0;
	border:0;
}

.x-toolbar .xtb-spacer {
    width:2px;
}

/* Paging Toolbar */
.x-tbar-page-number{
	width:30px;
	height:14px;
}

.x-paging-info {
    position:absolute;
    top:5px;
    right: 8px;
}

/* floating */
.x-toolbar-ct {
    width:100%;
}

.x-toolbar-right td {
    text-align: center;
}

.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
    overflow:hidden;
    zoom:1;
}

.x-toolbar-more .x-btn-small .x-btn-text{
	height: 16px;
	width: 12px;
}

.x-toolbar-more em.x-btn-arrow {
    display:inline;
    background:transparent;
	padding-right:0;
}

.x-toolbar-more .x-btn-mc em.x-btn-arrow {
    background-image: none;
}

div.x-toolbar-no-items {
    color:gray !important;
    padding:5px 10px !important;
}

/* fix ie toolbar form items */
.ext-border-box .x-toolbar-cell .x-form-text {
    margin-bottom:-1px !important;
}

.ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
    margin:0 !important;
}

.x-toolbar-right td .x-form-field-trigger-wrap{
    text-align: left;
}

.x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio{
    margin-top: 5px;
}

.x-toolbar-cell .x-form-cb-label{
    vertical-align: bottom;
    top: 1px;
}


.x-resizable-handle {
    position:absolute;
    z-index:100;
    /* ie needs these */
    font-size:1px;
    line-height:6px;
    overflow:hidden;
	opacity:0;
	zoom:1;
}

.x-resizable-handle-east{
    width:6px;
    cursor:e-resize;
    right:0;
    top:0;
    height:100%;
}

.x-resizable-handle-south{
    width:100%;
    cursor:s-resize;
    left:0;
    bottom:0;
    height:6px;
}

.x-resizable-handle-west{
    width:6px;
    cursor:w-resize;
    left:0;
    top:0;
    height:100%;
}

.x-resizable-handle-north{
    width:100%;
    cursor:n-resize;
    left:0;
    top:0;
    height:6px;
}

.x-resizable-handle-southeast{
    width:6px;
    cursor:se-resize;
    right:0;
    bottom:0;
    height:6px;
    z-index:101;
}

.x-resizable-handle-northwest{
    width:6px;
    cursor:nw-resize;
    left:0;
    top:0;
    height:6px;
    z-index:101;
}

.x-resizable-handle-northeast{
    width:6px;
    cursor:ne-resize;
    right:0;
    top:0;
    height:6px;
    z-index:101;
}

.x-resizable-handle-southwest{
    width:6px;
    cursor:sw-resize;
    left:0;
    bottom:0;
    height:6px;
    z-index:101;
}

.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
	opacity:1;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
	background-position: left;
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
    background-position: top;
}

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
    background-position: top left;
}

.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
    background-position:bottom right;
}

.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
    background-position: bottom left;
}

.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
    background-position: top right;
}

.x-resizable-proxy{
    border: 1px dashed;
    position:absolute;
    overflow:hidden;
    display:none;
	left:0;
    top:0;
    z-index:50000;
}

.x-resizable-overlay{
    width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:200000;
    opacity:0;
}


/* Grid3 styles */
.x-grid3 {
	position:relative;
	overflow:hidden;
}

.x-grid-panel .x-panel-body {
    overflow:hidden !important;
}

.x-grid-panel .x-panel-mc .x-panel-body {
    border:1px solid;
}

.x-grid3 table {
    table-layout:fixed;
}

.x-grid3-viewport{
	overflow:hidden;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
    -moz-outline: none;
    outline: none;
	-moz-user-focus: normal;
}

.x-grid3-row td, .x-grid3-summary-row td {
    line-height:13px;
    vertical-align: top;
	padding-left:1px;
    padding-right:1px;
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
}

.x-grid3-cell{
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
}

.x-grid3-hd-row td {
    line-height:15px;
    vertical-align:middle;
    border-left:1px solid;
    border-right:1px solid;
}

.x-grid3-hd-row .x-grid3-marker-hd {
    padding:3px;
}

.x-grid3-row .x-grid3-marker {
    padding:3px;
}

.x-grid3-cell-inner, .x-grid3-hd-inner{
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
    padding:3px 3px 3px 5px;
    white-space: nowrap;
}

.x-grid3-hd-inner {
    position:relative;
	cursor:inherit;
	padding:4px 3px 4px 5px;
}

.x-grid3-row-body {
    white-space:normal;
}

.x-grid3-body-cell {
    -moz-outline:0 none;
    outline:0 none;
}

/* reverse above in strict mode */
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
	width:auto;
}

.x-grid-row-loading {
    background: no-repeat center center;
}

.x-grid-page {
    overflow:hidden;
}

.x-grid3-row {
	cursor: default;
    border: 1px solid;
    width:100%;
}

.x-grid3-row-over {
	border:1px solid;
    background: repeat-x left top;
}

.x-grid3-resize-proxy {
	width:1px;
    left:0;
	cursor: e-resize;
	cursor: col-resize;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-resize-marker {
	width:1px;
	left:0;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-focus {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
    line-height:1px;
    font-size:1px;
    -moz-outline:0 none;
    outline:0 none;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select:ignore;
}

/* header styles */
.x-grid3-header{
	background: repeat-x 0 bottom;
	cursor:default;
    zoom:1;
    padding:1px 0 0 0;
}

.x-grid3-header-pop {
    border-left:1px solid;
    float:right;
    clear:none;
}

.x-grid3-header-pop-inner {
    border-left:1px solid;
    width:14px;
    height:19px;
    background: transparent no-repeat center center;
}

.ext-strict .x-grid3-header-pop-inner {
    width:14px;
}

.x-grid3-header-inner {
    overflow:hidden;
    zoom:1;
    float:left;
}

.x-grid3-header-offset {
    padding-left:1px;
    text-align: left;
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
    border-left:1px solid;
    border-right:1px solid;
}

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: repeat-x left bottom;

}

.x-grid3-sort-icon{
	background-repeat: no-repeat;
	display: none;
	height: 4px;
	width: 13px;
	margin-left:3px;
	vertical-align: middle;
}

.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
	display: inline;
}

/* Body Styles */
.x-grid3-body {
	zoom:1;
}

.x-grid3-scroller {
	overflow:auto;
    zoom:1;
    position:relative;
}

.x-grid3-cell-text, .x-grid3-hd-text {
	display: block;
	padding: 3px 5px 3px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
    -webkit-user-select:ignore;
}

.x-grid3-split {
	background-position: center;
	background-repeat: no-repeat;
	cursor: e-resize;
	cursor: col-resize;
	display: block;
	font-size: 1px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 6px;
	z-index: 3;
}

/* Column Reorder DD */
.x-dd-drag-proxy .x-grid3-hd-inner{
	background: repeat-x left bottom;
	width:120px;
	padding:3px;
	border:1px solid;
	overflow:hidden;
}

.col-move-top, .col-move-bottom{
	width:9px;
	height:9px;
	position:absolute;
	top:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	visibility:hidden;
	z-index:20000;
    background:transparent no-repeat left top;
}

/* Selection Styles */
.x-grid3-row-selected {
	border:1px dotted;
}

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
    background: repeat-x 0 bottom !important;
    vertical-align:middle !important;
    padding:0;
    border-top:1px solid;
    border-bottom:none !important;
    border-right:1px solid !important;
    text-align:center;
}

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
    padding:0 4px;
    text-align:center;
}

/* dirty cells */
.x-grid3-dirty-cell {
    background: transparent no-repeat 0 0;
}

/* Grid Toolbars */
.x-grid3-topbar, .x-grid3-bottombar{
    overflow:hidden;
	display:none;
	zoom:1;
    position:relative;
}

.x-grid3-topbar .x-toolbar{
	border-right:0 none;
}

.x-grid3-bottombar .x-toolbar{
	border-right:0 none;
	border-bottom:0 none;
	border-top:1px solid;
}

/* Props Grid Styles */
.x-props-grid .x-grid3-cell{
	padding:1px;
}

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background:transparent repeat-y -16px !important;
    padding-left:12px;
}

.x-props-grid .x-grid3-body .x-grid3-td-name{
    padding:1px;
    padding-right:0;
    border:0 none;
    border-right:1px solid;
}

/* dd */
.x-grid3-col-dd {
    border:0 none;
    padding:0;
    background:transparent;
}

.x-dd-drag-ghost .x-grid3-dd-wrap {
    padding:1px 3px 3px 1px;
}

.x-grid3-hd {
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
}

.x-grid3-hd-btn {
    display:none;
    position:absolute;
    width:14px;
    background:no-repeat left center;
    right:0;
    top:0;
    z-index:2;
	cursor:pointer;
}

.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
    display:block;
}

a.x-grid3-hd-btn:hover {
    background-position:-14px center;
}

/* Expanders */
.x-grid3-body .x-grid3-td-expander {
    background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
    padding:0 !important;
    height:100%;
}

.x-grid3-row-expander {
    width:100%;
    height:18px;
    background-position:4px 2px;
    background-repeat:no-repeat;
    background-color:transparent;
}

.x-grid3-row-collapsed .x-grid3-row-expander {
    background-position:4px 2px;
}

.x-grid3-row-expanded .x-grid3-row-expander {
    background-position:-21px 2px;
}

.x-grid3-row-collapsed .x-grid3-row-body {
    display:none !important;
}

.x-grid3-row-expanded .x-grid3-row-body {
    display:block !important;
}

/* Checkers */
.x-grid3-body .x-grid3-td-checker {
    background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
    padding:0 !important;
    height:100%;
}

.x-grid3-row-checker, .x-grid3-hd-checker {
    width:100%;
    height:18px;
    background-position:2px 2px;
    background-repeat:no-repeat;
    background-color:transparent;
}

.x-grid3-row .x-grid3-row-checker {
    background-position:2px 2px;
}

.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker,.x-grid3-row-checked .x-grid3-row-checker {
    background-position:-23px 2px;
}

.x-grid3-hd-checker {
    background-position:2px 1px;
}

.ext-border-box .x-grid3-hd-checker {
    background-position:2px 3px;
}

.x-grid3-hd-checker-on .x-grid3-hd-checker {
    background-position:-23px 1px;
}

.ext-border-box .x-grid3-hd-checker-on .x-grid3-hd-checker {
    background-position:-23px 3px;
}

/* Numberer */
.x-grid3-body .x-grid3-td-numberer {
    background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
    padding:3px 5px 0 0 !important;
    text-align:right;
}

/* Row Icon */

.x-grid3-body .x-grid3-td-row-icon {
    background:transparent repeat-y right;
    vertical-align:top;
    text-align:center;
}

.x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
    padding:0 !important;
    background-position:center center;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-left:2px;
    margin-top:3px;
}

/* All specials */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
    padding: 1px 0 0 0 !important;
}

.x-grid3-check-col {
    width:100%;
    height:16px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
}

.x-grid3-check-col-on {
    width:100%;
    height:16px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
}

/* Grouping classes */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
    zoom:1;
}

.x-grid-group-hd {
    border-bottom: 2px solid;
    cursor:pointer;
    padding-top:6px;
}

.x-grid-group-hd div.x-grid-group-title {
    background:transparent no-repeat 3px 3px;
    padding:4px 4px 4px 17px;
}

.x-grid-group-collapsed .x-grid-group-body {
    display:none;
}

.x-grid-empty {
    padding:10px;
}

/* column lines */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
    padding-right:0;
    border-right:1px solid;
}


.x-dd-drag-proxy{
	position:absolute;
	left:0;
    top:0;
	visibility:hidden;
	z-index:15000;
}

.x-dd-drag-ghost {
    opacity:.85;
    border: 1px solid;
	padding:3px;
	padding-left:20px;
	white-space:nowrap;
}

.x-dd-drag-repair .x-dd-drag-ghost{
    opacity:.4;
	border:0 none;
	padding:0;
	background-color:transparent;
}

.x-dd-drag-repair .x-dd-drop-icon{
	visibility:hidden;
}

.x-dd-drop-icon{
    position:absolute;
	top:3px;
	left:3px;
	display:block;
	width:16px;
	height:16px;
	background-color:transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index:1;
}

.x-view-selector {
    position:absolute;
    left:0;
    top:0;
    width:0;
    border:1px dotted;
	opacity: .5;
}

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
    background-repeat: no-repeat;
}

.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	background-position:center;
    background-repeat: no-repeat;
}

/* checkboxes */

input.x-tree-node-cb {
    margin-left:1px;
    height: 19px;
	vertical-align: bottom;
}

.ext-opera input.x-tree-node-cb {
    height: 14px;
    vertical-align: middle;
}

.x-tree-noicon .x-tree-node-icon{
	width:0; height:0;
}

/* No line styles */
.x-tree-no-lines .x-tree-elbow{
	background:transparent;
}

.x-tree-no-lines .x-tree-elbow-end{
	background:transparent;
}

.x-tree-no-lines .x-tree-elbow-line{
	background:transparent;
}

/* Arrows */
.x-tree-arrows .x-tree-elbow{
	background:transparent;
}

.x-tree-arrows .x-tree-elbow-plus{
    background:transparent no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-minus{
    background:transparent no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-end{
	background:transparent;
}

.x-tree-arrows .x-tree-elbow-end-plus{
    background:transparent no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-end-minus{
    background:transparent no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-line{
	background:transparent;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{
    background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus{
    background-position:-48px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus{
    background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus{
    background-position:-48px 0;
}

.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	cursor:pointer;
}

.x-tree-node{
	white-space: nowrap;
}

.x-tree-node-el {
    line-height:18px;
    cursor:pointer;
}

.x-tree-node a, .x-dd-drag-ghost a{
	text-decoration:none;
	-khtml-user-select:none;
	-moz-user-select:none;
    -webkit-user-select:ignore;
    -kthml-user-focus:normal;
    -moz-user-focus:normal;
    -moz-outline: 0 none;
    outline:0 none;
}

.x-tree-node a span, .x-dd-drag-ghost a span{
	text-decoration:none;
	padding:1px 3px 1px 2px;
}

.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
    opacity:.5;
}

.x-tree-node .x-tree-node-inline-icon{
	background:transparent;
}

.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
	text-decoration:none;
}

.x-tree-node div.x-tree-drag-insert-below{
 	 border-bottom:1px dotted;
}

.x-tree-node div.x-tree-drag-insert-above{
	 border-top:1px dotted;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
 	 border-bottom:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
	 border-top:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
 	 border-bottom:2px solid;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top:2px solid;
}

.x-tree-node .x-tree-drag-append a span{
	 border:1px dotted;
}

.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
	display:none !important;
}

/* Fix for ie rootVisible:false issue */
.x-tree-root-ct {
    zoom:1;
}


.x-date-picker {
    border: 1px solid;
    border-top:0 none;
	position:relative;
}

.x-date-picker a {
    -moz-outline:0 none;
    outline:0 none;
}

.x-date-inner, .x-date-inner td, .x-date-inner th{
    border-collapse:separate;
}

.x-date-middle,.x-date-left,.x-date-right {
	background: repeat-x 0 -83px;
	overflow:hidden;
}

.x-date-middle .x-btn-tc,.x-date-middle .x-btn-tl,.x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc,.x-date-middle .x-btn-ml,.x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc,.x-date-middle .x-btn-bl,.x-date-middle .x-btn-br{
	background:transparent !important;
    vertical-align:middle;
}

.x-date-middle .x-btn-mc em.x-btn-arrow {
    background:transparent no-repeat right 0;
}

.x-date-right, .x-date-left {
    width:18px;
}

.x-date-right{
    text-align:right;
}

.x-date-middle {
    padding-top:2px;
    padding-bottom:2px;
    width:130px; /* FF3 */
}

.x-date-right a, .x-date-left a{
    display:block;
    width:16px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
    opacity:.6;
}

.x-date-right a:hover, .x-date-left a:hover{
    opacity:1;
}

.x-item-disabled .x-date-right a:hover, .x-item-disabled .x-date-left a:hover{
    opacity:.6;
}

.x-date-right a {
    margin-right:2px;
    text-decoration:none !important;
}

.x-date-left a{
    margin-left:2px;
    text-decoration:none !important;
}

table.x-date-inner {
    width: 100%;
    table-layout:fixed;
}

.ext-webkit table.x-date-inner{
    /* Fix for webkit browsers */
    width: 175px;
}


.x-date-inner th {
    width:25px;
}

.x-date-inner th {
    background: repeat-x left top;
    text-align:right !important;
	border-bottom: 1px solid;
	cursor:default;
    padding:0;
    border-collapse:separate;
}

.x-date-inner th span {
    display:block;
    padding:2px;
    padding-right:7px;
}

.x-date-inner td {
    border: 1px solid;
	text-align:right;
    padding:0;
}

.x-date-inner a {
    padding:2px 5px;
    display:block;
	text-decoration:none;
    text-align:right;
    zoom:1;
}

.x-date-inner .x-date-active{
	cursor:pointer;
	color:black;
}

.x-date-inner .x-date-selected a{
	background: repeat-x left top;
	border:1px solid;
    padding:1px 4px;
}

.x-date-inner .x-date-today a{
	border: 1px solid;
    padding:1px 4px;
}

.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
    text-decoration:none !important;
}

.x-date-bottom {
    padding:4px;
    border-top: 1px solid;
    background: repeat-x left top;
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
    text-decoration:none !important;
}

.x-item-disabled .x-date-inner a:hover{
    background: none;
}

.x-date-inner .x-date-disabled a {
	cursor:default;
}

.x-date-menu .x-menu-item {
	padding:1px 24px 1px 4px;
	white-space: nowrap;
}

.x-date-menu .x-menu-item .x-menu-item-icon {
    width:10px;
    height:10px;
    margin-right:5px;
    background-position:center -4px !important;
}

.x-date-mp {
	position:absolute;
	left:0;
	top:0;
	display:none;
}

.x-date-mp td {
    padding:2px;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
    border: 0 none;
	text-align:center;
	vertical-align: middle;
	width:25%;
}

.x-date-mp-ok {
	margin-right:3px;
}

.x-date-mp-btns button {
	text-decoration:none;
	text-align:center;
	text-decoration:none !important;
	border:1px solid;
	padding:1px 3px 1px;
	cursor:pointer;
}

.x-date-mp-btns {
	background: repeat-x left top;
}

.x-date-mp-btns td {
	border-top: 1px solid;
    text-align:center;
}

td.x-date-mp-month a,td.x-date-mp-year a {
	display:block;
	padding:2px 4px;
	text-decoration:none;
	text-align:center;
}

td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	text-decoration:none;
	cursor:pointer;
}

td.x-date-mp-sel a {
	padding:1px 3px;
	background: repeat-x left top;
	border:1px solid;
}

.x-date-mp-ybtn a {
    overflow:hidden;
    width:15px;
    height:15px;
    cursor:pointer;
    background:transparent no-repeat;
    display:block;
    margin:0 auto;
}

.x-date-mp-ybtn a.x-date-mp-next {
    background-position:0 -120px;
}

.x-date-mp-ybtn a.x-date-mp-next:hover {
    background-position:-15px -120px;
}

.x-date-mp-ybtn a.x-date-mp-prev {
    background-position:0 -105px;
}

.x-date-mp-ybtn a.x-date-mp-prev:hover {
    background-position:-15px -105px;
}

.x-date-mp-ybtn {
   text-align:center;
}

td.x-date-mp-sep {
   border-right:1px solid;
}

.x-tip{
	position: absolute;
	top: 0;
    left:0;
    visibility: hidden;
	z-index: 20002;
    border:0 none;
}

.x-tip .x-tip-close{
	height: 15px;
	float:right;
	width: 15px;
    margin:0 0 2px 2px;
    cursor:pointer;
    display:none;
}

.x-tip .x-tip-tc {
	background: transparent no-repeat 0 -62px;
	padding-top:3px;
    overflow:hidden;
    zoom:1;
}

.x-tip .x-tip-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
    overflow:hidden;
    zoom:1;
}

.x-tip .x-tip-tr {
	background: transparent no-repeat right 0;
	padding-right:6px;
    overflow:hidden;
    zoom:1;
}

.x-tip .x-tip-bc {
	background: transparent no-repeat 0 -121px;
	height:3px;
    overflow:hidden;
}

.x-tip .x-tip-bl {
	background: transparent no-repeat 0 -59px;
	padding-left:6px;
    zoom:1;
}

.x-tip .x-tip-br {
	background: transparent no-repeat right -59px;
	padding-right:6px;
    zoom:1;
}

.x-tip .x-tip-mc {
    border:0 none;
}

.x-tip .x-tip-ml {
	background: no-repeat 0 -124px;
	padding-left:6px;
    zoom:1;
}

.x-tip .x-tip-mr {
	background: transparent no-repeat right -124px;
	padding-right:6px;
}

.ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc{
    line-height: 1px;
}

.x-tip .x-tip-header-text {
    padding:0;
    margin:0 0 2px 0;
}

.x-tip .x-tip-body {
    margin:0 !important;
    line-height:14px;
    padding:0;
}

.x-tip .x-tip-body .loading-indicator {
    margin:0;
}

.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
    cursor:move;
}

.x-form-invalid-tip .x-tip-tc {
	background: repeat-x 0 -12px;
    padding-top:6px;
}

.x-form-invalid-tip .x-tip-bc {
	background: repeat-x 0 -18px;
    height:6px;
}

.x-form-invalid-tip .x-tip-bl {
	background: no-repeat 0 -6px;
}

.x-form-invalid-tip .x-tip-br {
	background: no-repeat right -6px;
}

.x-form-invalid-tip .x-tip-body {
    padding:2px;
}

.x-form-invalid-tip .x-tip-body {
    padding-left:24px;
    background:transparent no-repeat 2px 2px;
}

.x-tip-anchor {
    position: absolute;
    width: 9px;
    height: 10px;
    overflow:hidden;
    background: transparent no-repeat 0 0;
    zoom:1;
}
.x-tip-anchor-bottom {
    background-position: -9px 0;
}
.x-tip-anchor-right {
    background-position: -18px 0;
    width: 10px;
}
.x-tip-anchor-left {
    background-position: -28px 0;
    width: 10px;
}

.x-menu {
	z-index: 15000;
	zoom: 1;
	background: repeat-y;
}

.x-menu-floating{
    border: 1px solid;
}

.x-menu a {
    text-decoration: none !important;
}

.x-menu-list{
    padding: 2px;
	background:transparent;
	border:0 none;
    overflow:hidden;
    overflow-y: hidden;
}

.x-menu li{
	line-height:100%;
}

.x-menu li.x-menu-sep-li{
	font-size:1px;
	line-height:1px;
}

.x-menu-list-item{
    white-space: nowrap;
	display:block;
	padding:1px;
}

.x-menu-item{
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
}

.x-menu-item-arrow{
	background:transparent no-repeat right;
}

.x-menu-sep {
	display:block;
	font-size:1px;
	line-height:1px;
	margin: 2px 3px;
	border-bottom:1px solid;
    overflow:hidden;
}

.x-menu-focus {
	position:absolute;
	left:-1px;
	top:-1px;
	width:1px;
	height:1px;
    line-height:1px;
    font-size:1px;
    -moz-outline:0 none;
    outline:0 none;
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
    overflow:hidden;
    display:block;
}

a.x-menu-item {
    cursor: pointer;
    display: block;
    line-height: 16px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 3px 21px 3px 27px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.x-menu-item-active {
    background-repeat: repeat-x;
    background-position: left bottom;
    border-style:solid;
    border-width: 1px 0;
    margin:0 1px;
	padding: 0;
}

.x-menu-item-active a.x-menu-item {
    border-style:solid;
    border-width:0 1px;
    margin:0 -1px;
}

.x-menu-item-icon {
	border: 0 none;
	height: 16px;
	padding: 0;
	vertical-align: top;
	width: 16px;
	position: absolute;
    left: 3px;
    top: 3px;
    margin: 0;
    background-position:center;
}

.ext-strict .x-menu-item-icon {
    left: 3px;
}

.x-menu-check-item .x-menu-item-icon{
	background: transparent no-repeat center;
}

.x-menu-group-item .x-menu-item-icon{
	background: transparent;
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
    background: transparent no-repeat center;
}

.x-date-menu .x-menu-list{
    padding: 0;
}

.x-menu-date-item{
	padding:0;
}

.x-menu .x-color-palette, .x-menu .x-date-picker{
    margin-left: 26px;
	margin-right:4px;
}

.x-menu .x-date-picker{
    border:1px solid;
    margin-top:2px;
    margin-bottom:2px;
}

.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
	 margin: 0;
	 border: 0 none;
}

.x-date-menu {
   padding:0 !important;
}

.x-cycle-menu .x-menu-item-checked {
    border:1px dotted !important;
	padding:0;
}

.x-menu .x-menu-scroller {
    width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:8px;
    line-height: 8px;
	cursor:pointer;
    margin: 0;
    padding: 0;
}

.x-menu .x-menu-scroller-active{
    height: 6px;
    line-height: 6px;
}

.x-menu-list-item-indent{
    padding-left: 27px;
}

/*
 Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
  &lt;div class="x-box-blue"&gt;
        &lt;div class="x-box-tl"&gt;&lt;div class="x-box-tr"&gt;&lt;div class="x-box-tc"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div class="x-box-ml"&gt;&lt;div class="x-box-mr"&gt;&lt;div class="x-box-mc"&gt;
            &lt;h3&gt;YOUR TITLE HERE (optional)&lt;/h3&gt;
            &lt;div&gt;YOUR CONTENT HERE&lt;/div&gt;
        &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div class="x-box-bl"&gt;&lt;div class="x-box-br"&gt;&lt;div class="x-box-bc"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;/div&gt;
 */

.x-box-tl {
	background: transparent no-repeat 0 0;
    zoom:1;
}

.x-box-tc {
	height: 8px;
	background: transparent repeat-x 0 0;
	overflow: hidden;
}

.x-box-tr {
	background: transparent no-repeat right -8px;
}

.x-box-ml {
	background: transparent repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
    zoom:1;
}

.x-box-mc {
	background: repeat-x 0 -16px;
	padding: 4px 10px;
}

.x-box-mc h3 {
	margin: 0 0 4px 0;
    zoom:1;
}

.x-box-mr {
	background: transparent repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}

.x-box-bl {
	background: transparent no-repeat 0 -16px;
    zoom:1;
}

.x-box-bc {
	background: transparent repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

.x-box-br {
	background: transparent no-repeat right -24px;
}

.x-box-tl, .x-box-bl {
	padding-left: 8px;
	overflow: hidden;
}

.x-box-tr, .x-box-br {
	padding-right: 8px;
	overflow: hidden;
}

#x-debug-browser .x-tree .x-tree-node a span {
    padding-top:2px;
    line-height:18px;
}

#x-debug-browser  .x-tool-toggle {
    background-position:0 -75px;
}

#x-debug-browser  .x-tool-toggle-over {
    background-position:-15px -75px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle {
    background-position:0 -60px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle-over {
    background-position:-15px -60px;
}

.x-combo-list {
    border:1px solid;
    zoom:1;
    overflow:hidden;
}

.x-combo-list-inner {
    overflow:auto;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow-x:hidden;
}

.x-combo-list-hd {
    border-bottom:1px solid;
    padding:3px;
}

.x-resizable-pinned .x-combo-list-inner {
    border-bottom:1px solid;
}

.x-combo-list-item {
    padding:2px;
    border:1px solid;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.x-combo-list .x-combo-selected{
	border:1px dotted !important;
    cursor:pointer;
}

.x-combo-list .x-toolbar {
    border-top:1px solid;
    border-bottom:0 none;
}

.x-panel {
    border-style: solid;
    border-width:0;
}

.x-panel-header {
    overflow:hidden;
    zoom:1;
    padding:5px 3px 4px 5px;
    border:1px solid;
    line-height: 15px;
    background: transparent repeat-x 0 -1px;
}

.x-panel-body {
    border:1px solid;
    border-top:0 none;
    overflow:hidden;
    position: relative; /* added for item scroll positioning */
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
    border:1px solid;
    border-top:0 none;
    overflow:hidden;
    padding:2px;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
    border-top:1px solid;
    border-bottom: 0 none;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border-top:1px solid;
}

.x-panel-header {
    overflow:hidden;
    zoom:1;
}

.x-panel-tl .x-panel-header {
    padding:5px 0 4px 0;
    border:0 none;
    background:transparent;
}

.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
    padding-left:20px !important;
    background-repeat:no-repeat;
    background-position:0 4px;
    zoom:1;
}

.x-panel-inline-icon {
    width:16px;
	height:16px;
    background-repeat:no-repeat;
    background-position:0 0;
	vertical-align:middle;
	margin-right:4px;
	margin-top:-1px;
	margin-bottom:-1px;
}

.x-panel-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}

.x-panel-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    border-bottom:1px solid;
}

.x-panel-tr {
	background: transparent no-repeat right 0;
	zoom:1;
    padding-right:6px;
}

.x-panel-bc {
	background: transparent repeat-x 0 bottom;
    zoom:1;
}

.x-panel-bc .x-panel-footer {
    zoom:1;
}

.x-panel-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}

.x-panel-br {
	background: transparent no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}

.x-panel-mc {
    border:0 none;
    padding:0;
    margin:0;
    padding-top:6px;
}

.x-panel-mc .x-panel-body {
    background:transparent;
    border: 0 none;
}

.x-panel-ml {
	background: repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}

.x-panel-mr {
	background: transparent repeat-y right 0;
	padding-right:6px;
    zoom:1;
}

.x-panel-bc .x-panel-footer {
    padding-bottom:6px;
}

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
	height:6px;
    font-size:0;
    line-height:0;
}

.x-panel-bwrap {
    overflow:hidden;
    zoom:1;
    left:0;
    top:0;
}
.x-panel-body {
    overflow:hidden;
    zoom:1;
}

.x-panel-collapsed .x-resizable-handle{
    display:none;
}

.ext-gecko .x-panel-animated div {
    overflow:hidden !important;
}

/* Plain */
.x-plain-body {
    overflow:hidden;
}

.x-plain-bbar .x-toolbar {
    overflow:hidden;
    padding:2px;
}

.x-plain-tbar .x-toolbar {
    overflow:hidden;
    padding:2px;
}

.x-plain-bwrap {
    overflow:hidden;
    zoom:1;
}

.x-plain {
    overflow:hidden;
}

/* Tools */
.x-tool {
    overflow:hidden;
    width:15px;
    height:15px;
    float:right;
    cursor:pointer;
    background:transparent no-repeat;
    margin-left:2px;
}

/* expand / collapse tools */
.x-tool-toggle {
    background-position:0 -60px;
}

.x-tool-toggle-over {
    background-position:-15px -60px;
}

.x-panel-collapsed .x-tool-toggle {
    background-position:0 -75px;
}

.x-panel-collapsed .x-tool-toggle-over {
    background-position:-15px -75px;
}


.x-tool-close {
    background-position:0 -0;
}

.x-tool-close-over {
    background-position:-15px 0;
}

.x-tool-minimize {
    background-position:0 -15px;
}

.x-tool-minimize-over {
    background-position:-15px -15px;
}

.x-tool-maximize {
    background-position:0 -30px;
}

.x-tool-maximize-over {
    background-position:-15px -30px;
}

.x-tool-restore {
    background-position:0 -45px;
}

.x-tool-restore-over {
    background-position:-15px -45px;
}

.x-tool-gear {
    background-position:0 -90px;
}

.x-tool-gear-over {
    background-position:-15px -90px;
}

.x-tool-pin {
    background-position:0 -135px;
}

.x-tool-pin-over {
    background-position:-15px -135px;
}

.x-tool-unpin {
    background-position:0 -150px;
}

.x-tool-unpin-over {
    background-position:-15px -150px;
}

.x-tool-right {
    background-position:0 -165px;
}

.x-tool-right-over {
    background-position:-15px -165px;
}

.x-tool-left {
    background-position:0 -180px;
}

.x-tool-left-over {
    background-position:-15px -180px;
}

.x-tool-up {
    background-position:0 -210px;
}

.x-tool-up-over {
    background-position:-15px -210px;
}

.x-tool-down {
    background-position:0 -195px;
}

.x-tool-down-over {
    background-position:-15px -195px;
}

.x-tool-refresh {
    background-position:0 -225px;
}

.x-tool-refresh-over {
    background-position:-15px -225px;
}

.x-tool-minus {
    background-position:0 -255px;
}

.x-tool-minus-over {
    background-position:-15px -255px;
}

.x-tool-plus {
    background-position:0 -240px;
}

.x-tool-plus-over {
    background-position:-15px -240px;
}

.x-tool-search {
    background-position:0 -270px;
}

.x-tool-search-over {
    background-position:-15px -270px;
}

.x-tool-save {
    background-position:0 -285px;
}

.x-tool-save-over {
    background-position:-15px -285px;
}

.x-tool-help {
    background-position:0 -300px;
}

.x-tool-help-over {
    background-position:-15px -300px;
}

.x-tool-print {
    background-position:0 -315px;
}

.x-tool-print-over {
    background-position:-15px -315px;
}

/* Ghosting */
.x-panel-ghost {
    z-index:12000;
    overflow:hidden;
    position:absolute;
    left:0;top:0;
    opacity:.65;
}

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

.x-panel-ghost * {
    cursor:move !important;
}

.x-panel-dd-spacer {
    border:2px dashed;
}

/* Buttons */
.x-panel-btns {
    padding:5px;
    overflow:hidden;
}

.x-panel-btns td.x-toolbar-cell{
	padding:3px;
}

.x-panel-btns .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}

.x-panel-btns .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}

.x-panel-btns .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-panel-btns .x-btn-over .x-btn-left{
	background-position:0 -63px;
}

.x-panel-btns .x-btn-over .x-btn-right{
	background-position:0 -84px;
}

.x-panel-btns .x-btn-over .x-btn-center{
	background-position:0 -105px;
}

.x-panel-btns .x-btn-click .x-btn-center{
	background-position:0 -126px;
}

.x-panel-btns .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}

.x-panel-btns .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
	white-space: nowrap;
}


/**
 * W3C Suggested Default style sheet for HTML 4
 * http://www.w3.org/TR/CSS21/sample.html
 *
 * Resets for Ext.Panel @cfg normal: true
 */
.x-panel-reset .x-panel-body html,
.x-panel-reset .x-panel-body address,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body body,
.x-panel-reset .x-panel-body dd,
.x-panel-reset .x-panel-body div,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dt,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body frame, frameset,
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body noframes,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body center,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body pre 			  { display: block }
.x-panel-reset .x-panel-body li              { display: list-item }
.x-panel-reset .x-panel-body head            { display: none }
.x-panel-reset .x-panel-body table           { display: table }
.x-panel-reset .x-panel-body tr              { display: table-row }
.x-panel-reset .x-panel-body thead           { display: table-header-group }
.x-panel-reset .x-panel-body tbody           { display: table-row-group }
.x-panel-reset .x-panel-body tfoot           { display: table-footer-group }
.x-panel-reset .x-panel-body col             { display: table-column }
.x-panel-reset .x-panel-body colgroup        { display: table-column-group }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th 	          { display: table-cell }
.x-panel-reset .x-panel-body caption         { display: table-caption }
.x-panel-reset .x-panel-body th              { font-weight: bolder; text-align: center }
.x-panel-reset .x-panel-body caption         { text-align: center }
.x-panel-reset .x-panel-body body            { margin: 8px }
.x-panel-reset .x-panel-body h1              { font-size: 2em; margin: .67em 0 }
.x-panel-reset .x-panel-body h2              { font-size: 1.5em; margin: .75em 0 }
.x-panel-reset .x-panel-body h3              { font-size: 1.17em; margin: .83em 0 }
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu            { margin: 1.12em 0 }
.x-panel-reset .x-panel-body h5              { font-size: .83em; margin: 1.5em 0 }
.x-panel-reset .x-panel-body h6              { font-size: .75em; margin: 1.67em 0 }
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body b,
.x-panel-reset .x-panel-body strong          { font-weight: bolder }
.x-panel-reset .x-panel-body blockquote      { margin-left: 40px; margin-right: 40px }
.x-panel-reset .x-panel-body i,
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
.x-panel-reset .x-panel-body address    	  { font-style: italic }
.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
.x-panel-reset .x-panel-body samp       	  { font-family: monospace }
.x-panel-reset .x-panel-body pre             { white-space: pre }
.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
.x-panel-reset .x-panel-body select   		  { display: inline-block }
.x-panel-reset .x-panel-body big             { font-size: 1.17em }
.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
.x-panel-reset .x-panel-body sup 			  { font-size: .83em }
.x-panel-reset .x-panel-body sub             { vertical-align: sub }
.x-panel-reset .x-panel-body sup             { vertical-align: super }
.x-panel-reset .x-panel-body table           { border-spacing: 2px; }
.x-panel-reset .x-panel-body thead,
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot           { vertical-align: middle }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th          	  { vertical-align: inherit }
.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
.x-panel-reset .x-panel-body del  			  { text-decoration: line-through }
.x-panel-reset .x-panel-body hr              { border: 1px inset }
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body dd        	  { margin-left: 40px }
.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir { list-style-type: disc;}
.x-panel-reset .x-panel-body ol              { list-style-type: decimal }
.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
.x-panel-reset .x-panel-body ol ol    		  { margin-top: 0; margin-bottom: 0 }
.x-panel-reset .x-panel-body u,
.x-panel-reset .x-panel-body ins          	  { text-decoration: underline }
.x-panel-reset .x-panel-body br:before       { content: "\A" }
.x-panel-reset .x-panel-body :before, .x-panel-reset .x-panel-body :after { white-space: pre-line }
.x-panel-reset .x-panel-body center          { text-align: center }
.x-panel-reset .x-panel-body :link, .x-panel-reset .x-panel-body :visited { text-decoration: underline }
.x-panel-reset .x-panel-body :focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
.x-panel-reset .x-panel-body BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
.x-panel-reset .x-panel-body BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }


.x-window {
    zoom:1;
}

.x-window .x-window-handle {
    opacity:0;
}

.x-window-proxy {
    border:1px solid;
    z-index:12000;
    overflow:hidden;
    position:absolute;
    left:0;top:0;
    display:none;
    opacity:.5;
}

.x-window-header {
    overflow:hidden;
    zoom:1;
}

.x-window-bwrap {
    z-index:1;
    position:relative;
    zoom:1;
    left:0;top:0;
}

.x-window-tl .x-window-header {
    padding:5px 0 4px 0;
}

.x-window-header-text {
    cursor:pointer;
}

.x-window-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
    zoom:1;
}

.x-window-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    z-index:1;
    position:relative;
}

.x-window-tr {
	background: transparent no-repeat right 0;
	padding-right:6px;
}

.x-window-bc {
	background: transparent repeat-x 0 bottom;
    zoom:1;
}

.x-window-bc .x-window-footer {
    padding-bottom:6px;
    zoom:1;
    font-size:0;
    line-height:0;
}

.x-window-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}

.x-window-br {
	background: transparent no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}

.x-window-mc {
    border:1px solid;
    padding:0;
    margin:0;
}

.x-window-ml {
	background: transparent repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}

.x-window-mr {
	background: transparent repeat-y right 0;
	padding-right:6px;
    zoom:1;
}

.x-window-body {
    overflow:hidden;
}

.x-window-bwrap {
    overflow:hidden;
}

.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
    .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
    .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
    padding:0;
}

.x-window-maximized .x-window-footer {
    padding-bottom:0;
}

.x-window-maximized .x-window-tc {
    padding-left:3px;
    padding-right:3px;
}

.x-window-maximized .x-window-mc {
    border-left:0 none;
    border-right:0 none;
}

.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
    border-left:0 none;
    border-right: 0 none;
}

.x-window-bbar .x-toolbar {
    border-top:1px solid;
    border-bottom:0 none;
}

.x-window-draggable, .x-window-draggable .x-window-header-text {
    cursor:move;
}

.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
    cursor:default;
}

.x-window-body {
    background:transparent;
}

.x-panel-ghost .x-window-tl {
    border-bottom:1px solid;
}

.x-panel-collapsed .x-window-tl {
    border-bottom:1px solid;
}

.x-window-maximized-ct {
    overflow:hidden;
}

.x-window-maximized .x-window-handle {
    display:none;
}

.x-window-sizing-ghost ul {
    border:0 none !important;
}

.x-dlg-focus{
	-moz-outline:0 none;
	outline:0 none;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

.ext-webkit .x-dlg-focus{
    width: 1px;
    height: 1px;
}

.x-dlg-mask{
    z-index:10000;
    display:none;
    position:absolute;
    top:0;
    left:0;
    opacity:.5;
}

.x-window-plain .x-window-mc {
    border: 1px solid;
}

.x-window-plain .x-window-body {
    border: 1px solid;
    background:transparent !important;
}

.x-html-editor-wrap {
    border:1px solid;
}

.x-html-editor-tb .x-btn-text {
    background:transparent no-repeat;
}

.x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
    background-position:0 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
    background-position:-16px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-underline, .x-menu-item img.x-edit-underline {
    background-position:-32px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-forecolor, .x-menu-item img.x-edit-forecolor {
    background-position:-160px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-backcolor, .x-menu-item img.x-edit-backcolor {
    background-position:-176px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifyleft, .x-menu-item img.x-edit-justifyleft {
    background-position:-112px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifycenter, .x-menu-item img.x-edit-justifycenter {
    background-position:-128px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifyright, .x-menu-item img.x-edit-justifyright {
    background-position:-144px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item img.x-edit-insertorderedlist {
    background-position:-80px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item img.x-edit-insertunorderedlist {
    background-position:-96px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item img.x-edit-increasefontsize {
    background-position:-48px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item img.x-edit-decreasefontsize {
    background-position:-64px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-sourceedit, .x-menu-item img.x-edit-sourceedit {
    background-position:-192px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-createlink, .x-menu-item img.x-edit-createlink {
    background-position:-208px 0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
    padding:5px;
    padding-bottom:1px;
}

.x-html-editor-tb .x-toolbar {
    position:static !important;
}

.x-panel-noborder .x-panel-body-noborder {
    border-width:0;
}

.x-panel-noborder .x-panel-header-noborder {
    border-width:0 0 1px;
    border-style:solid;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
    border-width:0 0 1px;
    border-style:solid;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
    border-width:1px 0 0 0;
    border-style:solid;
}

.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-width: 0 0 1px 0;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
    border-width: 1px 0 0 0;
}

.x-tab-panel-bbar-noborder .x-toolbar {
    border-width: 1px 0 0 0;
    border-style:solid;
}

.x-tab-panel-tbar-noborder .x-toolbar {
    border-width:0 0 1px;
    border-style:solid;
}

.x-border-layout-ct {
    position: relative;
}

.x-border-panel {
    position:absolute;
    left:0;
    top:0;
}

.x-tool-collapse-south {
    background-position:0 -195px;
}

.x-tool-collapse-south-over {
    background-position:-15px -195px;
}

.x-tool-collapse-north {
    background-position:0 -210px;
}

.x-tool-collapse-north-over {
    background-position:-15px -210px;
}

.x-tool-collapse-west {
    background-position:0 -180px;
}

.x-tool-collapse-west-over {
    background-position:-15px -180px;
}

.x-tool-collapse-east {
    background-position:0 -165px;
}

.x-tool-collapse-east-over {
    background-position:-15px -165px;
}

.x-tool-expand-south {
    background-position:0 -210px;
}

.x-tool-expand-south-over {
    background-position:-15px -210px;
}

.x-tool-expand-north {
    background-position:0 -195px;
}
.x-tool-expand-north-over {
    background-position:-15px -195px;
}

.x-tool-expand-west {
    background-position:0 -165px;
}

.x-tool-expand-west-over {
    background-position:-15px -165px;
}

.x-tool-expand-east {
    background-position:0 -180px;
}

.x-tool-expand-east-over {
    background-position:-15px -180px;
}

.x-tool-expand-north, .x-tool-expand-south {
    float:right;
    margin:3px;
}

.x-tool-expand-east, .x-tool-expand-west {
    float:none;
    margin:3px auto;
}

.x-accordion-hd .x-tool-toggle {
    background-position:0 -255px;
}

.x-accordion-hd .x-tool-toggle-over {
    background-position:-15px -255px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
    background-position:0 -240px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
    background-position:-15px -240px;
}

.x-accordion-hd {
	padding-top:4px;
	padding-bottom:3px;
	border-top:0 none;
    background: transparent repeat-x 0 -9px;
}

.x-layout-collapsed{
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
    width:20px;
    height:20px;
    overflow:hidden;
	border:1px solid;
	z-index:20;
}

.ext-border-box .x-layout-collapsed{
    width:22px;
    height:22px;
}

.x-layout-collapsed-over{
    cursor:pointer;
}

.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
	position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
}


.x-layout-split{
    position:absolute;
    height:5px;
    width:5px;
    line-height:1px;
    font-size:1px;
    z-index:3;
    background-color:transparent;
}

.x-layout-split-h{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/s.gif);
    background-position: left;
}

.x-layout-split-v{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/s.gif);
    background-position: top;
}

.x-column-layout-ct {
    overflow:hidden;
    zoom:1;
}

.x-column {
    float:left;
    padding:0;
    margin:0;
    overflow:hidden;
    zoom:1;
}

.x-column-inner {
    overflow:hidden;
    zoom:1;
}

/* mini mode */
.x-layout-mini {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:5px;
    height:35px;
    cursor:pointer;
    opacity:.5;
}

.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{
    opacity:1;
    -moz-opacity:1;
    filter:none;
}

.x-layout-split-west .x-layout-mini {
    top:48%;
}

.x-layout-split-east .x-layout-mini {
    top:48%;
}

.x-layout-split-north .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
}

.x-layout-split-south .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
}

.x-layout-cmini-west .x-layout-mini {
    top:48%;
}

.x-layout-cmini-east .x-layout-mini {
    top:48%;
}

.x-layout-cmini-north .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
}

.x-layout-cmini-south .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
}

.x-layout-cmini-west, .x-layout-cmini-east {
    border:0 none;
    width:5px !important;
    padding:0;
    background:transparent;
}

.x-layout-cmini-north, .x-layout-cmini-south {
    border:0 none;
    height:5px !important;
    padding:0;
    background:transparent;
}

.x-viewport, .x-viewport body {
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
    height: 100%;
}

.x-abs-layout-item {
    position:absolute;
    left:0;
    top:0;
}

.x-box-layout-ct {
    overflow:hidden;
    zoom:1;
}

.x-box-inner {
    overflow:hidden;
    zoom:1;
    position:relative;
    left:0;
    top:0;
}

.x-box-item {
    position:absolute;
    left:0;
    top:0;
}

.x-progress-wrap {
    border:1px solid;
    overflow:hidden;
}

.x-progress-inner {
    height:18px;
    background:repeat-x;
    position:relative;
}

.x-progress-bar {
    height:18px;
    float:left;
    width:0;
    background: repeat-x left center;
    border-top:1px solid;
    border-bottom:1px solid;
    border-right:1px solid;
}

.x-progress-text {
    padding:1px 5px;
    overflow:hidden;
    position:absolute;
    left:0;
    text-align:center;
}

.x-progress-text-back {
    line-height:16px;
}

.x-list-header{
	background: repeat-x 0 bottom;
	cursor:default;
    zoom:1;
    height:22px;
}

.x-list-header-inner div {
    display:block;
    float:left;
    overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.x-list-header-inner div em {
    display:block;
    border-left:1px solid;
    padding:4px 4px;
    overflow:hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    line-height:14px;
}

.x-list-body {
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
    zoom:1;
    float: left;
    width: 100%;
}

.x-list-body dl {
    zoom:1;
}

.x-list-body dt {
    display:block;
    float:left;
    overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
    zoom:1;
}

.x-list-body dt em {
    display:block;
    padding:3px 4px;
    overflow:hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.x-list-resizer {
    border-left:1px solid;
    border-right:1px solid;
    position:absolute;
    left:0;
    top:0;
}

.x-list-header-inner em.sort-asc {
    background: transparent no-repeat center 0;
    border-style:solid;
    border-width: 0 1px 1px;
    padding-bottom:3px;
}

.x-list-header-inner em.sort-desc {
    background: transparent no-repeat center -23px;
    border-style:solid;
    border-width: 0 1px 1px;
    padding-bottom:3px;
}



/* Shared styles */
.x-slider {
    zoom:1;
}

.x-slider-inner {
    position:relative;
    left:0;
    top:0;
    overflow:visible;
    zoom:1;
}

.x-slider-focus {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
    line-height:1px;
    font-size:1px;
    -moz-outline:0 none;
    outline:0 none;
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
	display:block;
	overflow:hidden;
}

/* Horizontal styles */
.x-slider-horz {
    padding-left:7px;
    background:transparent no-repeat 0 -22px;
}

.x-slider-horz .x-slider-end {
    padding-right:7px;
    zoom:1;
    background:transparent no-repeat right -44px;
}

.x-slider-horz .x-slider-inner {
    background:transparent repeat-x 0 0;
    height:22px;
}

.x-slider-horz .x-slider-thumb {
    width:14px;
    height:15px;
    position:absolute;
    left:0;
    top:3px;
    background:transparent no-repeat 0 0;
}

.x-slider-horz .x-slider-thumb-over {
    background-position: -14px -15px;
}

.x-slider-horz .x-slider-thumb-drag {
    background-position: -28px -30px;
}

/* Vertical styles */
.x-slider-vert {
    padding-top:7px;
    background:transparent no-repeat -44px 0;
    width:22px;
}

.x-slider-vert .x-slider-end {
    padding-bottom:7px;
    zoom:1;
    background:transparent no-repeat -22px bottom;
}

.x-slider-vert .x-slider-inner {
    background:transparent repeat-y 0 0;
}

.x-slider-vert .x-slider-thumb {
    width:15px;
    height:14px;
    position:absolute;
    left:3px;
    bottom:0;
    background:transparent no-repeat 0 0;
}

.x-slider-vert .x-slider-thumb-over {
    background-position: -15px -14px;
}

.x-slider-vert .x-slider-thumb-drag {
    background-position: -30px -28px;
}

.x-window-dlg .x-window-body {
    border:0 none !important;
    padding:5px 10px;
    overflow:hidden !important;
}

.x-window-dlg .x-window-mc {
    border:0 none !important;
}

.x-window-dlg .ext-mb-input {
    margin-top:4px;
    width:95%;
}

.x-window-dlg .ext-mb-textarea {
    margin-top:4px;
}

.x-window-dlg .x-progress-wrap {
    margin-top:4px;
}

.x-window-dlg .x-msg-box-wait {
    background:transparent no-repeat left;
    display:block;
    width:300px;
    padding-left:18px;
    line-height:18px;
}

.x-window-dlg .ext-mb-icon {
    float:left;
    width:47px;
    height:32px;
}

.x-window-dlg .x-dlg-icon .ext-mb-content{
    margin-left: 47px;
}

.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
    background:transparent no-repeat top left;
}

.ext-gecko2 .ext-mb-fix-cursor {
    overflow:auto;
}

.ext-el-mask {
    background-color: #ccc;
}

.ext-el-mask-msg {
    border-color:#6593cf;
    background-color:#c3daf9;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/box/tb-blue.gif);
}
.ext-el-mask-msg div {
    background-color: #eee;
    border-color:#a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-mask-loading div {
    background-color:#fbfbfb;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/loading.gif);
}

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

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

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

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

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
    border-color:#8bb8f3;
    background-color: #deecfd;
}

.x-color-palette em:hover, .x-color-palette span:hover{
    background-color: #deecfd;
}

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

.x-shadow .xsmc {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shadow-c.png);
}

.x-shadow .xsml, .x-shadow .xsmr {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shadow-lr.png);
}

.x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shadow.png);
}

.loading-indicator {
    font-size: 11px;
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/loading.gif);
}

.x-spotlight {
    background-color: #ccc;
}


.x-tab-panel-header, .x-tab-panel-footer {
	background-color: #deecfd;
	border-color:#8db2e3;
    overflow:hidden;
    zoom:1;
}

.x-tab-panel-header, .x-tab-panel-footer {
	border-color:#8db2e3;
}

ul.x-tab-strip-top{
    background-color:#cedff5;
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-strip-bg.gif);
	border-bottom-color:#8db2e3;
}

ul.x-tab-strip-bottom{
    background-color:#cedff5;
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-strip-btm-bg.gif);
	border-top-color:#8db2e3;
}

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
    border-color:#8db2e3;
    background-color: #deecfd;
}

.x-tab-strip span.x-tab-strip-text {
	font:normal 11px tahoma,arial,helvetica;
	color:#416aa3;
}

.x-tab-strip-over span.x-tab-strip-text {
	color:#15428b;
}

.x-tab-strip-active span.x-tab-strip-text {
	color:#15428b;
    font-weight:bold;
}

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

.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tabs-sprite.gif);
}

.x-tab-strip-bottom .x-tab-right {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-btm-inactive-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-left {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-btm-inactive-left-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-over .x-tab-right {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-btm-over-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-over .x-tab-left {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-btm-over-left-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-btm-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-btm-left-bg.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-close.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/tab-close.gif);
}

.x-tab-panel-body {
    border-color:#8db2e3;
    background-color:#fff;
}

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

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

.x-tab-scroller-left {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/scroll-left.gif);
    border-bottom-color:#8db2e3;
}

.x-tab-scroller-left-over {
    background-position: 0 0;
}

.x-tab-scroller-left-disabled {
    background-position: -18px 0;
    opacity:.5;
    cursor:default;
}

.x-tab-scroller-right {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tabs/scroll-right.gif);
    border-bottom-color:#8db2e3;
}

.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
    border-color:#99bbe8;
}

.x-form-field{
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.x-form-text, textarea.x-form-field{
    background-color:#fff;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/form/text-bg.gif);
    border-color:#b5b8c8;
}

.x-form-select-one {
    background-color:#fff;
    border-color:#b5b8c8;
}

.x-form-check-group-label {
    border-bottom: 1px solid #99bbe8;
    color: #15428b;
}

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

.x-form-field-wrap .x-form-trigger{
    background-image:url(/libs/cq/ui/widgets/themes/default/ext/form/trigger.gif);
    border-bottom-color:#b5b8c8;
}

.x-form-field-wrap .x-form-date-trigger{
    background-image: url(/libs/cq/ui/widgets/themes/default/ext/form/date-trigger.gif);
}

.x-form-field-wrap .x-form-clear-trigger{
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/form/clear-trigger.gif);
}

.x-form-field-wrap .x-form-search-trigger{
    background-image: url(/libs/cq/ui/widgets/themes/default/ext/form/search-trigger.gif);
}

.x-trigger-wrap-focus .x-form-trigger{
    border-bottom-color:#7eadd9;
}

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

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

.x-form-focus, textarea.x-form-focus{
	border-color:#7eadd9;
}

.x-form-invalid, textarea.x-form-invalid{
    background-color:#fff;
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/invalid_line.gif);
	border-color:#c30;
}

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

.x-form-inner-invalid, textarea.x-form-inner-invalid{
    background-color:#fff;
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/invalid_line.gif);
}

.x-form-grow-sizer {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.x-form-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.x-form-invalid-msg {
    color:#c0272b;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/shared/warning.gif);
}

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

.x-small-editor .x-form-field {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.ext-webkit .x-small-editor .x-form-field {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-form-invalid-icon {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/form/exclamation.gif);
}

.x-fieldset {
    border-color:#b5b8c8;
}

.x-fieldset legend {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
}


.x-btn{
	font:normal 11px tahoma, verdana, helvetica;
}

.x-btn button{
    font:normal 11px arial,tahoma,verdana,helvetica;
    color:#333;
}

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

.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(../../../libs/cq/ui/widgets/themes/default/ext/button/btn.gif);
}

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

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

.x-btn-mc em.x-btn-arrow {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/arrow.gif);
}

.x-btn-mc em.x-btn-split {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow.gif);
}

.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-o.gif);
}

.x-btn-mc em.x-btn-arrow-bottom {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-b-noline.gif);
}

.x-btn-mc em.x-btn-split-bottom {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-b.gif);
}

.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-bo.gif);
}

.x-btn-group-header {
    color: #3e6aaa;
}

.x-btn-group-tc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-tb.gif);
}

.x-btn-group-tl {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-cs.gif);
}

.x-btn-group-tr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-cs.gif);
}

.x-btn-group-bc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-tb.gif);
}

.x-btn-group-bl {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-cs.gif);
}

.x-btn-group-br {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-cs.gif);
}

.x-btn-group-ml {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-lr.gif);
}
.x-btn-group-mr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-lr.gif);
}

.x-btn-group-notitle .x-btn-group-tc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/button/group-tb.gif);
}

.x-toolbar{
	border-color:#a9bfd3;
    background-color:#d0def0;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/toolbar/bg.gif);
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
    font:normal 11px arial,tahoma, helvetica, sans-serif;
}

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

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

.x-toolbar .x-btn-mc em.x-btn-split {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-noline.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(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-o.gif);
}

.x-toolbar .x-btn-mc em.x-btn-split-bottom {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-b-noline.gif);
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/button/s-arrow-bo.gif);
}

.x-toolbar .xtb-sep {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid-blue-split.gif);
}

.x-tbar-page-first{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-first.gif) !important;
}

.x-tbar-loading{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/refresh.gif) !important;
}

.x-tbar-page-last{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-last.gif) !important;
}

.x-tbar-page-next{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-next.gif) !important;
}

.x-tbar-page-prev{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-prev.gif) !important;
}

.x-item-disabled .x-tbar-loading{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/loading.gif) !important;
}

.x-item-disabled .x-tbar-page-first{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-first-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-last{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-last-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-next{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-next-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-prev{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/page-prev-disabled.gif) !important;
}

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

.x-toolbar-more-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/toolbar/more.gif) !important;
}

.x-resizable-handle {
	background-color:#fff;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/sizer/e-handle.gif);
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/sizer/s-handle.gif);
}

.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/sizer/s-handle.gif);
}
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/sizer/se-handle.gif);
}
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/sizer/nw-handle.gif);
}
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/sizer/ne-handle.gif);
}
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/sizer/sw-handle.gif);
}
.x-resizable-proxy{
    border-color:#3b5a82;
}
.x-resizable-overlay{
    background-color:#fff;
}


.x-grid3 {
    background-color:#fff;
}

.x-grid-panel .x-panel-mc .x-panel-body {
    border-color:#99bbe8;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-grid3-hd-row td {
    border-left-color:#eee;
    border-right-color:#d0d0d0;
}

.x-grid-row-loading {
    background-color: #fff;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/shared/loading-balls.gif);
}

.x-grid3-row {
    border-color:#ededed;
    border-top-color:#fff;
}

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

.x-grid3-row-over {
	border-color:#ddd;
    background-color:#efefef;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/row-over.gif);
}

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

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

.x-grid3-header{
    background-color:#f9f9f9;
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-hrow.gif);
}

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

.x-grid3-header-pop-inner {
    border-left-color:#eee;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/hd-pop.gif);
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
    border-left-color:#aaccf6;
    border-right-color:#aaccf6;
}

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:#ebf3fd;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-hrow-over.gif);

}

.sort-asc .x-grid3-sort-icon {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/sort_asc.gif);
}

.sort-desc .x-grid3-sort-icon {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/sort_desc.gif);
}

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

.x-grid3-split {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid-split.gif);
}

.x-grid3-hd-text {
	color:#15428b;
}

.x-dd-drag-proxy .x-grid3-hd-inner{
    background-color:#ebf3fd;
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-hrow-over.gif);
	border-color:#aaccf6;
}

.col-move-top{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/col-move-top.gif);
}

.col-move-bottom{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/col-move-bottom.gif);
}

.x-grid3-row-selected {
	background-color: #dfe8f6 !important;
	background-image: none;
	border-color:#a3bae9;
}

.x-grid3-cell-selected{
	background-color: #b8cfee !important;
	color:#000;
}

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

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

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
    background-color:#ebeadb !important;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid-hrow.gif) !important;
    color:#000;
    border-top-color:#fff;
    border-right-color:#6fa0df !important;
}

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
    color:#15428b !important;
}

.x-grid3-dirty-cell {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/dirty.gif);
}

.x-grid3-topbar, .x-grid3-bottombar{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

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

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-special-col-bg.gif) !important;
    color:#000 !important;
}

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

.xg-hmenu-sort-asc .x-menu-item-icon{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/hmenu-asc.gif);
}

.xg-hmenu-sort-desc .x-menu-item-icon{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/hmenu-desc.gif);
}

.xg-hmenu-lock .x-menu-item-icon{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/hmenu-lock.gif);
}

.xg-hmenu-unlock .x-menu-item-icon{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/hmenu-unlock.gif);
}

.x-grid3-hd-btn {
    background-color:#c3daf9;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-hd-btn.gif);
}

.x-grid3-body .x-grid3-td-expander {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-special-col-bg.gif);
}

.x-grid3-row-expander {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/row-expand-sprite.gif);
}

.x-grid3-body .x-grid3-td-checker {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-special-col-bg.gif);
}

.x-grid3-row-checker, .x-grid3-hd-checker {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/row-check-sprite.gif);
}

.x-grid3-body .x-grid3-td-numberer {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-special-col-bg.gif);
}

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

.x-grid3-body .x-grid3-td-row-icon {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-special-col-bg.gif);
}

.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-special-col-sel-bg.gif);
}

.x-grid3-check-col {
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/menu/unchecked.gif);
}

.x-grid3-check-col-on {
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/menu/checked.gif);
}

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

.x-grid-group-hd {
    border-bottom-color:#99bbe8;
}

.x-grid-group-hd div.x-grid-group-title {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/group-collapse.gif);
    color:#3764a0;
    font:bold 11px tahoma, arial, helvetica, sans-serif;
}

.x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/group-expand.gif);
}

.x-group-by-icon {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/group-by.gif);
}

.x-cols-icon {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/columns.gif);
}

.x-show-groups-icon {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/group-by.gif);
}

.x-grid-empty {
    color:gray;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
    border-right-color:#ededed;
}

.x-grid-with-col-lines .x-grid3-row-selected {
	border-top-color:#a3bae9;
}

.x-dd-drag-ghost{
	color:#000;
	font: normal 11px arial, helvetica, sans-serif;
    border-color: #ddd #bbb #bbb #ddd;
	background-color:#fff;
}

.x-dd-drop-nodrop .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/dd/drop-no.gif);
}

.x-dd-drop-ok .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/dd/drop-yes.gif);
}

.x-dd-drop-ok-add .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/dd/drop-add.gif);
}

.x-view-selector {
    background-color:#c3daf9;
    border-color:#3399bb;
}

.x-tree-node-expanded .x-tree-node-icon{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/folder-open.gif);
}

.x-tree-node-leaf .x-tree-node-icon{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/leaf.gif);
}

.x-tree-node-collapsed .x-tree-node-icon{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/folder.gif);
}

.x-tree-node-loading .x-tree-node-icon{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/loading.gif) !important;
}

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

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

.x-tree-lines .x-tree-elbow{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow.gif);
}

.x-tree-lines .x-tree-elbow-plus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-plus.gif);
}

.x-tree-lines .x-tree-elbow-minus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-minus.gif);
}

.x-tree-lines .x-tree-elbow-end{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-end.gif);
}

.x-tree-lines .x-tree-elbow-end-plus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-end-plus.gif);
}

.x-tree-lines .x-tree-elbow-end-minus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-end-minus.gif);
}

.x-tree-lines .x-tree-elbow-line{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-line.gif);
}

.x-tree-no-lines .x-tree-elbow-plus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-minus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-minus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end-plus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-end-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end-minus{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/elbow-end-minus-nl.gif);
}

.x-tree-arrows .x-tree-elbow-plus{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-minus{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-end-plus{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-end-minus{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/tree/arrows.gif);
}

.x-tree-node{
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-tree-node a, .x-dd-drag-ghost a{
	color:#000;
}

.x-tree-node a span, .x-dd-drag-ghost a span{
	color:#000;
}

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

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

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

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

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

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

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

.x-tree-node .x-tree-selected {
	background-color: #d9e8fb;
}

.x-tree-drop-ok-append .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/drop-add.gif);
}

.x-tree-drop-ok-above .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/drop-over.gif);
}

.x-tree-drop-ok-below .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/drop-under.gif);
}

.x-tree-drop-ok-between .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/drop-between.gif);
}

.x-date-picker {
    border-color: #1b376c;
    background-color:#fff;
}

.x-date-middle,.x-date-left,.x-date-right {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shared/hd-sprite.gif);
	color:#fff;
	font:bold 11px "sans serif", tahoma, verdana, helvetica;
}

.x-date-middle .x-btn .x-btn-text {
    color:#fff;
}

.x-date-middle .x-btn-mc em.x-btn-arrow {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/toolbar/btn-arrow-light.gif);
}

.x-date-right a {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shared/right-btn.gif);
}

.x-date-left a{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shared/left-btn.gif);
}

.x-date-inner th {
    background-color:#dfecfb;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/shared/glass-bg.gif);
	border-bottom-color:#a3bad9;
    font:normal 10px arial, helvetica,tahoma,sans-serif;
	color:#233d6d;
}

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

.x-date-inner a {
    font:normal 11px arial, helvetica,tahoma,sans-serif;
    color:#000;
}

.x-date-inner .x-date-active{
	color:#000;
}

.x-date-inner .x-date-selected a{
    background-color:#dfecfb;
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/shared/glass-bg.gif);
	border-color:#8db2e3;
}

.x-date-inner .x-date-today a{
	border-color:darkred;
}

.x-date-inner .x-date-selected span{
    font-weight:bold;
}

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

.x-date-bottom {
    border-top-color:#a3bad9;
    background-color:#dfecfb;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/shared/glass-bg.gif);
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
    color:#000;
    background-color:#ddecfe;
}

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

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

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

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

.x-date-mp td {
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

.x-date-mp-btns button {
	background-color:#083772;
	color:#fff;
	border-color: #3366cc #000055 #000055 #3366cc;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

.x-date-mp-btns {
    background-color: #dfecfb;
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shared/glass-bg.gif);
}

.x-date-mp-btns td {
	border-top-color: #c5d2df;
}

td.x-date-mp-month a,td.x-date-mp-year a {
	color:#15428b;
}

td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	color:#15428b;
	background-color: #ddecfe;
}

td.x-date-mp-sel a {
    background-color: #dfecfb;
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shared/glass-bg.gif);
	border-color:#8db2e3;
}

.x-date-mp-ybtn a {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/panel/tool-sprites.gif);
}

td.x-date-mp-sep {
   border-right-color:#c5d2df;
}

.x-tip .x-tip-close{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/qtip/close.gif);
}

.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(../../../libs/cq/ui/widgets/themes/default/ext/qtip/tip-sprite.gif);
}

.x-tip .x-tip-mc {
    font: normal 11px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
	background-color: #fff;
}

.x-tip .x-tip-header-text {
    font: bold 11px tahoma,arial,helvetica,sans-serif;
    color:#444;
}

.x-tip .x-tip-body {
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    color:#444;
}

.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/form/error-tip-corners.gif);
}

.x-form-invalid-tip .x-tip-body {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/form/exclamation.gif);
}

.x-tip-anchor {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/qtip/tip-anchor-sprite.gif);
}

.x-menu {
    background-color:#f0f0f0;
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/menu/menu.gif);
}

.x-menu-floating{
    border-color:#718bb7;
}

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

.x-menu-list-item{
	font:normal 11px arial,tahoma,sans-serif;
}

.x-menu-item-arrow{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/menu/menu-parent.gif);
}

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

a.x-menu-item {
	color:#222;
}

.x-menu-item-active {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/menu/item-over.gif);
	background-color: #dbecf4;
    border-color:#aaccf6;
}

.x-menu-item-active a.x-menu-item {
	border-color:#aaccf6;
}

.x-menu-check-item .x-menu-item-icon{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/menu/unchecked.gif);
}

.x-menu-item-checked .x-menu-item-icon{
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/menu/checked.gif);
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/menu/group-checked.gif);
}

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

.x-menu-plain {
	background-color:#f0f0f0 !important;
    background-image: none;
}

.x-date-menu, .x-color-menu{
    background-color: #fff !important;
}

.x-menu .x-date-picker{
    border-color:#a3bad9;
}

.x-cycle-menu .x-menu-item-checked {
    border-color:#a3bae9 !important;
    background-color:#def8f6;
}

.x-menu-scroller-top {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-top.gif);
}

.x-menu-scroller-bottom {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-bottom.gif);
}


.x-box-tl {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/corners.gif);
}

.x-box-tc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/tb.gif);
}

.x-box-tr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/corners.gif);
}

.x-box-ml {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/l.gif);
}

.x-box-mc {
	background-color: #eee;
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/tb.gif);
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
	font-size: 12px;
}

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

.x-box-mr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/r.gif);
}

.x-box-bl {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/corners.gif);
}

.x-box-bc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/tb.gif);
}

.x-box-br {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/corners.gif);
}

.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/corners-blue.gif);
}

.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/tb-blue.gif);
}

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

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

.x-box-blue .x-box-ml {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/l-blue.gif);
}

.x-box-blue .x-box-mr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/box/r-blue.gif);
}

#x-debug-browser .x-tree .x-tree-node a span {
    color:#222297;
    font-size:11px;
    font-family:"monotype","courier new",sans-serif;
}

#x-debug-browser .x-tree a i {
    color:#ff4545;
    font-style:normal;
}

#x-debug-browser .x-tree a em {
    color:#999;
}

#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{
    background-color:#c3daf9;
}

.x-combo-list {
    border-color:#98c0f4;
    background-color:#ddecfe;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

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

.x-combo-list-hd {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/layout/panel-title-light-bg.gif);
    border-bottom-color:#98c0f4;
}

.x-resizable-pinned .x-combo-list-inner {
    border-bottom-color:#98c0f4;
}

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

.x-combo-list .x-combo-selected{
	border-color:#a3bae9 !important;
    background-color:#dfe8f6;
}

.x-combo-list .x-toolbar {
    border-top-color:#98c0f4;
}

.x-combo-list-small {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-panel {
    border-color: #99bbe8;
}

.x-panel-header {
    color:#15428b;
	font-weight:bold;
    font-size: 11px;
    font-family: tahoma,arial,verdana,sans-serif;
    border-color:#99bbe8;
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/panel/white-top-bottom.gif);
}

.x-panel-body {
    border-color:#99bbe8;
    background-color:#fff;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
    border-color:#99bbe8;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
    border-top-color:#99bbe8;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border-top-color:#99bbe8;
}

.x-panel-tl .x-panel-header {
    color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
}

.x-panel-tc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/panel/top-bottom.gif);
}

.x-panel-tl, .x-panel-tr, .x-panel-bl,  .x-panel-br{
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/panel/corners-sprite.gif);
    border-bottom-color:#99bbe8;
}

.x-panel-bc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/panel/top-bottom.gif);
}

.x-panel-mc {
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    background-color:#dfe8f6;
}

.x-panel-ml {
	background-color: #fff;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/panel/left-right.gif);
}

.x-panel-mr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/panel/left-right.gif);
}

.x-tool {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/panel/tool-sprites.gif);
}

.x-panel-ghost {
    background-color:#cbddf3;
}

.x-panel-ghost ul {
    border-color:#99bbe8;
}

.x-panel-dd-spacer {
    border-color:#99bbe8;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
    font:normal 11px arial,tahoma, helvetica, sans-serif;
}


.x-window-proxy {
    background-color:#c7dffc;
    border-color:#99bbe8;
}

.x-window-tl .x-window-header {
    color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
}

.x-window-tc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/top-bottom.png);
}

.x-window-tl {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/left-corners.png);
}

.x-window-tr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/right-corners.png);
}

.x-window-bc {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/top-bottom.png);
}

.x-window-bl {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/left-corners.png);
}

.x-window-br {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/right-corners.png);
}

.x-window-mc {
    border-color:#99bbe8;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    background-color:#dfe8f6;
}

.x-window-ml {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/left-right.png);
}

.x-window-mr {
	background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/window/left-right.png);
}

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

.x-window-bbar .x-toolbar {
    border-top-color:#99bbe8;
}

.x-panel-ghost .x-window-tl {
    border-bottom-color:#99bbe8;
}

.x-panel-collapsed .x-window-tl {
    border-bottom-color:#84a0c4;
}

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

.x-window-plain .x-window-mc {
    background-color: #ccd9e8;
    border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9;
}

.x-window-plain .x-window-body {
    border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6;
}

body.x-body-masked .x-window-plain .x-window-mc {
    background-color: #ccd9e8;
}

.x-html-editor-wrap {
    border-color:#a9bfd3;
    background-color:#fff;
}
.x-html-editor-tb .x-btn-text {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/editor/tb-sprite.gif);
}

.x-panel-noborder .x-panel-header-noborder {
    border-bottom-color:#99bbe8;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
    border-bottom-color:#99bbe8;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
    border-top-color:#99bbe8;
}

.x-tab-panel-bbar-noborder .x-toolbar {
    border-top-color:#99bbe8;
}

.x-tab-panel-tbar-noborder .x-toolbar {
    border-bottom-color:#99bbe8;
}

.x-border-layout-ct {
    background-color:#dfe8f6;
}

.x-accordion-hd {
	color:#222;
    font-weight:normal;
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/panel/light-hd.gif);
}

.x-layout-collapsed{
    background-color:#d2e0f2;
	border-color:#98c0f4;
}

.x-layout-collapsed-over{
    background-color:#d9e8fb;
}

.x-layout-split-west .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-left.gif);
}
.x-layout-split-east .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-right.gif);
}
.x-layout-split-north .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-top.gif);
}
.x-layout-split-south .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-bottom.gif);
}

.x-layout-cmini-west .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-right.gif);
}

.x-layout-cmini-east .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-left.gif);
}

.x-layout-cmini-north .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-bottom.gif);
}

.x-layout-cmini-south .x-layout-mini {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/layout/mini-top.gif);
}

.x-progress-wrap {
    border-color:#6593cf;
}

.x-progress-inner {
    background-color:#e0e8f3;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/qtip/bg.gif);
}

.x-progress-bar {
    background-color:#9cbfee;
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/progress/progress-bg.gif);
    border-top-color:#d1e4fd;
    border-bottom-color:#7fa9e4;
    border-right-color:#7fa9e4;
}

.x-progress-text {
    font-size:11px;
    font-weight:bold;
    color:#fff;
}

.x-progress-text-back {
    color:#396095;
}

.x-list-header{
    background-color:#f9f9f9;
	background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-hrow.gif);
}

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

.x-list-body dt em {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}

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

.x-list-selected {
    background-color:#dfe8f6;
}

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

.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/sort-hd.gif);
    border-color: #99bbe8;
}

.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/slider/slider-bg.png);
}

.x-slider-horz .x-slider-thumb {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/slider/slider-thumb.png);
}

.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/slider/slider-v-bg.png);
}

.x-slider-vert .x-slider-thumb {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/slider/slider-v-thumb.png);
}

.x-window-dlg .ext-mb-text,
.x-window-dlg .x-window-header-text {
    font-size:12px;
}

.x-window-dlg .ext-mb-textarea {
    font:normal 12px tahoma,arial,helvetica,sans-serif;
}

.x-window-dlg .x-msg-box-wait {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/loading.gif);
}

.x-window-dlg .ext-mb-info {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/window/icon-info.gif);
}

.x-window-dlg .ext-mb-warning {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/window/icon-warning.gif);
}

.x-window-dlg .ext-mb-question {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/window/icon-question.gif);
}

.x-window-dlg .ext-mb-error {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/ext/window/icon-error.gif);
}

/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}


ul.x-tab-strip li {
    list-style-type:none;
}

.x-form-field,
.ext-gecko .x-window-body .x-form-item {
    overflow:hidden;
}

textarea.x-form-field {
    overflow:auto;
}

label.x-form-item-label {
    color:#000;
    overflow: hidden;
}

label.x-form-item-label SPAN.cq-asterisk {
    position:absolute;
    top:0;
    right:0;
    font-size:14px;
    color:#000000;
    height:20px;
    background-color:#FFFFFF;
}

.x-form-item label .sub-label {
    color: #8F8F8F;
	font-size:11px;
}

.x-form-item-description {
	color: #8F8F8F;
    font-size:11px;
    margin-top:5px;
    margin-bottom:8px;
    padding-right:5%;
}

/* field readonly/disabled style */
.x-form-disabled, .x-item-disabled .x-form-text {
	color:#8F8F8F;
}
.x-form-element .x-panel .ext-el-mask {
    background-color:#FFFFFF;
}

/* field focus style */
.x-form-focus {
	border: 1px solid #15428B;
}

/* suppress focus when readonly */
.x-form-focus.x-form-disabled, .x-item-disabled .x-form-focus.x-form-disabled {
    border:1px solid #B5B8C8;
}

/* Spinner styling */

.x-form-field-wrap .x-form-spinner-trigger {
    background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/spinner-trigger.gif) no-repeat 0 0;
}

.x-form-field-wrap .x-form-spinner-overup{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-spinner-clickup{
    background-position:-34px 0;
}
.x-form-field-wrap .x-form-spinner-overdown{
    background-position:-51px 0;
}
.x-form-field-wrap .x-form-spinner-clickdown{
    background-position:-68px 0;
}
.x-trigger-wrap-focus .x-form-spinner-trigger{
    background-position:-85px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overup{
    background-position:-102px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickup{
    background-position:-119px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overdown{
    background-position:-136px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickdown{
    background-position:-153px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}
.x-form-field-wrap .x-form-spinner-splitter {
    line-height:1px;
    font-size:1px;
    background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/spinner-trigger.gif) no-repeat 0 0;
    position:absolute;
    cursor: n-resize;
}
.x-trigger-wrap-focus .x-form-spinner-splitter{
    background-position:-14px 0;
}


/* Empty field style */

.x-form-empty-field {
    color: lightgray;
}

/* Editor small font for grid, toolbar and tree */
.x-small-editor .x-form-field {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.ext-safari .x-small-editor .x-form-field {
    /* safari text field will not size so needs bigger font */
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

/* safari 4 triggerfield fix (overrides "right:0" in ext/css/structure/form.css) */
.ext-webkit .x-form-field-wrap .x-form-trigger {
    right:auto;
}

.ext-gecko .x-fieldset legend {
    padding:0 3px;
}


 .x-toolbar .x-btn-with-menu .x-btn-mc em {
    cursor:pointer;
}

.x-btn button{
    color:#000;
}




.x-toolbar{
    padding:2px 0 1px 2px;
    border-width:0;
}



.x-grid3 div {
    cursor:default;
}


.x-grid3-col-name .x-grid3-col-name-empty {
    color:gray;
}

.x-grid3-row td {
    overflow: hidden;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-grid3-topbar, .x-grid3-bottombar{
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}


/* Selection Styles */
.x-grid3-row-selected {
    border:1px solid #dfe8f6;
    border-top-color:#ffffff;

}

.x-grid3-row-over {
    border:1px solid #ededed;
    border-top-color:#ffffff;
    background:#ededed none;
}



.x-dd-drag-ghost{
	font: normal 11px tahoma, arial, helvetica, sans-serif;
}



.x-tree-node .x-tree-selected {
	background-color: #DFE8F6;
}

.x-tree-node{
	font: normal 11px tahoma, arial, helvetica, sans-serif;
}



.x-date-inner th {
    font:normal 10px tahoma, arial, helvetica, sans-serif;
}

.x-date-inner a {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-date-mp td {
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-date-mp-btns button {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}


.x-menu-item-default SPAN {
    font-weight:bold;
}

/* No styling by default in menu. Text is in a span from which style can be updated in a default css */
.x-menu-item-text {
    color:#222222;
    font:11px arial,tahoma,sans-serif;
}



.x-box-mc {
    font:normal 12px tahoma,verdana,helvetica;
}


.x-panel-header-text {
    color:#222;
    font-weight:normal;
    font-size:11px;
}




.x-window-header-text {
    color:#15428b;
    font-size:12px;
}





.x-html-editor-wrap {
    overflow:hidden;
}

/* avoid color of span from current page to override message box body color */
.ext-mb-text {
    color: #000;
}

.ext-mb-noicon .ext-mb-content {
    padding-left:0;
}


#cq-notification-div {
    position:absolute;
    top:10px;
    width:250px;
    z-index:20000;
    max-width: 250px;
}

#cq-notification-div .cq-notification-msg-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

#cq-notification-div .cq-notification-msg-content {
    display: block;
    font-size:14px;
}

.x-box-tl {
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/corners.png) no-repeat 0 0;
}

.x-box-tc {
	height:8px;
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/tb.png) repeat-x 0 0;
	overflow:hidden;
}

.x-box-tr {
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/corners.png) no-repeat right -8px;
}

.x-box-ml {
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/l.png) repeat-y 0;
	padding-left:4px;
	overflow:hidden;
	zoom:1;
}

.x-box-mc {
	background:#eee url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/tb.png) repeat-x 0 -16px;
	padding:4px 10px;
	font:12px tahoma,verdana,arial,helvetica,sans-serif;
    color:#393939;
}

.x-box-mc h3 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 4px 0;
}

.x-box-mr {
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/r.png) repeat-y right;
	padding-right:4px;
	overflow:hidden;
}

.x-box-bl {
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/corners.png) no-repeat 0 -16px;
}

.x-box-bc {
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/tb.png) repeat-x 0 -8px;
	height:8px;
	overflow:hidden;
}

.x-box-br {
	background:transparent url(../../../libs/cq/ui/widgets/themes/default/utils/Notification/corners.png) no-repeat right -24px;
}

.x-box-tl,.x-box-bl{
	padding-left:8px;overflow:hidden;
}

.x-box-tr,.x-box-br{
	padding-right:8px;overflow:hidden;
}


.cq-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('../../../libs/cq/ui/widgets/themes/default/utils/ellipsis.xml#ellipsis');
}



/*
* Highlight
*/
.cq-highlight {
    background-color:#CCE0F5;
    position: absolute;
    padding: 1px;
    z-index: 8000;
    font-size:0;
    border:none;
}


.cq-static {
    font-family:tahoma,arial,helvetica,sans-serif;;
    font-size:12px;
}

A.cq-static {
    text-decoration:underline;
    color:#15428B;
    cursor:pointer;
}

A.cq-static:visited {
    color:#936C88;
}

.cq-static-small {
    font-size:11px;
}

.cq-static-bold {
    font-weight:bold;
}

.cq-static-italic {
    font-style:italic;
}

.cq-static-right {
    text-align:right;
}

.cq-static-nowrap {
    white-space:nowrap;
}


.cq-static-topmargin {
    margin-top:12px;
}

.cq-static-bottommargin {
    margin-bottom:12px;
}

.cq-static-topmargin.cq-static-small {
    margin-top:10px;
}

.cq-static-bottommargin.cq-static-small {
    display:block;
    margin-bottom:8px;
}


.cq-tbtn {
    cursor:pointer
}

.cq-tbtn span {
    font-family:tahoma,arial,helvetica,sans-serif;;
    color:#15428B;
    text-decoration:underline;
}

.cq-tbtn.x-btn-click span {
    color:#000000;
}

.cq-tbtn.cq-tbtn-small span {
    font-size:10px;
}

.cq-tbtn.cq-tbtn-medium span {
    font-size:12px;
}

.cq-tbtn.cq-tbtn-large span {
    font-size:16px;
}

#

.cq-header-toolbar{
    position:absolute;
}

.cq-header-toolbar .x-panel-body {
    background:transparent !important;
}

.cq-header-toolbar .x-toolbar {
    padding:0px;
}

#cq-switcher {
    color:white;
    background:transparent !important;
    padding:0 6px 0 245px;
    font:10px tahoma,arial,verdana,sans-serif;
    font-weight:bold;
    border-style:none !important
}

#cq-switcher .x-btn-icon .x-btn-text {
    width:26px;
    height:36px;
}

#cq-switcher .x-btn-tl, #cq-switcher .x-btn-tc, #cq-switcher .x-btn-tr,
#cq-switcher .x-btn-bl, #cq-switcher .x-btn-bc, #cq-switcher .x-btn-br {
    height: 0;
    background: none;
}

#cq-switcher .x-btn-tr i, #cq-switcher .x-btn-tl i,
#cq-switcher .x-btn-br i, #cq-switcher .x-btn-bl i {
    height: 0;
}

#cq-switcher .x-btn {
    background-repeat: no-repeat;
}

#cq-switcher .cq-switcher-siteadmin {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_siteadmin.png);
}

#cq-switcher .cq-switcher-siteadmin-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_siteadmin.png);
}

#cq-switcher .cq-switcher-damadmin {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_damadmin.png);
}

#cq-switcher .cq-switcher-damadmin-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_damadmin.png);
}

#cq-switcher .cq-switcher-misc {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_misc.png);
}

#cq-switcher .cq-switcher-misc-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_misc.png);
}

#cq-switcher .cq-switcher-useradmin {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_useradmin.png);
}

#cq-switcher .cq-switcher-useradmin-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_useradmin.png);
}

#cq-switcher .cq-switcher-tagadmin {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_tagadmin.png);
}

#cq-switcher .cq-switcher-tagadmin-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_tagadmin.png);
}

#cq-switcher .cq-switcher-inbox {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_inbox.png);
}

#cq-switcher .cq-switcher-inbox-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_inbox.png);
}

#cq-switcher .cq-switcher-socoadmin {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_soco.png);
}

#cq-switcher .cq-switcher-socoadmin-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_soco.png);
}

#cq-switcher .cq-switcher-mcmadmin {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/act_mcm.png);
}

#cq-switcher .cq-switcher-mcmadmin-inactive {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/Switcher/inact_mcm.png);
}

#cq-userinfo {
    color:black;
    background:transparent !important;
    float:right;
    padding-right:6px;
    font:12px tahoma,arial,verdana,sans-serif;
    font-weight:bold;
    border-style:none !important;
    margin-top:8px
}

.search-item {
    border-color:#FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
    border-style:solid;
    border-width:1px;
    color:#555555;
    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;
    padding:3px 10px;
    white-space:normal;
}

.search-item strong {
    font-weight:bold;
}

.search-text-wrapper {
    margin-left:60px;
}

.search-title {
    font-weight:bold;
    margin-bottom:4px;
}

.search-excerpt {
    font-style:italic;
}

.search-thumb {
    float:left;
    padding-right:10px;
    width:48px;
    height:48px;
    background-position:center center;
    background-repeat:no-repeat;
}

.search-separator {
    clear:both;
}

.x-form-field-wrap .x-form-color-trigger {
    background:transparent url("../../../libs/cq/ui/widgets/themes/default/widgets/form/ColorField/color-trigger.gif") no-repeat 0 0;
    cursor:pointer;
}


.cq-multifield-itemct {
    width:100%;
}

.cq-multifield-btn {
    width:30px ! important;
    float:right;
}

/* only used in MultiCompositeField */
.cq-multifield-item {
    border-bottom: 1px solid #99BBE8 !important;
    margin-bottom: 3px;
}


.x-panel.cq-selection .x-panel-body {
    border-color:transparent;
    background:transparent;
}

.x-panel.cq-selection.x-form-invalid .x-panel-body {
    border-color:#ff7979;
    border-bottom-color:transparent;
}




.cq-pathcompletion-list-name {
    display:block;
    width:87px;
    overflow:hidden;
    float:left;
    clear:left;
}


.cq-pathcompletion-list-title {
    font-size:10px;
    font-style:italic;
    display:block;
    padding-left:95px;
    padding-top:2px;
}



.cq-pathfield-completion-list-name {
    display:block;
    width:87px;
    overflow:hidden;
    float:left;
    clear:left;
}


.cq-pathfield-completion-list-title {
    font-size:10px;
    font-style:italic;
    display:block;
    padding-left:95px;
    padding-top:2px;
}



.cq-fileupload-wrapper {
}

.cq-fileupload-wrapper .swfupload {
}

.cq-fileupload-wrapper .x-form-file-text {
    color:#000000;
}

.cq-fileupload-progress-wrapper {
}

.cq-fileuploadfield-progress-text {
    color:#8F8F8F;
}





/* inline field extension */
.cq-inline-textfield {
    border: 1px solid transparent;
    cursor: text;
    background: transparent;
    overflow:hidden;
}

.cq-inline-textfield-disabled {
    color: #000000;
    cursor: text;
    opacity: 1;
}





.cq-upload-border {
    border:dashed 2px #cccccc;
}

.cq-upload-hint {
    font-size: large;
    text-align: center;
    color: #bbc2cc;
}

.cq-file-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/file.png" ) no-repeat scroll 50% 50%;
    width: 74px;
    height: 74px;
}

/* don't use transparency here, as this would have unwanted visual sideeffects */
.cq-smartfile-invalid {
    background-color:#ffeeee !important;
}



.cq-image-unprocessed {
    color: #880000;
    font-size: smaller;
    white-space: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cq-image-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/img.png" ) no-repeat scroll 50% 50%;
    width: 74px;
    height: 74px;
}

.cq-image-canvas {
    background-color: #ffffff;
}

.cq-image-icon-clear {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/clear.png" ) left no-repeat !important;
}

.cq-image-icon-rotate {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/rotate.png" ) left no-repeat !important;
}

.cq-image-icon-info {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/information.png" ) left no-repeat !important;
}

.cq-smartimage-refinfo {
    position:absolute;
    font-size:11px;
    z-index:1;
    background-color:#000;
    color:#fff;
    opacity:0.7;
    padding:5px 10px;
}

.cq-smartimage-refinfo a {
    text-decoration:underline;
    color:#fff;
}

.cq-smartimage-refinfo .close {
    width:15px;
    height:15px;
    background-image:url("../../../libs/cq/ui/widgets/themes/default/ext/panel/tool-sprites.gif");
    float:right;
    cursor:pointer;
}



/* Tool icon */
.cq-image-icon-crop {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/crop.png" ) left no-repeat !important;
}

/* Ratio selection */
.cq-crop-ratio {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}


/* Canvas holding image and selector */
.cq-crop-canvas {
    background-color:#000000;
    position:relative;
    top: 0;
    left: 0;
    overflow:auto;
    -moz-user-select:none;
}


/* Inverted canvas */
.cq-crop-canvas-inverted {
    background-color:#FFFFFF;
}


/* Image */
.cq-crop-image {
    width:auto; /* required for IE */
    height:auto; /* required for IE */
    opacity:0.5;
    -moz-user-select:none;
}


/* Selector */
.cq-crop-selector {
    background-color:#FFFFFF;
    border-style:dotted;
    border-color:#FFFFFF;
    cursor:move;
    position:absolute;
    top:0;
    left:0;
    background-position:0 0;
    background-repeat:no-repeat;
    border-width:1px;
}


/* Inverted selector */
.cq-crop-selector-inverted {
    border-color:#000000;
}


/* Resizer */
.cq-crop-resizer {
    background:#FFFFFF url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/resizer.png") center no-repeat;
    border-top:solid 1px #999999;
    border-left:solid 1px #999999;
    width:14px;
    height:14px;
    right:0;
    bottom:0;
    cursor:se-resize;
    position:absolute;
}


/* Tool icon */
.cq-image-icon-map {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/map.png" ) left no-repeat !important;
}

/* Canvas holding image and areas */
.cq-map-canvas {
    background-color: #000000;
    overflow: auto;
    -moz-user-select: none;
}


.cq-map-tools {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}


.cq-map-areaeditor {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}


.cq-map-areaeditor-fieldlabel {
    font-size: 10px;
}


.cq-map-areaeditor-text {
    font-size: 10px;
    height: 14px !important;
    padding-top: 0 !important;
}


.cq-slideshow-imgpnl {
    border:solid 1px #cccccc;
    margin-bottom: 5px;
}


.x-html-editor-tb .x-edit-modifylink {
    background-position:-208px 0;
}

.x-html-editor-tb .x-edit-unlink {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/unlink.png) center no-repeat;
}

.x-html-editor-tb .x-edit-anchor {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/anchor.png) center no-repeat;
}

.x-html-editor-tb .x-edit-specialchars {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/special_chars.png) center no-repeat;
}

.x-html-editor-tb .x-edit-subscript {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/subscript.png) center no-repeat;
}

.x-html-editor-tb .x-edit-superscript {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/superscript.png) center no-repeat;
}

.x-html-editor-tb .x-edit-indent {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/indent.png) center no-repeat;
}

.x-html-editor-tb .x-edit-outdent {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/outdent.png) center no-repeat;
}

.x-html-editor-tb .x-edit-cut {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/cut.png) center no-repeat;
}

.x-html-editor-tb .x-edit-copy {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/copy.png) center no-repeat;
}

.x-html-editor-tb .x-edit-paste-default {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/paste-default.png) center no-repeat;
}

.x-html-editor-tb .x-edit-paste-plaintext {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/paste-plaintext.png) center no-repeat;
}

.x-html-editor-tb .x-edit-paste-wordhtml {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/paste-word.png) center no-repeat;
}

.x-html-editor-tb .x-edit-table {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/table.png) center no-repeat;
}

.x-html-editor-tb .x-edit-removestyle {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/remove-style.png) center no-repeat;
}

.x-html-editor-tb .x-edit-table-properties,
.x-menu .x-menu-item .rte-tableprops {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/table-properties.png) center no-repeat;
}

.x-menu .x-menu-item .rte-createtable {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/table-add.png) center no-repeat;
}

.x-menu .x-menu-item .rte-removetable {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/table-delete.png) center no-repeat;
}

.x-menu .x-menu-item .rte-row {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/row.png) center no-repeat;
}

.x-menu .x-menu-item .rte-column {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/column.png) center no-repeat;
}

.x-menu .x-menu-item .rte-cell {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/cell.png) center no-repeat;
}

.x-html-editor-tb .x-edit-insertrow-before,
.x-menu .x-menu-item .rte-insertrow-before {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/row-insert-before.png) center no-repeat;
}

.x-html-editor-tb .x-edit-insertrow-after,
.x-menu .x-menu-item .rte-insertrow-after {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/row-insert-after.png) center no-repeat;
}

.x-html-editor-tb .x-edit-removerow,
.x-menu .x-menu-item .rte-removerow {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/row-remove.png) center no-repeat;
}

.x-html-editor-tb .x-edit-insertcolumn-before,
.x-menu .x-menu-item .rte-insertcolumn-before {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/column-insert-before.png) center no-repeat;
}

.x-html-editor-tb .x-edit-insertcolumn-after,
.x-menu .x-menu-item .rte-insertcolumn-after {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/column-insert-after.png) center no-repeat;
}

.x-html-editor-tb .x-edit-removecolumn,
.x-menu .x-menu-item .rte-removecolumn {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/column-remove.png) center no-repeat;
}

.x-html-editor-tb .x-edit-cellprops,
.x-menu .x-menu-item .rte-cellprops {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/cell-properties.png) center no-repeat;
}

.x-html-editor-tb .x-edit-cellmerge,
.x-menu .x-menu-item .rte-cellmerge {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/cell-merge.png) center no-repeat;
}

.x-html-editor-tb .x-edit-cellsplit-horizontal,
.x-menu .x-menu-item .rte-cellsplit-horizontal {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/cell-split-horizontal.png) center no-repeat;
}

.x-html-editor-tb .x-edit-cellsplit-vertical,
.x-menu .x-menu-item .rte-cellsplit-vertical {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/cell-split-vertical.png) center no-repeat;
}

.x-html-editor-tb .x-edit-find {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/find.png) center no-repeat;
}

.x-html-editor-tb .x-edit-replace {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/replace.png) center no-repeat;
}

.x-html-editor-tb .x-edit-undo {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/undo.png) center no-repeat;
}

.x-html-editor-tb .x-edit-redo {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/redo.png) center no-repeat;
}

.x-html-editor-tb .x-edit-checktext {
    background: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/checktext.png) center no-repeat;
}

.cq-rte-linkdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.cq-rte-anchordialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.x-html-editor-wrap .x-form-invalid {
    background-color:red;
    opacity:0.1;
}

.cq-rte-basewindow {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.cq-rte-tablepropsdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.cq-rte-cellpropsdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.cq-rte-findreplacedialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.cq-rte-specialcharsdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.cq-rte-scd-table {
    font-family: sans-serif;
    font-size: 12px;
}

.cq-rte-scd-cell {
    border: #dddddd solid 1px;
    width: 16px;
    height: 18px;
    text-align: center;
    cursor: default;
}

.cq-rte-scd-cell-over {
    border-color: #000000;
    background-color: #ffffdd;
}

.cq-rte-scd-magnify {
    font-family: sans-serif;
    font-size: 36px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: #000000 solid 1px;
    cursor: default;
}



.cq-sif-widthinput {
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
}

.cq-sif-heightinput {
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
}

.cq-suggestions .x-combo-list-item {
    font-size:11px;
}

.cq-suggestions DIV.name,
.cq-suggestions DIV.title,
.cq-suggestions DIV.nav {
    float:left;
    overflow:hidden;
    height:20px;
    padding-top:3px;
    padding-left:20px;
}

.cq-suggestions DIV.name {
    padding-left:22px;
    width:80px;

    /* do not use background (single style): -&gt; sets bgcolor to transparent which overrides the selected bgcolor */
    background-repeat:no-repeat;
    background-position:3px 2px;
}
.cq-suggestions DIV.title {
    width:140px;
}
.cq-suggestions DIV.nav {
    width:20px;
}


.cq-suggestions DIV.folder,
.cq-suggestions DIV.orderedfolder,
.cq-suggestions DIV.unstructured {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/folder.png);
}

.cq-suggestions DIV.page {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png);
}

.cq-suggestions DIV.tag {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/tag.png);
}



#cq-paragraphreference-data .cq-paragraphreference-paragraph {
    width: 100px;
    height: 100px;
    margin: 3px;
    border: 1px solid black;
    background: white;
    float: left;
    overflow: hidden;
}

#cq-paragraphreference-data .cq-paragraphreference-selected {
    border-color: red;
}



.cq-thumbnailfield {
    margin-bottom:10px;
}

/* thumbnail is a bg image */
.cq-thumbnailfield-thumbnail {
    background:no-repeat left center;
}

.cq-thumbnailfield-btn {
    margin-top:5px;
    float:left;
    margin-right:2px;
}




.cq-compsel .x-fieldset-header .x-form-check-wrap {
    padding:0 0 0 20px;
    line-height:normal;
    height:13px;
}

.cq-compsel .x-fieldset-header .x-form-check-wrap-inner {
    padding:0;
}

.cq-compsel .x-fieldset-header .x-form-cb-label {
    font:11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
    background-color:#ffffff;
    margin-left:2px;
    position:relative;
    top:-1px;
}

.cq-compsel .x-fieldset-body .x-form-check-wrap DIV {
    margin-left:2px;
    position:relative;
    top:4px;
}

.cq-compsel .app {
    margin-left:3px;
    font-size:10px;
    color:#8F8F8F;
}




/* show sidekick titlebar */
.cq-sidekick .x-window-header {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/titlebar_bg.png) 0 6px no-repeat;
    height:30px;
}


/* avoid title being shown as text */
.cq-sidekick .x-window-header-text {
    opacity:0;
}


.cq-sidekick .x-window-header .x-tool {
    margin: 8px 5px 0 0;
}

.cq-sidekick .x-window-header .x-tool-toggle {
    margin-right: 1px;
}

/* load indication */
.cq-sidekick-loading .x-panel-bwrap {
    background-color:white;
}


.cq-sidekick-loading .x-panel-body {
	background:url(../../../libs/cq/ui/widgets/themes/default/ext/shared/blue-loading.gif) center center no-repeat;
}


/* tab icons */
.cq-sidekick .x-tab-strip {
    padding-top:3px;
}

.cq-sidekick-tab {
    background-position:0 4px ! important;
    padding:0 0 22px 16px ! important;
    width:1px;
    height:1px;
}


.x-tab-strip-active .cq-sidekick-tab {
    padding:0 0 23px 16px ! important;
}


.cq-sidekick ul.x-tab-strip li {
    margin-left:1px;
}


.cq-sidekick .x-tab-strip-top .x-tab-right {
    padding-left:5px;
}


.cq-sidekick .x-tab-strip-top .x-tab-left {
    padding-right:5px;
}


.cq-sidekick-tab-icon-components {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/components.png);
}


.cq-sidekick-tab-icon-page {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png);
}


.cq-sidekick-tab-icon-site {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/site.png);
}


.cq-sidekick-tab-icon-workflow {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/workflow.png);
}


.cq-sidekick-tab-icon-versioning {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/version.png);
}


.cq-sidekick-tab-icon-info {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/lock.png);
}


/* control buttons */
.cq-sidekick-buttons .x-btn-noicon {
    background-color: #f0f0f0;
    border-bottom:1px solid #fff;
}


.cq-sidekick-buttons .x-btn-over.x-btn-noicon {
    border-bottom:1px solid #aaccf6;
}


.cq-sidekick-buttons .x-btn-ml {
    background:none;
	width:3px;
	height:29px;
}

.cq-sidekick-buttons .x-btn-mr {
    background:none;
	width:3px;
	height:29px;
}

.cq-sidekick-buttons .x-btn-mc {
    background:none;
    width:100%;
    height:29px;
    text-align:left;
    padding:0 5px !important;
}

.cq-sidekick-buttons .x-btn-tl, .cq-sidekick-buttons .x-btn-tc, .cq-sidekick-buttons .x-btn-tr,
.cq-sidekick-buttons .x-btn-bl, .cq-sidekick-buttons .x-btn-bc, .cq-sidekick-buttons .x-btn-br {
    height: 0;
    background: none;
}

.cq-sidekick-buttons .x-btn-tr i, .cq-sidekick-buttons .x-btn-tl i,
.cq-sidekick-buttons .x-btn-br i, .cq-sidekick-buttons .x-btn-bl i {
    height: 0;
}

/*todo: move buttons to ComponentList.css*/
.cq-sidekick-buttons .x-btn-over .x-btn-ml {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}
.cq-sidekick-buttons .x-btn-over .x-btn-mr {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}
.cq-sidekick-buttons .x-btn-over .x-btn-mc {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}
.cq-sidekick-buttons .x-btn-click .x-btn-mc {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}

.cq-insertdialog .cq-sidekick-buttons .x-btn-selected .x-btn-ml {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/item-selected.gif) repeat-x;
}
.cq-insertdialog .cq-sidekick-buttons .x-btn-selected .x-btn-mr {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/item-selected.gif) repeat-x;
}
.cq-insertdialog .cq-sidekick-buttons .x-btn-selected .x-btn-mc {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/item-selected.gif) repeat-x;
}


/* button bar */

.cq-sidekick .x-window-bbar .x-toolbar {
    border-top:none;
    height:21px;
}
.cq-sidekick .x-window-bbar .x-toolbar table {
    float:right;
}
.cq-sidekick .x-window-bbar .x-btn-wrap {
    /* effective margin differs in IE and FF &gt; check in both before change */
    margin-left:1px;
}
.cq-sidekick .x-window-bbar .cq-sidekick-edit {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/edit.png);
}
.cq-sidekick .x-window-bbar .cq-sidekick-design {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/design.png);
}
.cq-sidekick .x-window-bbar .cq-sidekick-preview {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/preview.png);
}
.cq-sidekick .x-window-bbar .cq-sidekick-scaffolding {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/scaffolding.png);
}
.cq-sidekick .x-window-bbar .cq-sidekick-reload {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Sidekick/reload.png);
}
.cq-sidekick .x-window-bbar .cq-sidekick-siteadmin {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/siteadmin.png);
}
.cq-sidekick .x-window-bbar .cq-sidekick-miscadmin {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/tools.png);
}
.cq-sidekick .x-window-bbar .cq-sidekick-layer-livecopy {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/livecopy.png);
}

/* forms */

.cq-sidekick-form .x-form-item {
    padding:0 3px 0 3px;
}

.cq-sidekick-form .x-hide-label {
    padding: 0 0 0 0;
}

.cq-sidekick-form .x-form-item-label {
    width:auto ! important;
    display:block;
    font-size:10px;
    color:gray;
}

.cq-sidekick-form .x-form-item-label .cq-asterisk {
    position:relative;
    margin-left:1px;
    font-size:10px;
    color:gray;
}

.cq-sidekick-form .x-form-element {
    clear:left;
    padding-left:0 ! important;
    width: auto ! important;
}

.cq-sidekick-form .x-form-element .x-form-field {
    font-size:11px;
}

.cq-sidekick-form .x-form-textarea {
    overflow:auto;
}

.cq-sidekick-form .x-form-element .x-trigger-noedit {
    font-size:11px;
    width:154px ! important;
}

.cq-sidekick-form .x-btn {
    margin:3px 0 3px 3px;
}




#cq-header {
    height:36px;
    background:url('../../../libs/cq/ui/widgets/themes/default/resources/titlebar_bg.png');
}

#cq-header #userinfo {
    color:#ffffff;
    background-color:transparent;
    top:6px;
    position:relative;
    padding-right:6px;
    font:12px tahoma,arial,verdana,sans-serif;
    text-align:right
}

#cq-header #userinfo div {
    background-color:transparent;
    text-align:right;
}




/* header and user info */

#cq-header.cq-damadmin-header {
    background:url('../../../libs/cq/ui/widgets/themes/default/resources/damadmin_titlebar_bg.png');
}

/* outer tab panel (e.g. DAM Admin) */
.cq-siteadmin-tabpanel .x-tab-panel-header {
    padding-top:4px;
    padding-bottom:0;
    border-bottom:none;
    background-color:#DFE8F6;
}
/* set the bg of the main panel inside the tabpanel to fit the active tab button */
.cq-siteadmin-tabpanel .x-border-layout-ct {
    background-color:#DEECFD;
}
.cq-siteadmin-tabpanel .x-tab-panel-header .x-tab-scroller-left,
.cq-siteadmin-tabpanel .x-tab-panel-header .x-tab-scroller-right {
    margin-top:4px;
}
/* reset rules for inner tab panel (e.g. tabpanel in Asset Editors) */
.cq-siteadmin-tabpanel .x-tab-panel-bwrap .x-tab-panel-header {
    padding-top:0;
}
.cq-siteadmin-tabpanel .x-tab-panel-bwrap .x-tab-panel-header .x-tab-scroller-left,
.cq-siteadmin-tabpanel .x-tab-panel-bwrap .x-tab-panel-header .x-tab-scroller-right {
    margin-top:0;
}

/* page list */
.cq-siteadmin-grid a,
.cq-siteadmin-grid a:hover,
.cq-siteadmin-grid a:visited,
.cq-siteadmin-grid a:active {
    text-decoration:underline;
    color:#000;
    cursor:pointer;
}

.cq-siteadmin-wrapper .status {
    height: 16px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: 0 -1px;
}
.cq-siteadmin-wrapper .double {
    padding-left: 32px;
}

/* in progress */
.cq-siteadmin-wrapper .status-in-progress td div {
    color:#cccccc;
}

/* error */
.cq-siteadmin-wrapper .status-error td div {
    color:#ff0000;
}

/* modified */
.cq-siteadmin-wrapper .status-modified {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-blue.gif);
}
.cq-siteadmin-wrapper .status-localmodified {
    color: #cccccc;
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-grey.gif);
}

/* grid: hidden header titles (still available in "hideable menu", e.g. thumbnail column) */
.cq-siteadmin-wrapper .x-grid3-hd-inner .hidden {
    visibility:hidden;
}
/* thumbnail col */
.cq-siteadmin-wrapper .x-grid3-col-thumbnail {
    height:48px;
    text-align:center;
}
/* width, height and size col */
.cq-siteadmin-wrapper DIV.x-grid3-col-width,
.cq-siteadmin-wrapper DIV.x-grid3-col-height,
.cq-siteadmin-wrapper DIV.x-grid3-col-size {
    text-align:right;
    padding-right:7px;
}

/* published */
.cq-siteadmin-wrapper .status-none {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-none.gif);
}
.cq-siteadmin-wrapper .status-activated {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-activated.gif);
}
.cq-siteadmin-wrapper .status-pending-activation {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-pending-activation.gif);
}
.cq-siteadmin-wrapper .status-deactivated {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-deactivated.gif);
}
.cq-siteadmin-wrapper .status-pending-deactivation {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-pending-deactivation.gif);
}

/* on-/offtime */
.cq-siteadmin-wrapper .status-ontime {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-ontime.gif);
}
.cq-siteadmin-wrapper .status-offtime {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-offtime.gif);
}
.cq-siteadmin-wrapper .status-onofftime {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-onofftime.gif);
}

/* scheduled activation, etc */

.cq-siteadmin-wrapper .status-scheduledtask {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-scheduledtask.gif);
    background-position:0 -1px;
}

.cq-siteadmin-wrapper .status-locked {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-locked.gif);
    background-position:0 -1px;
}

.cq-siteadmin-wrapper .status-workflow {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-workflow.gif);
    background-position:0 -1px;
}

.cq-siteadmin-wrapper .workflow-suspended {
    color:#B5B8C8;
}

.cq-siteadmin-wrapper .status-livecopy {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-livecopy.gif);
    background-position:0 -1px;
}

.qtip-table {
    white-space: normal;
    border-spacing: 3px;
}

.qtip-table th {
    font-weight: bold;
}

.qtip-table td {
    padding-right:5px;
    overflow:hidden;
}

.qtip-table .status {
    background-repeat: no-repeat;
    background-position: 0 -1px;
}

.qtip-table .status-scheduledtask-activation {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-activated.gif);
    width: 25px;
}

.qtip-table .status-scheduledtask-deactivation {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/status-deactivated.gif);
    width: 25px;
}


/* impressions */

.cq-siteadmin-wrapper .monthly-hits {
    padding-left:4px;
    background:transparent url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/SiteAdmin/impressions-bar.gif) repeat-x;
    border:1px solid #97BBDC;
}

.cq-siteadmin-wrapper .no-hits {
    padding-left:5px;
}



/* actions and menus */

.cq-siteadmin-refresh {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/refresh.png) ! important;
}

.cq-siteadmin-create-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/document_new.png) ! important;
}

.cq-siteadmin-create-page-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png) ! important;
}

.cq-siteadmin-create-site-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/site.png) ! important;
}

.cq-siteadmin-create-livecopy-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/site.png) ! important;
}

.cq-siteadmin-create-file-icon,
.cq-damadmin-create-file-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/file.png) ! important;
}

.cq-siteadmin-create-folder-icon,
.cq-damadmin-create-folder-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/folder.gif) ! important;
}

.cq-siteadmin-tools-icon {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/tools.png) ! important;
}

/* items */

.cq-siteadmin-file,
.cq-siteadmin-item {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/file.png) ! important;
}

.cq-siteadmin-folder {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/folder.gif) ! important;
}

.cq-siteadmin-page {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png) ! important;
}

/* tree DD */
.x-tree-drop-ok-copy .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/drop-add.gif);
}


.x-tree-drop-ok-move .x-dd-drop-icon{
  background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/drop-yes.gif);
}

/* template chooser*/
.cq-template-view {
    padding:4px;
    position:absolute;
    border: 1px solid #B5B8C8;
}

.cq-template-view .x-view-over {
    background:#efefef repeat-x left top;
}
.cq-template-view .x-view-selected {
    background:#DFE8F6 no-repeat right bottom;
}

/* template list */
.template-item {
    border-color:#FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
    border-style:solid;
    border-width:1px;
    color:#555555;
    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;
    padding:7px 7px;
    white-space:normal;
}


.template-thumbnail {
    float:left;
    margin-right:7px;
}

.template-no-thumbnail {
    padding-left:135px;
}

.template-title {
    font-weight:bold;
}


.template-description {
    font-style:italic;
}

/* Used in BulkEditor to show the checkbox group with the form background. */
#x-form-el-cq-bulkeditor-colsselection .x-panel-body {
    background: transparent;
}


#cq-ce #cq-cq-wrapper {
    background-color:#dfe8f6;
}

/* drag &amp; drop mask */
#cq-ce-framewrapper.x-masked {
    overflow: visible !important;
}

#cq-ce-framewrapper .ext-el-mask {
    opacity:0;
    z-index:8000;
}

#cq-siteimporter-wrapper #cq-componentextractor-wrapper {
    background-color:#dfe8f6;
}

#cq-siteimporter-wrapper #results_cq-siteimporter {
    font-family:"tahoma,arial,helvetica,sans-serif";
    font-size: 12px;
    white-space: nowrap;
    border:0px;
}

.x-layout-collapsed .x-panel-collapsed-text {
    color:#222222;
    padding-left:5px;

    font-family:tahoma,arial,verdana,sans-serif;
    font-size:11px;
    font-weight:normal;
}




#cq-notification-inbox-wrapper #cq-header {
    height:36px;
    background:url('../../../libs/cq/ui/widgets/themes/default/resources/titlebar_bg.png');
}


#cq-notification-inbox-wrapper #userinfo {
    color:#ffffff;
    background-color:transparent;
    top:6px;
    position:relative;
    padding-right:6px;
    font:12px tahoma,arial,verdana,sans-serif;
    text-align:right
}


#cq-notification-inbox-wrapper #userinfo div {
    background-color:transparent;
    text-align:right;
}



/******************************************************************************/
/* tabs */
/******************************************************************************/

#cq-cf-tabpanel .x-tab-panel-header {
    border-bottom:none;
}

#cq-cf-tabpanel ul.x-tab-strip-top {
    background:none;
}

#cq-cf-tabpanel .x-tool-collapse-west {
    display:none;
}

#cq-cf-tabpanel .x-toolbar {
    border:none;
    background:none;
}

/******************************************************************************/
/* toolbar */
/******************************************************************************/

#cq-cf-framewrapper .cq-cf-toolbar-ct {
    height:27px;
    padding-left:5px;
    padding-top:2px;
    border-bottom-width:1px;
    background-color:#DEECFD;
}

#cq-cf-framewrapper .cq-cf-toolbar-ct .x-panel-body {
    background-color:#DEECFD;
}

#cq-cf-framewrapper .cq-cf-toolbar-ct .x-toolbar {
    background:#DEECFD none;
}

#cq-cf-framewrapper {
    border-left-width: 1px;
}

#cq-cf-toolbar-ct-xcollapsed {
    display:none !important; /* make sure toolbar is fully collapsed */
}

/******************************************************************************/
/* content page */
/******************************************************************************/

#cq-cf-framewrapper .x-panel-body-noheader {
    border-width:0;
}

/* drag &amp; drop mask */
#cq-cf-framewrapper.x-masked {
    overflow: visible !important;
}

#cq-cf-framewrapper .ext-el-mask {
    opacity:0;
    z-index:8000;
}

.cq-cf-droptarget-highlight {
    opacity:0.9 !important;
    background-color: #b9db52 !important;
}

/******************************************************************************/
/* clipboard */
/******************************************************************************/

.cq-cf-clipboard {
    width:100%;
    background:#ffffff;
    position:absolute;
    font-family:tahoma,verdana,helvetica;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.cq-cf-clipboard .item-wrap {
    display:block;
    padding:4px 4px 4px 22px;
    border-bottom:solid 1px transparent;
    background:transparent no-repeat 3px 4px;
}

.cq-cf-clipboard .item-wrap span {
    display:block;
    overflow:hidden;
}

.cq-cf-clipboard .x-view-over {
    background-color:#efefef;
}
.cq-cf-clipboard .x-view-selected {
    background-color:#eff5fb;
    border-color:#99bbe8;
}

.cq-frame {
    width: 100%;
    height: 100%;
}


.cq-cft-tab-icon {
    background-position:0 4px ! important;
    padding:0 0 22px 16px ! important;
    width:1px;
    height:1px;
}

#cq-cf-tabpanel .x-tab-strip-active .cq-cft-tab-icon {
    padding:0 0 23px 16px ! important;
}


#cq-cf-tabpanel ul.x-tab-strip li {
    margin-left:1px;
}

#cq-cf-tabpanel .x-tab-strip-top .x-tab-right {
    padding-left:5px;
}


#cq-cf-tabpanel .x-tab-strip-top .x-tab-left {
    padding-right:5px;
}

#cq-cf-tabpanel .x-layout-split {
    height:2px;
}

#cq-cf-tabpanel .x-panel-tbar .x-toolbar {
    padding-top:0;
}

.cq-cft-tab-icon.images {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/image.png);
}

.cq-cft-tab-icon.documents {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/document.png);
}

.cq-cft-tab-icon.dam {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/documents.png);
}

.cq-cft-tab-icon.flash {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/flash.png);
}

.cq-cft-tab-icon.movies {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/video.png);
}

.cq-cft-tab-icon.pages {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png);
}

.cq-cft-tab-icon.paragraphs {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/paragraph.png);
}

.cq-cft-tab-icon.full {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/site.png);
}

.cq-cft-tab-icon.participants {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/group.png);
}

/* query box view */
.cq-cft-querybox {
}


/* data view toolbar: path combo */
.cq-cft-pathcombo-list .x-combo-list-item {
    font-size:10px;
}

/* data view toolbar: path combo */
.cq-cft-pathcombo {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/folder.png);
    background-repeat:no-repeat;
    background-position:2px 1px;
    padding-left:20px;
}

.cq-cft-pathcombo-list .x-combo-list-item {
    /* do not use background: -&gt; sets bgcolor to transparent which overrides the selected bgcolor*/
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/folder.png);
    background-repeat:no-repeat;
    background-position:2px 1px;
    padding-left:20px;
}


/* data view */
.cq-cft-dataview {
    background:white;
    padding:4px 4px 33px;
    position:absolute;

    font-family:tahoma,verdana,helvetica;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.cq-cft-dataview .bold {
    font-weight:bold;
}

.cq-cft-dataview .thumb-wrap,
.cq-cft-dataview .thumb-sh-wrap {
    border:1px solid transparent;
}

.cq-cft-dataview .x-view-over {
    border-color:#dddddd;
    background-color:#efefef;
}

.cq-cft-dataview .x-view-selected {
    border-color:#99bbe8;
    background-color:#eff5fb;
}

.cq-cft-load-indicator {
    background:url(../../../libs/cq/ui/widgets/themes/default/ext/grid/loading.gif) no-repeat;
    font-size:11px;
    width:16px;
    height:16px;
    position:absolute;
    visibility:hidden;
    text-align:center;
}


/* thumbs view */
.cq-cft-dataview .thumb-wrap {
    float:left;
    margin:4px;
    margin-right:0;
    padding:6px;
}

.cq-cft-dataview .thumb-wrap .thumb {
    height:100px;
    width:140px;
    background-position:center center;
    background-repeat:no-repeat;
}

.cq-cft-dataview .x-view-selected .thumb-wrap .thumb {
    background-color:transparent;
}

.cq-cft-dataview .thumb-wrap .thumb img {
    height:100px;
    width:140px;
    background-repeat:no-repeat;
}

.cq-cft-dataview .thumb-wrap span {
    width:140px;
    display:block;
    overflow:hidden;
    text-align:center;
}

/* view thumbs with shadow */
.cq-cft-dataview .thumb-sh-wrap {
    float:left;
    margin:4px;
    margin-right:0;
    padding:4px;
}

.cq-cft-dataview .thumb-sh-wrap TABLE {
    border-collapse:collapse;
}

.cq-cft-dataview .thumb-sh-wrap TABLE.thumb {
    width:144px;
    height:104px;
}

.cq-cft-dataview .thumb-sh-wrap TABLE.thumb TD {
    text-align:center;
    vertical-align:middle;
}

.cq-cft-dataview .thumb-sh-wrap TABLE.thumb TABLE,
.cq-cft-ddproxy.thumb TABLE {
    margin:auto;
}

.cq-cft-dataview .thumb-sh-wrap TABLE.thumb TABLE TD {
    line-height:0;
    border:solid 1px #f8f8f8;
    border-top-color:#fbfbfb;
}
.cq-cft-dataview .thumb-sh-wrap.x-view-over TABLE.thumb TABLE TD {
    border-color:#e8e8e8;
    border-top-color:#eaeaea;
}
.cq-cft-dataview .thumb-sh-wrap.x-view-selected TABLE.thumb TABLE TD {
    border-color:#e8edf3;
    border-top-color:#eaf0f6;
}

.cq-cft-dataview .thumb-sh-wrap TABLE.thumb IMG {
    border:solid 1px #eaeaea;
    border-top-color:#f5f5f5;
    border-bottom-color:#d4d4d4;
}
.cq-cft-dataview .thumb-sh-wrap.x-view-over  TABLE.thumb IMG {
    border-color:#dcdcdc;
    border-top-color:#e8e8e8;
    border-bottom-color:#c9c9c9;
}
.cq-cft-dataview .thumb-sh-wrap.x-view-selected TABLE.thumb IMG {
    border-color:#d7dce1;
    border-top-color:#e8edf3;
    border-bottom-color:#c9ced3;
}

.cq-cft-ddproxy.thumb TABLE IMG {
    border:solid 1px #e5e5e5;
}

/* short title */
.cq-cft-dataview .thumb-sh-wrap SPAN {
    width:140px;
    display:block;
    overflow:hidden;
    text-align:center;
}


/* details view */
.cq-cft-dataview .detail {
    padding:2px;
    min-height:50px;
}

.cq-cft-dataview .detail img {
    width:70px;
    height:50px;
    float:left;
    margin-right:4px;
}

.cq-cft-dataview .detail strong {
    /* highlight in excerpts */
    background-color:yellow;
}

.cq-cft-ddproxy {
    height:100px;
    width:140px;
    overflow:hidden;
    background-position:center center;
    background-repeat:no-repeat;
}

/* text in details view */
.cq-cft-ddproxy DIV {
    display:none;
}

/* overwrite display:none from above */
.cq-cft-ddproxy.cq-cft-paragraph-ddproxy-wrapper DIV {
    display:inherit;
}


/* search view (pages) */

.cq-cft-search-item {
    border-color:#FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
    border-style:solid;
    border-width:1px;
    color:#555555;
    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;
    padding:3px 10px;
    white-space:normal;
}

.cq-cft-search-item strong {
    font-weight:bold;
}

.cq-cft-search-text-wrapper {
    margin-left:60px;
}

.cq-cft-search-title {
    font-weight:bold;
    margin-bottom:4px;
}

.cq-cft-search-thumb {
    float:left;
    padding-right:10px;
    width:48px;
    height:48px;
    background-position:center center;
    background-repeat:no-repeat;
}

/* details with shadow */
.cq-cft-search-thumb TABLE {
    border-collapse:collapse;
    width:48px;
    height:48px;
}
.cq-cft-search-thumb TD {
    vertical-align:middle;
    text-align:center;
}
.cq-cft-search-thumb TABLE IMG {
    border:1px solid #f0f0f0;
    border-top-color:#f6f6f6;
    border-bottom-color:#e6e6e6;
}
.x-view-selected .cq-cft-search-thumb IMG,
.x-view-over .cq-cft-search-thumb IMG {
    border-color:transparent;
}


.cq-cft-search-separator {
    clear:both;
}


/* paragraph view */

.cq-cft-paragraphview {
    width:94%;
}

.cq-cft-paragraphview .cq-cft-paragraph {
    width:100%;
    height:70px;
    overflow:hidden;
    border: solid 1px transparent;
    padding:2px 1px 3px 2px;
    border-bottom-color: rgb(238, 238, 238);
}

.cq-cft-dataview .x-view-selected.cq-cft-paragraph {
    border-color:#99bbe8;
}

.cq-cft-paragraphview .cq-cft-paragraph IMG {
    max-height:55px;
}

.cq-cft-paragraph-separator {
    clear:both;
}

/* workflow models view */
.cq-cft-workflow-model-title {
    font-weight: bold;
}

.cq-cft-workflow-model-description {
    margin-left: 1em;
}

.cq-cft-workflow-model-separator {
    padding-bottom: 0.5em;
}

/* participant view */
.cq-cft-participants-view {
    width: 94%;
}

.cq-cft-participant-item {
    border-color:#FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
    border-style:solid;
    border-width:1px;
    color:#555555;
    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;
    padding:3px 10px;
    white-space:normal;
}

.cq-cft-participant-item strong {
    font-weight:bold;
}

.cq-cft-participant-title {
    font-weight:bold;
    margin-bottom:4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cq-cft-participant-description {
    margin-bottom:4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cq-cft-participant-thumb {
    float:left;
    padding-right:10px;
    background-position:center center;
    background-repeat:no-repeat;
}

.cq-cft-participant-separator {
    clear:both;
}



#cq-createsitewizard .cq-template-view {
}

#cq-createsitewizard .template-item {
}

/*
 * progress bar
 */
#cq-createsitewizard-info table {
}

#cq-createsitewizard-info td {
}

#cq-createsitewizard-info .wiz-step {
    font-size: 12px;
    color: #888888;
}
#cq-createsitewizard-info .wiz-sep {
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
    color: #888888;
}
#cq-createsitewizard-info .wiz-step-active {
    color: black;
}

/*
 * finish panel
 */
#cq-createsite-wizpanel .cq-card-last h1 {
    font-size: 16px
}

#cq-createsite-wizpanel .cq-card-last p {
    margin-top: 20px;
}
#cq-createsite-wizpanel .cq-card-last em {
    font-style: italic
}




/*editbase
 * Drop target highlight
 */
.cq-editbase-droptarget-highlight {
    background-color:#b9db52;
}

.cq-editrollover-highlight-right {
     background-color:#CCE0F5;
     position: absolute;
     padding: 1px;
     z-index: 8005;
 }


 .cq-editrollover-highlight-left {
     background-color:#CCE0F5;
     position: absolute;
     padding: 1px;
     z-index: 8005;
 }


 .cq-editrollover-highlight-bottom {
     font-size:0;
     border-style:none;
     border-width:0;
     background-color:#CCE0F5;
     position: absolute;
     padding: 1px;
     z-index: 8005;
 }


.cq-editrollover-highlight-top {
    font-size:0;
    border-style:none;
    border-width:0;
    background-color:#CCE0F5;
    position: absolute;
    padding: 1px;
    z-index: 8005;
}

/*
 * EditRollover HighLight
 */
.cq-editrollover-highlight {
    background-color:#CCE0F5;
}

.cq-editrollover-selected {
    background-color:#f5bd43;
    z-index:8010;
}

.cq-editrollover-inplaceediting {
    background-color:#cdf56e;
    z-index:8020;
}

/*
 * EditRollover empty box
 */

.cq-editrollover-insert-container {
    width: 100%;
    text-align:center;
    border:dashed 2px #cccccc;
    z-index: 8003;
}

.cq-editrollover-insert-message {
    color:#cccccc;
    cursor:default;
    font-family:tahoma,arial,helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    position:relative;
    top:20%;
    z-index: 8003;
}


/*
 * Edit components drag zone
 */
.cq-editcomponent-dragzone-proxy {
    border: dashed 1px #000000;
}

/*
 * Edit components ghost paragraph
 */
.cq-editcomponent-ghost {
    border: dashed 3px #7CADE0;
    z-index: 8001;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cq-editcomponent-ghost-masking {
    border: none;
    z-index: 8001;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
 * Edit components Target Line
 */
.cq-editcomponent-targetline {
    font-size:0;
    position:absolute;
    height:5px;
    width:100%;
    background-image:url("../../../libs/cq/ui/widgets/themes/default/widgets/wcm/EditBase/target_line.gif" );
}


.cq-editcomponent-targetline-left {
    font-size:0;
    position:absolute;
    left:-4px;
    width:4px;
    height:5px;
    background-image:url("../../../libs/cq/ui/widgets/themes/default/widgets/wcm/EditBase/target_left.gif" );
}


.cq-editcomponent-targetline-right {
    font-size:0;
    position:absolute;
    right:-4px;
    width:4px;
    height:5px;
    background-image:url("../../../libs/cq/ui/widgets/themes/default/widgets/wcm/EditBase/target_right.gif" );
}


.cq-editrollover-livestatus-right {
     position: absolute;
     padding: 10px;
     z-index: 8008;
 }


 .cq-editrollover-livestatus-left {
     position: absolute;
     padding: 1px;
     z-index: 8008;
 }


 .cq-editrollover-livestatus-bottom {
     position: absolute;
     padding: 1px;
     z-index: 8008;
 }


.cq-editrollover-livestatus-top {
    position: absolute;
    padding: 1px;
    z-index: 8008;
}

.cq-editrollover-livestatus-lock {
    background-color: #b9db52 !important;
}

.cq-editrollover-livestatus-unlock {
    background-color: #FF3333 !important;
}

.cq-editrollover-livestatus-right-lock {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/locked.png") no-repeat 50% 2px !important;
    border-right: 2px solid #b9db52;
}

.cq-editrollover-livestatus-right-unlock {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/unlocked.png") no-repeat 50% 4px !important;
    border-right: 2px solid #FF3333;
}

.cq-editrollover-selected-livestatus {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 8008;
}

.cq-editrollover-selected-livestatus-right-lock {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/locked.png") no-repeat !important;
}

.cq-editrollover-selected-livestatus-right-unlock {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/unlocked.png") no-repeat !important;
}

.cq-editbar-livestatus-right-lock {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/locked.png") no-repeat !important;
}

.cq-editbar-livestatus-right-unlock {
    background: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/unlocked.png") no-repeat !important;
}

.cq-editbar {
    z-index: 8003;
}

#cq-offline-form .cq-asterisk {
    background-color:#DFE8F6;
}


.cq-restoretreedialog .page {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/document.png);
}




.x-window.cq-annotation .x-window-tl,
.x-window.cq-annotation .x-window-tc,
.x-window.cq-annotation .x-window-tr,
.x-window.cq-annotation .x-window-bwrap DIV,

.x-window.cq-annotation-mini .x-window-tl,
.x-window.cq-annotation-mini .x-window-tc,
.x-window.cq-annotation-mini .x-window-tr,
.x-window.cq-annotation-mini .x-window-bwrap DIV,

.x-panel-ghost.cq-annotation,
.x-panel-ghost.cq-annotation DIV,
.x-panel-ghost.cq-annotation UL,

.x-panel-ghost.cq-annotation-mini,
.x-panel-ghost.cq-annotation-mini .x-window-tl,
.x-panel-ghost.cq-annotation-mini .x-window-tc,
.x-panel-ghost.cq-annotation-mini .x-window-tr,
.x-panel-ghost.cq-annotation-mini UL,

.x-panel-ghost.cq-annotation-sketch,
.x-panel-ghost.cq-annotation-sketch .x-window-tl,
.x-panel-ghost.cq-annotation-sketch .x-window-tc,
.x-panel-ghost.cq-annotation-sketch .x-window-tr,
.x-panel-ghost.cq-annotation-sketch UL {

    background:none;
    border:none;
}

.x-window.cq-annotation,
.x-panel-ghost.cq-annotation {
    background:#ffff99 url("../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/bg.png") bottom left no-repeat;
}

.x-window.cq-annotation .x-resizable-handle-southeast {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/se-handle.png) no-repeat;
    width:8px;
    height:8px;
}

.x-window.cq-annotation-yellow,
.x-panel-ghost.cq-annotation-yellow {
    background-color:#ffff99;
}
.x-window.cq-annotation-orange,
.x-panel-ghost.cq-annotation-orange {
    background-color:#ffb853;
}
.x-window.cq-annotation-pink,
.x-panel-ghost.cq-annotation-pink {
    background-color:#fc5baa;
}
.x-window.cq-annotation-orchid,
.x-panel-ghost.cq-annotation-orchid {
    background-color:#e291ee;
}
.x-window.cq-annotation-blue,
.x-panel-ghost.cq-annotation-blue {
    background-color:#88ecff;
}
.x-window.cq-annotation-lime,
.x-panel-ghost.cq-annotation-lime {
    background-color:#8cf961;
}


.x-window.cq-annotation .x-form-textarea {
    opacity:0.7;
}

.x-window.cq-annotation .x-window-tl .x-window-header {
    padding:2px 0 7px;
}
.x-window.cq-annotation .x-window-tr {
    padding-right:3px;
}

.x-window.cq-annotation .x-window-mr {
    padding-right:0;
}

.x-window.cq-annotation DIV.x-tool {
    background-image:url("../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/tool-sprites.png");
    width:11px;
    height:11px;
    margin-left:1px;
    float:left;
}
.x-window.cq-annotation DIV.x-tool-minimize {
    background-position:0 0;
}
.x-window.cq-annotation DIV.x-tool-minimize-over {
    background-position:-11px 0;
}
.x-window.cq-annotation DIV.x-tool-close {
    background-position:0 -11px;
    float:right;
}
.x-window.cq-annotation DIV.x-tool-close-over {
    background-position:-11px -11px;
}
.x-window.cq-annotation DIV.x-tool-color {
    background-position:0 -22px;
}
.x-window.cq-annotation DIV.x-tool-color-over {
    background-position:-11px -22px;
}
.x-window.cq-annotation DIV.x-tool-sketch {
    background-position:0 -33px;
}
.x-window.cq-annotation DIV.x-tool-sketch-over {
    background-position:-11px -33px;
}

.x-window.cq-annotation .x-window-handle {
    opacity:1;
}

.x-window.cq-annotation TEXTAREA.x-form-field {
    background:transparent;
    border:none;
    font-family:tahoma,arial,helvetica,sans-serif;
}

.x-window.cq-annotation .cq-static {
    text-align:center;
}

.x-window.cq-annotation .cq-static SPAN {
    font-size:9px;
    cursor:default;
    opacity:0.5;
}

.x-window.cq-annotation .x-panel-nofooter .x-window-bc {
    height:2px;
}

.x-window.cq-annotation-mini,
.x-panel-ghost.cq-annotation-mini {
    width:23px;
    height:23px;
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/mini-yellow.png) 0 0 no-repeat;
}
.x-window.cq-annotation-mini-yellow,
.x-panel-ghost.cq-annotation-mini-yellow {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/mini-yellow.png);
}
.x-window.cq-annotation-mini-orange,
.x-panel-ghost.cq-annotation-mini-orange {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/mini-orange.png);
}
.x-window.cq-annotation-mini-pink,
.x-panel-ghost.cq-annotation-mini-pink {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/mini-pink.png);
}
.x-window.cq-annotation-mini-orchid,
.x-panel-ghost.cq-annotation-mini-orchid {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/mini-orchid.png);
}
.x-window.cq-annotation-mini-blue,
.x-panel-ghost.cq-annotation-mini-blue {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/mini-blue.png);
}
.x-window.cq-annotation-mini-lime,
.x-panel-ghost.cq-annotation-mini-lime {
    background:url(../../../libs/cq/ui/widgets/themes/default/widgets/wcm/Annotation/mini-lime.png);
}

.x-window.cq-annotation-mini .x-window-tl {
    padding-left:0;
}
.x-window.cq-annotation-mini .x-window-tr {
    padding-right:0;
}
.x-window.cq-annotation-mini .x-window-header {
    padding:0;
}

.x-window.cq-annotation-mini .x-tool-minimize,
.x-panel-ghost.cq-annotation-mini .x-tool-minimize {
    width:23px;
    height:23px;
    background:none;
}


.x-window.cq-annotation-sketch .x-window-tl {
    padding:0;
    display:none;
}
.x-window.cq-annotation-sketch .x-window-bl {
    display:none;
    padding:0;
}
.x-window.cq-annotation-sketch .x-window-ml,
.x-window.cq-annotation-sketch .x-window-mr {
    background:none;
    padding:0;
}
.x-window.cq-annotation-sketch .x-window-mc {
    background:transparent;
    border:none;
}

.cq-annotation-angle-tl,
.cq-annotation-angle-tr,
.cq-annotation-angle-bl,
.cq-annotation-angle-br {
    background-color:#FFFFFF;
    border:solid 1px #000000;
    width:5px;
    height:5px;
    position:absolute;
    display:none;
}
.cq-annotation-active .cq-annotation-angle-tl,
.cq-annotation-active .cq-annotation-angle-tr,
.cq-annotation-active .cq-annotation-angle-bl,
.cq-annotation-active .cq-annotation-angle-br,
.x-panel-ghost .cq-annotation-angle-tl,
.x-panel-ghost .cq-annotation-angle-tr,
.x-panel-ghost .cq-annotation-angle-bl,
.x-panel-ghost .cq-annotation-angle-br {
    display:block;
}
.x-panel-ghost.cq-annotation-sketch {
    opacity:1;
}

.cq-annotation-angle-tl {
    top:0;
    left:0;
}
.cq-annotation-angle-tr {
    top:0;
    right:0;
}
.cq-annotation-angle-bl {
    bottom:0;
    left:0;
}
.cq-annotation-angle-br {
    bottom:0;
    right:0;
}

/* workflow model list */
.workflow-model-item {
    border-color:#FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
    border-style:solid;
    border-width:1px;
    color:#555555;
    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;
    padding:7px 7px;
    white-space:normal;
}

.workflow-model-thumbnail {
    float:left;
    margin-right:7px;
}

.workflow-model-no-thumbnail {
    padding-left:55px;
}

.workflow-model-title {
    font-weight:bold;
}

.template-description {
    font-style:italic;
}




/* tree node icons */

.x-tree-node-leaf .x-tree-node-icon {
    /* default icon */
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/file.png);
}

.x-tree-node-leaf .x-tree-node-icon.folder {
    /* default icon */
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/tree/folder.gif);
}

.x-tree-node-leaf .x-tree-node-icon.page {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png);
}

.x-tree-node-leaf .x-tree-node-icon.livecopypage  {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/livecopy.png);
}


.x-tree-node-icon.page {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png);
}

.x-tree-node-icon.livecopypage {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/livecopy.png);
}

.x-treegrid-root-table {
    border-right: 1px solid;
}

.x-treegrid-root-node {
    overflow: auto;
}

.x-treegrid-hd-hidden {
    visibility: hidden;
    border: 0;
    width: 0;
}

.x-treegrid-col {
    border-bottom: 1px solid;
    height: 20px;
    overflow: hidden;
    vertical-align: top;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.x-treegrid-text {
    padding-left: 4px;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.x-treegrid-resizer {
    border-left:1px solid;
    border-right:1px solid;
    position:absolute;
    left:0;
    top:0;
}

.x-treegrid-header-inner {
    overflow: hidden;
}

.x-treegrid-root-table,
.x-treegrid-col {
    border-color: #ededed;
}

.x-treegrid-resizer {
    border-left-color:#555;
    border-right-color:#555;
}

.cq-dialog-editlock {
    float:left;
    position:relative;
    z-index:2;
    top:2px;
}
.cq-dialog-editlock SPAN.cq-dialog-locked,
.cq-dialog-editlock SPAN.cq-dialog-unlocked {
    display:block;
    width:16px;
    height:16px;
    text-decoration:none;
}
.cq-dialog-editlock SPAN.cq-dialog-unlocked {
    background:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/unlocked.png) no-repeat;

}
.cq-dialog-editlock SPAN.cq-dialog-locked {
    background:url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/locked.png) no-repeat;
}
.cq-media-view {
    padding:4px;
    position:absolute;
}
.cq-media-view .bold {
    font-weight:bold;
}
.cq-media-view .thumb-wrap {
    float:left;
    margin:4px;
    margin-right:0;
    padding:6px;
    border:1px solid transparent;
}
.cq-media-view .x-view-over {
    border-color:#dddddd;
    background:#efefef repeat-x left top;
}
.cq-media-view .x-view-selected {
    border-color:#99bbe8;
    background:#eff5fb no-repeat right bottom;
}


/* thumbs view */
.cq-cf-thumb {
    height:100px;
    width:140px;
}


.cq-media-view .x-view-selected .thumb {
    background:transparent;
}


.cq-media-view .thumb-wrap span {
    display:block;
    overflow:hidden;
    text-align:center;
}


/* details view */


.cq-media-view .x-view-selected .detail {
    background:transparent;
}
.cq-media-view .detail {
    padding:4px;
}
.cq-media-view .detail img {
    width:70px;
    height:50px;
    float:left;
    margin-right:4px;
}




/* header and user info */

#cq-dialogeditor-wrapper #cq-header {
    height:36px;
    background:url('../../../libs/cq/ui/widgets/themes/default/resources/titlebar_bg.png');
}

/* tools palette */

#cq-dialogeditor-wrapper #cq-dialogeditor-tools .x-control {
    border-color:#FFFFFF #FFFFFF #EEEEEE;
    border-style:solid;
    border-width:1px;
    color:#555555;
    background:white;
    font-family:tahoma,arial,helvetica,sans-serif;
    font-size:11px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    padding:3px 10px;
    white-space:normal;
}

#cq-dialogeditor-wrapper #cq-dialogeditor-tools .x-control-selected {
    color:#555555;
    background:#DFE8F6 none repeat scroll 0 0;
    border:1px dotted #A3BAE9 !important;
    cursor:pointer;
}

#cq-dialogeditor-wrapper #cq-dialogeditor-tools .x-control-over {
    color:#555555;
    background:#DFE8F6 none repeat scroll 0 0;
}



.cq-homelink {
    position:absolute;
    top:0;
    left:0;
}

.cq-homelink a {
    display:block;
    cursor:pointer;
    width:180px;
    height:36px;
}




.userIcon {
    background-image:url('../../../libs/cq/ui/widgets/themes/default/icons/16x16/user.png') !important
}

.groupIcon {
    background-image:url('../../../libs/cq/ui/widgets/themes/default/icons/16x16/group.png') !important
}

.impersonateIcon {
    background-image:url('../../../libs/cq/ui/widgets/themes/default/icons/16x16/users_into.png') !important
}

.revertIcon {
    background-image:url('../../../libs/cq/ui/widgets/themes/default/icons/16x16/users_back.png') !important
}

.impersonateMenu {
    margin-left:25px;
    cursor:text
}

.cq-impersonators-list {
    border-color:#FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
    border-style:solid;
    border-width:1px;
    color:#555555;
    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;
    padding:3px 10px;
    white-space:normal;
    right:5px !important;
    top:25px !important;
    left:auto !important;
    cursor:default !important;
}
.cq-impersonators-list-entry {
    cursor:pointer !important
}

/* MSM related classes*/
.msm-status {
    height: 16px;
    width: 16px;

    background-repeat: no-repeat;
    display: block;
    float: left;
}

.msm-status-new {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-blue.gif);
}
.msm-status-synchronized {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-green.gif);
}

.msm-status-synchronized-cancelled-par {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-green-grey.gif);
}

.msm-status-src-deleted {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-red.gif);
}

.msm-status-cancelled {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-grey.gif);
}

.msm-status-src-modified {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-orange.gif);
}

.msm-status-src-modified-cancelled-par {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-orange-grey.gif);
}

.msm-status-target-modified {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-purple.gif);
}

.msm-status-target-modified-cancelled-par {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-purple-grey.gif);
}

.msm-status-target-deleted {
    /* TODO create icon */
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-red.gif);
}

.msm-status-never-created {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-empty.gif);
}

.msm-status-skipped {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-skipped.gif);
}

.cq-msm-list {
    border-color:#FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
    border-style:solid;
    border-width:1px;
    color:#555555;
    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;
    padding:3px 10px;
    white-space:normal;
    right:5px !important;
    top:25px !important;
    left:auto !important;
    cursor:default !important;
}
.cq-msm-list-entry {
    cursor:pointer !important
}

.msm-rollout-plan-rolledout {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-green.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.msm-rollout-plan-rollouterror {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-red.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.msm-rollout-plan-rollingout {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/ext/shared/loading-balls.gif);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.msm-rollout-plan-norollout {
    background-image: url(../../../libs/cq/ui/widgets/themes/default/icons/16x16/bulb-grey.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#cq-blueprintstatus .x-column-tree .x-tree-node {
    zoom: 1;
}

#cq-blueprintstatus .x-column-tree .x-tree-node-el {
    zoom: 1;
}

#cq-blueprintstatus .x-column-tree .x-tree-selected {
    background: #d9e8fb;
}

#cq-blueprintstatus .x-column-tree .x-tree-node a {
    line-height: 18px;
    vertical-align: middle;
}

#cq-blueprintstatus .x-column-tree .x-tree-node a span {

}

#cq-blueprintstatus .x-column-tree .x-tree-node .x-tree-selected a span {
    background: transparent;
    color: #000;
}

#cq-blueprintstatus .x-tree-col {
    float: left;
    overflow: hidden;
    padding: 0 1px;
    zoom: 1;
}

#cq-blueprintstatus .x-tree-col-text, #cq-blueprintstatus .x-tree-hd-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 3px 3px 3px 5px;
    white-space: nowrap;
    font: normal 11px tahoma, arial, helvetica, sans-serif;
}

#cq-blueprintstatus .x-tree-headers {
    background: #f9f9f9 url(../../../libs/cq/ui/widgets/themes/default/ext/grid/grid3-hrow.gif ) repeat-x 0 bottom;
    cursor: default;
    zoom: 1;
}

#cq-blueprintstatus .x-tree-hd {
    float: left;
    overflow: hidden;
    border-left: 1px solid #eee;
    border-right: 1px solid #d0d0d0;
}

#cq-blueprintstatus .cq-msm-page {
    background-image: url("../../../libs/cq/ui/widgets/themes/default/icons/16x16/page.png" ) !important;
}

#cq-blueprintstatus .cq-msm-bpcell {
    display: inline;
    width: 250px;
}

#cq-blueprintstatus .cq-msm-lccell {
    display: inline;
    width: 32px;
}

#cq-blueprintstatus .cq-msm-lccell-rolloutinfo {
    width: 16px;
    height: 16px;
}

/* hide grid unused sorting menu items */
#cq-blueprintstatus-grid-hctx .xg-hmenu-sort-desc {
    display: none;
}

#cq-blueprintstatus-grid-hctx .xg-hmenu-sort-asc {
    display: none;
}

#cq-blueprintstatus-grid-hctx .x-menu-sep-li {
    display: none;
}

/* vertical headers */
#cq-blueprintstatus-grid .x-grid3-hd-inner {
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 36px 35px;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: 36px 35px;
    bottom:0;
    display:block;
    height:16px;
    width:112px;
    white-space:nowrap;
}

#cq-blueprintstatus-grid .x-grid3-hd-0 .x-grid3-hd-btn {
    left: 136px;
}

#cq-blueprintstatus-grid .x-grid3-hd-0 {
    -webkit-transform: none;
    -moz-transform: none;
    bottom:0;
    display: block;
    height:16px;
    margin-left: 0;
    margin-top: 95px;
    white-space:nowrap;
    width:142px;
}

#cq-blueprintstatus .x-grid3-hd-row {
    height: 120px;
}

/* Blueprint status legend */
.cq-blueprintstatus-legend-item {
    padding: 1px;
}
.cq-blueprintstatus-legend-item-icon {
    width: 16px;
    height: 16px;
    float: left;
}

.cq-blueprintstatus-legend-item-text {
    margin-left: 20px;
    white-space: pre-wrap;
    font-size: 12px;
}

.cq-msm-menu-status-icon {
    top: 2px;
}



/*
 * progress bar
 */
.cq-wizard-progress table {
    margin-top:3px;
}

.cq-wizard-progress td {
}

.cq-wizard-progress .wiz-step {
    font-size: 11px;
    color: #888888;
}
.cq-wizard-progress .wiz-sep {
     /* right arrows &amp;rarr; : use bigger font */
    font-size: 13px;
    line-height:11px;
    margin-left: 8px;
    margin-right: 8px;
    color: #888888;
}
.cq-wizard-progress .wiz-step-active {
    color: black;
}



.cq-icon-128-documents,
.cq-icon-128-documents {
    background-image:url(../../../libs/cq/ui/widgets/themes/default/icons/128x128/documents.png);
    background-repeat:no-repeat;
    width:128px;
    height:128px;
}
/*
 * Placeholder for empty components. Note that those classes are used outside the
 * div.
 */
.cq-chart-placeholder,
.cq-image-placeholder,
.cq-video-placeholder,
.cq-text-placeholder,
.cq-title-placeholder,
.cq-file-placeholder,
.cq-feedlink-placeholder,
.cq-list-placeholder,
.cq-carousel-placeholder,
.cq-reference-placeholder,
.cq-flash-placeholder,
.cq-teaser-placeholder,
.cq-table-placeholder {
    width: 74px;
    height: 74px;
    border: 2px dashed #cccccc;
}

.cq-chart-placeholder-off,
.cq-image-placeholder-off,
.cq-video-placeholder-off,
.cq-text-placeholder-off,
.cq-text-placeholder-off,
.cq-title-placeholder-off,
.cq-file-placeholder-off,
.cq-feedlink-placeholder-off,
.cq-list-placeholder-off,
.cq-carousel-placeholder-off,
.cq-reference-placeholder-off,
.cq-flash-placeholder-off,
.cq-teaser-placeholder-off,
.cq-table-placeholder-off {
}

.cq-chart-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/chart.png" ) no-repeat scroll 50% 50%
}
.cq-image-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/img.png" ) no-repeat scroll 50% 50%
}
.cq-video-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/video.png" ) no-repeat scroll 50% 50%
}
.cq-text-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/text.png" ) no-repeat scroll 50% 50%
}
.cq-text-placeholder-ipe {
    font-size: 32px;
    color: #dddddd;
}
.cq-title-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/title.png" ) no-repeat scroll 50% 50%
}
.cq-file-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/file.png" ) no-repeat scroll 50% 50%
}
.cq-feedlink-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/feedlink.png" ) no-repeat scroll 50% 50%
}
.cq-list-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/list.png" ) no-repeat scroll 50% 50%
}
.cq-carousel-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/carousel.png" ) no-repeat scroll 50% 50%
}
.cq-reference-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/reference.png" ) no-repeat scroll 50% 50%
}
.cq-flash-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/flash.png" ) no-repeat scroll 50% 50%
}
.cq-teaser-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/teaser.png" ) no-repeat scroll 50% 50%
}
.cq-table-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/table.png" ) no-repeat scroll 50% 50%
}
.cq-collab-userstatetoggle-placeholder {
    background: url("../../../libs/cq/ui/widgets/themes/default/placeholders/toggle.png" ) no-repeat scroll 50% 50%;
    height: 64px;
    width: 64px;
}

/*
 * Placeholder containing text
 */

.cq-texthint-placeholder {
    color: #cccccc;
}

.cq-texthint-placeholder-off {
    display: none;
}

.cq-form-hidden-placeholder {
    padding: 8px 0 0;
    margin-bottom: 13px;
    color: #cccccc;
}

.cq-form-hidden-placeholder-off {
    display: none;
}

.cq-text-placeholder-off-ipe {
    display: none;
}



#CQ .cq-cursor-crosshair {
    cursor:crosshair;
}

.cq-cursor-move {
    cursor:move;
}


</pre></body></html>