/*
 * Copyright 1997-2008 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.
 */

/* default the element selectors inside the CQ panel */
#CQ,
#CQ DIV,
#CQ P,
#CQ SPAN,
#CQ IMG,
#CQ TABLE,
#CQ TBODY,
#CQ TR,
#CQ TD,
#CQ INPUT,
#CQ TEXTAREA,
#CQ SELECT,
#CQ FORM,
#CQ FONT,
#CQ B,
#CQ STRONG,
#CQ I,
#CQ U,
#CQ EM,
#CQ OL,
#CQ UL,
#CQ LI,
#CQ A {
    /* text */
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
    text-transform:none;
    text-decoration:none;
    text-indent:0;
    letter-spacing:normal;
    word-spacing:normal;
    line-height:normal;
    text-align:left;
    direction:ltr;

    /* background */
    background-color:transparent;
    background-image:none;
    background-repeat:repeat;
    background-attachment:scroll;
    background-position:top left;
    opacity:1;

    /* box model */
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    border-style:none;
    border-width:0;

    /* layout */
    position:static;
    visibility:inherit;
    z-index:auto;
    overflow:visible;
    clip:auto;
    float:none;
    clear:none;

    /* other */
    cursor:auto;
    list-style:none;
}

#CQ SPAN,
#CQ IMG,
#CQ FONT,
#CQ B,
#CQ STRONG,
#CQ I,
#CQ EM,
#CQ A {
    display:inline;
    /* setting ws breaks long titles in trees (where the span element has no class) */
    /*white-space:normal;*/
    vertical-align:baseline;
}

#CQ LI {
    display:list-item;
    white-space:normal;
    vertical-align:baseline;
}

#CQ,
#CQ DIV,
#CQ OL,
#CQ UL,
#CQ FORM,
#CQ P {
    display:block;
    /* setting ws breaks long titles in trees (where the span element has no class) */
    /*white-space:normal;*/
    vertical-align:baseline;
}

#CQ TABLE {
    display:table;
    white-space:nowrap;
    vertical-align:middle;
}

#CQ TBODY {
    display:table-row-group;
    white-space:nowrap;
    vertical-align:middle;
}

#CQ TR {
    display:table-row;
    white-space:nowrap;
    vertical-align:middle;
}

#CQ TD {
    display:table-cell;
    white-space:nowrap;
    vertical-align:middle;
}

#CQ INPUT,
#CQ TEXTAREA,
#CQ SELECT {
    display:inline;
    background-color:#FFFFFF;
    padding:1px 0 1px 0;
    border-color:#F0F0F0;
    border-style:inset;
    vertical-align:baseline;
}

#CQ INPUT[type=hidden] {
    display:none;
}

#CQ B {
    font-weight:bold;
}

#CQ I {
    font-style:italic;
}

#CQ U {
    text-decoration:underline;
}
/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ html,#CQ body,#CQ div,#CQ dl,#CQ dt,#CQ dd,#CQ ul,#CQ ol,#CQ li,#CQ h1,#CQ h2,#CQ h3,#CQ h4,#CQ h5,#CQ h6,#CQ pre,#CQ form,#CQ fieldset,#CQ input,#CQ p,#CQ blockquote,#CQ th,#CQ td{margin:0;padding:0;}#CQ img,#CQ body,#CQ html{border:0;}#CQ address,#CQ caption,#CQ cite,#CQ code,#CQ dfn,#CQ em,#CQ strong,#CQ th,#CQ var{font-style:normal;font-weight:normal;}#CQ ol,#CQ ul {list-style:none;}#CQ caption,#CQ th {text-align:left;}#CQ h1,#CQ h2,#CQ h3,#CQ h4,#CQ h5,#CQ h6{font-size:100%;}#CQ q:before,#CQ q:after{content:'';}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .ext-el-mask {
    z-index: 20000;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
#CQ .ext-el-mask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9 url(default/ext/box/tb-blue.gif) repeat-x 0 -16px;
    padding:2px;
}
#CQ .ext-el-mask-msg div {
    padding:5px 10px 5px 10px;
    background: #eee;
    border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}

#CQ .ext-shim {
    position:absolute;
    visibility:hidden;
    left:0;
    top:0;
    overflow:hidden;
}
.ext-ie #CQ .ext-shim {
    filter: alpha(opacity=0);
}
.ext-ie6 #CQ .ext-shim {
    margin-left: 5px;
    margin-top: 3px;
}

#CQ .x-mask-loading div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('default/ext/grid/loading.gif' ) no-repeat 5px 5px;
    line-height: 16px;
}
/* class for hiding elements without using display:none */
#CQ .x-hidden, #CQ .x-hide-offsets {
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
}
#CQ .x-hide-display {
    display:none !important;
}

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

#CQ .x-masked {
    overflow: hidden !important;
}

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

#CQ .x-layer {
    visibility: hidden;
}

#CQ .x-unselectable, #CQ .x-unselectable * {
    -moz-user-select: none;
    -khtml-user-select: none;
}

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

#CQ .x-item-disabled {
    color: gray;
    cursor: default;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}

#CQ .x-item-disabled * {
    color: gray !important;
    cursor: default !important;
}

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

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

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

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

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

#CQ .x-color-palette a:hover, #CQ .x-color-palette a.x-color-palette-sel {
    border: 1px solid #8BB8F3;
    background: #deecfd;
}

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

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

#CQ .x-ie-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left:0;
    top:0;
    background:#777;
    zoom:1;
}

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

#CQ .x-shadow * {
    overflow: hidden;
}

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

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

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

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

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

#CQ .x-shadow .xsmc {
    float: left;
    height: 100%;
    background: transparent url(default/ext/shadow-c.png );
}

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

#CQ .x-shadow .xsml {
    background: transparent url(default/ext/shadow-lr.png ) repeat-y 0 0;
}

#CQ .x-shadow .xsmr {
    background: transparent url(default/ext/shadow-lr.png ) repeat-y -6px 0;
}

#CQ .x-shadow .xstl {
    background: transparent url(default/ext/shadow.png ) no-repeat 0 0;
}

#CQ .x-shadow .xstc {
    background: transparent url(default/ext/shadow.png ) repeat-x 0 -30px;
}

#CQ .x-shadow .xstr {
    background: transparent url(default/ext/shadow.png ) repeat-x 0 -18px;
}

#CQ .x-shadow .xsbl {
    background: transparent url(default/ext/shadow.png ) no-repeat 0 -12px;
}

#CQ .x-shadow .xsbc {
    background: transparent url(default/ext/shadow.png ) repeat-x 0 -36px;
}

#CQ .x-shadow .xsbr {
    background: transparent url(default/ext/shadow.png ) repeat-x 0 -6px;
}

#CQ .loading-indicator {
    font-size: 11px;
    background-image: url(default/ext/grid/loading.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    line-height: 16px;
    margin: 3px;
}

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

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

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


#CQ .x-spotlight {
    z-index: 8999;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width:0;
    height:0;
    zoom: 1;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-tab-panel {
    overflow:hidden;
}
#CQ .x-tab-panel-header, #CQ .x-tab-panel-footer {
	background: #deecfd;
	border: 1px solid #8db2e3;
    overflow:hidden;
    zoom:1;
}


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

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


#CQ .x-tab-strip-wrap {
	width:100%;
    overflow:hidden;
    position:relative;
    zoom:1;
}
#CQ ul.x-tab-strip {
	display:block;
    width:5000px;
    zoom:1;
}

#CQ ul.x-tab-strip-top{
	padding-top: 1px;
	background: url(default/ext/tabs/tab-strip-bg.gif) #cedff5 repeat-x bottom;
	border-bottom: 1px solid #8db2e3;
}

#CQ ul.x-tab-strip-bottom{
	padding-bottom: 1px;
	background: url(default/ext/tabs/tab-strip-btm-bg.gif) #cedff5 repeat-x top;
	border-top: 1px solid #8db2e3;
	border-bottom: 0 none;
}

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

#CQ .x-tab-panel-header-plain .x-tab-strip-spacer,
#CQ .x-tab-panel-footer-plain .x-tab-strip-spacer {
    border:1px solid #8db2e3;
    height:2px;
    background: #deecfd;
    font-size:1px;
    line-height:1px;
}
#CQ .x-tab-panel-header-plain .x-tab-strip-spacer {
    border-top: 0 none;
}
#CQ .x-tab-panel-footer-plain .x-tab-strip-spacer {
    border-bottom: 0 none;
}

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

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


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


#CQ 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;
}

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

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

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

#CQ .x-tab-strip span.x-tab-strip-text {
	font:normal 11px tahoma,arial,helvetica;
	color:#416aa3;
	white-space: nowrap;
	cursor:pointer;
    padding:4px 0;
}
#CQ .x-tab-strip-top .x-tab-with-icon .x-tab-right {
    padding-left:6px;
}
#CQ .x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
	padding-left:20px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

#CQ .x-tab-strip-over span.x-tab-strip-text {
	color:#15428b;
}

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

#CQ .x-tab-strip-active span.x-tab-strip-text {
	cursor:default;
	color:#15428b;
    font-weight:bold;
}

#CQ .x-tab-strip-disabled .x-tabs-text {
	cursor:default;
	color:#aaaaaa;
}

#CQ .x-tab-panel-body {
    overflow:hidden;
}
#CQ .x-tab-panel-bwrap {
    overflow:hidden;
}
.ext-ie #CQ .x-tab-strip .x-tab-right {
    position:relative;
}

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

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

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


#CQ .x-tab-strip-top .x-tab-right {
	background: transparent url(default/ext/tabs/tabs-sprite.gif) no-repeat 0 -51px;
    padding-left:10px;
}

#CQ .x-tab-strip-top .x-tab-left {
	background: transparent url(default/ext/tabs/tabs-sprite.gif) no-repeat right -351px;
    padding-right:10px;
}

#CQ .x-tab-strip-top .x-tab-strip-inner {
	background: transparent url(default/ext/tabs/tabs-sprite.gif) repeat-x 0 -201px;
}

#CQ .x-tab-strip-top .x-tab-strip-over .x-tab-right {
	 background-position:0 -101px;
}
#CQ .x-tab-strip-top .x-tab-strip-over .x-tab-left {
	 background-position:right -401px;
}
#CQ .x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
	 background-position:0 -251px;
}

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

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

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

#CQ .x-tab-strip-bottom .x-tab-right {
	background: url(default/ext/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
}

#CQ .x-tab-strip-bottom .x-tab-left {
	background: url(default/ext/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
}

#CQ .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background: url(default/ext/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
}

#CQ .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background: url(default/ext/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
}
#CQ .x-tab-strip-bottom .x-tab-left {
    padding:0 10px;
}
#CQ .x-tab-strip-bottom .x-tab-right {
    padding:0;
}
#CQ .x-tab-strip .x-tab-strip-close {
    display:none;
}
#CQ .x-tab-strip-closable {
    position:relative;
}

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

#CQ .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(default/ext/tabs/tab-close.gif);
    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;
}

#CQ .x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
    opacity:.8;
    -moz-opacity:.8;
}
#CQ .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	background-image:url(default/ext/tabs/tab-close.gif);
    opacity:1;
    -moz-opacity:1;
}

#CQ .x-tab-panel-body {
    border: 1px solid #8db2e3;
    background:#fff;
}
#CQ .x-tab-panel-body-top {
    border-top: 0 none;
}
#CQ .x-tab-panel-body-bottom {
    border-bottom: 0 none;
}

#CQ .x-tab-scroller-left {
    background: transparent url(default/ext/tabs/scroll-left.gif) no-repeat -18px 0;
    border-bottom: 1px solid #8db2e3;
    width:18px;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    cursor:pointer;
}
#CQ .x-tab-scroller-left-over {
    background-position: 0 0;
}
#CQ .x-tab-scroller-left-disabled {
    background-position: -18px 0;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
    cursor:default;
}
#CQ .x-tab-scroller-right {
    background: transparent url(default/ext/tabs/scroll-right.gif) no-repeat 0 0;
    border-bottom: 1px solid #8db2e3;
    width:18px;
    position:absolute;
    right:0;
    top:0;
    z-index:10;
    cursor:pointer;
}
#CQ .x-tab-scroller-right-over {
    background-position: -18px 0;
}
#CQ .x-tab-scroller-right-disabled {
    background-position: 0 0;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
    cursor:default;
}

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

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

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

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

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008 Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

/* all fields */
#CQ .x-form-field{
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

/* ---- text fields ---- */
#CQ .x-form-text, #CQ textarea.x-form-field{
    padding:1px 3px;
    background:#fff url(default/ext/form/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
}
#CQ textarea.x-form-field {
    padding:2px 3px;
}
#CQ .x-form-text {
    height:22px;
    line-height:18px;
    vertical-align:middle;
}
.ext-ie #CQ .x-form-text {
    margin:-1px 0; /* ie bogus margin bug */
    height:22px; /* ie quirks */
    line-height:18px;
}
.ext-ie #CQ textarea.x-form-field {
    margin:-1px 0; /* ie bogus margin bug */
}
.ext-strict #CQ .x-form-text {
    height:18px;
}
.ext-safari #CQ .x-form-text {
    height:20px; /* safari always same size */
    padding:0 3px; /* remove extra top/bottom padding */
}
.ext-safari.ext-mac #CQ textarea.x-form-field {
    margin-bottom:-2px; /* another bogus margin bug, safari/mac only */
}
.ext-gecko #CQ .x-form-text {
    padding-top:2px; /* FF won't center the text vertically */
    padding-bottom:0;
}
#CQ textarea {
    resize: none;  /* Disable browser resizable textarea */
}

/* select boxes */

#CQ .x-form-select-one {
    height:20px;
    line-height:18px;
    vertical-align:middle;
    background-color:#fff; /* opera */
    border: 1px solid #B5B8C8;
}

/* multi select boxes */

/* --- TODO --- */

/* checkboxes / radios */
#CQ .x-form-check-group, #CQ .x-form-radio-group {
    margin-bottom: 0;
}
#CQ .x-form-check-group .x-form-invalid .x-panel-body,
#CQ .x-form-radio-group .x-form-invalid .x-panel-body {
    background-color: transparent;
}
#CQ .x-form-check-wrap, #CQ .x-form-radio-wrap {
    padding: 3px 0 0 0;
    line-height:18px;
}
#CQ .x-form-check-group .x-form-check-wrap,
#CQ .x-form-radio-group .x-form-radio-wrap {
    height: 18px;
}
.ext-ie #CQ .x-form-check-group .x-form-check-wrap,
.ext-ie #CQ .x-form-radio-group .x-form-radio-wrap {
    height: 21px;
}
.ext-ie #CQ .x-form-check-wrap input,
.ext-ie #CQ .x-form-radio-wrap input {
    width:15px;
    height:15px;
}
#CQ .x-form-check, #CQ .x-form-radio {
	height: 13px;
	width: 13px;
    vertical-align: bottom;
}
#CQ .x-form-radio {
    margin-bottom: 3px;
}
#CQ .x-form-check, .ext-ie #CQ .x-form-radio {
    margin-bottom: 2px;
}
#CQ .x-form-check-wrap-inner, #CQ .x-form-radio-wrap-inner {
    display: inline;
    padding: 3px 0 0 0;
}
#CQ .x-form-check {
	background: url('default/ext/form/checkbox.gif') no-repeat 0 0;
}
#CQ .x-form-radio {
	background: url('default/ext/form/radio.gif') no-repeat 0 0;
}
#CQ .x-form-check-focus .x-form-check, #CQ .x-form-check-over .x-form-check,
#CQ .x-form-check-focus .x-form-radio, #CQ .x-form-check-over .x-form-radio {
	background-position: -13px 0;
}
#CQ .x-form-check-down .x-form-check,
#CQ .x-form-check-down .x-form-radio {
	background-position:-26px 0;
}
#CQ .x-form-check-checked .x-form-check-focus .x-form-check,
#CQ .x-form-check-checked .x-form-check-over .x-form-check {
	background-position:-13px -13px;
}
#CQ .x-form-check-checked .x-form-check-down .x-form-check {
	background-position:-26px -13px;
}
#CQ .x-form-check-checked .x-form-check,
#CQ .x-form-check-checked .x-form-radio {
	background-position:0 -13px;
}
#CQ .x-form-check-group-label {
    border-bottom: 1px solid #99BBE8;
    color: #15428B;
    margin-bottom: 5px;
    padding-left: 3px !important;
    float: none !important;
}

/* wrapped fields and triggers */

#CQ .x-form-field-wrap {
    position:relative;
    zoom:1;
    white-space: nowrap;
}
#CQ .x-form-field-wrap .x-form-trigger{
    width:17px;
    height:21px;
    border:0;
    background:transparent url(default/ext/form/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    position:absolute;
    top:0;
}
.ext-safari #CQ .x-form-field-wrap .x-form-trigger{
    height:21px; /* safari doesn't allow height adjustments to the fields, so adjust trigger */
}

#CQ .x-form-field-wrap .x-form-date-trigger{
    background-image: url(default/ext/form/date-trigger.gif);
    cursor:pointer;
}
#CQ .x-form-field-wrap .x-form-clear-trigger{
    background-image: url(default/ext/form/clear-trigger.gif);
    cursor:pointer;
}
#CQ .x-form-field-wrap .x-form-search-trigger{
    background-image: url(default/ext/form/search-trigger.gif);
    cursor:pointer;
}
.ext-safari #CQ .x-form-field-wrap .x-form-trigger{
    right:0;
}
#CQ .x-form-field-wrap .x-form-twin-triggers{

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


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

#CQ .x-trigger-wrap-focus .x-form-trigger{
    background-position:-51px 0;
}
#CQ .x-trigger-wrap-focus .x-form-trigger-over{
    background-position:-68px 0;
}
#CQ .x-trigger-wrap-focus .x-form-trigger-click{
    background-position:-85px 0;
}
#CQ .x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}

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

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

/* invalid fields */
#CQ .x-form-invalid, #CQ textarea.x-form-invalid{
	background:#fff url(default/ext/grid/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}
.ext-safari #CQ .x-form-invalid{
	background-color:#ffeeee;
	border: 1px solid #ff7870;
}

/* editors */
#CQ .x-editor {
    visibility:hidden;
    padding:0;
    margin:0;
}
#CQ .x-editor .x-form-check-wrap,
#CQ .x-editor .x-form-radio-wrap {
    background:#fff;
    padding:3px;
}
#CQ .x-editor .x-form-checkbox {
    height:13px;
}
/* If you override the default field font above, you would need to change this font as well */
#CQ .x-form-grow-sizer {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
    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;
}
#CQ .x-form-grow-sizer p {
    margin:0 !important;
    border:0 none !important;
    padding:0 !important;
}
/* Form Items CSS */

