/*
 * 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-tagging-menu {
	padding:0 !important;
}


#CQ .tagging-node-selected span {
	font-weight: 800 !important;
}

/* trigger button */
#CQ .arrow-trigger {
    width:17px;
    height:21px;
    border:0;
    background:transparent url(default/images/form/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    position:absolute;
    top:0;
}

#CQ .trigger-focus {
    background-position:-51px 0;
}

/* tag labels */

#CQ .taglabel {
    clear: none  !important;
    display: inline !important;
    
    width: auto  !important;
    padding: 2px 1px 1px 2px !important;
    float: left  !important;
}

/* tag label inner table structure */

#CQ .taglabel table {
    border-collapse: collapse;
    background: #dfe8f6;
    height: 33px;
}

#CQ .taglabel-tl {
    background: transparent url(default/images/label/left-corners.png) no-repeat scroll 0 0;
    height: 3px;
    width: 4px;
}
#CQ .taglabel-tc {
    background: transparent url(default/images/label/top-bottom.png) repeat-x scroll 0 0;
}
#CQ .taglabel-tr {
    background: transparent url(default/images/label/right-corners.png) no-repeat scroll right 0;
    width: 5px;
}

#CQ .taglabel-ml {
    background: transparent url(default/images/label/left-right.png) repeat-y 0 0;
}
#CQ .taglabel-mc {
    border:0;
    margin:0;
    padding:0;
    padding-left: 2px;
}
#CQ .taglabel-mr {
    background: transparent url(default/images/label/left-right.png) repeat-y right 0;
}

#CQ .taglabel-bl {
    background: transparent url(default/images/label/left-corners.png) no-repeat scroll 0 bottom;
    height: 4px;
}
#CQ .taglabel-bc {
    background: transparent url(default/images/label/top-bottom.png) repeat-x scroll 0 bottom;
}
#CQ .taglabel-br {
    background: transparent url(default/images/label/right-corners.png) no-repeat scroll right bottom;
}

/* inner cell with taglabel text contents */

#CQ .taglabel-body {
    margin-bottom:0px;
    margin-top:0px;
}

#CQ .taglabel .parentpath {
    font-size: 7pt;
    display: block;
    white-space: nowrap;
    color: #666;
}

#CQ .taglabel .tagname {
    font-size: 8pt;
    display: block;
    text-align: right;
    white-space: nowrap;
}

#CQ .taglabel .no-parentpath {
    font-size: 9pt;
}

/* added (but existing) tags: green text on normal background */
#CQ .addedtag .tagname {
    font-style: italic;
    /*color: green !important;*/
}

/* new tags: green text on grey background */
#CQ .newtag table {
    background: #DDD !important;
}
#CQ .newtag .tagname {
    font-style: italic;
    /*color: blue !important;*/
}

/* new tag that cannot be created */
#CQ .deniedtag .parentpath {
    color: red !important;
}
#CQ .deniedtag .tagname {
    font-style: italic;
    color: red !important;
}


/* remove button (X) */

#CQ .taglabel-tool-cell {
    width: 19px;
}
#CQ .taglabel-tool {
    cursor:pointer;
    background:transparent url(default/images/label/tool-sprites.gif) no-repeat;
    width:15px;
    height:15px;
    float:right;
}
#CQ .taglabel-tool-remove {
    visibility: hidden;
    margin-bottom:1px;
    margin-left:0;
    margin-right:1px;
    margin-top:0px;
    background-position:0 -0;
}
#CQ div.taglabel-tool-remove:hover {
    background-position:-15px 0;
}
#CQ div.taglabel:hover .taglabel-tool-remove {
    visibility: visible;
}

/* input field / combo */

#CQ .floating {
    float:left;
}

#CQ .invisible-input {
    border: 0;
    background: white;
}

#CQ .dummy-input .invisible-input {
    padding-top: 10px;
}

#CQ .dummy-input {
    background:#FFFFFF url(default/images/form/text-bg.gif) repeat-x scroll 0 0;
    border:1px solid #B5B8C8;
    padding:1px;
    padding-top:3px;
    float: left;
}

#CQ .dummy-input-focus {
    border:1px solid #7EADD9 !important;
}

/* menu fix */

/* x-menu has a z-index of 15000 (see standard menu.css) */
#CQ .x-above-menu {
	z-index: 20000 !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.
 */

/* header and user info */

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

#CQ #cq-tagadmin-wrapper #userinfo {
    color:#ffffff;
    background-color:transparent;
    top:6px;
    position:relative;
    padding-right:6px;
    font:12px tahoma,arial,verdana,sans-serif;
}

#CQ #cq-tagadmin-wrapper #userinfo div {
    background-color:transparent;
    text-align:right;
}

/* actions and menus */

/* 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;
}

#CQ .x-tree-node-leaf.namespace .x-tree-node-icon,
#CQ .x-tree-node-collapsed.namespace .x-tree-node-icon {
    background-image: url(/libs/cq/widgets/themes/default/ext/tree/folder.gif) !important;
}

#CQ .x-tree-node-expanded.namespace .x-tree-node-icon {
    background-image: url(/libs/cq/widgets/themes/default/ext/tree/folder-open.gif) !important;
}

#CQ .tag .x-tree-node-icon {
    background-image: url(default/images/icons/16x16/tag.png) !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-tagcloud-placeholder {
    width: 74px;
    height: 74px;
    border: 2px dashed #cccccc;
    background: url(default/images/wcm/placeholder_tagcloud_64.png) no-repeat scroll 50% 50%
 }

.cq-tagcloud-placeholder-off {
}
 

