
/* Custom styles for Confluence (included for all themes by default) */

.wiki-content, .wiki-content p, .wiki-content table, .wiki-content tr, .wiki-content td, .wiki-content th, .wiki-content ol, .wiki-content ul, .wiki-content li {
    /*font-size: 12pt;*/
    font: 13.5px/23px Verdana, "Lucida Grande", Lucida, sans-serif;
    line-height: 16pt;
}

.wiki-content p {
    margin: 20px 0;
    padding: 0;
}

.aui-message p.title {
    font-weight: bold;
    margin: 0;
}

.wiki-content {
    /* font-family: Trebuchet MS, sans-serif; */
    font: 13.5px/23px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#main {
    padding: 15px 30px;
}

.panelMacro, .panel {
    margin: 15px 0;
}

a:link, a:visited, a:active {
    text-decoration: underline;
}

/*
#labels-section, #children-section, .page-metadata {
    display: none;
}

#splitter-sidebar {
    background-image: none;
    background-color: white;
}

#splitter-sidebar .plugin_pagetree li a, #splitter-sidebar .plugin_pagetree ul {
    /* font-size: 10pt; */
     font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
*/

a:link, a:visited, a:focus, a:hover, a:active, #default-labels-header a.add, a.blogHeading, .more-comments a {
    color: #3358C0;
}

span.shortcut {
    border-radius: 5px;
    background-color: #EEE;
    padding: 1px 5px;
    white-space: nowrap;
}

.wiki-content h3 {
    font-size: 170%;
    font-weight: normal;

    margin-top: 1em;
}

.panel .panelHeader {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.wiki-content h4 {
   font-size: 120%;
   text-shadow: 1px 1px 
   #FEFEFE;
   font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .wiki-content h1, .wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .wiki-content h6, .pagetitle, #title-text, #title-text a, .steptitle, .substeptitle, .formtitle, a.blogHeading, .more-comments a, .label, label, th.confluenceTh, table.confluenceTable th.confluenceTh, table.admin th, .form-element-large, .form-element-small, #com-atlassian-confluence .mce_h1 span.mceText, #com-atlassian-confluence .mce_h2 span.mceText, #com-atlassian-confluence .mce_h3 span.mceText, #com-atlassian-confluence .mce_h4 span.mceText, #com-atlassian-confluence .mce_h5 span.mceText, #com-atlassian-confluence .mce_h6 span.mceText {
    color: #333;
}

.wiki-content ul {
    list-style-type: square;
    padding-left: 20px;
}

.id {
    font-family: monospace;
}

.navigation {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f8fafa;
    padding: 7px 15px;
}

.navigation .sep {
    color: #aaa;
}

.navigation .sep, .navigation .text, .navigation a {
    font-size: 90%;
}

div.rssMacro {
    border: none;
}

#content .panel {
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari */
    border-radius: 0; /* CSS3 (Opera?) */
}

div.panelHeader {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 10pt;
}

.wiki-content b  {
    color: #333;
}

/* End custom styles for Confluence */