#CQ .x-form-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    display:block;
    margin-bottom:4px;
    zoom:1;
}

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

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

#CQ .x-form-invalid-msg {
    color:#ee0000;
    padding:2px;
    padding-left:18px;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    background: transparent url(default/ext/shared/warning.gif) no-repeat 0 2px;
    line-height:16px;
    width:200px;
}


#CQ .x-form-label-right label {
   text-align:right;
}
#CQ .x-form-label-left label {
   text-align:left;
}

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

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

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

#CQ .x-form-empty-field {
    color:gray;
}
/* Editor small font for grid, toolbar and tree */
#CQ .x-small-editor .x-form-field {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}
#CQ .x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
.ext-ie #CQ .x-small-editor .x-form-text {
    margin-top:-1px !important; /* ie bogus margin bug */
    margin-bottom:-1px !important;
    height:20px !important; /* ie quirks */
    line-height:16px !important;
}
.ext-strict #CQ .x-small-editor .x-form-text {
    height:16px !important;
}

.ext-safari #CQ .x-small-editor .x-form-field {
    /* safari text field will not size so needs bigger font */
    font:normal 12px arial, tahoma, helvetica, sans-serif;
}
.ext-ie #CQ .x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
}
.ext-border-box #CQ .x-small-editor .x-form-text {
    height:20px;
}

#CQ .x-small-editor .x-form-select-one {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
#CQ .x-small-editor .x-form-num-field {
    text-align:right;
}
#CQ .x-small-editor .x-form-field-wrap .x-form-trigger{
    height:19px;
}


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

#CQ .x-form-cb-label {
    width:'auto' !important;
    float:none !important;
    clear:none !important;
    display:inline !important;
    margin-left:4px;
}

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

/* buttons */
#CQ .x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}
#CQ .x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}
#CQ .x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}
#CQ .x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}
#CQ .x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; /*ie*/
}
#CQ .x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; /*everyone else*/
}
#CQ .x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}

#CQ .x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}
#CQ .x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}
#CQ .x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

#CQ .x-form .x-form-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}
#CQ .x-form .x-form-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}
#CQ .x-form .x-form-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}
#CQ .x-form-invalid-icon {
    width:16px;
    height:18px;
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    display:block;
    background:transparent url(default/ext/form/exclamation.gif) no-repeat 0 2px;
}

/* fieldsets */
#CQ .x-fieldset {
    border:1px solid #B5B8C8;
    padding:10px;
    margin-bottom:10px;
    display:block; /* preserve margins in IE */
}
#CQ .x-fieldset legend {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
}
.ext-ie #CQ .x-fieldset legend {
    margin-bottom:10px;
}
.ext-ie #CQ .x-fieldset {
    padding-top: 0;
    padding-bottom:10px;
}
#CQ .x-fieldset legend .x-tool-toggle {
    margin-right:3px;
    margin-left:0;
    float:left !important;
}
#CQ .x-fieldset legend input {
    margin-right:3px;
    float:left !important;
    height:13px;
    width:13px;
}
#CQ fieldset.x-panel-collapsed {
    padding-bottom:0 !important;
    border-width: 1px 0 0 0 !important;
}
#CQ fieldset.x-panel-collapsed .x-fieldset-bwrap {
    visibility:hidden;
    position:absolute;
    left:-1000px;
    top:-1000px;
}
.ext-ie #CQ .x-fieldset-bwrap {
    zoom:1;
}
.ext-ie #CQ td .x-form-text {
    position:relative;
    top:-1px;
}
#CQ .x-fieldset-noborder {
    border:0px none transparent;
}
#CQ .x-fieldset-noborder legend {
    margin-left:-3px;
}
/* IE legend positioing bug */
.ext-ie #CQ .x-fieldset-noborder legend {
    position: relative;
    margin-bottom:23px;
}
.ext-ie #CQ .x-fieldset-noborder legend span {
    position: absolute;
    left:-5px;
}

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

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

#CQ .x-hide-label label.x-form-item-label {
     display:none;
}
#CQ .x-hide-label .x-form-element {
     padding-left: 0 !important;
}

#CQ .x-fieldset {
    overflow:hidden;
}

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

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

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-btn{
	font:normal 11px tahoma, verdana, helvetica;
	cursor:pointer;
	white-space: nowrap;
}
#CQ .x-btn button{
    border:0 none;
    background:transparent;
    font:normal 11px tahoma,verdana,helvetica;
    padding-left:3px;
    padding-right:3px;
    cursor:pointer;
    margin:0;
    overflow:visible;
    width:auto;
    -moz-outline:0 none;
    outline:0 none;
}
* html .ext-ie #CQ .x-btn button {
    width:1px;
}
.ext-gecko #CQ .x-btn button {
    padding-left:0;
    padding-right:0;
}
.ext-ie #CQ .x-btn button {
    padding-top:2px;
}
/*
 Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
 to your button for a button with just an icon.
 e.g.
 .my-class .x-btn-text { background-image: url(foo.gif); }
 */

#CQ .x-btn-icon .x-btn-center .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor:pointer;
	white-space: nowrap;
    padding:0;
}
#CQ .x-btn-icon .x-btn-center{
	padding:1px;
}
#CQ .x-btn em {
    font-style:normal;
    font-weight:normal;
}
/*
 Button class for icon and text. Add this class (x-btn-text-icon) and a class with a background-image
 to your button for both text and icon.
*/

#CQ .x-btn-text-icon .x-btn-center .x-btn-text{
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:3px;
	padding-bottom:2px;
    padding-right:0;
}
.ext-gecko3 #CQ .x-btn-text-icon .x-btn-center .x-btn-text {
    padding-top:2px;
}
#CQ .x-btn-left, #CQ .x-btn-right{
	font-size:1px;
    line-height:1px;
}
#CQ .x-btn-left{
	width:3px;
	height:21px;
	background:url(default/ext/button/btn-sprite.gif) no-repeat 0 0;
}
#CQ .x-btn-right{
	width:3px;
	height:21px;
	background:url(default/ext/button/btn-sprite.gif) no-repeat 0 -21px;
}
#CQ .x-btn-left i, #CQ .x-btn-right i{
	display:block;
    width:3px;
    overflow:hidden;
    font-size:1px;
    line-height:1px;
}
#CQ .x-btn-center{
	background:url(default/ext/button/btn-sprite.gif) repeat-x 0 -42px;
	vertical-align: middle;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
}
#CQ .x-btn-over .x-btn-left{
	background-position:0 -63px;
}
#CQ .x-btn-over .x-btn-right{
	background-position:0 -84px;
}
#CQ .x-btn-over .x-btn-center{
	background-position:0 -105px;
}
#CQ .x-btn-click .x-btn-center, #CQ .x-btn-menu-active .x-btn-center{
	background-position:0 -126px;
}
#CQ .x-btn-disabled *{
	color:gray !important;
	cursor:default !important;
}
#CQ .x-btn-menu-text-wrap .x-btn-center {
	padding:0 3px;
}
.ext-gecko #CQ .x-btn-menu-text-wrap .x-btn-center {
	padding:0 1px;
}
#CQ .x-btn-menu-arrow-wrap .x-btn-center {
    padding:0;
}
#CQ .x-btn-menu-arrow-wrap .x-btn-center button {
	width:12px !important;
    height:21px;
    padding:0 !important;
    display:block;
    background:transparent url(default/ext/button/btn-arrow.gif) no-repeat left 3px;
}
#CQ .x-btn-with-menu  .x-btn-center {
    padding-right:2px !important;
}
#CQ .x-btn-with-menu  .x-btn-center em {
    display:block;
    background:transparent url(default/ext/toolbar/btn-arrow.gif) no-repeat right 0;
	padding-right:10px;
}

#CQ .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
    display:block;
    background:transparent url(default/ext/toolbar/btn-arrow.gif) no-repeat right 3px;
	padding-right:10px;
}

/* Toggle button styles */
#CQ .x-btn-pressed .x-btn-left{
	background: url(default/ext/button/btn-sprite.gif) no-repeat 0 -63px;
}
#CQ .x-btn-pressed .x-btn-right{
	background: url(default/ext/button/btn-sprite.gif) no-repeat 0 -84px;
}
#CQ .x-btn-pressed .x-btn-center{
	background: url(default/ext/button/btn-sprite.gif) repeat-x 0 -126px;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-toolbar{
	border-color:#a9bfd3;
    border-style:solid;
    border-width:0 0 1px 0;
    display: block;
	padding:2px;
    background:#d0def0 url(default/ext/toolbar/bg.gif) repeat-x top left;
    position:relative;
    zoom:1;
}
#CQ .x-toolbar .x-item-disabled .x-btn-icon {
    opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
}
#CQ .x-toolbar td {
	vertical-align:middle;
}
#CQ .mso .x-toolbar, #CQ .x-grid-mso .x-toolbar{
	border: 0 none;
	background: url(default/ext/grid/mso-hd.gif);
}
#CQ .x-toolbar td,#CQ .x-toolbar span,#CQ .x-toolbar input,#CQ .x-toolbar div,#CQ .x-toolbar select,#CQ .x-toolbar label{
	white-space: nowrap;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}
#CQ .x-toolbar .x-item-disabled {
	color:gray;
	cursor:default;
	opacity:.6;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
}
#CQ .x-toolbar .x-item-disabled * {
	color:gray;
	cursor:default;
}
#CQ .x-toolbar .x-btn-left{
	background:none;
}
#CQ .x-toolbar .x-btn-right{
	background:none;
}
#CQ .x-toolbar .x-btn-center{
	background:none;
	padding:0 0;
}
#CQ .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
	padding-right:2px;
}
.ext-gecko #CQ .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
	padding-right:0;
}
#CQ .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
	padding:0 2px;
}

#CQ .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(default/ext/toolbar/btn-arrow.gif) no-repeat 0 3px;
}
#CQ .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(default/ext/toolbar/btn-arrow.gif) no-repeat 0 3px;
}
#CQ .x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
	background-position: 0 -47px;
}
#CQ .x-toolbar .x-btn-over .x-btn-left{
	background: url(default/ext/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
}
#CQ .x-toolbar .x-btn-over .x-btn-right{
	background: url(default/ext/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
}
#CQ .x-toolbar .x-btn-over .x-btn-center{
	background: url(default/ext/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
}

#CQ .x-toolbar .x-btn-click .x-btn-left, #CQ .x-toolbar .x-btn-pressed .x-btn-left, #CQ .x-toolbar .x-btn-menu-active .x-btn-left{
	background: url(default/ext/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
}
#CQ .x-toolbar .x-btn-click .x-btn-right, #CQ .x-toolbar .x-btn-pressed .x-btn-right, #CQ .x-toolbar .x-btn-menu-active .x-btn-right{
	background: url(default/ext/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
}

#CQ .x-toolbar .x-btn-click .x-btn-center, #CQ .x-toolbar .x-btn-pressed .x-btn-center, #CQ .x-toolbar .x-btn-menu-active .x-btn-center{
	background: url(default/ext/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
}

#CQ .x-toolbar .x-btn-with-menu .x-btn-center em{
	padding-right:8px;
}

#CQ .x-toolbar .ytb-text{
   padding:2px;
}
#CQ .x-toolbar .ytb-sep {
	background-image: url(default/ext/grid/grid-blue-split.gif);
	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;
}
#CQ .x-toolbar .ytb-spacer {
    width:2px;
}

/* Paging Toolbar */

#CQ .x-tbar-page-number{
	width:24px;
	height:14px;
}
#CQ .x-tbar-page-first{
	background-image: url(default/ext/grid/page-first.gif) !important;
}
#CQ .x-tbar-loading{
	background-image: url(default/ext/grid/refresh.gif) !important;
}
#CQ .x-tbar-page-last{
	background-image: url(default/ext/grid/page-last.gif) !important;
}
#CQ .x-tbar-page-next{
	background-image: url(default/ext/grid/page-next.gif) !important;
}
#CQ .x-tbar-page-prev{
	background-image: url(default/ext/grid/page-prev.gif) !important;
}
#CQ .x-item-disabled .x-tbar-loading{
	background-image: url(default/ext/grid/loading.gif) !important;
}
#CQ .x-item-disabled .x-tbar-page-first{
	background-image: url(default/ext/grid/page-first-disabled.gif) !important;
}
#CQ .x-item-disabled .x-tbar-page-last{
	background-image: url(default/ext/grid/page-last-disabled.gif) !important;
}
#CQ .x-item-disabled .x-tbar-page-next{
	background-image: url(default/ext/grid/page-next-disabled.gif) !important;
}
#CQ .x-item-disabled .x-tbar-page-prev{
	background-image: url(default/ext/grid/page-prev-disabled.gif) !important;
}
#CQ .x-paging-info {
    position:absolute;
    top:5px;
    right: 8px;
    color:#444;
}

/* StatusBar */

#CQ .x-statusbar .x-status-text {
    height: 21px;
    line-height: 21px;
    padding: 0 4px;
    cursor: default;
}
#CQ .x-statusbar .x-status-busy {
    padding-left: 25px;
    background: transparent url(default/ext/grid/loading.gif) no-repeat 3px 3px;
}
#CQ .x-statusbar .x-status-text-panel {
    border-top: 1px solid #99BBE8;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #99BBE8;
    padding: 2px 8px 2px 5px;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-resizable-handle {
    position:absolute;
    z-index:100;
    /* ie needs these */
    font-size:1px;
    line-height:6px;
    overflow:hidden;
	 background:white;
	 filter:alpha(opacity=0);
	 opacity:0;
	 zoom:1;
}
#CQ .x-resizable-handle-east{
    width:6px;
    cursor:e-resize;
    right:0;
    top:0;
    height:100%;
}
.ext-ie #CQ .x-resizable-handle-east {
      margin-right:-1px; /*IE rounding error*/
}
#CQ .x-resizable-handle-south{
    width:100%;
    cursor:s-resize;
    left:0;
    bottom:0;
    height:6px;
}
.ext-ie #CQ .x-resizable-handle-south {
     margin-bottom:-1px; /*IE rounding error*/
}
#CQ .x-resizable-handle-west{
    width:6px;
    cursor:w-resize;
    left:0;
    top:0;
    height:100%;
}
#CQ .x-resizable-handle-north{
    width:100%;
    cursor:n-resize;
    left:0;
    top:0;
    height:6px;
}
#CQ .x-resizable-handle-southeast{
    width:6px;
    cursor:se-resize;
    right:0;
    bottom:0;
    height:6px;
    z-index:101;
}
#CQ .x-resizable-handle-northwest{
    width:6px;
    cursor:nw-resize;
    left:0;
    top:0;
    height:6px;
    z-index:101;
}
#CQ .x-resizable-handle-northeast{
    width:6px;
    cursor:ne-resize;
    right:0;
    top:0;
    height:6px;
    z-index:101;
}
#CQ .x-resizable-handle-southwest{
    width:6px;
    cursor:sw-resize;
    left:0;
    bottom:0;
    height:6px;
    z-index:101;
}
#CQ .x-resizable-over .x-resizable-handle, #CQ .x-resizable-pinned .x-resizable-handle{
    filter:alpha(opacity=100);
	 opacity:1;
}
#CQ .x-resizable-over .x-resizable-handle-east, #CQ .x-resizable-pinned .x-resizable-handle-east{
    background:url(default/ext/sizer/e-handle.gif);
	 background-position: left;
}
#CQ .x-resizable-over .x-resizable-handle-west, #CQ .x-resizable-pinned .x-resizable-handle-west{
    background:url(default/ext/sizer/e-handle.gif);
	 background-position: left;
}
#CQ .x-resizable-over .x-resizable-handle-south, #CQ .x-resizable-pinned .x-resizable-handle-south{
    background:url(default/ext/sizer/s-handle.gif);
    background-position: top;
}
#CQ .x-resizable-over .x-resizable-handle-north, #CQ .x-resizable-pinned .x-resizable-handle-north{
    background:url(default/ext/sizer/s-handle.gif);
    background-position: top;
}
#CQ .x-resizable-over .x-resizable-handle-southeast, #CQ .x-resizable-pinned .x-resizable-handle-southeast{
    background:url(default/ext/sizer/se-handle.gif);
    background-position: top left;
}
#CQ .x-resizable-over .x-resizable-handle-northwest, #CQ .x-resizable-pinned .x-resizable-handle-northwest{
    background:url(default/ext/sizer/nw-handle.gif);
    background-position:bottom right;
}
#CQ .x-resizable-over .x-resizable-handle-northeast, #CQ .x-resizable-pinned .x-resizable-handle-northeast{
    background:url(default/ext/sizer/ne-handle.gif);
    background-position: bottom left;
}
#CQ .x-resizable-over .x-resizable-handle-southwest, #CQ .x-resizable-pinned .x-resizable-handle-southwest{
    background:url(default/ext/sizer/sw-handle.gif);
    background-position: top right;
}
#CQ .x-resizable-proxy{
    border: 1px dashed #3b5a82;
    position:absolute;
    overflow:hidden;
    display:none;
	 left:0;top:0;
    z-index:50000;
}
#CQ .x-resizable-overlay{
    width:100%;
	 height:100%;
	 display:none;
	 position:absolute;
	 left:0;
	 top:0;
	 background:white;
	 z-index:200000;
	 -moz-opacity: 0;
    opacity:0;
    filter: alpha(opacity=0);
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

/* Grid3 styles */
#CQ .x-grid3 {
	position:relative;
	overflow:hidden;
    background-color:#fff;
}

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

#CQ .x-grid-panel .x-panel-mc .x-panel-body {
    border:1px solid #99bbe8;
}

#CQ .x-grid3 table {
    table-layout:fixed;
}
#CQ .x-grid3-viewport{
	overflow:hidden;
}
#CQ .x-grid3-hd-row td, #CQ .x-grid3-row td, #CQ .x-grid3-summary-row td{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
    -moz-outline: none;
	-moz-user-focus: normal;
}
#CQ .x-grid3-row td, #CQ .x-grid3-summary-row td {
    line-height:13px;
    vertical-align: top;
	padding-left:1px;
    padding-right:1px;
    -moz-user-select: none;
}
#CQ .x-grid3-hd-row td {
    line-height:15px;
    vertical-align:middle;
    border-left:1px solid #eee;
    border-right:1px solid #d0d0d0;
}

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

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

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

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

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

#CQ .x-grid3-body-cell {
    -moz-outline:0 none;
    outline:0 none;
}
/* IE Quirks to clip */
.ext-ie #CQ .x-grid3-cell-inner, .ext-ie #CQ .x-grid3-hd-inner{
	width:100%;
}
/* reverse above in strict mode */
.ext-strict #CQ .x-grid3-cell-inner, .ext-strict #CQ .x-grid3-hd-inner{
	width:auto;
}

