
/* Floating div on top right. Can contain a submenu or metadata.
   http://documentation.magnolia-cms.com/display/DOCS/Creating+a+page+template
   http://documentation.magnolia-cms.com/display/DOCS/Form+module
   http://documentation.magnolia-cms.com/display/DOCS/1.+Prerequisites */

.wiki-content .menu {
    border-left: 2px solid #eee;
    background-color: #FAFAFA;
    padding: 1.5em 1em 1em 1em;
    margin: 0 0 2em 2em;
}

.wiki-content .menu ul {
    padding-left: 2em;
}

/* Child pages macro without list markers */
.wiki-content .menu.no-marker ul {
    list-style-type: none;
    padding-left: 1em;
}

/* Turn a bullet list into a numbered list */
.wiki-content .menu.decimal ul {
    list-style-type: decimal;
    padding-left: 2em;
}

.wiki-content .menu table.confluenceTable {
    margin-bottom: 0;
}

.wiki-content .menu td.confluenceTd {
    border-width: 0px;
    background-color: transparent !important;
    padding: 0 0.5em 0.5em 0.5em;
}

/* Prevent UI messages from overlapping floated elements */
.confluence-information-macro {
    overflow: auto;
}


/* special color settings which do not work via color schema */
.plugin_pagetree_current a {
    color:#009999 !important;
}
.acs-tree-item, .acs-side-bar a, .acs-side-bar td a {
    color:#009999;
}
.acs-tree-item, .acs-side-bar a, .acs-side-bar td a {
    color:#009999 !important;
}
.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active{
    color:#009999 !important;
}
.expand-control .expand-control-text{
    color:#009999 !important;
}
/* 009999 */
span.mgnl-aui-button a, span.mgnl-aui-button a:link, span.mgnl-aui-button a:visited, span.mgnl-aui-button a:focus, span.mgnl-aui-button a:active{
    color: #333 !important;
}
/* eof: special color settings */

/* Code blocks */
#com-atlassian-confluence .wiki-content tt,
#com-atlassian-confluence .wiki-content code,
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-family: monospace !important;
}


/* Gray background for monospace text */
code, a[href*="javadoc.magnolia-cms.com"], a[href*="vaadin.com/api"] , a[href*="day.com/specs/jsr170/javadocs"], a[href*="docs.adobe.com/docs/en/spec/jsr170/javadocs"], span.mgnl-javadoc-resource {
    background-color: #eee;
    -moz-border-radius: 5px;    /* Firefox 3.6-, removed in Firefox 13 */
    -webkit-border-radius: 5px; /* Safari 4-, Chrome 3- */
    border-radius: 5px;
    padding: 2px 5px;
    font-family: monospace;
}


