.authorMessage {
    color: #7CADE0;
    background-color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.authorMessageLong {
    color: #7CADE0;
    background-color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    height: 100px;
}

.cq-wcm-preview .authorMessage,
.cq-wcm-preview .authorMessageLong,
.aem-Author--hidePlaceholder .authorMessage,
.aem-Author--hidePlaceholder .authorMessageLong {
    display: none;
}

div.authorSystemMessage {
    border-bottom: 2px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    font-family: verdana, sans-serif;
    overflow: hidden;
    padding: 10px 0;
    width: 100%
}
div.authorSystemMessage p.title {
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}
div.authorSystemMessage p.message {
    font-size: 12px;
}


div.contenttabs {
    margin: 10px 0 0 0;
    height: 76px;
    border: 2px dashed #CCCCCC;
    text-align: center;
}

div.contenttabs label {
    color: #CCCCCC;
    cursor: default;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 20%;
}

html[class*='aem-AuthorLayer-'] .cq-image-placeholder.cq-dd-image,
html[class*='aem-AuthorLayer-'] .cq-file-placeholder.cq-dd-file {
    min-height: 72px;
    min-width: 72px;
}

#CQ .x-panel-bwrap {
	font:11px Tahoma,Geneva,Arial,Helvetica,sans-serif;
}
#CQ .x-panel table,
#CQ .x-panel td,
#CQ .x-toolbar-ct table,
#CQ .x-toolbar-ct td {
    border: 0px !important;
}
#content table.x-toolbar-ct {
	border: 0px;
}

#CQ table .cq-rte-scd-cell {
    padding: 5px;
}

#CQrte .visuallyhidden,
.cq-RichText-editable .visuallyhidden {
    cursor: help;
    background: #d0021b;
}

#CQrte .sortable::after,
.cq-RichText-editable .sortable::after {
    content: "\00a0\00a0\00a0";
    cursor: help;
    background: url("/etc/designs/zuerich/media/link_down_arrow.png") no-repeat top right;
}