#CQ .x-grid3-col {

}

#CQ .x-grid-row-loading {
    background: #fff url(default/ext/shared/loading-balls.gif) no-repeat center center;
}
#CQ .x-grid-page {
    overflow:hidden;
}
#CQ .x-grid3-row {
	cursor: default;
    border:1px solid #ededed;
    border-top-color:#fff;
    /*border-bottom: 1px solid #ededed;*/
    width:100%;
}
#CQ .x-grid3-row-alt{
	background-color:#fafafa;
}

#CQ .x-grid3-row-over {
	border:1px solid #dddddd;
    background: #efefef url(default/ext/grid/row-over.gif) repeat-x left top;
}

#CQ .x-grid3-resize-proxy {
	width:1px;
    left:0;
    background-color:#777;
	cursor: e-resize;
	cursor: col-resize;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}
#CQ .x-grid3-resize-marker {
	width:1px;
	left:0;
    background-color:#777;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}
#CQ .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;
}

/* header styles */
#CQ .x-grid3-header{
	background: #f9f9f9 url(default/ext/grid/grid3-hrow.gif) repeat-x 0 bottom;
	cursor:default;
    zoom:1;
    padding:1px 0 0 0;
}

#CQ .x-grid3-header-pop {
    border-left:1px solid #d0d0d0;
    float:right;
    clear:none;
}
#CQ .x-grid3-header-pop-inner {
    border-left:1px solid #eee;
    width:14px;
    height:19px;
    background: transparent url(default/ext/grid/hd-pop.gif) no-repeat center center;
}
.ext-ie #CQ .x-grid3-header-pop-inner {
    width:15px;
}
.ext-strict #CQ .x-grid3-header-pop-inner {
    width:14px;
}
#CQ .x-grid3-header-inner {
    overflow:hidden;
    zoom:1;
    float:left;
}
#CQ .x-grid3-header-offset {
    padding-left:1px;
	 width:10000px;
}

#CQ td.x-grid3-hd-over, #CQ td.sort-desc, #CQ td.sort-asc, #CQ td.x-grid3-hd-menu-open {
    border-left:1px solid #aaccf6;
    border-right:1px solid #aaccf6;
}
#CQ td.x-grid3-hd-over .x-grid3-hd-inner, #CQ td.sort-desc .x-grid3-hd-inner, #CQ td.sort-asc .x-grid3-hd-inner, #CQ td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background: #ebf3fd url(default/ext/grid/grid3-hrow-over.gif) repeat-x left bottom;

}
#CQ .x-grid3-sort-icon{
	background-repeat: no-repeat;
	display: none;
	height: 4px;
	width: 13px;
	margin-left:3px;
	vertical-align: middle;
}
#CQ .sort-asc .x-grid3-sort-icon {
	background-image: url(default/ext/grid/sort_asc.gif);
	display: inline;
}
#CQ .sort-desc .x-grid3-sort-icon {
	background-image: url(default/ext/grid/sort_desc.gif);
	display: inline;
}

/* Header position fixes for IE strict mode */
.ext-strict .ext-ie #CQ .x-grid3-header-inner{position:relative;}
.ext-strict .ext-ie6 #CQ .x-grid3-hd{position:relative;}
.ext-strict .ext-ie6 #CQ .x-grid3-hd-inner{position:static;}

/* Body Styles */
#CQ .x-grid3-body {
	zoom:1;
}
#CQ .x-grid3-scroller {
	overflow:auto;
    zoom:1;
    position:relative;
}
#CQ .x-grid3-cell-text, #CQ .x-grid3-hd-text {
	display: block;
	padding: 3px 5px 3px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	color:black;
}
#CQ .x-grid3-split {
	background-image: url(default/ext/grid/grid-split.gif);
	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;
}

#CQ .x-grid3-hd-text {
	color:#15428b;
}
/* Column Reorder DD */
#CQ .x-dd-drag-proxy .x-grid3-hd-inner{
	background: #ebf3fd url(default/ext/grid/grid3-hrow-over.gif) repeat-x left bottom;
	width:120px;
	padding:3px;
	border:1px solid #aaccf6;
	overflow:hidden;
}

#CQ .col-move-top, #CQ .col-move-bottom{
	width:9px;
	height:9px;
	position:absolute;
	top:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	visibility:hidden;
	z-index:20000;
}
#CQ .col-move-top{
	background:transparent url(default/ext/grid/col-move-top.gif) no-repeat left top;
}
#CQ .col-move-bottom{
	background:transparent url(default/ext/grid/col-move-bottom.gif) no-repeat left top;
}

/* Selection Styles */
#CQ .x-grid3-row-selected {
	background: #DFE8F6 !important;
	border:1px dotted #a3bae9;
}

#CQ .x-grid3-cell-selected{
	background-color: #B8CFEE !important;
	color: black;
}
#CQ .x-grid3-cell-selected span{
	color: black !important;
}
#CQ .x-grid3-cell-selected .x-grid3-cell-text{
	color: black;
}

#CQ .x-grid3-locked td.x-grid3-row-marker, #CQ .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
    background: #ebeadb url(default/ext/grid/grid-hrow.gif) repeat-x 0 bottom !important;
    vertical-align:middle !important;
    color:black;
    padding:0;
    border-top:1px solid white;
    border-bottom:none !important;
    border-right:1px solid #6fa0df !important;
    text-align:center;
}
#CQ .x-grid3-locked td.x-grid3-row-marker div, #CQ .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
    padding:0 4px;
    color:#15428b !important;
    text-align:center;
}

/* dirty cells */
#CQ .x-grid3-dirty-cell {
    background: transparent url(default/ext/grid/dirty.gif) no-repeat 0 0;
}

/* Grid Toolbars */
#CQ .x-grid3-topbar, #CQ .x-grid3-bottombar{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
    overflow:hidden;
	display:none;
	zoom:1;
    position:relative;
}
#CQ .x-grid3-topbar .x-toolbar{
	border-right:0 none;
}
#CQ .x-grid3-bottombar .x-toolbar{
	border-right:0 none;
	border-bottom:0 none;
	border-top:1px solid #a9bfd3;
}
/* Props Grid Styles */
#CQ .x-props-grid .x-grid3-cell{
	padding:1px;
}
#CQ .x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background:transparent url(default/ext/grid/grid3-special-col-bg.gif) repeat-y -16px !important;
    padding-left:12px;
    color:black !important;
}
#CQ .x-props-grid .x-grid3-body .x-grid3-td-name{
    padding:1px;
    padding-right:0;
    background:white !important;
    border:0 none;
    border-right:1px solid #eeeeee;
}

/* header menu */
#CQ .xg-hmenu-sort-asc .x-menu-item-icon{
	background-image: url(default/ext/grid/hmenu-asc.gif);
}
#CQ .xg-hmenu-sort-desc .x-menu-item-icon{
	background-image: url(default/ext/grid/hmenu-desc.gif);
}
#CQ .xg-hmenu-lock .x-menu-item-icon{
	background-image: url(default/ext/grid/hmenu-lock.gif);
}
#CQ .xg-hmenu-unlock .x-menu-item-icon{
	background-image: url(default/ext/grid/hmenu-unlock.gif);
}

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

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

#CQ .x-grid3-hd {
    -moz-user-select:none;
}

#CQ .x-grid3-hd-btn {
    display:none;
    position:absolute;
    width:14px;
    background:#c3daf9 url(default/ext/grid/grid3-hd-btn.gif) no-repeat left center;
    right:0;
    top:0;
    z-index:2;
	 cursor:pointer;
}

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

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

/* Expanders */

#CQ .x-grid3-body .x-grid3-td-expander {
    background:transparent url(default/ext/grid/grid3-special-col-bg.gif) repeat-y right;
}
#CQ .x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
    padding:0 !important;
    height:100%;
}
#CQ .x-grid3-row-expander {
    width:100%;
    height:18px;
    background-position:4px 2px;
    background-repeat:no-repeat;
    background-color:transparent;
	 background-image:url(default/ext/grid/row-expand-sprite.gif);
}
#CQ .x-grid3-row-collapsed .x-grid3-row-expander {
    background-position:4px 2px;
}
#CQ .x-grid3-row-expanded .x-grid3-row-expander {
    background-position:-21px 2px;
}
#CQ .x-grid3-row-collapsed .x-grid3-row-body {
    display:none !important;
}
#CQ .x-grid3-row-expanded .x-grid3-row-body {
    display:block !important;
}

/* Checkers */

#CQ .x-grid3-body .x-grid3-td-checker {
    background:transparent url(default/ext/grid/grid3-special-col-bg.gif) repeat-y right;
}

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

#CQ .x-grid3-row-checker, .x-grid3-hd-checker {
    width:100%;
    height:18px;
    background-position:2px 2px;
    background-repeat:no-repeat;
    background-color:transparent;
	 background-image:url(default/ext/grid/row-check-sprite.gif);
}
#CQ .x-grid3-row .x-grid3-row-checker {
    background-position:2px 2px;
}
#CQ .x-grid3-row-selected .x-grid3-row-checker, #CQ .x-grid3-hd-checker-on .x-grid3-hd-checker {
    background-position:-23px 2px;
}
#CQ .x-grid3-hd-checker {
    background-position:2px 3px;
}
#CQ .x-grid3-hd-checker-on .x-grid3-hd-checker {
    background-position:-23px 3px;
}

/* Numberer */

#CQ .x-grid3-body .x-grid3-td-numberer {
    background:transparent url(default/ext/grid/grid3-special-col-bg.gif) repeat-y right;
}
#CQ .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
    padding:3px 5px 0 0 !important;
    text-align:right;
	 color:#444;
}

/* All specials */

#CQ .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
#CQ .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
#CQ .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
	background:transparent url(default/ext/grid/grid3-special-col-sel-bg.gif) repeat-y right;
}
#CQ .x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
    padding: 1px 0 0 0 !important;
}

#CQ .x-grid3-check-col {
    width:100%;
    height:16px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
	background-image:url(default/ext/menu/unchecked.gif);
}


#CQ .x-grid3-check-col-on {
    width:100%;
    height:16px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
	background-image:url(default/ext/menu/checked.gif);
}

/* Grouping classes */
#CQ .x-grid-group, #CQ .x-grid-group-body, #CQ .x-grid-group-hd {
    zoom:1;
}
#CQ .x-grid-group-hd {
    border-bottom: 2px solid #99bbe8;
    cursor:pointer;
    padding-top:6px;
}
#CQ .x-grid-group-hd div {
    background:transparent url(default/ext/grid/group-expand-sprite.gif) no-repeat 3px -47px;
    padding:4px 4px 4px 17px;
    color:#3764a0;
    font:bold 11px tahoma, arial, helvetica, sans-serif;
}
#CQ .x-grid-group-collapsed .x-grid-group-hd div {
    background-position: 3px 3px;
}
#CQ .x-grid-group-collapsed .x-grid-group-body {
    display:none;
}

#CQ .x-group-by-icon {
    background-image:url(default/ext/grid/group-by.gif);
}
#CQ .x-cols-icon {
    background-image:url(default/ext/grid/columns.gif);
}
#CQ .x-show-groups-icon {
    background-image:url(default/ext/grid/group-by.gif);
}

.ext-ie #CQ .x-grid3 .x-editor .x-form-text {
    position:relative;
    top:-1px;
}
.ext-ie #CQ .x-props-grid .x-editor .x-form-text {
    position:static;
    top:0;
}

#CQ .x-grid-empty {
    padding:10px;
    color:gray;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}


/* fix floating toolbar issue */
.ext-ie7 #CQ .x-grid-panel .x-panel-bbar {
    position:relative;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-dd-drag-proxy{
	position:absolute;
	left:0;top:0;
	visibility:hidden;
	z-index:15000;
}
#CQ .x-dd-drag-ghost{
	color: black;
	font: normal 11px arial, helvetica, sans-serif;
	-moz-opacity: 0.85;
   opacity:.85;
   filter: alpha(opacity=85);
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	padding:3px;
	padding-left:20px;
	background-color:white;
	white-space:nowrap;
}
#CQ .x-dd-drag-repair .x-dd-drag-ghost{
	-moz-opacity: 0.4;
   opacity:.4;
   filter: alpha(opacity=40);
	border:0 none;
	padding:0;
	background-color:transparent;
}
#CQ .x-dd-drag-repair .x-dd-drop-icon{
	visibility:hidden;
}
#CQ .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;
}
#CQ .x-dd-drop-nodrop .x-dd-drop-icon{
  background-image: url(default/ext/dd/drop-no.gif);
}
#CQ .x-dd-drop-ok .x-dd-drop-icon{
  background-image: url(default/ext/dd/drop-yes.gif);
}
#CQ .x-dd-drop-ok-add .x-dd-drop-icon{
  background-image: url(default/ext/dd/drop-add.gif);
}


#CQ .x-view-selector {
    position:absolute;
    left:0;
    top:0;
    width:0;
    background:#c3daf9;
    border:1px dotted #3399bb;
	opacity: .5;
    -moz-opacity: .5;
    filter:alpha(opacity=50);
    zoom:1;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-tree .x-panel-body{
    background-color:#fff;
}
.ext-strict .ext-ie #CQ .x-tree .x-panel-bwrap{
    position:relative;
    overflow:hidden;
}
#CQ .x-tree-icon, #CQ .x-tree-ec-icon, #CQ .x-tree-elbow-line, #CQ .x-tree-elbow, #CQ .x-tree-elbow-end, #CQ .x-tree-elbow-plus, #CQ .x-tree-elbow-minus, #CQ .x-tree-elbow-end-plus, #CQ .x-tree-elbow-end-minus{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
    background-repeat: no-repeat;
}
#CQ .x-tree-node-collapsed .x-tree-node-icon, #CQ .x-tree-node-expanded .x-tree-node-icon, #CQ .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;
}
.ext-ie #CQ .x-tree-node-indent img, .ext-ie #CQ .x-tree-node-icon, .ext-ie #CQ .x-tree-ec-icon {
    vertical-align:middle !important;
}
/* some default icons for leaf/folder */
#CQ .x-tree-node-expanded .x-tree-node-icon{
	background-image:url(default/ext/tree/folder-open.gif);
}
#CQ .x-tree-node-leaf .x-tree-node-icon{
	background-image:url(default/ext/tree/leaf.gif);
}
#CQ .x-tree-node-collapsed .x-tree-node-icon{
	background-image:url(default/ext/tree/folder.gif);
}
/* checkboxes */
.ext-ie #CQ input.x-tree-node-cb {
    width:15px;
    height:15px;
}
#CQ input.x-tree-node-cb {
    margin-left:1px;
}
.ext-ie #CQ input.x-tree-node-cb {
    margin-left:0;
}

#CQ .x-tree-noicon .x-tree-node-icon{
	width:0; height:0;
}
/* loading icon */
#CQ .x-tree-node-loading .x-tree-node-icon{
	background-image:url(default/ext/tree/loading.gif) !important;
}
#CQ .x-tree-node-loading a span{
	 font-style: italic;
	 color:#444444;
}
.ext-ie #CQ .x-tree-node-el input {
    width:15px;
    height:15px;
}
/* Line styles */
#CQ .x-tree-lines .x-tree-elbow{
	background-image:url(default/ext/tree/elbow.gif);
}
#CQ .x-tree-lines .x-tree-elbow-plus{
	background-image:url(default/ext/tree/elbow-plus.gif);
}
#CQ .x-tree-lines .x-tree-elbow-minus{
	background-image:url(default/ext/tree/elbow-minus.gif);
}
#CQ .x-tree-lines .x-tree-elbow-end{
	background-image:url(default/ext/tree/elbow-end.gif);
}
#CQ .x-tree-lines .x-tree-elbow-end-plus{
	background-image:url(default/ext/tree/elbow-end-plus.gif);
}
#CQ .x-tree-lines .x-tree-elbow-end-minus{
	background-image:url(default/ext/tree/elbow-end-minus.gif);
}
#CQ .x-tree-lines .x-tree-elbow-line{
	background-image:url(default/ext/tree/elbow-line.gif);
}

/* No line styles */
#CQ .x-tree-no-lines .x-tree-elbow{
	background:transparent;
}
#CQ .x-tree-no-lines .x-tree-elbow-plus{
	background-image:url(default/ext/tree/elbow-plus-nl.gif);
}
#CQ .x-tree-no-lines .x-tree-elbow-minus{
	background-image:url(default/ext/tree/elbow-minus-nl.gif);
}
#CQ .x-tree-no-lines .x-tree-elbow-end{
	background:transparent;
}
#CQ .x-tree-no-lines .x-tree-elbow-end-plus{
	background-image:url(default/ext/tree/elbow-end-plus-nl.gif);
}
#CQ .x-tree-no-lines .x-tree-elbow-end-minus{
	background-image:url(default/ext/tree/elbow-end-minus-nl.gif);
}
#CQ .x-tree-no-lines .x-tree-elbow-line{
	background:transparent;
}


/* Arrows */
#CQ .x-tree-arrows .x-tree-elbow{
	background:transparent;
}
#CQ .x-tree-arrows .x-tree-elbow-plus{
    background:transparent url(default/ext/tree/arrows.gif) no-repeat 0 0;
}
#CQ .x-tree-arrows .x-tree-elbow-minus{
    background:transparent url(default/ext/tree/arrows.gif) no-repeat -16px 0;
}
#CQ .x-tree-arrows .x-tree-elbow-end{
	background:transparent;
}
#CQ .x-tree-arrows .x-tree-elbow-end-plus{
    background:transparent url(default/ext/tree/arrows.gif) no-repeat 0 0;
}
#CQ .x-tree-arrows .x-tree-elbow-end-minus{
    background:transparent url(default/ext/tree/arrows.gif) no-repeat -16px 0;
}
#CQ .x-tree-arrows .x-tree-elbow-line{
	background:transparent;
}

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



#CQ .x-tree-elbow-plus, #CQ .x-tree-elbow-minus, #CQ .x-tree-elbow-end-plus, #CQ .x-tree-elbow-end-minus{
	cursor:pointer;
}
.ext-ie #CQ ul.x-tree-node-ct{
    font-size:0;
    line-height:0;
    zoom:1;
}
#CQ .x-tree-node{
	color: black;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	white-space: nowrap;
}

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

#CQ .x-tree-node a, #CQ .x-dd-drag-ghost a{
	text-decoration:none;
	color:black;
	-khtml-user-select:none;
	-moz-user-select:none;
    -kthml-user-focus:normal;
    -moz-user-focus:normal;
    -moz-outline: 0 none;
    outline:0 none;
}
#CQ .x-tree-node a span, #CQ .x-dd-drag-ghost a span{
	text-decoration:none;
	color:black;
	padding:1px 3px 1px 2px;
}
#CQ .x-tree-node .x-tree-node-disabled a span{
	color:gray !important;
}
#CQ .x-tree-node .x-tree-node-disabled .x-tree-node-icon{
	-moz-opacity: 0.5;
   opacity:.5;
   filter: alpha(opacity=50);
}
#CQ .x-tree-node .x-tree-node-inline-icon{
	background:transparent;
}
#CQ .x-tree-node a:hover, #CQ .x-dd-drag-ghost a:hover{
	text-decoration:none;
}
#CQ .x-tree-node div.x-tree-drag-insert-below{
 	 border-bottom:1px dotted #3366cc;
}
#CQ .x-tree-node div.x-tree-drag-insert-above{
	 border-top:1px dotted #3366cc;
}
#CQ .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
 	 border-bottom:0 none;
}
#CQ .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
	 border-top:0 none;
}
#CQ .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
 	 border-bottom:2px solid #3366cc;
}
#CQ .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top:2px solid #3366cc;
}
#CQ .x-tree-node .x-tree-drag-append a span{
	 background:#dddddd;
	 border:1px dotted gray;
}
#CQ .x-tree-node .x-tree-node-over {
	background-color: #eee;
}
#CQ .x-tree-node .x-tree-selected {
	background-color: #d9e8fb;
}
#CQ .x-dd-drag-ghost .x-tree-node-indent, #CQ .x-dd-drag-ghost .x-tree-ec-icon{
	display:none !important;
}
#CQ .x-tree-drop-ok-append .x-dd-drop-icon{
  background-image: url(default/ext/tree/drop-add.gif);
}
#CQ .x-tree-drop-ok-above .x-dd-drop-icon{
  background-image: url(default/ext/tree/drop-over.gif);
}
#CQ .x-tree-drop-ok-below .x-dd-drop-icon{
  background-image: url(default/ext/tree/drop-under.gif);
}
#CQ .x-tree-drop-ok-between .x-dd-drop-icon{
  background-image: url(default/ext/tree/drop-between.gif);
}
/* Fix for ie rootVisible:false issue */
#CQ .x-tree-root-ct {
    zoom:1;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-date-picker {
    border: 1px solid #1b376c;
    border-top:0 none;
    background:#fff;
	position:relative;
}
#CQ .x-date-picker a {
    -moz-outline:0 none;
    outline:0 none;
}
#CQ .x-date-inner, #CQ .x-date-inner td, #CQ .x-date-inner th{
    border-collapse:separate;
}
#CQ .x-date-middle,#CQ .x-date-left,#CQ .x-date-right {
	background: url(default/ext/shared/hd-sprite.gif) repeat-x 0 -83px;
	color:#FFF;
	font:bold 11px "sans serif", tahoma, verdana, helvetica;
	overflow:hidden;
}

#CQ .x-date-middle .x-btn-left,#CQ .x-date-middle .x-btn-center,#CQ .x-date-middle .x-btn-right{
	background:transparent !important;
    vertical-align:middle;
}
#CQ .x-date-middle .x-btn .x-btn-text {
    color:#fff;
}
#CQ .x-date-middle .x-btn-with-menu  .x-btn-center em {
    background:transparent url(default/ext/toolbar/btn-arrow-light.gif) no-repeat right 0;
}
#CQ .x-date-right, #CQ .x-date-left {
    width:18px;
}
#CQ .x-date-right{
    text-align:right;
}
#CQ .x-date-middle {
    padding-top:2px;padding-bottom:2px;
    width:130px; /* FF3 */
}
#CQ .x-date-right a, #CQ .x-date-left a{
    display:block;
    width:16px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
    -moz-opacity: 0.6;
    opacity:.6;
    filter: alpha(opacity=60);
}
#CQ .x-date-right a:hover, #CQ .x-date-left a:hover{
    -moz-opacity: 1;
    opacity:1;
    filter: alpha(opacity=100);
}
#CQ .x-date-right a {
    background-image: url(default/ext/shared/right-btn.gif);
    margin-right:2px;
    text-decoration:none !important;
}
#CQ .x-date-left a{
	background-image: url(default/ext/shared/left-btn.gif);
    margin-left:2px;
    text-decoration:none !important;
}
#CQ table.x-date-inner {
    width:100%;
    table-layout:fixed;
}
#CQ .x-date-inner th {
    width:25px;
}
#CQ .x-date-inner th {
    background: #dfecfb url(default/ext/shared/glass-bg.gif) repeat-x left top;
    text-align:right !important;
	border-bottom: 1px solid #a3bad9;
    font:normal 10px arial, helvetica,tahoma,sans-serif;
	color:#233d6d;
	cursor:default;
    padding:0;
    border-collapse:separate;
}
#CQ .x-date-inner th span {
    display:block;
    padding:2px;
    padding-right:7px;
}
#CQ .x-date-inner td {
    border: 1px solid #fff;
	text-align:right;
    padding:0;
}
#CQ .x-date-inner a {
    padding:2px 5px;
    display:block;
    font:normal 11px arial, helvetica,tahoma,sans-serif;
	text-decoration:none;
    color:black;
    text-align:right;
    zoom:1;
}
#CQ .x-date-inner .x-date-active{
	cursor:pointer;
	color:black;
}
#CQ .x-date-inner .x-date-selected a{
	background: #dfecfb url(default/ext/shared/glass-bg.gif) repeat-x left top;
	border:1px solid #8db2e3;
   padding:1px 4px;
}
#CQ .x-date-inner .x-date-today a{
	border: 1px solid darkred;
    padding:1px 4px;
}
#CQ .x-date-inner .x-date-selected span{
    font-weight:bold;
}
#CQ .x-date-inner .x-date-prevday a,#CQ .x-date-inner .x-date-nextday a {
	color:#aaaaaa;
    text-decoration:none !important;
}
#CQ .x-date-bottom {
    padding:4px;
    border-top: 1px solid #a3bad9;
    background: #dfecfb url(default/ext/shared/glass-bg.gif) repeat-x left top;
}

#CQ .x-date-inner a:hover, #CQ .x-date-inner .x-date-disabled a:hover{
    text-decoration:none !important;
    color:black;
    background: #ddecfe;
}

#CQ .x-date-inner .x-date-disabled a {
	cursor:default;
	background:#eeeeee;
	color:#bbbbbb;
}
#CQ .x-date-mmenu{
    background:#eeeeee !important;
}
#CQ .x-date-mmenu .x-menu-item {
	font-size:10px;
	padding:1px 24px 1px 4px;
	white-space: nowrap;
	color:#000;
}
#CQ .x-date-mmenu .x-menu-item .x-menu-item-icon {
    width:10px;height:10px;margin-right:5px;
    background-position:center -4px !important;
}

#CQ .x-date-mp {
	position:absolute;
	left:0;
	top:0;
	background:white;
	display:none;
}
#CQ .x-date-mp td {
    padding:2px;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}
#CQ td.x-date-mp-month,#CQ td.x-date-mp-year,#CQ td.x-date-mp-ybtn {
   border: 0 none;
	text-align:center;
	vertical-align: middle;
	width:25%;
}
#CQ .x-date-mp-ok {
	margin-right:3px;
}
#CQ .x-date-mp-btns button {
	text-decoration:none;
	text-align:center;
	text-decoration:none !important;
	background:#083772;
	color:white;
	border:1px solid;
	border-color: #3366cc #000055 #000055 #3366cc;
	padding:1px 3px 1px;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
	cursor:pointer;
}
#CQ .x-date-mp-btns {
	background: #dfecfb url(default/ext/shared/glass-bg.gif) repeat-x left top;
}
#CQ .x-date-mp-btns td {
	border-top: 1px solid #c5d2df;
   text-align:center;
}
#CQ td.x-date-mp-month a,#CQ td.x-date-mp-year a {
	display:block;
	padding:2px 4px;
	text-decoration:none;
	text-align:center;
	color:#15428b;
}

#CQ td.x-date-mp-month a:hover,#CQ td.x-date-mp-year a:hover {
	color:#15428b;
	text-decoration:none;
	cursor:pointer;
	background: #ddecfe;
}

#CQ td.x-date-mp-sel a {
	padding:1px 3px;
	background: #dfecfb url(default/ext/shared/glass-bg.gif) repeat-x left top;
	border:1px solid #8db2e3;
}
#CQ .x-date-mp-ybtn a {
    overflow:hidden;
    width:15px;
    height:15px;
    cursor:pointer;
    background:transparent url(default/ext/panel/tool-sprites.gif) no-repeat;
    display:block;
    margin:0 auto;
}
#CQ .x-date-mp-ybtn a.x-date-mp-next {
    background-position:0 -120px;
}
#CQ .x-date-mp-ybtn a.x-date-mp-next:hover {
    background-position:-15px -120px;
}
#CQ .x-date-mp-ybtn a.x-date-mp-prev {
    background-position:0 -105px;
}
#CQ .x-date-mp-ybtn a.x-date-mp-prev:hover {
    background-position:-15px -105px;
}
#CQ .x-date-mp-ybtn {
   text-align:center;
}
#CQ td.x-date-mp-sep {
   border-right:1px solid #c5d2df;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-tip{
	position: absolute;
	top: 0;
    left:0;
    visibility: hidden;
	z-index: 20000;
    border:0 none;
}
#CQ .x-tip .x-tip-close{
	background-image: url(default/ext/qtip/close.gif);
	height: 15px;
	float:right;
	width: 15px;
    margin:0 0 2px 2px;
    cursor:pointer;
    display:none;
}
#CQ .x-tip .x-tip-tc {
	background: transparent url(default/ext/qtip/tip-sprite.gif) no-repeat 0 -62px;
	padding-top:3px;
    overflow:hidden;
    zoom:1;
}
#CQ .x-tip .x-tip-tl {
	background: transparent url(default/ext/qtip/tip-sprite.gif) no-repeat 0 0;
	padding-left:6px;
    overflow:hidden;
    zoom:1;
}
#CQ .x-tip .x-tip-tr {
	background: transparent url(default/ext/qtip/tip-sprite.gif) no-repeat right 0;
	padding-right:6px;
    overflow:hidden;
    zoom:1;
}
#CQ .x-tip .x-tip-bc {
	background: transparent url(default/ext/qtip/tip-sprite.gif) no-repeat 0 -121px;
	height:3px;
    overflow:hidden;
}
#CQ .x-tip .x-tip-bl {
	background: transparent url(default/ext/qtip/tip-sprite.gif) no-repeat 0 -59px;
	padding-left:6px;
    zoom:1;
}
#CQ .x-tip .x-tip-br {
	background: transparent url(default/ext/qtip/tip-sprite.gif) no-repeat right -59px;
	padding-right:6px;
    zoom:1;
}
#CQ .x-tip .x-tip-mc {
    border:0 none;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
}
#CQ .x-tip .x-tip-ml {
	background: #fff url(default/ext/qtip/tip-sprite.gif) no-repeat 0 -124px;
	padding-left:6px;
    zoom:1;
}
#CQ .x-tip .x-tip-mr {
	background: transparent url(default/ext/qtip/tip-sprite.gif) no-repeat right -124px;
	padding-right:6px;
    zoom:1;
}
.ext-ie #CQ .x-tip .x-tip-header, .ext-ie #CQ .x-tip .x-tip-tc {
    font-size:0;
    line-height:0;
}
#CQ .x-tip .x-tip-header-text {
    font: bold 11px tahoma,arial,helvetica,sans-serif;
    padding:0;
    margin:0 0 2px 0;
    color:#444;
}
#CQ .x-tip .x-tip-body {
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    margin:0 !important;
    line-height:14px;
    color:#444;
    padding:0;
}

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

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

#CQ .x-form-invalid-tip {
}

#CQ .x-form-invalid-tip .x-tip-tc {
	background: url(default/ext/form/error-tip-corners.gif) repeat-x 0 -12px;
    padding-top:6px;
}
#CQ .x-form-invalid-tip .x-tip-tl {
	background-image: url(default/ext/form/error-tip-corners.gif);
}
#CQ .x-form-invalid-tip .x-tip-tr {
	background-image: url(default/ext/form/error-tip-corners.gif);
}
#CQ .x-form-invalid-tip .x-tip-bc {
	background: url(default/ext/form/error-tip-corners.gif) repeat-x 0 -18px;
    height:6px;
}
#CQ .x-form-invalid-tip .x-tip-bl {
	background: url(default/ext/form/error-tip-corners.gif) no-repeat 0 -6px;
}
#CQ .x-form-invalid-tip .x-tip-br {
	background: url(default/ext/form/error-tip-corners.gif) no-repeat right -6px;
}
#CQ .x-form-invalid-tip .x-tip-ml {
	background-image: url(default/ext/form/error-tip-corners.gif);
}
#CQ .x-form-invalid-tip .x-tip-mr {
	background-image: url(default/ext/form/error-tip-corners.gif);
}
#CQ .x-form-invalid-tip .x-tip-body {
    padding:2px;
}
#CQ .x-form-invalid-tip .x-tip-body {
    padding-left:24px;
    background:transparent url(default/ext/form/exclamation.gif) no-repeat 2px 2px;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-menu {
	border: 1px solid #718bb7;
	z-index: 15000;
	zoom: 1;
	background: #f0f0f0 url(default/ext/menu/menu.gif) repeat-y;
	padding: 2px;
}
#CQ .x-menu a {
    text-decoration: none !important;
}
.ext-ie #CQ .x-menu {
    zoom:1;
    overflow:hidden;
}
#CQ .x-menu-list{
	background:transparent;
	border:0 none;
}
#CQ .x-menu li{
	line-height:100%;
}
#CQ .x-menu li.x-menu-sep-li{
	font-size:1px;
	line-height:1px;
}
#CQ .x-menu-list-item{
	font:normal 11px tahoma,arial, sans-serif;
    white-space: nowrap;
    -moz-user-select: none;
	-khtml-user-select: none;
	display:block;
	padding:1px;
}
#CQ .x-menu-item-arrow{
	background:transparent url(default/ext/menu/menu-parent.gif) no-repeat right;
}
#CQ .x-menu-sep {
	display:block;
	font-size:1px;
	line-height:1px;
	margin: 2px 3px;
    background-color:#e0e0e0;
	border-bottom:1px solid #fff;
    overflow:hidden;
}
#CQ .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: text;
    -khtml-user-select: text;
    overflow:hidden;
    display:block;
}
#CQ .x-menu a.x-menu-item {
	display:block;
	line-height:16px;
	padding:3px 21px 3px 3px;
	white-space: nowrap;
	text-decoration:none;
	color:#222;
	-moz-outline: 0 none;
	outline: 0 none;
	cursor:pointer;
}
#CQ .x-menu-item-active {
	background: #ebf3fd url(default/ext/menu/item-over.gif) repeat-x left bottom;
	border:1px solid #aaccf6;
	padding: 0;
}
#CQ .x-menu-item-active a.x-menu-item {
    color: #233d6d;
}

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

#CQ .x-menu-check-item .x-menu-item-icon{
	background: transparent url(default/ext/menu/unchecked.gif) no-repeat center;
}

#CQ .x-menu-item-checked .x-menu-item-icon{
	background-image:url(default/ext/menu/checked.gif);
}
#CQ .x-menu-group-item .x-menu-item-icon{
	background: transparent;
}

#CQ .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
    background: transparent url(default/ext/menu/group-checked.gif) no-repeat center;
}

#CQ .x-menu-plain {
	background:#fff !important;
}
#CQ .x-menu-date-item{
	padding:0;
}

#CQ .x-menu .x-color-palette, #CQ .x-menu .x-date-picker{
    margin-left: 26px;
	 margin-right:4px;
}
#CQ .x-menu .x-date-picker{
    border:1px solid #a3bad9;
    margin-top:2px;
    margin-bottom:2px;
}
#CQ .x-menu-plain .x-color-palette, #CQ .x-menu-plain .x-date-picker{
	 margin: 0;
	 border: 0 none;
}
#CQ .x-date-menu {
   padding:0 !important;
}

#CQ .x-cycle-menu .x-menu-item-checked {
    border:1px dotted #a3bae9 !important;
    background:#DFE8F6;
	padding:0;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

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

#CQ .x-box-tl {
	background: transparent url(default/ext/box/corners.gif) no-repeat 0 0;
    zoom:1;
}

#CQ .x-box-tc {
	height: 8px;
	background: transparent url(default/ext/box/tb.gif) repeat-x 0 0;
	overflow: hidden;
}

#CQ .x-box-tr {
	background: transparent url(default/ext/box/corners.gif) no-repeat right -8px;
}

#CQ .x-box-ml {
	background: transparent url(default/ext/box/l.gif) repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
    zoom:1;
}

#CQ .x-box-mc {
	background: #eee url(default/ext/box/tb.gif) repeat-x 0 -16px;
	padding: 4px 10px;
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
	font-size: 12px;
}

#CQ .x-box-mc h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
    zoom:1;
}

#CQ .x-box-mr {
	background: transparent url(default/ext/box/r.gif) repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}

#CQ .x-box-bl {
	background: transparent url(default/ext/box/corners.gif) no-repeat 0 -16px;
    zoom:1;
}

#CQ .x-box-bc {
	background: transparent url(default/ext/box/tb.gif) repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

#CQ .x-box-br {
	background: transparent url(default/ext/box/corners.gif) no-repeat right -24px;
}

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

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

#CQ .x-box-blue .x-box-bl, #CQ .x-box-blue .x-box-br, #CQ .x-box-blue .x-box-tl, #CQ .x-box-blue .x-box-tr {
	background-image: url(default/ext/box/corners-blue.gif);
}

#CQ .x-box-blue .x-box-bc, #CQ .x-box-blue .x-box-mc, #CQ .x-box-blue .x-box-tc {
	background-image: url(default/ext/box/tb-blue.gif);
}

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

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

#CQ .x-box-blue .x-box-ml {
	background-image: url(default/ext/box/l-blue.gif);
}

#CQ .x-box-blue .x-box-mr {
	background-image: url(default/ext/box/r-blue.gif);
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ #x-debug-browser .x-tree .x-tree-node a span {
    color:#222297;
    font-size:11px;
    padding-top:2px;
    font-family:"monotype","courier new",sans-serif;
    line-height:18px;
}
#CQ #x-debug-browser .x-tree a i {
    color:#FF4545;
    font-style:normal;
}
#CQ #x-debug-browser .x-tree a em {
    color:#999;
}
#CQ #x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{
    background:#c3daf9;
}
#CQ #x-debug-browser  .x-tool-toggle {
    background-position:0 -75px;
}
#CQ #x-debug-browser  .x-tool-toggle-over {
    background-position:-15px -75px;
}
#CQ #x-debug-browser.x-panel-collapsed .x-tool-toggle {
    background-position:0 -60px;
}
#CQ #x-debug-browser.x-panel-collapsed .x-tool-toggle-over {
    background-position:-15px -60px;
}
/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-combo-list {
    border:1px solid #98c0f4;
    background:#ddecfe;
    zoom:1;
    overflow:hidden;
}
#CQ .x-combo-list-inner {
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow-x:hidden;
}
#CQ .x-combo-list-hd {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
    background-image: url(default/ext/layout/panel-title-light-bg.gif);
    border-bottom:1px solid #98c0f4;
    padding:3px;
}
#CQ .x-resizable-pinned .x-combo-list-inner {
    border-bottom:1px solid #98c0f4;
}
#CQ .x-combo-list-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
#CQ .x-combo-list .x-combo-selected{
	border:1px dotted #a3bae9 !important;
    background:#DFE8F6;
    cursor:pointer;
}
#CQ .x-combo-noedit{
    cursor:pointer;
}
#CQ .x-combo-list .x-toolbar {
    border-top:1px solid #98c0f4;
    border-bottom:0 none;
}

#CQ .x-combo-list-small .x-combo-list-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-panel {
    border-style: solid;
    border-color: #99bbe8;
    border-width:0;
}

#CQ .x-panel-header {
    overflow:hidden;
    zoom:1;
    color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
    padding:5px 3px 4px 5px;
    border:1px solid #99bbe8;
    line-height: 15px;
    background: transparent url(default/ext/panel/white-top-bottom.gif) repeat-x 0 -1px;
}

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

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


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

#CQ .x-panel-tbar-noheader .x-toolbar, #CQ .x-panel-mc .x-panel-tbar .x-toolbar {
    border-top:1px solid #99bbe8;
    border-bottom: 0 none;
}
#CQ .x-panel-body-noheader, #CQ .x-panel-mc .x-panel-body {
    border-top:1px solid #99bbe8;
}
#CQ .x-panel-header {
    overflow:hidden;
    zoom:1;
}
#CQ .x-panel-tl .x-panel-header {
    color:#15428b;
	 font:bold 11px tahoma,arial,verdana,sans-serif;
    padding:5px 0 4px 0;
    border:0 none;
    background:transparent;
}
#CQ .x-panel-tl .x-panel-icon, #CQ .x-window-tl .x-panel-icon {
    padding-left:20px !important;
    background-repeat:no-repeat;
    background-position:0 4px;
    zoom:1;
}
#CQ .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;
}
#CQ .x-panel-tc {
	background: transparent url(default/ext/panel/top-bottom.gif) repeat-x 0 0;
	overflow:hidden;
}
/* fix ie7 strict mode bug */
.ext-strict .ext-ie7 #CQ .x-panel-tc {
    overflow: visible;
}
#CQ .x-panel-tl {
	background: transparent url(default/ext/panel/corners-sprite.gif) no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    border-bottom:1px solid #99bbe8;
}
#CQ .x-panel-tr {
	background: transparent url(default/ext/panel/corners-sprite.gif) no-repeat right 0;
	zoom:1;
    padding-right:6px;
}
#CQ .x-panel-bc {
	background: transparent url(default/ext/panel/top-bottom.gif) repeat-x 0 bottom;
    zoom:1;
}
#CQ .x-panel-bc .x-panel-footer {
    zoom:1;
}

#CQ .x-panel-bl {
	background: transparent url(default/ext/panel/corners-sprite.gif) no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}
#CQ .x-panel-br {
	background: transparent url(default/ext/panel/corners-sprite.gif) no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}
#CQ .x-panel-mc {
    border:0 none;
    padding:0;
    margin:0;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    padding-top:6px;
    background:#dfe8f6;
}
#CQ .x-panel-mc .x-panel-body {
    background:transparent;
    border: 0 none;
}
#CQ .x-panel-ml {
	background: #fff url(default/ext/panel/left-right.gif) repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}
#CQ .x-panel-mr {
	background: transparent url(default/ext/panel/left-right.gif) repeat-y right 0;
	padding-right:6px;
    zoom:1;
}
#CQ .x-panel-bc .x-panel-footer {
    padding-bottom:6px;
}
#CQ .x-panel-nofooter .x-panel-bc, #CQ .x-panel-nofooter .x-window-bc {
	height:6px;
    font-size:0;
    line-height:0;
}

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

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

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

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

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

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

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

#CQ .x-plain {
    overflow:hidden;
}

/* Tools */
#CQ .x-tool {
    overflow:hidden;
    width:15px;
    height:15px;
    float:right;
    cursor:pointer;
    background:transparent url(default/ext/panel/tool-sprites.gif) no-repeat;
    margin-left:2px;
}

/* expand / collapse tools */
#CQ .x-tool-toggle {
    background-position:0 -60px;
}
#CQ .x-tool-toggle-over {
    background-position:-15px -60px;
}
#CQ .x-panel-collapsed .x-tool-toggle {
    background-position:0 -75px;
}
#CQ .x-panel-collapsed .x-tool-toggle-over {
    background-position:-15px -75px;
}

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

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

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

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

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

#CQ .x-tool-pin {
    background-position:0 -135px;
}
#CQ .x-tool-pin-over {
    background-position:-15px -135px;
}
#CQ .x-tool-unpin {
    background-position:0 -150px;
}
#CQ .x-tool-unpin-over {
    background-position:-15px -150px;
}
#CQ .x-tool-right {
    background-position:0 -165px;
}
#CQ .x-tool-right-over {
    background-position:-15px -165px;
}
#CQ .x-tool-left {
    background-position:0 -180px;
}
#CQ .x-tool-left-over {
    background-position:-15px -180px;
}
#CQ .x-tool-up {
    background-position:0 -210px;
}
#CQ .x-tool-up-over {
    background-position:-15px -210px;
}
#CQ .x-tool-down {
    background-position:0 -195px;
}
#CQ .x-tool-down-over {
    background-position:-15px -195px;
}
#CQ .x-tool-refresh {
    background-position:0 -225px;
}
#CQ .x-tool-refresh-over {
    background-position:-15px -225px;
}

#CQ .x-tool-minus {
    background-position:0 -255px;
}
#CQ .x-tool-minus-over {
    background-position:-15px -255px;
}
#CQ .x-tool-plus {
    background-position:0 -240px;
}
#CQ .x-tool-plus-over {
    background-position:-15px -240px;
}

#CQ .x-tool-search {
    background-position:0 -270px;
}
#CQ .x-tool-search-over {
    background-position:-15px -270px;
}
#CQ .x-tool-save {
    background-position:0 -285px;
}
#CQ .x-tool-save-over {
    background-position:-15px -285px;
}
#CQ .x-tool-help {
    background-position:0 -300px;
}
#CQ .x-tool-help-over {
    background-position:-15px -300px;
}
#CQ .x-tool-print {
    background-position:0 -315px;
}
#CQ .x-tool-print-over {
    background-position:-15px -315px;
}

/* Ghosting */
#CQ .x-panel-ghost {
    background:#cbddf3;
    z-index:12000;
    overflow:hidden;
    position:absolute;
    left:0;top:0;
    opacity:.65;
    -moz-opacity:.65;
    filter:alpha(opacity=65);
}

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

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

#CQ .x-panel-dd-spacer {
    border:2px dashed #99bbe8;
}
/* Buttons */

#CQ .x-panel-btns-ct {
    padding:5px;
}

#CQ .x-panel-btns-ct .x-btn{
	float:right;
	clear:none;
}
#CQ .x-panel-btns-ct .x-panel-btns td {
	border:0;
	padding:0;
}
#CQ .x-panel-btns-ct .x-panel-btns-right table{
	float:right;
	clear:none;
}
#CQ .x-panel-btns-ct .x-panel-btns-left table{
	float:left;
	clear:none;
}
#CQ .x-panel-btns-ct .x-panel-btns-center{
	text-align:center; /*ie*/
}
#CQ .x-panel-btns-ct .x-panel-btns-center table{
	margin:0 auto; /*everyone else*/
}
#CQ .x-panel-btns-ct table td.x-panel-btn-td{
	padding:3px;
}

#CQ .x-panel-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}
#CQ .x-panel-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}
#CQ .x-panel-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

#CQ .x-panel-btns-ct .x-btn-over .x-btn-left{
	background-position:0 -63px;
}
#CQ .x-panel-btns-ct .x-btn-over .x-btn-right{
	background-position:0 -84px;
}
#CQ .x-panel-btns-ct .x-btn-over .x-btn-center{
	background-position:0 -105px;
}

#CQ .x-panel-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}
#CQ .x-panel-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}
#CQ .x-panel-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-window {
    zoom:1;
}
#CQ .x-window .x-resizable-handle {
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
}

#CQ .x-window-proxy {
    background:#C7DFFC;
    border:1px solid #99bbe8;
    z-index:12000;
    overflow:hidden;
    position:absolute;
    left:0;top:0;
    display:none;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
}

#CQ .x-window-header {
    overflow:hidden;
    zoom:1;
}
#CQ .x-window-bwrap {
    z-index:1;
    position:relative;
    zoom:1;
    left:0;top:0;
}
#CQ .x-window-tl .x-window-header {
    color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
    padding:5px 0 4px 0;
}
#CQ .x-window-header-text {
    cursor:pointer;
}
#CQ .x-window-tc {
	background: transparent url(default/ext/window/top-bottom.png) repeat-x 0 0;
	overflow:hidden;
    zoom:1;
}
#CQ .x-window-tl {
	background: transparent url(default/ext/window/left-corners.png) no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    z-index:1;
    position:relative;
}
#CQ .x-window-tr {
	background: transparent url(default/ext/window/right-corners.png) no-repeat right 0;
	padding-right:6px;
}
#CQ .x-window-bc {
	background: transparent url(default/ext/window/top-bottom.png) repeat-x 0 bottom;
    zoom:1;
}
#CQ .x-window-bc .x-window-footer {
    padding-bottom:6px;
    zoom:1;
    font-size:0;
    line-height:0;
}
#CQ .x-window-bl {
	background: transparent url(default/ext/window/left-corners.png) no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}
#CQ .x-window-br {
	background: transparent url(default/ext/window/right-corners.png) no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}
#CQ .x-window-mc {
    border:1px solid #99bbe8;
    padding:0;
    margin:0;
    font: normal 11px tahoma,arial,helvetica,sans-serif;
    background:#dfe8f6;
}


#CQ .x-window-ml {
	background: transparent url(default/ext/window/left-right.png) repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}
#CQ .x-window-mr {
	background: transparent url(default/ext/window/left-right.png) repeat-y right 0;
	padding-right:6px;
    zoom:1;
}
#CQ .x-window-body {
    overflow:hidden;
}
#CQ .x-window-bwrap {
    overflow:hidden;
}
#CQ .x-window-maximized .x-window-bl, #CQ .x-window-maximized .x-window-br,
#CQ .x-window-maximized .x-window-ml, #CQ .x-window-maximized .x-window-mr,
#CQ .x-window-maximized .x-window-tl, #CQ .x-window-maximized .x-window-tr {
    padding:0;
}
#CQ .x-window-maximized .x-window-footer {
    padding-bottom:0;
}
#CQ .x-window-maximized .x-window-tc {
    padding-left:3px;
    padding-right:3px;
    background-color:white;
}
#CQ .x-window-maximized .x-window-mc {
    border-left:0 none;
    border-right:0 none;
}
#CQ .x-window-tbar .x-toolbar, #CQ .x-window-bbar .x-toolbar {
    border-left:0 none;
    border-right: 0 none;
}
#CQ .x-window-bbar .x-toolbar {
    border-top:1px solid #99bbe8;
    border-bottom:0 none;
}
#CQ .x-window-draggable, #CQ .x-window-draggable .x-window-header-text {
    cursor:move;
}
#CQ .x-window-maximized .x-window-draggable, #CQ .x-window-maximized .x-window-draggable .x-window-header-text {
    cursor:default;
}
#CQ .x-window-body {
    background:transparent;
}
#CQ .x-panel-ghost .x-window-tl {
    border-bottom:1px solid #99bbe8;
}
#CQ .x-panel-collapsed .x-window-tl {
    border-bottom:1px solid #84a0c4;
}
#CQ .x-window-maximized-ct {
    overflow:hidden;
}
#CQ .x-window-maximized .x-resizable-handle {
    display:none;
}
#CQ .x-window-sizing-ghost ul {
    border:0 none !important;
}


#CQ .x-dlg-focus{
	-moz-outline:0 none;
	outline:0 none;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
#CQ .x-dlg-mask{
	z-index:10000;
   display:none;
   position:absolute;
   top:0;
   left:0;
   -moz-opacity: 0.5;
   opacity:.50;
   filter: alpha(opacity=50);
   background-color:#CCC;
}

body.ext-ie6.x-body-masked select {
	visibility:hidden;
}
body.ext-ie6.x-body-masked .x-window select {
	visibility:visible;
}

#CQ .x-window-plain .x-window-mc {
    background: #CAD9EC;
    border-right:1px solid #DFE8F6;
    border-bottom:1px solid #DFE8F6;
    border-top:1px solid #a3bae9;
    border-left:1px solid #a3bae9;
}

#CQ .x-window-plain .x-window-body {
    border-left:1px solid #DFE8F6;
    border-top:1px solid #DFE8F6;
    border-bottom:1px solid #a3bae9;
    border-right:1px solid #a3bae9;
    background:transparent !important;
}

#CQ body.x-body-masked .x-window-plain .x-window-mc {
    background: #C7D6E9;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-html-editor-wrap {
    border:1px solid #a9bfd3;
    background:white;
}
#CQ .x-html-editor-tb .x-btn-text {
    background:transparent url(default/ext/editor/tb-sprite.gif) no-repeat;
}
#CQ .x-html-editor-tb .x-edit-bold .x-btn-text {
    background-position:0 0;
}
#CQ .x-html-editor-tb .x-edit-italic .x-btn-text {
    background-position:-16px 0;
}
#CQ .x-html-editor-tb .x-edit-underline .x-btn-text {
    background-position:-32px 0;
}
#CQ .x-html-editor-tb .x-edit-forecolor .x-btn-text {
    background-position:-160px 0;
}
#CQ .x-html-editor-tb .x-edit-backcolor .x-btn-text {
    background-position:-176px 0;
}
#CQ .x-html-editor-tb .x-edit-justifyleft .x-btn-text {
    background-position:-112px 0;
}
#CQ .x-html-editor-tb .x-edit-justifycenter .x-btn-text {
    background-position:-128px 0;
}
#CQ .x-html-editor-tb .x-edit-justifyright .x-btn-text {
    background-position:-144px 0;
}
#CQ .x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
    background-position:-80px 0;
}
#CQ .x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
    background-position:-96px 0;
}
#CQ .x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
    background-position:-48px 0;
}
#CQ .x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
    background-position:-64px 0;
}
#CQ .x-html-editor-tb .x-edit-sourceedit .x-btn-text {
    background-position:-192px 0;
}
#CQ .x-html-editor-tb .x-edit-createlink .x-btn-text {
    background-position:-208px 0;
}

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

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

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */


/*
 * FileUploadField component styles
 */
#CQ .x-form-file-wrap {
    position: relative;
    height: 22px;
}
#CQ .x-form-file-wrap .x-form-file {
    position: absolute;
    right: 0;
    -moz-opacity: 0;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    height: 22px;
}
#CQ .x-form-file-wrap .x-form-file-btn {
    position: absolute;
    right: 0;
    z-index: 1;
}
#CQ .x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}
/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

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

#CQ .x-panel-noborder .x-panel-header-noborder {
    border-width:0;
    border-bottom:1px solid #99bbe8;
}

#CQ .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
    border-width:0;
    border-bottom:1px solid #99bbe8;
}

#CQ .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
    border-width:0;
    border-top:1px solid #99bbe8;
}

#CQ .x-window-noborder .x-window-mc {
    border-width:0;
}

#CQ .x-window-plain .x-window-body-noborder {
    border-width:0;
}

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

#CQ .x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
}

#CQ .x-tab-panel-noborder .x-tab-panel-footer-noborder {
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
}


#CQ .x-tab-panel-bbar-noborder .x-toolbar {
    border-width:0;
    border-top:1px solid #99bbe8;
}

#CQ .x-tab-panel-tbar-noborder .x-toolbar {
    border-width:0;
    border-bottom:1px solid #99bbe8;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-border-layout-ct {
    background:#dfe8f6;
}
#CQ .x-border-panel {
    position:absolute;
    left:0;
    top:0;
}

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

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

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

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


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

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

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

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

#CQ .x-tool-expand-north, #CQ .x-tool-expand-south {
    float:right;
    margin:3px;
}
#CQ .x-tool-expand-east, #CQ .x-tool-expand-west {
    float:none;
    margin:3px auto;
}



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

#CQ .x-accordion-hd {
	color:#222;
	padding-top:4px;
	padding-bottom:3px;
	border-top:0 none;
    font-weight:normal;
    background: transparent url(default/ext/panel/light-hd.gif) repeat-x 0 -9px;
}

#CQ .x-layout-collapsed{
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
    background-color:#d2e0f2;
    width:20px;
    height:20px;
    overflow:hidden;
	border:1px solid #98c0f4;
	z-index:20;
}
.ext-border-box #CQ .x-layout-collapsed{
    width:22px;
    height:22px;
}
#CQ .x-layout-collapsed-over{
    cursor:pointer;
	 background-color:#d9e8fb;
}
#CQ .x-layout-collapsed-west .x-layout-collapsed-tools, #CQ .x-layout-collapsed-east .x-layout-collapsed-tools{
	position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
}


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

/* IE6 strict won't drag w/out a color */
.ext-strict .ext-ie6 #CQ .x-layout-split{
    background-color: #fff !important;
    filter: alpha(opacity=1);
}

#CQ .x-layout-split-h{
    background-image:url(default/ext/s.gif);
    background-position: left;
}
#CQ .x-layout-split-v{
    background-image:url(default/ext/s.gif);
    background-position: top;
}

#CQ .x-column-layout-ct {
    overflow:hidden;
    /*padding:3px 3px 3px 3px;*/
    zoom:1;
}

#CQ .x-column {
    float:left;
    padding:0;
    margin:0;
    overflow:hidden;
    zoom:1;
    /*margin:3px;*/
}

/* mini mode */

#CQ .x-layout-mini {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:5px;
    height:35px;
    cursor:pointer;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
}
#CQ .x-layout-mini-over, #CQ .x-layout-collapsed-over .x-layout-mini{
    opacity:1;
    -moz-opacity:1;
    filter:none;
}

#CQ .x-layout-split-west .x-layout-mini {
    top:48%;
    background-image:url(default/ext/layout/mini-left.gif);
}
#CQ .x-layout-split-east .x-layout-mini {
    top:48%;
    background-image:url(default/ext/layout/mini-right.gif);
}
#CQ .x-layout-split-north .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
    background-image:url(default/ext/layout/mini-top.gif);
}
#CQ .x-layout-split-south .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
    background-image:url(default/ext/layout/mini-bottom.gif);
}


#CQ .x-layout-cmini-west .x-layout-mini {
    top:48%;
    background-image:url(default/ext/layout/mini-right.gif);
}

#CQ .x-layout-cmini-east .x-layout-mini {
    top:48%;
    background-image:url(default/ext/layout/mini-left.gif);
}

#CQ .x-layout-cmini-north .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
    background-image:url(default/ext/layout/mini-bottom.gif);
}

#CQ .x-layout-cmini-south .x-layout-mini {
    left:48%;
    height:5px;
    width:35px;
    background-image:url(default/ext/layout/mini-top.gif);
}

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

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

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

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

.ext-ie #CQ input.x-abs-layout-item, .ext-ie #CQ textarea.x-abs-layout-item {
    margin:0;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-progress-wrap {
    border:1px solid #6593cf;
    overflow:hidden;
}
#CQ .x-progress-inner {
    height:18px;
    background: #e0e8f3 url(default/ext/qtip/bg.gif) repeat-x;
    position:relative;
}
#CQ .x-progress-bar {
    height:18px;
    float:left;
    width:0;
    background:#9CBFEE url(default/ext/progress/progress-bg.gif ) repeat-x left center;
    border-top:1px solid #D1E4FD;
    border-bottom:1px solid #7FA9E4;
    border-right:1px solid #7FA9E4;
}
#CQ .x-progress-text {
    font-size:11px;
    font-weight:bold;
    color:#fff;
    padding:1px 5px;
    overflow:hidden;
    position:absolute;
    left:0;
    text-align:center;
}
#CQ .x-progress-text-back {
    color:#396095;
    line-height:16px;
}
.ext-ie #CQ .x-progress-text-back {
    line-height:15px;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

#CQ .x-window-dlg .x-window-body {
    border:0 none !important;
    padding:5px 10px;
    overflow:hidden !important;
}
#CQ .x-window-dlg .x-window-mc {
    border:0 none !important;
}
#CQ .x-window-dlg .ext-mb-text,
#CQ .x-window-dlg .x-window-header-text {
    font-size:12px;
}
#CQ .x-window-dlg .ext-mb-input {
    margin-top:4px;
    width:95%;
}
#CQ .x-window-dlg .ext-mb-textarea {
    margin-top:4px;
    font:normal 12px tahoma,arial,helvetica,sans-serif;
}
#CQ .x-window-dlg .x-progress-wrap {
    margin-top:4px;
}
.ext-ie #CQ .x-window-dlg .x-progress-wrap {
    margin-top:6px;
}
#CQ .x-window-dlg .x-msg-box-wait {
    background: transparent url(default/ext/grid/loading.gif) no-repeat left;
    display:block;
    width:300px;
    padding-left:18px;
    line-height:18px;
}
#CQ .x-window-dlg .ext-mb-icon {
    float:left;
    width:47px;
    height:32px;
}
#CQ .x-window-dlg .ext-mb-icon {
    float:left;
    width:47px;
    height:32px;
}
.ext-ie #CQ .x-window-dlg .ext-mb-icon {
    width:44px; /* 3px IE margin issue */
}
#CQ .x-window-dlg .ext-mb-info {
    background:transparent url(default/ext/window/icon-info.gif) no-repeat top left;
}
#CQ .x-window-dlg .ext-mb-warning {
    background:transparent url(default/ext/window/icon-warning.gif) no-repeat top left;
}
#CQ .x-window-dlg .ext-mb-question {
    background:transparent url(default/ext/window/icon-question.gif) no-repeat top left;
}
#CQ .x-window-dlg .ext-mb-error {
    background:transparent url(default/ext/window/icon-error.gif) no-repeat top left;
}
.ext-gecko2 #CQ .ext-mb-fix-cursor {
    overflow:auto;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */

/* Shared styles */
#CQ .x-slider {
    zoom:1;
}
#CQ .x-slider-inner {
    position:relative;
    left:0;
    top:0;
    overflow:visible;
    zoom:1;
}
#CQ .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: text;
    -khtml-user-select: text;
}

/* Horizontal styles */
#CQ .x-slider-horz {
    padding-left:7px;
    background:transparent url(default/ext/slider/slider-bg.png) no-repeat 0 -22px;
}
#CQ .x-slider-horz .x-slider-end {
    padding-right:7px;
    zoom:1;
    background:transparent url(default/ext/slider/slider-bg.png) no-repeat right -44px;
}
#CQ .x-slider-horz .x-slider-inner {
    background:transparent url(default/ext/slider/slider-bg.png) repeat-x 0 0;
    height:22px;
}
#CQ .x-slider-horz .x-slider-thumb {
    width:14px;
    height:15px;
    position:absolute;
    left:0;
    top:3px;
    background:transparent url(default/ext/slider/slider-thumb.png) no-repeat 0 0;
}
#CQ .x-slider-horz .x-slider-thumb-over {
    background-position: -14px -15px;
}
#CQ .x-slider-horz .x-slider-thumb-drag {
    background-position: -28px -30px;
}

/* Vertical styles */
#CQ .x-slider-vert {
    padding-top:7px;
    background:transparent url(default/ext/slider/slider-v-bg.png) no-repeat -44px 0;
    width:22px;
}
#CQ .x-slider-vert .x-slider-end {
    padding-bottom:7px;
    zoom:1;
    background:transparent url(default/ext/slider/slider-v-bg.png) no-repeat -22px bottom;
}
#CQ .x-slider-vert .x-slider-inner {
    background:transparent url(default/ext/slider/slider-v-bg.png) repeat-y 0 0;
}
#CQ .x-slider-vert .x-slider-thumb {
    width:15px;
    height:14px;
    position:absolute;
    left:3px;
    bottom:0;
    background:transparent url(default/ext/slider/slider-v-thumb.png) no-repeat 0 0;
}
#CQ .x-slider-vert .x-slider-thumb-over {
    background-position: -15px -14px;
}
#CQ .x-slider-vert .x-slider-thumb-drag {
    background-position: -30px -28px;
}

/*
 * Copyright 1997-2008 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.
 */
/*
 * Copyright 1997-2008 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.
 */


#CQ ul.x-tab-strip li {
    list-style-type:none;
}
/*
 * Copyright 1997-2008 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.
 */

#CQ .x-form-field,
.ext-gecko #CQ .x-window-body .x-form-item {
    overflow:hidden;
}

#CQ textarea.x-form-field {
    overflow:auto;
}

#CQ .x-form-item label .sub-label {
    color: #8F8F8F;
	font-size:11px;
}

#CQ .x-form-item-description {
	color: #8F8F8F;
    font-size:11px;
    margin-top:5px;
    margin-bottom:8px;
    padding-right:5%;
}

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

/* Spinner styling */

#CQ .x-form-spinner-proxy{
    /*background-color:#ff00cc;*/
}
#CQ .x-form-field-wrap .x-form-spinner-trigger {
    background:transparent url(default/ext/form/spinner-trigger.gif) no-repeat 0 0;
}

#CQ .x-form-field-wrap .x-form-spinner-overup{
    background-position:-17px 0;
}
#CQ .x-form-field-wrap .x-form-spinner-clickup{
    background-position:-34px 0;
}
#CQ .x-form-field-wrap .x-form-spinner-overdown{
    background-position:-51px 0;
}
#CQ .x-form-field-wrap .x-form-spinner-clickdown{
    background-position:-68px 0;
}
#CQ .x-trigger-wrap-focus .x-form-spinner-trigger{
    background-position:-85px 0;
}
#CQ .x-trigger-wrap-focus .x-form-spinner-overup{
    background-position:-102px 0;
}
#CQ .x-trigger-wrap-focus .x-form-spinner-clickup{
    background-position:-119px 0;
}
#CQ .x-trigger-wrap-focus .x-form-spinner-overdown{
    background-position:-136px 0;
}
#CQ .x-trigger-wrap-focus .x-form-spinner-clickdown{
    background-position:-153px 0;
}
#CQ .x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}
#CQ .x-form-field-wrap .x-form-spinner-splitter {
    line-height:1px;
    font-size:1px;
    background:transparent url(default/ext/form/spinner-trigger.gif) no-repeat 0 0;
    position:absolute;
    cursor: n-resize;
}
#CQ .x-trigger-wrap-focus .x-form-spinner-splitter{
    background-position:-14px 0;
}


/* Empty field style */

#CQ .x-form-empty-field {
    color: lightgray;
}
/*
 * Copyright 1997-2008 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.
 */
 
 #CQ .x-toolbar .x-btn-with-menu .x-btn-center em {
    cursor:pointer;
}
/*
 * Copyright 1997-2008 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.
 */


#CQ .x-toolbar{
    padding:2px 0 1px 2px;
    border-width:0;
}
/*
 * Copyright 1997-2008 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.
 */

/*
 * Copyright 1997-2008 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.
 */


#CQ .x-grid3 div {
    cursor:default;
}


#CQ .x-grid3-col-name .x-grid3-col-name-empty {
    color:gray;
}

#CQ .x-grid3-row td {
    overflow: hidden;
}
/*
 * Copyright 1997-2008 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.
 */
/*
 * Copyright 1997-2008 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.
 */
#CQ .x-tree-node .x-tree-selected {
	background-color: #DFE8F6;
}

/*
 * Copyright 1997-2008 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.
 */
/*
 * Copyright 1997-2008 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.
 */

/*
 * Copyright 1997-2008 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.
 */
#CQ .x-menu-item-default {
    font-weight:bold;
}

/*
 * Copyright 1997-2008 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.
 */


#CQ .x-box-mc {
    font:normal 12px tahoma,verdana,helvetica;
}
/*
 * Copyright 1997-2008 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.
 */
/*
 * Copyright 1997-2008 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.
 */
/*
 * Copyright 1997-2008 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.
 */

#CQ .x-panel-header-text {
    color:#222;
    font-weight:normal;
    font-size:11px;
}

/*
 * Copyright 1997-2008 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.
 */


#CQ .x-window-header-text {
    color:#15428b;
    font-size:12px;
}



/*
 * Copyright 1997-2008 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.
 */

#CQ .x-html-editor-wrap {
    overflow:hidden;
}
/*
 * Copyright 1997-2008 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.
 */
/*
 * Copyright 1997-2008 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.
 */

/*
 * Copyright 1997-2008 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.
 */

/*
 * Copyright 1997-2008 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.
 */
 
/* avoid color of span from current page to override message box body color */
#CQ .ext-mb-text {
    color: #000;
}
/*
 * Copyright 1997-2008 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 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */


.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    right:4px;
    top:10px;
    width:250px;
    z-index:20000;
}
.x-box-tl {
	background:transparent url(default/utils/Notification/corners.png) no-repeat 0 0;zoom:1;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/corners.png');*/
}
.x-box-tc {
	height:8px;
	background:transparent url(default/utils/Notification/tb.png) repeat-x 0 0;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/tb.png');*/
	overflow:hidden;
}
.x-box-tr {
	background:transparent url(default/utils/Notification/corners.png) no-repeat right -8px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/corners.png');*/
}
.x-box-ml {
	background:transparent url(default/utils/Notification/l.png) repeat-y 0;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/l.png');*/
	padding-left:4px;
	overflow:hidden;
	zoom:1;
}
.x-box-mc {
	background:#eee url(default/utils/Notification/tb.png) repeat-x 0 -16px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/tb.png');*/
	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;
	zoom:1;
}
.x-box-mr {
	background:transparent url(default/utils/Notification/r.png) repeat-y right;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/r.png');*/
	padding-right:4px;
	overflow:hidden;
}
.x-box-bl {
	background:transparent url(default/utils/Notification/corners.png) no-repeat 0 -16px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/corners.png');*/
	zoom:1;
}
.x-box-bc {
	background:transparent url(default/utils/Notification/tb.png) repeat-x 0 -8px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/tb.png');*/
	height:8px;
	overflow:hidden;
}
.x-box-br {
	background:transparent url(default/utils/Notification/corners.png) no-repeat right -24px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../util/Notification/corners.png');*/
}
.x-box-tl,.x-box-bl{
	padding-left:8px;overflow:hidden;
}
.x-box-tr,.x-box-br{
	padding-right:8px;overflow:hidden;
}
#CQ #cq-assetmetadataeditor-wrapper #cq-header {
    background:url('default/resources/damadmin_titlebar_bg.png');
}

/*
 * Copyright 1997-2008 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.
 */


/*
* Highlight
*/
#CQ .cq-highlight {
    background-color:#CCE0F5;
    position: absolute;
    padding: 1px;
    z-index: 8000;
    font-size:0;
    border:none;
}

#CQ .cq-highlight.left {
}

#CQ .cq-highlight.right {
}

#CQ .cq-highlight.top {
}

#CQ .cq-highlight.bottom {
}


/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-static {
    font-family: tahoma,arial,helvetica,sans-serif;;
    font-size: 12px;
}

#CQ .cq-static-small {
    font-size: 11px;
}

#CQ .cq-static-bold {
    font-weight:bold;
}

#CQ .cq-static-italic {
    font-style:italic;
}

#CQ .cq-static-topmargin {
    margin-top: 12px;
}

#CQ .cq-static-bottommargin {
    margin-bottom: 12px;
}

#CQ .cq-static-topmargin.cq-static-small {
    margin-top: 10px;
}

#CQ .cq-static-bottommargin.cq-static-small {
    display:block;
    margin-bottom: 8px;
}
#/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-header-toolbar{
    position:absolute;
}

#CQ .cq-header-toolbar .x-panel-body {
    background:transparent !important;
}

#CQ .cq-header-toolbar .x-toolbar {
    padding:0px;
}

#CQ #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 #cq-switcher .x-btn-left,
#CQ #cq-switcher .x-btn-right {
    background:none;
    height:0;
    width:0;
}

#CQ #cq-switcher .x-btn-center {
    width:26px;
    height:36px;
}

#CQ #cq-switcher .x-btn-over .x-btn-center {
    background: none;
}

#CQ #cq-switcher .x-btn {
    background-repeat: no-repeat;
}

#CQ #cq-switcher .cq-switcher-siteadmin {
    background-image: url(default/widgets/Switcher/act_siteadmin.png);
}

#CQ #cq-switcher .cq-switcher-siteadmin-inactive {
    background-image: url(default/widgets/Switcher/inact_siteadmin.png);
}

#CQ #cq-switcher .cq-switcher-damadmin {
    background-image: url(default/widgets/Switcher/act_damadmin.png);
}

#CQ #cq-switcher .cq-switcher-damadmin-inactive {
    background-image: url(default/widgets/Switcher/inact_damadmin.png);
}

#CQ #cq-switcher .cq-switcher-misc {
    background-image: url(default/widgets/Switcher/act_misc.png);
}

#CQ #cq-switcher .cq-switcher-misc-inactive {
    background-image: url(default/widgets/Switcher/inact_misc.png);
}

#CQ #cq-switcher .cq-switcher-useradmin {
    background-image: url(default/widgets/Switcher/act_useradmin.png);
}

#CQ #cq-switcher .cq-switcher-useradmin-inactive {
    background-image: url(default/widgets/Switcher/inact_useradmin.png);
}

#CQ #cq-switcher .cq-switcher-tagadmin {
    background-image: url(default/widgets/Switcher/act_tagadmin.png);
}

#CQ #cq-switcher .cq-switcher-tagadmin-inactive {
    background-image: url(default/widgets/Switcher/inact_tagadmin.png);
}

#CQ #cq-switcher .cq-switcher-workflowadmin {
    background-image: url(default/widgets/Switcher/act_workflow.png);
}

#CQ #cq-switcher .cq-switcher-workflowadmin-inactive {
    background-image: url(default/widgets/Switcher/inact_workflow.png);
}

#CQ #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
}
/*
 * Copyright 1997-2008 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.
 */
#CQ .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 .search-item strong {
    font-weight:bold;
}

#CQ .search-title {
    font-weight:bold;
    margin-bottom:4px;
    margin-left:60px;
}

#CQ .search-excerpt {
    font-style:italic;
    margin-left:60px;
}

#CQ .search-thumb {
    float:left;
    padding-right:10px;
}

#CQ .search-separator {
    clear:both;
}

#CQ .x-form-field-wrap .x-form-color-trigger {
    background:transparent url("default/widgets/form/ColorField/color-trigger.gif") no-repeat 0 0;
    cursor:pointer; 
}
/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-pathcompletion-list-name {
    display:block;
    width:87px;
    overflow:hidden;
    float:left;
    clear:left;
}


#CQ .cq-pathcompletion-list-title {
    font-size:10px;
    font-style:italic;
    display:block;
    padding-left:95px;
    padding-top:2px;
}

/*
 * Copyright 1997-2008 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.
 */


/* inline field extension */
#CQ .cq-inline-textfield {
    border: 1px solid transparent;
    cursor: text;
    background: transparent;
    overflow:hidden;
}
 
#CQ .cq-inline-textfield-disabled {
    color: #000000;
    cursor: text;
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}



/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-upload-border {
    border:dashed 2px #cccccc;
}

#CQ .cq-upload-hint {
    font-size: large;
    text-align: center;
    color: #bbc2cc;
}

#CQ .cq-file-placeholder {
    background: url("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 .cq-smartfile-invalid {
    background-color:#ffeeee !important;
}

/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-image-unprocessed {
    color: #880000;
    font-size: smaller;
    white-space: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

#CQ .cq-image-placeholder {
    background: url("default/placeholders/img.png" ) no-repeat scroll 50% 50%;
    width: 74px;
    height: 74px;
}

#CQ .cq-image-canvas {
    background-color: #ffffff
}

#CQ .cq-image-icon-clear {
    background: url("default/icons/16x16/clear.png" ) left no-repeat !important;
}

#CQ .cq-image-icon-rotate {
    background: url("default/icons/16x16/rotate.png" ) left no-repeat !important;
}

/* Tool icon */
#CQ .cq-image-icon-crop {
    background: url("default/icons/16x16/crop.png" ) left no-repeat !important;
}

/* Ratio selection */
#CQ .cq-crop-ratio {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}


/* Canvas holding image and selector */
#CQ .cq-crop-canvas {
    background-color:#000000;
    position:relative;
    top: 0;
    left: 0;
    overflow:auto;
    -moz-user-select:none;
}


/* Inverted canvas */
#CQ .cq-crop-canvas-inverted {
    background-color:#FFFFFF;
}


/* Image */
#CQ .cq-crop-image {
    width:auto; /* required for IE */
    height:auto; /* required for IE */
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-user-select:none;
}


/* Selector */
#CQ .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 .cq-crop-selector-inverted {
    border-color:#000000;
}


/* Resizer */
#CQ .cq-crop-resizer {
    background:#FFFFFF url("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 .cq-image-icon-map {
    background: url("default/icons/16x16/map.png" ) left no-repeat !important;
}

/* Canvas holding image and areas */
#CQ .cq-map-canvas {
    background-color: #000000;
    overflow: auto;
    -moz-user-select: none;
}


#CQ .cq-map-tools {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}


#CQ .cq-map-areaeditor {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}


#CQ .cq-map-areaeditor-fieldlabel {
    font-size: 10px;
}


#CQ .cq-map-areaeditor-text {
    font-size: 10px;
    height: 14px !important;
    padding-top: 0 !important;
}
/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-slideshow-imgpnl {
    border:solid 1px #cccccc;
    margin-bottom: 5px;
}
/*
 * Copyright 1997-2008 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.
 */

#CQ .x-html-editor-tb .x-edit-modifylink .x-btn-text {
    background-position:-208px 0;
}

#CQ .x-html-editor-tb .x-edit-unlink .x-btn-text {
    background: url(default/icons/16x16/unlink.png) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-anchor .x-btn-text {
    background: url(default/icons/16x16/anchor.png) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-specialchars .x-btn-text {
    background: url("default/icons/16x16/special_chars.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-subscript .x-btn-text {
    background: url("default/icons/16x16/subscript.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-superscript .x-btn-text {
    background: url("default/icons/16x16/superscript.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-indent .x-btn-text {
    background: url("default/icons/16x16/indent.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-outdent .x-btn-text {
    background: url("default/icons/16x16/outdent.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-cut .x-btn-text {
    background: url("default/icons/16x16/cut.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-copy .x-btn-text {
    background: url("default/icons/16x16/copy.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-paste-default .x-btn-text {
    background: url("default/icons/16x16/paste-default.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-paste-plaintext .x-btn-text {
    background: url("default/icons/16x16/paste-plaintext.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-paste-wordhtml .x-btn-text {
    background: url("default/icons/16x16/paste-word.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-table .x-btn-text {
    background: url("default/icons/16x16/table.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-find .x-btn-text {
    background: url("default/icons/16x16/find.png" ) center no-repeat;
}

#CQ .x-html-editor-tb .x-edit-replace .x-btn-text {
    background: url("default/icons/16x16/replace.png" ) center no-repeat;
}

#CQ .cq-rte-linkdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

#CQ .cq-rte-anchordialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

#CQ .x-html-editor-wrap .x-form-invalid {
    background-color:red;
    opacity:0.1;
    filter:alpha(opacity=10);
}

#CQ .cq-rte-tablepropsdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

#CQ .cq-rte-cellpropsdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

#CQ .cq-rte-findreplacedialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

#CQ .cq-rte-specialcharsdialog {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

#CQ .cq-rte-scd-table {
    font-family: sans-serif;
    font-size: 12px;
}

#CQ .cq-rte-scd-cell {
    border: #dddddd solid 1px;
    width: 16px;
    height: 18px;
    text-align: center;
    cursor: default;
}

#CQ .cq-rte-scd-cell-over {
    border-color: #000000;
    background-color: #ffffdd;
}

#CQ .cq-rte-scd-magnify {
    font-family: sans-serif;
    font-size: 36px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: #000000 solid 1px;
    cursor: default;
}

/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-sif-widthinput {
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
}

#CQ .cq-sif-heightinput {
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
}
/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-suggestions DIV {
}

#CQ .cq-suggestions .x-combo-list-item {
    font-size:11px;
}

#CQ .cq-suggestions DIV {
    /*padding:0 2px 0 12px;*/
}

#CQ .cq-suggestions DIV.name,
#CQ .cq-suggestions DIV.title,
#CQ .cq-suggestions DIV.nav {
    float:left;
    overflow:hidden;
    height:20px;
    padding-top:3px;
    padding-left:20px;
}

#CQ .cq-suggestions DIV.name {
    padding-left:22px;
    width:80px;

    /* do not use background (single style): -> sets bgcolor to transparent which overrides the selected bgcolor */
    background-repeat:no-repeat;
    background-position:3px 2px;
}
#CQ .cq-suggestions DIV.title {
    width:140px;
}
#CQ .cq-suggestions DIV.nav {
    width:20px;
}


#CQ .cq-suggestions DIV.folder,
#CQ .cq-suggestions DIV.unstructured {
    background-image: url(default/icons/16x16/folder.png);
}

#CQ .cq-suggestions DIV.page {
    background-image: url(default/icons/16x16/page.png);
}

#CQ .cq-suggestions DIV.tag {
    background-image: url(default/icons/16x16/tag.png);
}

/*
 * Copyright 1997-2008 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.
 */

#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;
}

/*
 * Copyright 1997-2008 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.
 */


/* show sidekick titlebar */
#CQ .cq-sidekick .x-window-header {
    background:url(default/widgets/wcm/Sidekick/titlebar_bg.png) 0 6px no-repeat;
    height:30px;
}


/* avoid title being shown as text */
#CQ .cq-sidekick. x-window-header-text {
    opacity:0;
    filter:alpha(opacity=0);
}


#CQ .cq-sidekick .x-window-header .x-tool {
    margin: 8px 5px 0 0;
}

#CQ .cq-sidekick .x-window-header .x-tool-toggle {
    margin-right: 1px;
}

/* load indication */
#CQ .cq-sidekick-loading .x-panel-bwrap {
    background-color:white;
}


#CQ .cq-sidekick-loading .x-panel-body {
	background:url(default/ext/shared/blue-loading.gif) center center no-repeat;
}


/* tab icons */
#CQ .cq-sidekick .x-tab-strip {
    padding-top:3px;
}

#CQ .cq-sidekick-tab {
    background-position:0 4px ! important;
    padding:0 0 22px 16px ! important;
    width:1px;
    height:1px;
}


#CQ .x-tab-strip-active .cq-sidekick-tab {
    padding:0 0 23px 16px ! important;
}


#CQ .cq-sidekick ul.x-tab-strip li {
    margin-left:1px;
}


#CQ .cq-sidekick .x-tab-strip-top .x-tab-right {
    padding-left:5px;
}


#CQ .cq-sidekick .x-tab-strip-top .x-tab-left {
    padding-right:5px;
}


#CQ .cq-sidekick-tab-icon-components {
    background-image: url(default/icons/16x16/components.png);
}


#CQ .cq-sidekick-tab-icon-page {
    background-image: url(default/icons/16x16/page.png);
}


#CQ .cq-sidekick-tab-icon-site {
    background-image: url(default/icons/16x16/site.png);
}


#CQ .cq-sidekick-tab-icon-workflow {
    background-image: url(default/icons/16x16/workflow.png);
}


#CQ .cq-sidekick-tab-icon-versioning {
    background-image: url(default/icons/16x16/version.png);
}


#CQ .cq-sidekick-tab-icon-info {
    background-image: url(default/icons/16x16/lock.png);
}


/* control buttons */
/*#CQ .cq-sidekick .x-window-body .x-btn-wrap,*/
#CQ .cq-sidekick-buttons .x-btn-wrap {
    background-color: #f0f0f0;
    border-bottom:1px solid #fff;
}


/*#CQ .cq-sidekick .x-window-body .x-btn-over.x-btn-wrap,*/
#CQ .cq-sidekick-buttons .x-btn-over.x-btn-wrap {
    border-bottom:1px solid #aaccf6;
}


/*#CQ .cq-sidekick .x-window-body .x-btn-left,*/
#CQ .cq-sidekick-buttons .x-btn-left {
    background:none;
	width:3px;
	height:29px;
}

/*#CQ .cq-sidekick .x-window-body .x-btn-right,*/
#CQ .cq-sidekick-buttons .x-btn-right {
    background:none;
	width:3px;
	height:29px;
}

/*#CQ .cq-sidekick .x-window-body .x-btn-center,*/
#CQ .cq-sidekick-buttons .x-btn-center {
    background:none;
    width:100%;
    height:29px;
    text-align:left;
}

/*#CQ .cq-sidekick .x-window-body .x-btn-over .x-btn-left,*/
#CQ .cq-sidekick-buttons .x-btn-over .x-btn-left {
    background:url(default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}
/*#CQ .cq-sidekick .x-window-body .x-btn-over .x-btn-right,*/
#CQ .cq-sidekick-buttons .x-btn-over .x-btn-right {
    background:url(default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}
/*#CQ .cq-sidekick .x-window-body .x-btn-over .x-btn-center,*/
#CQ .cq-sidekick-buttons .x-btn-over .x-btn-center {
    background:url(default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}
/*#CQ .cq-sidekick .x-window-body .x-btn-click .x-btn-center, #CQ .x-btn-menu-active .x-btn-center,*/
/*#CQ .cq-sidekick-buttons .x-btn-click .x-btn-center, #CQ .x-btn-menu-active .x-btn-center {*/
#CQ .cq-sidekick-buttons .x-btn-click .x-btn-center {
    background:url(default/widgets/wcm/Sidekick/item-over.gif) repeat-x;
}


/* button bar */

#CQ .cq-sidekick .x-window-bbar .x-toolbar {
    border-top:none;
    height:20px;
}
#CQ .cq-sidekick .x-window-bbar .x-toolbar table {
    float:right;
}
#CQ .cq-sidekick .x-window-bbar .x-btn-wrap {
    /* effective margin differs in IE and FF > check in both before change */
    margin-left:1px;
}
#CQ .cq-sidekick .x-window-bbar .cq-sidekick-edit {
    background-image:url(default/widgets/wcm/Sidekick/edit.png);
}
#CQ .cq-sidekick .x-window-bbar .cq-sidekick-design {
    background-image:url(default/widgets/wcm/Sidekick/design.png);
}
#CQ .cq-sidekick .x-window-bbar .cq-sidekick-preview {
    background-image:url(default/widgets/wcm/Sidekick/preview.png);
}
#CQ .cq-sidekick .x-window-bbar .cq-sidekick-reload {
    background-image:url(default/widgets/wcm/Sidekick/reload.png);
}
#CQ .cq-sidekick .x-window-bbar .cq-sidekick-siteadmin {
    background-image:url(default/icons/16x16/siteadmin.png);
}
#CQ .cq-sidekick .x-window-bbar .cq-sidekick-layer-livecopy {
    background-image:url(default/icons/16x16/livecopy.png);
}

/* forms */

#CQ .cq-sidekick-form .x-form-item {
    padding:0 3px 0 3px;
}

#CQ .cq-sidekick-form .x-hide-label {
    padding: 0 0 0 0;
}

#CQ .cq-sidekick-form .x-form-item-label {
    width:auto ! important;
    display:block;
    font-size:10px;
    color:gray;
}

#CQ .cq-sidekick-form .x-form-element {
    clear:left;
    padding-left:0 ! important;
    width: auto ! important;
}

#CQ .cq-sidekick-form .x-form-element .x-form-field {
    font-size:11px;
    width:174px ! important;
}

#CQ .cq-sidekick-form .x-form-textarea {
    overflow:auto;
}

#CQ .cq-sidekick-form .x-form-element .x-combo-noedit {
    font-size:11px;
    width:154px ! important;
}

#CQ .cq-sidekick-form .x-btn {
    margin:3px 0 3px 3px;
}


/*
 * Copyright 1997-2008 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.
 */

#CQ #cq-header {
    height:36px;
    background:url('default/resources/titlebar_bg.png');
}

#CQ #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 #cq-header #userinfo div {
    background-color:transparent;
    text-align:right;
}

/*
 * Copyright 1997-2008 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.
 */


/* header and user info */


#CQ #cq-siteadmin-wrapper #cq-header {
    height:36px;
    background:url('default/resources/titlebar_bg.png');
}

#CQ #cq-damadmin-wrapper #cq-header {
    background:url('default/resources/damadmin_titlebar_bg.png');
}

/* page list */
#CQ .cq-siteadmin-wrapper .status {
    height: 16px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 -2px;
}
#CQ .cq-siteadmin-wrapper .status-modified {
    background-image: url(default/icons/16x16/bulb-blue.gif);
}
#CQ .cq-siteadmin-wrapper .status-activated {
    background-image: url(default/icons/16x16/bulb-green.gif);
}

#CQ .cq-siteadmin-wrapper .status-deactivated {
    background-image: url(default/icons/16x16/bulb-red.gif);
}

#CQ .cq-siteadmin-wrapper .status-localmodified {
    color: #cccccc;
    background-image: url(default/icons/16x16/bulb-grey.gif);
}

#CQ .cq-siteadmin-wrapper .status-pending {
    background-image: url(default/icons/16x16/bulb-orange.gif);
}


/* search */

#CQ .cq-siteadmin-wrapper .monthly-hits {
    padding-left:4px;
    background-color:#75A8E6;
    border:1px solid #3F86DA;
}

#CQ .cq-siteadmin-wrapper .no-hits {
    padding-left:5px;
}



/* actions and menus */

#CQ .cq-siteadmin-refresh {
    background-image: url(default/icons/16x16/refresh.png) ! important;
}

#CQ .cq-siteadmin-create {
    background-image: url(default/icons/16x16/document_new.png) ! important;
}

#CQ .cq-siteadmin-create-page {
    background-image: url(default/icons/16x16/page.png) ! important;
}

#CQ .cq-siteadmin-create-site {
    background-image: url(default/icons/16x16/site.png) ! important;
}

#CQ .cq-siteadmin-create-livecopy {
    background-image: url(default/icons/16x16/site.png) ! important;
}

#CQ .cq-siteadmin-create-file {
    background-image: url(default/icons/16x16/file.png) ! important;
}

#CQ .cq-siteadmin-create-folder {
    background-image: url(default/ext/tree/folder.gif) ! important;
}

#CQ .cq-siteadmin-tools {
    background-image: url(default/icons/16x16/tools.png) ! important;
}

/* items */

#CQ .cq-siteadmin-file,
#CQ .cq-siteadmin-item {
    background-image: url(default/icons/16x16/file.png) ! important;
}

#CQ .cq-siteadmin-folder {
    background-image: url(default/ext/tree/folder.gif) ! important;
}

#CQ .cq-siteadmin-page {
    background-image: url(default/icons/16x16/page.png) ! important;
}

#CQ .cq-siteadmin-workflow {
    background-image: url(default/icons/16x16/workflow.png) ! important;
}


/* tree */
#CQ .cq-siteadmin-tree .x-tree-node-leaf .x-tree-node-icon {
    /* default icon */
    background-image: url(default/icons/16x16/file.png);
}

#CQ .cq-siteadmin-tree .x-tree-node-leaf .x-tree-node-icon.folder {
    /* default icon */
    background-image: url(default/ext/tree/folder.gif);
}

#CQ .cq-siteadmin-tree .x-tree-node-leaf .x-tree-node-icon.page {
    background-image: url(default/icons/16x16/page.png);
}


#CQ .cq-siteadmin-tree .x-tree-node-icon.page {
    background-image: url(default/icons/16x16/page.png);
}


/* tree DD */
#CQ .x-tree-drop-ok-copy .x-dd-drop-icon{
  background-image: url(default/ext/tree/drop-add.gif);
}


#CQ .x-tree-drop-ok-move .x-dd-drop-icon{
  background-image: url(default/ext/tree/drop-yes.gif);
}

/* template chooser*/
#CQ .cq-template-view {
    padding:4px;
    position:absolute;
    border: 1px solid #B5B8C8;
}

#CQ .cq-template-view .x-view-over {
    /*border-color:#dddddd;*/
    background:#efefef repeat-x left top;
}
#CQ .cq-template-view .x-view-selected {
    /*border-color:#99bbe8;*/
    background:#DFE8F6 no-repeat right bottom;
}

/* template list */
#CQ .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:3px 10px;
    white-space:normal;
}


#CQ .template-thumbnail {
    float:left;
    margin-right:4px;
}


#CQ .template-title {
    font-weight:bold;
}


#CQ .template-description {
    font-style:italic;
}

/* Used in BulkEditor to show the checkbox group with the form background. */
#CQ #x-form-el-cq-bulkeditor-colsselection .x-panel-body {
    background: transparent;
}
/*
 * Copyright 1997-2008 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.
 */


#CQ #cq-notification-inbox-wrapper #cq-header {
    height:36px;
    background:url('default/resources/titlebar_bg.png');
}


#CQ #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 #cq-notification-inbox-wrapper #userinfo div {
    background-color:transparent;
    text-align:right;
}

/*
 * Copyright 1997-2008 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.
 */

/******************************************************************************/
/* tabs */
/******************************************************************************/

#CQ #cq-cf-tabpanel .x-tab-panel-header {
    border-bottom:none;
}

#CQ #cq-cf-tabpanel ul.x-tab-strip-top {
    background:none;
}

#CQ #cq-cf-tabpanel .x-tool-collapse-west {
    display:none;
}

#CQ #cq-cf-tabpanel .x-toolbar {
    border:none;
    background:none;
}


/******************************************************************************/
/* content page */
/******************************************************************************/

#CQ #cq-cf-framewrapper .x-panel-body-noheader {
    border-width:0;
    border-left-width:1px;
}

/* drag & drop mask */
#CQ #cq-cf-framewrapper.x-masked {
    overflow: visible !important;
}

#CQ #cq-cf-framewrapper .ext-el-mask {
    /* with background-color:transparent; dragging does not work in IE */
    opacity:0;
    filter: alpha(opacity=0);
    z-index:8000;
}

.cq-cf-droptarget-highlight {
    opacity:0.9 ! important;
    filter:alpha(opacity=90) ! important;
    background-color: #b9db52 ! important;
}

/******************************************************************************/
/* clipboard */
/******************************************************************************/

#CQ .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 .cq-cf-clipboard .item-wrap {
    display:block;
    padding:4px 4px 4px 22px;
    border-bottom:solid 1px transparent;
    background:transparent no-repeat 3px 4px;
}

#CQ .cq-cf-clipboard .item-wrap span {
    display:block;
    overflow:hidden;
}

#CQ .cq-cf-clipboard .x-view-over {
    background-color:#efefef;
}
#CQ .cq-cf-clipboard .x-view-selected {
    background-color:#eff5fb;
    border-color:#99bbe8;
}

/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-cft-tab-icon {
    background-position:0 4px ! important;
    padding:0 0 22px 16px ! important;
    width:1px;
    height:1px;
}

#CQ #cq-cf-tabpanel .x-tab-strip-active .cq-cft-tab-icon {
    padding:0 0 23px 16px ! important;
}


#CQ #cq-cf-tabpanel ul.x-tab-strip li {
    margin-left:1px;
}

#CQ #cq-cf-tabpanel .x-tab-strip-top .x-tab-right {
    padding-left:5px;
}


#CQ #cq-cf-tabpanel .x-tab-strip-top .x-tab-left {
    padding-right:5px;
}

#CQ #cq-cf-tabpanel .x-layout-split {
    height:2px;
}

#CQ #cq-cf-tabpanel .x-panel-tbar .x-toolbar {
    padding-top:0;
}

#CQ .cq-cft-tab-icon.images {
    background-image:url(default/icons/16x16/image.png);
}

#CQ .cq-cft-tab-icon.documents {
    background-image:url(default/icons/16x16/document.png);
}

#CQ .cq-cft-tab-icon.dam {
    background-image:url(default/icons/16x16/documents.png);
}

#CQ .cq-cft-tab-icon.flash {
    background-image:url(default/icons/16x16/flash.png);
}

#CQ .cq-cft-tab-icon.pages {
    background-image:url(default/icons/16x16/page.png);
}

#CQ .cq-cft-tab-icon.paragraphs {
    background-image:url(default/icons/16x16/paragraph.png);
}

#CQ .cq-cft-tab-icon.full {
    background-image:url(default/icons/16x16/site.png);
}

/* query box view */
#CQ .cq-cft-querybox {
}


/* data view toolbar: path combo */
#CQ .cq-cft-pathcombo-list .x-combo-list-item {
    font-size:10px;
}

/* data view toolbar: path combo */
#CQ .cq-cft-pathcombo {
    background-image:url(default/icons/16x16/folder.png);
    background-repeat:no-repeat;
    background-position:2px 1px;
    padding-left:20px;
}

#CQ .cq-cft-pathcombo-list .x-combo-list-item {
    /* do not use background: -> sets bgcolor to transparent which overrides the selected bgcolor*/
    background-image:url(default/icons/16x16/folder.png);
    background-repeat:no-repeat;
    background-position:2px 1px;
    padding-left:20px;
}


/* data view */
#CQ .cq-cft-dataview {
    background:white;
    padding:4px;
    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 .cq-cft-dataview .bold {
    font-weight:bold;
}

#CQ .cq-cft-dataview .thumb-wrap {
    float:left;
    margin:4px;
    margin-right:0;
    padding:6px;
    border:1px solid transparent;
}

#CQ .cq-cft-dataview .x-view-over {
    border-color:#dddddd;
    background:#efefef repeat-x left top;
}

#CQ .cq-cft-dataview .x-view-selected {
    border-color:#99bbe8;
    background:#eff5fb no-repeat right bottom;
}


/* thumbs view */
#CQ .cq-cft-dataview .thumb {
    height:100px;
    width:140px;
}

#CQ .cq-cft-dataview .x-view-selected .thumb {
    background-color:transparent;
}

#CQ .cq-cft-dataview .thumb img {
    height:100px;
    width:140px;
    background-repeat:no-repeat;
}

#CQ .cq-cft-dataview .thumb-wrap span {
    display:block;
    overflow:hidden;
    text-align:center;
}


/* details view */
#CQ .cq-cft-dataview .detail {
    padding:2px;
    min-height:50px;
}

#CQ .cq-cft-dataview .detail img {
    width:70px;
    height:50px;
    float:left;
    margin-right:4px;
}

#CQ .cq-cft-dataview .detail strong {
    /* highlight in excerpts */
    background-color:yellow;
}

#CQ .cq-cft-ddproxy {
    height:100px;
    width:140px;
    overflow:hidden;
}

/* text in details view */
#CQ .cq-cft-ddproxy DIV {
    display:none;
}

/* overwrite display:none from above */
#CQ .cq-cft-ddproxy.cq-cft-paragraph-ddproxy-wrapper DIV {
    display:inherit;
}


/* search view (pages) */

#CQ .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 .cq-cft-search-item strong {
    font-weight:bold;
}

#CQ .cq-cft-search-title {
    font-weight:bold;
    margin-bottom:4px;
    margin-left:60px;
}

#CQ .cq-cft-search-excerpt {
    font-style:italic;
    margin-left:60px;
}

#CQ .cq-cft-search-thumb {
    float:left;
    padding-right:10px;
}

#CQ .cq-cft-search-separator {
    clear:both;
}


/* paragraph view */

#CQ .cq-cft-paragraphview {
    width:94%;
}

#CQ .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 .cq-cft-dataview .x-view-selected.cq-cft-paragraph {
    border-color:#99bbe8;
}

#CQ .cq-cft-paragraphview .cq-cft-paragraph IMG {
    max-height:55px;
}

#CQ .cq-cft-paragraph-separator {
    clear:both;
}

/*
 * Copyright 1997-2008 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.
 */


/* header and user info */

#CQ #cq-createcomponentwizard-wrapper #cq-header {
    height:36px;
    background:url('default/resources/titlebar_bg.png');
}

/*
 * Copyright 1997-2009 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.
 */

#CQ #cq-createsitewizard .cq-template-view {
    border: 0;
    padding:4px;
    position:absolute;
}

#CQ #cq-createsitewizard .template-item {
    height: 170px;
}

/*
 * progress bar
 */
#CQ #cq-createsitewizard-info table {
}

#CQ #cq-createsitewizard-info td {
}

#CQ #cq-createsitewizard-info .wiz-step {
    font-size: 12px;
    color: #888888;
}
#CQ #cq-createsitewizard-info .wiz-sep {
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
    color: #888888;
}
#CQ #cq-createsitewizard-info .wiz-step-active {
    color: black;
}

/*
 * finish panel
 */
#CQ #cq-createsite-wizpanel .cq-card-last h1 {
    font-size: 16px
}

#CQ #cq-createsite-wizpanel .cq-card-last p {
    margin-top: 20px;
}
#CQ #cq-createsite-wizpanel .cq-card-last em {
    font-style: italic
}


/*
 * Copyright 1997-2008 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.
 */

/*editbase
 * Drop target highlight
 */
#CQ .cq-editbase-droptarget-highlight {
    background-color:#b9db52;
}

#CQ .cq-editrollover-highlight-right {
     background-color:#CCE0F5; 	 
     position: absolute;
     padding: 1px;
     z-index: 8000;
 }


 #CQ .cq-editrollover-highlight-left {
     background-color:#CCE0F5;
     position: absolute;
     padding: 1px;
     z-index: 8000;
 }


 #CQ .cq-editrollover-highlight-bottom {
     font-size:0;
     border-style:none;
     border-width:0;
     background-color:#CCE0F5;
     position: absolute;
     padding: 1px;
     z-index: 8000;
 }


#CQ .cq-editrollover-highlight-top {
    font-size:0;
    border-style:none;
    border-width:0;
    background-color:#CCE0F5;
    position: absolute;
    padding: 1px;
    z-index: 8000;
}

/*
 * EditRollover HighLight
 */
#CQ .cq-editrollover-highlight {
    background-color:#CCE0F5;
}

#CQ .cq-editrollover-selected {
    background-color:#f5bd43;
    z-index:8010;
}

/*
 * EditRollover empty box
 */

#CQ .cq-editrollover-insert-container {
    width: 100%;
    text-align:center;
    border:dashed 2px #cccccc;
}

#CQ .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%;
}


/*
 * Edit components drag zone
 */
#CQ .cq-editcomponent-dragzone-proxy {
    border: dashed 1px #000000;
}

/*
 * Edit components ghost paragraph
 */
#CQ .cq-editcomponent-ghost {
    border: dashed 3px #7CADE0;
}

/*
 * Edit components Target Line
 */
#CQ .cq-editcomponent-targetline {
    font-size:0;
    position:absolute;
    height:5px;
    width:100%;
    background-image:url("default/widgets/wcm/EditBase/target_line.gif" );
}


#CQ .cq-editcomponent-targetline-left {
    font-size:0;
    position:absolute;
    left:-4px;
    width:4px;
    height:5px;
    background-image:url("default/widgets/wcm/EditBase/target_left.gif" );
}


#CQ .cq-editcomponent-targetline-right {
    font-size:0;
    position:absolute;
    right:-4px;
    width:4px;
    height:5px;
    background-image:url("default/widgets/wcm/EditBase/target_right.gif" );
}


#CQ .cq-editrollover-livestatus-right {
     position: absolute;
     padding: 10px;
     z-index: 8001;
 }


 #CQ .cq-editrollover-livestatus-left {
     position: absolute;
     padding: 1px;
     z-index: 8001;
 }


 #CQ .cq-editrollover-livestatus-bottom {
     position: absolute;
     padding: 1px;
     z-index: 8001;
 }


#CQ .cq-editrollover-livestatus-top {
    position: absolute;
    padding: 1px;
    z-index: 8001;
}

#CQ .cq-editrollover-livestatus-lock {
    background-color: #b9db52 !important;
}

#CQ .cq-editrollover-livestatus-unlock {
    background-color: #FF3333 !important;
}

#CQ .cq-editrollover-livestatus-right-lock {
    background: url("default/icons/16x16/locked.png") no-repeat 50% 2px !important;
    border-right: 2px solid #b9db52;
}

#CQ .cq-editrollover-livestatus-right-unlock {
    background: url("default/icons/16x16/unlocked.png") no-repeat 50% 4px !important;
    border-right: 2px solid #FF3333;
}

#CQ .cq-editbar-livestatus-right-lock {
    background: url("default/icons/16x16/locked.png") no-repeat !important;
}

#CQ .cq-editbar-livestatus-right-unlock {
    background: url("default/icons/16x16/unlocked.png") no-repeat !important;
}
/*
 * Copyright 1997-2008 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.
 */

#CQ .cq-restoretreedialog .page {
    background-image: url(default/icons/16x16/document.png);
}

/*
 * Copyright 1997-2008 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.
 */
#CQ .cq-media-view {
    padding:4px;
    position:absolute;
}
#CQ .cq-media-view .bold {
    font-weight:bold;
}
#CQ .cq-media-view .thumb-wrap {
    float:left;
    margin:4px;
    margin-right:0;
    padding:6px;
    border:1px solid transparent;
}
#CQ .cq-media-view .x-view-over {
    border-color:#dddddd;
    background:#efefef repeat-x left top;
}
#CQ .cq-media-view .x-view-selected {
    border-color:#99bbe8;
    background:#eff5fb no-repeat right bottom;
}


/* thumbs view */
#CQ .cq-cf-thumb {
    height:100px;
    width:140px;
}


#CQ .cq-media-view .x-view-selected .thumb {
    background:transparent;
}


#CQ .cq-media-view .thumb-wrap span {
    display:block;
    overflow:hidden;
    text-align:center;
}


/* details view */


#CQ .cq-media-view .x-view-selected .detail {
    background:transparent;
}
#CQ .cq-media-view .detail {
    padding:4px;
}
#CQ .cq-media-view .detail img {
    width:70px;
    height:50px;
    float:left;
    margin-right:4px;
}

/*
 * Copyright 1997-2008 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.
 */


/* header and user info */

#CQ #cq-dialogeditor-wrapper #cq-header {
    height:36px;
    background:url('default/resources/titlebar_bg.png');
}

/* tools palette */

#CQ #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 #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 #cq-dialogeditor-wrapper #cq-dialogeditor-tools .x-control-over {
    color:#555555;
    background:#DFE8F6 none repeat scroll 0 0;
}

/*
 * Copyright 1997-2008 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.
 */

#CQ .userIcon {
    background-image:url('default/icons/16x16/user.png') !important
}

#CQ .groupIcon {
    background-image:url('default/icons/16x16/group.png') !important
}

#CQ .impersonateIcon {
    background-image:url('default/icons/16x16/users_into.png') !important
}

#CQ .revertIcon {
    background-image:url('default/icons/16x16/users_back.png') !important
}

#CQ .impersonateMenu {
    margin-left:25px;
    cursor:text
}

#CQ .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 .cq-impersonators-list-entry {
    cursor:pointer !important
}

/* MSM related classes*/
#CQ .msm-status {
    height: 16px;
    width: 16px;

    background-repeat: no-repeat;
    display: block;
    float: left;
}

#CQ .msm-status-new {
    background-image: url(default/icons/16x16/bulb-blue.gif);
}
#CQ .msm-status-synchronized {
    background-image: url(default/icons/16x16/bulb-green.gif);
}

#CQ .msm-status-deleted {
    background-image: url(default/icons/16x16/bulb-red.gif);
}

#CQ .msm-status-cancelled {
    background-image: url(default/icons/16x16/bulb-grey.gif);
}

#CQ .msm-status-modified {
    background-image: url(default/icons/16x16/bulb-orange.gif);
}

#CQ .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 .cq-msm-list-entry {
    cursor:pointer !important
}

#CQ .cq-dialog-edit-lock {
    /*background-image: url("default/ext/grid/hmenu-lock.png") !important;*/
    background-image: url("default/icons/24x24/locked.png") !important;
    width: 24px !important;
    height: 24px !important;
}

#CQ .cq-dialog-edit-unlock {
    /*background-image: url("default/ext/grid/hmenu-unlock.png") !important;*/
    background-image: url("default/icons/24x24/unlocked.png") !important;
    width: 24px !important;
    height: 24px !important;
}

#CQ .cq-dialog-edit-lock-button-cls {

}

#CQ .cq-dialog-edit-lock-button-ctCls .x-btn-left {
    background: none !important;
}

#CQ .cq-dialog-edit-lock-button-ctCls .x-btn-center {
    background: none !important;
    /* 2 following properties used to set lock icon to the left and other button to the right*/
    text-align: left !important;
    width: 500px !important;
}

#CQ .cq-dialog-edit-lock-button-ctCls .x-btn-right {
    background: none !important;
}

#CQ .msm-rollout-plan-rolledout {
    background-image: url(default/icons/16x16/bulb-green.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#CQ .msm-rollout-plan-rollouterror {
    background-image: url(default/icons/16x16/bulb-red.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#CQ .msm-rollout-plan-rollingout {
    background-image: url(default/ext/shared/loading-balls.gif);
    background-repeat: no-repeat;
    background-position: 12px center;
}

#CQ .msm-rollout-plan-norollout {
    background-image: url(default/icons/16x16/bulb-grey.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#CQ #cq-blueprintstatus .x-column-tree .x-tree-node {
    zoom: 1;
}

#CQ #cq-blueprintstatus .x-column-tree .x-tree-node-el {
    zoom: 1;
}

#CQ #cq-blueprintstatus .x-column-tree .x-tree-selected {
    background: #d9e8fb;
}

#CQ #cq-blueprintstatus .x-column-tree .x-tree-node a {
    line-height: 18px;
    vertical-align: middle;
}

#CQ #cq-blueprintstatus .x-column-tree .x-tree-node a span {

}

#CQ #cq-blueprintstatus .x-column-tree .x-tree-node .x-tree-selected a span {
    background: transparent;
    color: #000;
}

#CQ #cq-blueprintstatus .x-tree-col {
    float: left;
    overflow: hidden;
    padding: 0 1px;
    zoom: 1;
}

#CQ #cq-blueprintstatus .x-tree-col-text, #CQ #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 arial, tahoma, helvetica, sans-serif;
}

#CQ #cq-blueprintstatus .x-tree-headers {
    background: #f9f9f9 url(default/ext/grid/grid3-hrow.gif ) repeat-x 0 bottom;
    cursor: default;
    zoom: 1;
}

#CQ #cq-blueprintstatus .x-tree-hd {
    float: left;
    overflow: hidden;
    border-left: 1px solid #eee;
    border-right: 1px solid #d0d0d0;
}

#CQ #cq-blueprintstatus .cq-msm-page {
    background-image: url("default/../../themes/default/icons/16x16/page.png" ) !important;
}

#CQ #cq-blueprintstatus .cq-msm-bpcell {
    display: inline;
    width: 250px;
}

#CQ #cq-blueprintstatus .cq-msm-lccell {
    display: inline;
    width: 250px;
}

#CQ #cq-blueprintstatus .cq-msm-lccell-rolloutinfo {
    padding-left: 20px;
}
/*
 * Copyright 1997-2008 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.
 */

.cq-icon-128-documents,
#CQ .cq-icon-128-documents {
    background-image:url(128x128/documents.png);
    background-repeat:no-repeat;
    width:128px;
    height:128px;
}
/*
 * Placeholder for empty components. Note that those classes are used outside the
 * #CQ div.
 */
.cq-chart-placeholder,
.cq-image-placeholder,
.cq-text-placeholder,
.cq-title-placeholder,
.cq-file-placeholder,
.cq-feedlink-placeholder,
.cq-list-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-text-placeholder-off,
.cq-title-placeholder-off,
.cq-file-placeholder-off,
.cq-feedlink-placeholder-off,
.cq-list-placeholder-off,
.cq-reference-placeholder-off,
.cq-flash-placeholder-off,
.cq-teaser-placeholder-off,
.cq-table-placeholder-off {
}

.cq-chart-placeholder {
    background: url("default/placeholders/chart.png" ) no-repeat scroll 50% 50%
}
.cq-image-placeholder {
    background: url("default/placeholders/img.png" ) no-repeat scroll 50% 50%
}
.cq-text-placeholder {
    background: url("default/placeholders/text.png" ) no-repeat scroll 50% 50%
}
.cq-title-placeholder {
    background: url("default/placeholders/title.png" ) no-repeat scroll 50% 50%
}
.cq-file-placeholder {
    background: url("default/placeholders/file.png" ) no-repeat scroll 50% 50%
}
.cq-feedlink-placeholder {
    background: url("default/placeholders/feedlink.png" ) no-repeat scroll 50% 50%
}
.cq-list-placeholder {
    background: url("default/placeholders/list.png" ) no-repeat scroll 50% 50%
}
.cq-reference-placeholder {
    background: url("default/placeholders/reference.png" ) no-repeat scroll 50% 50%
}
.cq-flash-placeholder {
    background: url("default/placeholders/flash.png" ) no-repeat scroll 50% 50%
}
.cq-teaser-placeholder {
    background: url("default/placeholders/teaser.png" ) no-repeat scroll 50% 50%
}
.cq-table-placeholder {
    background: url("default/placeholders/table.png" ) no-repeat scroll 50% 50%
}

/*
 * Placeholder containing text
 */

.cq-texthint-placeholder {
    color: #cccccc;
}

.cq-texthint-placeholder-off {
    display: none;
}



