.clear {
    clear: both;
}
.hidden {
    display: none;
}

#firebug-warning {
    background: #ffd;
    border: 1px solid #f7df92;
    color: #333;
    margin: 0 0 0.2em 0;
    text-align: center;
}

#firebug-warning p {
    margin: 0 1em;
    padding: 0.3em;
}

#firebug-warning a.close {
    background: url(images/icons/aui-icon-close.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    line-height: 12px;
    margin: -1.5em 0.4em 0 0;
    text-indent: -9999px;
    width: 16px;
}


.blanket {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2500;
}
.shadow,
.popup {
    left: 50%;
    position: fixed;
    top: 50%;
}
.popup {
    z-index: 3000;
}
.shadow {
    z-index: 2999;
}
.shadow * {
    position: absolute;
}
.shadow .tl {
    background: url(images/shadow/lt.png);
    height: 17px;
    left: 0;
    top: 0;
    width: 16px;
}
.shadow .tr {
    background: url(images/shadow/rt.png);
    height: 17px;
    right: 0;
    top: 0;
    width: 16px;
}
.shadow .br {
    background: url(images/shadow/rb.png);
    bottom: 0;
    height: 29px;
    right: 0;
    width: 29px;
}
.shadow .bl {
    background: url(images/shadow/lb.png);
    bottom: 0;
    height: 29px;
    left: 0;
    width: 29px;
}
.shadow .b {
    background: url(images/shadow/b.png);
    bottom: 0;
    height: 29px;
    left: 29px;
    width: 29px;
}
.shadow .l {
    background: url(images/shadow/l.png);
    left: 0;
    top: 17px;
    width: 16px;
}
.shadow .r {
    background: url(images/shadow/r.png);
    right: 0;
    top: 17px;
    width: 16px;
}
.dialog {
    border: 1px solid #666;
    font-size: 1.2em;
    overflow: hidden;
}
.dialog h2 {
    background: #f0f0f0;
    color: #666;
    font-size: 1.1em;
    height: 43px;
    line-height: 43px;
    margin: 0;
    overflow: hidden;
    padding: 0 1em;
    position: relative;
}
.dialog .page-menu {
    background: #fff;
    border-right: 1px solid #f0f0f0;
    float: left;
    height: 100%;
    list-style: none;
    margin: 0 1.17em 0 0;
    padding: .75em 0 0 0;
    width: 25%;
}
.dialog .page-menu li {
    margin: 0;
    padding: 0;
}
.dialog .page-menu li.selected {
    background: #69c;
    color: #fff;
}
.dialog .page-menu li.selected button {
    color: #fff;
    font-weight: 800;
}
.dialog .page-menu li button {
    background: none;
    border: none;
    color: #666;
    font-family: "segoe ui", helvetica, arial, sans-serif;
    font-size: .8em;
    padding: .4em 1.2em;
    text-align: left;
    width: 100%;
}
.dialog .panel-body {
    overflow: auto;
    padding: 10px;
}
.dialog .page-body {
}
.dialog .page-body p {
    margin: 0;
}
.dialog .button-panel {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    bottom: 0;
    clear: both;
    height: 23px;
    left: 0;
    overflow: hidden;
    padding: 10px 0 10px 0;
    position: absolute;
    text-align: right;
    width: 100%;
}
.dialog .button-panel button {
    font-size: 0.75em;
    margin-right: 1.65em;
    margin-top: 2px;
}
.dialog .button-panel button.left {
    float: left;
    margin: 0 0 0 0.5em;
}

/* Styles for AJS.dropDown */
.aui-dd-parent {
    position: relative;
}
.aui-dd-parent span a.aui-dd-trigger {
    position: absolute;
    right: 5px;
    top: 8px;
}
.aui-dd-parent span a.aui-dd-trigger,
.aui-dd-parent a.aui-dd-trigger {
    background: transparent url(images/icons/aui-icon-tools.gif) no-repeat -13px 0;
    border: none;
    color: #000;
    display: block;
    height: 13px;
    padding: 0;
    text-indent: -9999px;
    width: 13px;
}
.aui-dd-parent a.aui-dd-trigger:link,
.aui-dd-parent a.aui-dd-trigger:visited {}
.aui-dd-parent a.aui-dd-trigger.active,
.aui-dd-parent a.aui-dd-trigger:hover,
.aui-dd-parent a.aui-dd-trigger:active,
.aui-dd-parent a.aui-dd-trigger:focus {
    background: transparent url(images/icons/aui-icon-tools.gif) no-repeat -26px 0;
    border: none;
    color: #000;
}
.aui-dd-parent .aui-dropdown,
.aui-dropdown {
    background: #fff;
    border: 1px solid #6A8EB3;
    color: #000;
    padding: 4px 0 4px 0;
    position: absolute;
    right: 0;
    z-index: 2003;
    margin-top: -1px;
}
.aui-dd-parent .aui-dropdown li,
.aui-dropdown li  {
    background: #fff;
    color: #000;
    display: block;
    float: none;
    margin: 0;
    position: static;
}
.aui-dd-parent .aui-dropdown a,
.aui-dropdown a {
    background: #fff;
    color: #036;
    display: block;
    float: none;
    height: auto;
    position: static;
    text-indent: 0;
    white-space: nowrap;
    width: auto;
}
.aui-dd-parent .aui-dropdown a:link,
.aui-dd-parent .aui-dropdown a:visited,
.aui-dropdown a:link,
.aui-dropdown a:visited {
    background: #fff;
    color: #036;
    padding: 0.3em 0.5em;
}
.aui-dd-parent .aui-dropdown a:hover,
.aui-dd-parent .aui-dropdown a:active,
.aui-dd-parent .aui-dropdown a:focus,
.aui-dropdown a:hover,
.aui-dropdown a:active,
.aui-dropdown a:focus  {
    background: #f2f2f2;
    color: #036;
    padding: 0.3em 0.5em;
}

div.shim {
    position: absolute;
}

/* shadow */
.aui-shadow {
    display: none;
    margin-top: -1px;
    position: absolute;
    z-index: 2001;
}
.aui-shadow * {
    position: absolute;
}
.aui-shadow .tl {
    background: url(images/shadow-dropdown/lt.png);
    height: 8px;
    left: 0;
    top: 0;
    width: 8px;
}
.aui-shadow .tr {
    background: url(images/shadow-dropdown/rt.png);
    height: 8px;
    right: 0;
    top: 0;
    width: 8px;
}
.aui-shadow .br {
    background: url(images/shadow-dropdown/rb.png);
    bottom: 0;
    height: 14px;
    right: 0;
    width: 14px;
}
.aui-shadow .bl {
    background: url(images/shadow-dropdown/lb.png);
    bottom: 0;
    height: 14px;
    left: 0;
    width: 14px;
}
.aui-shadow .b {
    background: url(images/shadow-dropdown/b.png);
    bottom: 0;
    height: 14px;
    left: 14px;
    width: 14px;
}
.aui-shadow .l {
    background: url(images/shadow-dropdown/l.png);
    left: 0;
    top: 8px;
    width: 8px;
}
.aui-shadow .r {
    background: url(images/shadow-dropdown/r.png);
    right: 0;
    top: 8px;
    width: 8px;
}

/* CSS Document for form styling - REQUIRES class of 'aui' to form */
form.aui,form.aui p,form.aui div,form.aui h1,form.aui h2,form.aui h3,form.aui h4,form.aui h5,form.aui h6,
form.aui img,form.aui ul,form.aui ol,form.aui li,form.aui dl,form.aui dt,form.aui dd,form.aui pre,
form.aui fieldset,form.aui textarea,form.aui input,form.aui select,form.aui button,form.aui optgroup,form.aui option {
    margin: 0;
    padding: 0;
}
form.aui {
    color: #333;
    font-family: arial,tahoma,verdana,sans-serif;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
}
form.aui textarea,form.aui select,form.aui optgroup,form.aui option,form.aui input.text {
    color: #000;
    font-family: arial,tahoma,verdana,sans-serif;
    font-size: 13px;
}
form.aui pre {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-family: monospace;
    font-size: 13px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 15px;
}
form.aui img,form.aui a img,form.aui fieldset {
    border: none;
}
form.aui span {
    display: block;
}
form.aui span.inline-text {
    display: inline;
    margin-right: .25em;
}
form.aui p {
    margin-bottom: 5px;
}
form.aui p span {
    display: inline;
}
form.aui fieldset {
    border: 0;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}
form.aui input[type='password'] {
    -webkit-appearance: caps-lock-indicator;
}
form.aui input,
form.aui select {
    margin-right: 5px;
    padding: 2px;
}
form.aui select {
    padding: 1px;
}
form.aui option {
    padding: 0 1em
}
form.aui textarea {
    overflow: auto;
    padding: 1px 2px;
}
form.aui input.button,
form.aui button {
    line-height: 1.2;
    margin-right: 5px;
    padding: 0 0.5em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 3.0 and Chrome hacks here */
    form.aui button {
        padding: 0.1em 0.5em 0.5em;
    }

}
form.aui .hidden {
    display: none;
}
form.aui .error {
    color: #c00;
    font-weight: bold;
}
form.aui .description {
    font-size: 11px;
}
form.aui .field-value {
    color: #000;
    font-weight: bold;
    line-height: 1;
    padding-top: 4px;
}

/* headings */
form.aui h2 {
    border-bottom: 1px solid #ddd;
    clear: both;
    color: #222;
    font-size: 16px;
    margin: 10px 0;
}
form.aui h3 {
    clear: both;
    color: #222;
    font-size: 14px;
    margin: 5px 0;
}

/* legend,labels left hand width related items */
form.aui legend {
    display: none;
}
form.aui legend span {
    color: #333;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px;
    white-space: normal;
    width: 130px;
    text-align: right;
}
form.aui div {
    clear: both;
    display: block;
    margin-bottom: 5px;
    min-height: 1.6em;
    padding: 0 0 5px 140px;
}
form.aui div div {
    padding-left: 0;
}
form.aui div label {
    float: left;
    display: block;
    left: -140px;
    line-height: 1;
    margin-right: -130px;
    padding-top: 4px;
    position: relative;
    width: 130px;
    text-align: right;
}
/* could use with text-align:right above (not in ie6) form.aui label .label:after {
    content: ":"
}
*/
form.aui div.matrix {
    padding-top: 0;
    width: 600px;
}
form.aui div.matrix div {
    clear: none;
    float: left;
    width: 250px;
}

/* input default and fixed widths */
form.aui .text,
form.aui .textarea,
form.aui .select {
    width: 250px;
}
form.aui .short-field {
    width: 75px;
}
form.aui .medium-field {
    width: 165px;
}
form.aui .long-field {
    width: 500px;
}
/* select */
form.aui .multi-select {
    min-width: 250px;
}
form.aui .multi-select optgroup {
    background-color: #f8f8f8;
    color: #999;
    font-style: normal;
    font-weight: normal;
}
form.aui .multi-select optgroup option {
    background-color: #fff;
    color: #000;
}
/* date selects */
form.aui .date-select legend {
    display: block;
}
form.aui .date-select label {
    display: none;
}
/* submit div - outside the fieldsets */
form.aui .submit {
    border-top: 1px solid #ddd;
}
form.aui .submit input {
    margin: 10px 10px 0 0;
}
/* radios and checkboxes */
form.aui .radios div {
    padding-top: 0;
    padding-bottom: 0;
}
form.aui .radio input,
form.aui .checkbox input {
    border: none;
    float: left;
    margin-top: 2px;
    width: 15px;
}
form.aui .checkbox input {
    margin-top: 1px;
}
/* groups */
form.aui .group {
    position: relative;
}
form.aui .group .field-value {
    float: left;
    margin-right: .25em;
    min-width: 2.5em;
    padding-top: 0;
    line-height: inherit;
}
form.aui .group .field-value.checked {
    color: #693;
}
form.aui .group legend {
    display: block;
}
form.aui .group label,
form.aui .radio label,
form.aui .checkbox label {
    float: none;
    display: inline;
    left: 0;
    margin: 0;
    width: auto;
}
form.aui .radio .error,
form.aui .checkbox .error {
    margin-left: 19px;
}
form.aui .radio .description,
form.aui .checkbox .description {
    clear: both;
    margin-left: 19px;
}


/* long labels - add long-label class to form "aui long-label" */
form.aui.long-label legend span {
    width: 240px;
}
form.aui.long-label div {
    padding-left: 250px;
}
form.aui.long-label div label {
    left: -250px;
    margin-right: -240px;
    width: 240px;
}
form.aui.long-label .group label,
form.aui.long-label .radio label,
form.aui.long-label .checkbox label {
    left: 0;
    margin: 0;
    width: auto;
}
form.aui.long-label .group label {
    left: 0;
    margin: 0;
}
/* //long labels */

/* labels on top - add top-label class to form "aui top-label" */
form.aui.top-label fieldset {
    margin-bottom: 0;
}
form.aui.top-label div {
    padding-left: 0;
}
form.aui.top-label div label {
    float: none;
    left: 0;
    margin: 0 0 2px 0;
    width: auto;
    text-align: left;
}
form.aui.top-label .group {
    padding-top: .5em;
}
/* date selects and checkbox / radio groups */
form.aui.top-label .group legend span,
form.aui.top-label .date-select legend span {
    display: block;
    position: relative;
    top: 0;
    text-align: left;
    width: auto;
}
form.aui.top-label .date-select label {
    display: none;
}
/* //labels on top */

/* inline for small single line forms - add inline class to fieldset */
form.aui .inline {
    padding-bottom: 0;
}
form.aui .inline label {
    font-weight: bold;
}
form.aui .inline .form-icon {
    margin-right: 3px;
}
/* //inline */



/* form icons - add form-icon class together with the icon class "form-icon icon-help" */
form.aui .form-icon {
    background: transparent url(images/icons/aui-icon-forms.gif) no-repeat 0 0;
    display: inline-block;
    height: 16px;
    vertical-align: top;
    width: 16px;
    overflow: hidden;
}
form.aui .form-icon span {
    text-indent: 25px;/* this effectively hides the content of the span */
}
form.aui .form-icon img {
    height: 16px;
    width: 16px;
}
/* position icon sprite */
form.aui .icon-date {
    background-position: 0 -20px;
}
form.aui .icon-range {
    background-position: 0 -40px;
}
form.aui .icon-help {
    background-position: 0 -60px;
}
form.aui .icon-required {
    background-position: 0 -80px;
    width: 8px;
    height: 13px
}
form.aui .icon-users {
    background-position: 0 -100px;
}
/* FFX2 hack for icons - requirement to support FFX 2? */
form.aui .form-icon, 
x:-moz-any-link {
    display: inline;
    padding: 1px 8px;
}
form.aui .form-icon span, 
x:-moz-any-link {
    display: none;
}
form.aui .icon-required, 
x:-moz-any-link {
    padding: 0 4px;
}

/**
* Basic icon styles. Allows you to easily render sprite icons.
*
* .aui-icon must be present on all iconified elements
* All iconified elements must include class names prefixed with 'i-'
* Icons assume light backgrounds. Icon classnames for dark backgrounds must be suffixed with '-d'
* For elements whose background changes in app, we advise maintaining light/dark state in the app.
*
*/

.aui-icon {
    background: transparent url(images/icons/aui-icon-tools.gif) no-repeat 0 0;
    border: none;
    display: block;
    height: 13px;
    padding: 0;
    text-indent: -9999px;
    width: 13px;
}

.i-move {
    background-position: 0 0;
    cursor: move;
}

.i-maximize {
    background-position: -52px 0;
}

.i-minimize {
    background-position: -39px 0;
}
.i-minimize-d {
    background-position: -39px -13px;
}


.aui-inline-dialog {
    font-size: 13px;
    display: none;
    position: absolute;
    z-index: 100;
}
.aui-inline-dialog .contents {
    background: white;
    border: 1px solid #bbb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    width: 300px;
}
.aui-inline-dialog .contents form.aui {
    margin-bottom: 0;
}
.aui-inline-dialog .contents .submit {
    margin: 0;
    padding: 0;
    text-align: right;
}
.aui-inline-dialog .arrow {
    background: transparent url(images/arrow.png) no-repeat 0 0;
    height: 16px;
    position: absolute;
    top: -7px; /* matches #inline-dialog-shim */
    width: 16px;
}

#inline-dialog-shadow {
    height: 0;
    left: -16px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
#inline-dialog-shadow * {
    position: absolute;
}
#inline-dialog-shadow .tl {
    background: url(images/shadow/lt.png);
    height: 17px;
    left: 0;
    top: 0;
    width: 16px;
}
#inline-dialog-shadow .tr {
    background: url(images/shadow/rt.png);
    height: 17px;
    right: 0;
    top: 0;
    width: 16px;
}
#inline-dialog-shadow .br {
    background: url(images/shadow/rb.png);
    bottom: 0;
    height: 29px;
    right: 0;
    width: 29px;
}
#inline-dialog-shadow .bl {
    background: url(images/shadow/lb.png);
    bottom: 0;
    height: 29px;
    left: 0;
    width: 29px;
}
#inline-dialog-shadow .b {
    background: url(images/shadow/b.png);
    bottom: 0;
    height: 29px;
    left: 29px;
    width: 29px;
}
#inline-dialog-shadow .l {
    background: url(images/shadow/l.png);
    left: 0;
    top: 17px;
    width: 16px;
}
#inline-dialog-shadow .r {
    background: url(images/shadow/r.png);
    right: 0;
    top: 17px;
    width: 16px;
}

#inline-dialog-shim {
    display: none;
}

/*
    Overrides and extends styles in AJS.Dialog
*/

div.dialog {
    text-align: left;   /* Override body align center style from themes */
}

div.dialog h2 {
    font-weight: bold;
}

.dialog-help-link {
    font-size: 0.9em;
    left: 17px;
    position: absolute;
    top: 13px;
}

.dialog-help-link a:link,
.dialog-help-link a:visited,
.dialog-help-link a:focus,
.dialog-help-link a:hover,
.dialog-help-link a:active {
    color: #666;
}
/* Confluence master stylesheet */
body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
body.content-preview {
    background-color: #fff;
    border: none;
}

body, p, td, table, tr, .bodytext, .stepfield {
    font-size: 10pt;
    line-height: 1.3;
    color: #000;
    font-weight: normal;
}

#PageContent {
    text-align: left;
    background-color: #fff;
    padding: 0 0 20px 0;
    margin: 0;
}

.print-only {
    display: none;
}

.monospaceInput {
    font: 10pt monospace;
}

pre {
    padding: 0;
    margin: 10px 0;
    text-align: left;
    overflow: auto;
}

.helpheading {
    font-weight: bold;
    background-color: #d0d9bd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 4px;
    margin: 0;
    margin-top: 10px;
}
.helpcontent {
    padding: 4px 4px 20px 4px;
    background-color: #f5f7f1;
}

.help-section-div .helpheading {
    margin: 0;
}
.help-section-div {
    margin-bottom: 2em;
}

#print-friendly-help-toggle {
    position: absolute;
    top: 1em;
    right: 1em;
    text-indent: -999em;
    width: 16px;
    height: 16px;
    background-image: url("../../../images/icons/print_16.gif");
    background-repeat: no-repeat;
    outline: none;
}

#commentsHide {
    color: #666;
    font-weight: normal;
}

#showingComments {
    border: none;
    font-size: 10pt;
}

.pageSection {
    margin-top: 10px;
    clear: both;
}


.pageSectionHeader {
    margin-bottom: 5px;
    padding: 2px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.pageSectionHeader.summary {
    border-bottom: none;
}

.pageSectionBody {
    margin-top: 4px;
}

a.grey:link { color: #666; }
a.grey:visited { color: #666; }
a.grey:active { color: #666; }
a.grey:hover { color: #666; }

.more-comments {
    font-size: 10pt;
    color: #dde2e6;
}

.commentBox  {
    padding: 0;
    margin: 10px 0;
    overflow: auto;
}

.commentBox table.comment {
    border: 0;
    border-bottom: #f0f0f0 1px solid;
    border-top: #f0f0f0 1px solid;
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}

.commentBox .commentinfo {
    background-color: #f0f0f0;
    vertical-align: top;
    padding: 12px;
}

.commentBox .commentinfo .smalltext {
    line-height: 11pt;
}

.commentBox .commentphoto {
    background-color: #f0f0f0;
    text-align: right;
    vertical-align:top;
    padding: 12px;
}

.commentBox .commentphoto img {
    border: none;
}

.commentBox .commentname a:hover {
    text-decoration: underline;
}

.commentdate {
    margin-top: 3px;
}

.commentBox .commentdate, .commentdate a {
    color: #000;
    text-decoration: none;
    font-size: 9pt;
}

.commentdate a:hover {
    text-decoration: underline
}

.commentBox .smalltext {
    line-height: 10pt;
}

.commentBox .smalltext a {
    text-decoration: none;
}

.commentBox .smalltext a:hover {
    text-decoration: underline;
}

.commentBox td.commentdetails {
    vertical-align: top;
    padding: 0 10px;
}

.commentBox td.commentActions {
    padding: 0 10px 10px 10px;
    vertical-align: bottom;
}

.commentThread {
    clear: both; /* clear both in case there are floats or aligned images in the content that sits above the comment thread */
}

#replying .commentdetails {
    padding: 15px 0 15px 25px
}

#replying .commentinfo {
    background-color: #a0a0a0;
    color: #f0f0f0;
}

#replying .commentdate, #replying .commentdate a {
    color: #f0f0f0;
}

#replying .commentname a {
    color: #f0f0f0;
}

#replying .commentphoto {
    background-color: #a0a0a0;
}

#replying table.comment {
    border-bottom-color: #a0a0a0;
    border-top-color: #a0a0a0;
}

#addition .commentdetails {
    padding: 15px 30px 10px 30px;
}

#addition .commentinfo {
    background-color: #a0a0a0;
    color: #f0f0f0;
}

#addition .commentname a {
    color: #f0f0f0;
}

#addition .commentdate, #addition .commentdate a {
    color: #f0f0f0;
}

#addition .commentphoto {
    background-color: #a0a0a0;
}

#addition table.comment {
    border-bottom-color: #a0a0a0;
    border-top-color: #a0a0a0;
}

#focusedComment .commentBox td.commentdetails, #focusedComment td.commentActions {
    background: #ffffd7;
}

.anonymousAlert, .lockAlert {
    background-color: #f0f0f0;
    border: 1px dashed red;
    font-size: 11px;
    padding: 10px 5px;
    margin: 4px;
    line-height: 13px;
}

.lockAlert {
    width: 50%;
}

.navmenu {
    border: 1px solid #f0f0f0;
    margin: 0;
}

.menuheading {
    font-weight: bold;
    padding: 5px 4px 5px 10px;
    color: #222;
    background-color: #f0f0f0;
}

.navmenu.collapsible-menu .menuheading {
    background: #f0f0f0 url(../../../images/icons/grey_arrow_down.gif) no-repeat 98% 50%;
}
.navmenu.collapsible-menu .menuheading.closed {
    background-image: url(../../../images/icons/grey_arrow_right.gif);
}

.menuitems {
    padding: 4px 4px 20px 4px;
}

ul.navmenu {
    padding-left: 0;
    margin-top: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.navmenu li.menu-section {
    list-style: none;
}

.menu-section-list {
    margin: 0;
    padding: 5px 0 10px 0;        
}

.menu-section-list li {
    list-style: none;
    margin: 0;
    line-height: 1.3;
}

.menu-section-list li a:hover {
    background-color: #f0f0f0;
}

.menu-section-list li.active a,
.menu-section-list li.active a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #6699cc;
}

.menu-section-list li a {
    text-decoration: none;
    color: #666;
    display: block;
    padding: 0.2em 10px;
    cursor: pointer;
}

.menu-section-list li a img {
    padding-right: 2px; 
}

.rightpanel {
    background: #f0f0f0;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari */
    border-radius: 3px; /* CSS3 (Opera?) */
    padding: .9em;
}

h3.underlined,
#helpheading,
.sidebar-heading {
    padding: 0;
    margin: 10px 0;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #ccc;
}

#helpheading,
#helpcontent h3.underlined,
.sidebar-heading {
    font-size: 13px;
    margin: -.1em;
    padding: .1em .1em .2em .1em;
}

#helpcontent {
    margin-top: .9em;
}

#helpcontent p {
    margin-bottom: 0;
    margin-top: .9em;
}

#helpcontent ul {
    padding-left: 1.3em;
}

#helpcontent dl {
    margin-top: 0;
}

#helpcontent dl dd {
    margin: 0;
    color: #333;
    font-size: 90%;
    margin-bottom: .2em;
}

#helpcontent dl dd code,
#helpcontent dl dd pre {
    color: #666;
    margin: 0;
    padding: 0;
}

#helpcontent dl dd.text-formatting code {
    display: inline-block;
    width: 6em;
}

#helpcontent dl dt {
    margin-top: 1em;
}
#helpcontent dl dt.first {
    margin-top: 0;
}

.helptab-unselected {
    font-weight: bold;
    padding: 5px;
    background-color: #f5f7f1;
}
.helptab-selected {
    font-weight: bold;
    background-color: #d0d9bd;
    padding: 5px;
}
.helptabs {
    margin: 0;
    background-color: #f5f7f1;
    padding: 5px;
}

#profileSummary h3 {
    font-weight: bold;
    font-size: 10pt;
    margin: 12px 0 4px;
    padding: 0;
}
#profileSummary ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pageheader {
    padding: 5px 5px 5px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.pagetitle {
    font-size: 18pt;
    line-height: normal;
    font-weight: bold;
}

.newpagetitle {
    color: #ccc !important;
}

.steptitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

.substeptitle {
    font-size: 12px;
    font-weight: bold;
    margin: 2px 4px 4px 4px;
    padding: 2px 4px 1px 4px;
}

.stepdesc {
    font-size: 10pt;
    line-height: 13pt;
    font-weight: normal;
    color: #666;
    margin-top: 7px;
    margin-bottom: 7px;
}

.steplabel {
    font-weight: bold;
    margin-right: 4px;
    color: black;
    float: left;
    width: 15%;
    text-align: right;
}

.stepfield {
    background: #f0f0f0;
    padding: 5px;
}

.submitButtons{
    margin-top:5px;
    text-align:right;
}

.formtitle {
    font-size: 12px;
    font-weight: bold;
}

.sectionbottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.topRow {
    border-top-width: 2px;
    border-top-style: solid;
}

.tabletitle {
    font-size: 10pt;
    font-weight: bold;
    padding: 3px 0 2px 0;
    margin: 8px 4px 2px 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.tabletitleops {
    float: right;
}
.tabletitleops, .tabletitleops a, .tabletitleops img {
    vertical-align: middle;
}
.tabletitleops img {
    border: none;
}

.fullWidth {
    width: 100%;
}

.pagesubheading {
    color: #666;
    font-size: 10px;
    padding: 0 0 5px 0;
}

hr {
    color: #69c;
    height: 1px;
}

h1 a:link, h1 a:visited, h1 a:active {
    text-decoration: none;
}

.logocell {
    padding: 10px;
}

input {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #000;
}
input[type='password'] {
    -webkit-appearance: caps-lock-indicator;
}

textarea, textarea.editor {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333;
}

.spacenametitle-printable {
    font: 20px Impact, Arial, Helvetica;
    font-weight: 100;
    line-height: 25px;
    margin: 0;
}

.spacenametitle-printable a,
.spacenametitle-printable a:visited {
    text-decoration: none;
}

.blogDate {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.blogSurtitle {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 1px 1px 10px 1px;
}

a.blogHeading {
    font-size: 20pt;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
}

.blogHeading a:hover {
   text-decoration: underline;
}

.endsection {
    text-align: right;
    color: #666;
    clear: both;
    padding-top: 10px;
}
.endsectionleftnav {
    text-align: right;
    color: #666;
    clear: both;
    padding-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: bold;
    padding: 2px;
}

h1 {
    font-size: 24px;
    margin: 36px 0 4px 0;
}

h2 {
    font-size: 18px;
    margin: 27px 0 4px 0;
}

h3 {
    font-size: 14px;
    margin: 21px 0 4px 0;
}

h4 {
    font-size: 12px;
    margin: 18px 0 4px 0;
}

h5 {
    font-size: 10px;
    margin: 14px 0 4px 0;
}

h6 {
    font-size: 8px;
    margin: 14px 0 4px 0;
}

.smallfont {
    font-size: 10px;
}
.descfont {
    color: #666;
    font-size: 10px;
}
.smallerfont {
    font-size: 9px;
}
.smalltext {
    color: #666;
    font-size: 12px;
}
.smalltext a {
    color: #666;
}
.greyText
{
    color: #666;
}
.smalltext-blue {
    font-size: 8pt;
    color: #69c;
}
.surtitle {
    margin-left: 1px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}

/* css hack found here:  http://www.fo3nix.pwp.blueyonder.co.uk/tutorials/css/hacks/ */
.navItemOver {
    font-size: 10px;
    font-weight: bold;
    voice-family: "\'}\'";
    voice-family: inherit;
    cursor: pointer;
}

.navItem {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.navItemOver a,
.navItemOver a:visited,
.navItemOver a:hover,
.navItem a,
.navItem a:hover,
.navItem a:visited {
    text-decoration: none;
}

div.padded {
    padding: 4px;
}

div.thickPadded {
    padding: 10px;
}

h3.macrolibrariestitle {
    margin: 0;
}

div.centered {
    text-align: center;
    margin: 10px;
}

div.centered table {
    margin: 0 auto;
    text-align: left;
}

.tableview table {
    margin: 0;
}

.tableview tr.alternateRow {
    background: #f0f0f0;
}

.tableview th {
    text-align: left;
    font-size: 12px;
    padding: 5px 15px 2px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.tableview td {
    text-align: left;
    border-color: #eee;
    border-width: 0 0 1px 0;
    border-style: solid;
    margin: 0;
    padding: 5px 15px 3px 0;
}

.grid {
    margin: 2px 0 5px 0;
    border-collapse: collapse;
}
.grid th  {
    border: 1px solid #ccc;
    padding: 2px 4px 2px 4px;
    background: #f0f0f0;
    text-align: center;
}
.grid td  {
    border: 1px solid #ccc;
    padding: 3px 4px 3px 4px;
}
.gridHover {
    background-color: #f9f9f9;
}

td.infocell {
    background-color: #f0f0f0;
}

.label, label {
    font-weight: bold;
}
a.label {
    font-weight: normal;
}

.error {
    background-color: #fcc;
}

.errorBox {
    background-color: #fcc;
    border: 1px solid #c00;
    padding: 5px;
    margin: 5px;
}

.errorMessage, .errorMessage p {
    color: #c00;
}

.success {
    background-color: #dfd;
}

.successBox {
    background-color: #dfd;
    border: 1px solid #090;
    padding: 5px;
    margin-top:5px;
    margin-bottom:5px;
}

blockquote {
    font-style: italic;
    font-size: 10pt;
    border-left-width: 1px;
    border-left-style: solid;
    padding: 0 20px;
    margin: 10px 20px;
}

blockquote p {
    font-size: 10pt;
}

blockquote em {
    font-style: normal;
}

table.admin
{
    margin: 5px;
    border-collapse: collapse;
    width: 100%;
}
table.admin td, table.admin th
{
    width: 50%;
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: top;
}
table.admin th
{
    background-color: #f0f0f0;
    text-align: right;
    font-weight: bold;
}
table.admin td.controls
{
    text-align: center;
}

div.small {
    font-size: 9px;
}

h1.pagename {
    margin-top: 0;
}

/* The text how the "This is a preview" comment should be shown. */
.previewnote {
    text-align: center;
    font-size: 11px;
    color: red;
}

/* How the preview content should be shown */
.previewcontent {
    background: #e0e0e0;
}

/* How the system messages should be shown (DisplayMessage.jsp) */
.messagecontent {
    background: #e0e0e0;
}

/* How the "This page has been modified..." -comment should be shown. */
.conflictnote { }

.createlink,
a.createlink,
a.createlink:link,
a.createlink:visited,
a.createlink:active,
a.createlink:hover {
    color: maroon;
}
.templateparameter {
    font-size: 9px;
    color: #00008b;
}

.diff {
    font-family: "monaco", "lucida console", "courier new", monospace;
    padding: 0 1em;
    margin-top: 1em;
}
.diff td {
    font-size: 0.9em;
    padding-bottom: 0.3em;
}
.diff-added-lines, .diff-added-words, .diff-added-chars {
    background: #dfd;
}
.diff-deleted-lines, .diff-deleted-words, .diff-deleted-chars {
    color: #999;
    background: #fdd;
    text-decoration: line-through;
}
.differror {
    background: #A52A2A;
}
div.diff-snip-link {
    padding: 1em 1px 1em 1em;
}

.greybackground {
    background: #f0f0f0
}

.greybox {
    border: 1px solid #ddd;
    padding: 3px;
    margin: 1px 1px 10px 1px;
}

.borderedGreyBox {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 10px;
}

.greyboxfilled {
    border: 1px solid #ddd;
    background: #f0f0f0;
    padding: 3px;
    margin: 1px 1px 10px 1px;
}

.lightGreyBox {
    background: #fafafa;
}

.navBackgroundBox {
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.previewBoxTop {
    background-color: #f0f0f0;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    padding: 5px;
    margin: 5px 0px 0px 0px;
    text-align: center;
}
.previewContent {
    background-color: #fff;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    padding: 10px;
    margin: 0px;
}
.previewBoxBottom {
    background-color: #f0f0f0;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    text-align: center;
}

.functionbox {
    background-color: #f0f0f0;
    border: 1px solid;
    padding: 3px;
    margin: 1px 1px 10px 1px;
}

.functionbox-greyborder {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 1px 1px 10px 1px;
}

.rowNormal {
    background-color: #fff;
 }

.rowAlternate {
    background-color: #f7f7f7;
}

/* used in the list attachments table */
.rowAlternateNoBottomColor {
    background-color: #f7f7f7;
}

.rowAlternateNoBottomColor td,
.rowAlternateNoBottomNoColor td {
    border-bottom: 0;
}

.rowHighlight {
    background-color: #f0f0f0;
}

td.greenBar,
td.greenbar,
td.graybar,
td.redbar,
td.darkredbar {
    font-size: 1em;
    border: 1px solid #9c9c9c;
    padding: 0;
}

td.greenBar,
td.greenbar {
    background: #00df00;
}
td.graybar {
    background: #808080;
}
td.redbar {
    background: #df0000;
}
td.darkredbar {
    background: #af0000;
}

tr.testpassed {
    font-size: 2px;
    background: #dfd;
    padding: 0;
}
tr.testfailed {
    font-size: 2px;
    background: #fdd;
    padding: 0;
}

.toolbar  {
    margin: 0;
    border-collapse: collapse;
}

.toolbar td  {
    border: 1px solid #ccc;
    padding: 2px;
    color: #ccc;
}

td.noformatting {
    border-width: 0;
    border-style: none;
    text-align: center;
    padding: 0;
}

/*
 * Divs displaying the license information, if necessary.
 */
.license {
    border-top: 1px solid #bbb;
    text-align: center;
    font-size: 10pt;
    background-color: #ffffe0;
}

.license-eval, .license-none {
    background-color: #fcc;
}

.license-eval b, .license-none b {
    color: #900;
}

/*
 * The shadow at the bottom of the page between the main content and the
 * "powered by" section.
 */
.bottomshadow {
    height: 12px;
    background-image: url("../../../images/border/border_bottom.gif");
    background-repeat: repeat-x;
}

/*
 * Styling of the operations box
 */
.navmenu .operations li, .navmenu .operations ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.navmenu .operations ul {
    margin-bottom: 9px;
}

.navmenu .label {
    font-weight: inherit;
}

/*
 * Styling of ops as a toolbar
 */
.toolbar div {
    display: none;
}

.toolbar .label {
    display: none;
}

.toolbar .operations {
    display: block;
}

.toolbar .operations ul {
    display: inline;
    list-style: none;
    margin-left: 10px;
    padding-left: 0;
}

.toolbar .operations li {
    list-style: none;
    display: inline;
}

.bold {
    font-weight: bold;
}


/* space action links */
.tabnav .spaceActionLinks {
    float: right;
    margin: 0;
    display: block;
}

.tabnav .spaceActionLinks a span {
    text-decoration: underline;
}
.tabnav .spaceActionLinks a.current {
    color: black;
}
.tabnav .spaceActionLinks a.current span {
    text-decoration: none;
}

.tabnav .spaceActionLinks a.current:link {
    color: black;
}

.tabnav .spaceActionLinks a.current:visited {
    color: black;
}

/* non tabs */
.tabnav .nontabs {
    padding: 0;
    margin: 5px 0 0 3px;
    display: block;
    float: left;
}

/* editor tab customizations of the tabnav */
#markupTab, #wysiwygTab, #previewTab {
    font-size: 9pt;
    padding: 3px 5px 2px; /* tab padding */
    margin: 8px 0 0 3px; /* margin-top is used to 'push' the tab down to fill in any gaps */
    font-weight: normal;
}

/* alphabet list */
#squaretab {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    line-height: 11pt
}

#squaretab li {
    display: inline;
    list-style-type: none;
}

#squaretab a {
    padding: 5px 7px 3px 7px;
    border-width: 1px;
    border-style: solid;
}

#squaretab a:link,
#squaretab a:visited {
    color: #fff;
    text-decoration: none;
}

#squaretab a:hover {
    text-decoration: none;
}

#current {
    background: #fff;
    color: #000;
}

.blogcalendar th,
.blogcalendar td  {
    font-size: x-small;
    font-weight: normal;
    line-height: 140%;
    padding: 2px;
}

table.blogcalendar {
    border-width: 1px;
    border-style: solid;
}

.blogcalendar th.calendarhead,
a.calendarhead {
    font-size: x-small;
    font-weight: bold;
    padding: 2px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.blogcalendar th.calendarhead,
.calendarhead,
.calendarhead:link,
.calendarhead:visited,
.calendarhead:active,
.calendarhead:hover {
    color: #fff;
}

.blogcalendar th {
    font-size: x-small;
    font-weight: bold;
    padding: 2px;
    background-color: #f0f0f0;
}

.blogcalendar td {
    font-size: x-small;
    font-weight: normal;
}

.searchGroup {
    padding: 0 0 10px 0;
    background: #f0f0f0;
}

.searchGroupHeading {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding: 2px 4px 1px 4px;
}

.searchItem {
    padding: 1px 4px;
}

.searchItemSelected {
    padding: 1px 4px;
    font-weight: bold;
    background: #ddd;
}

/* permissions page styles */
.permissionHeading {
    border-bottom: #bbb;
    border-width: 0 0 1px 0;
    border-style: solid;
    font-size: 16px;
    text-align: left;
}

.permissionTab,
.permissionSuperTab,
.permissionCell {
    border-width: 0 0 0 1px;
    border-style: solid;
}

.permissionTab {
    font-size: 10px;
}

.permissionCell {
    border-left: #bbb;
    white-space: nowrap;
}

/* side menu highlighting (e.g. space content screen) */
.optionPadded {
    padding: 2px;
}

.optionSelected, .optionPadded.selected {
    background-color: #ffc;
    padding: 2px;
    border: 1px solid #ddd;
    margin: -1px;
}

.optionSelected a, .optionPadded.selected a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

/* styles for extended operations */
.greyLinks a:link,
.greyLinks a:visited,
.greyLinks a:active,
.greyLinks a:hover {
    color: #666;
    text-decoration: underline;
}

.greyLinks {
    color: #666;
    padding: 10px;
}

.operation-links {
    color: #666;
    margin-bottom: 10px;
}
.operation-links a:link,
.operation-links a:visited,
.operation-links a:active,
.operation-links a:hover {
    color: #666;
    text-decoration: underline;
}

.separatorLinks a:link,
.separatorLinks a:visited,
.separatorLinks a:active {
    color: white;
}

.greynavbar {
    background-color: #f0f0f0;
    border-top-width: 1px;
    border-top-style: solid;
}

div.headerField {
    float: left;
    width: auto;
    height: 100%;
}

.headerFloat {
    margin-left: auto;
    width: 50%;
}

.headerFloatLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#headerRow {
    padding: 10px;
}

.greyFormBox {
    border: 1px solid #ccc;
    padding: 5px;
}

.openPageHighlight {
    background-color: #ffc;
    padding: 2px;
    border: 1px solid #ddd;
}

.editPageInsertLinks, .editPageInsertLinks a {
    color: #666;
    font-weight: bold;
    font-size: 10px;
}

/* Style for label heatmap. */
.top10 a {
    font-weight: bold;
    font-size: 2em;
    color: #036;
}
.top25 a {
    font-weight: bold;
    font-size: 1.6em;
    color: #036;
}
.top50 a {
    font-size: 1.4em;
    color: #036;
}
.top100 a {
    font-size: 1.2em;
    color: #036;
}

.heatmap {
    list-style: none;
    width: 95%;
    margin: 0 auto;
}

.heatmap a {
    text-decoration: none;
}

.heatmap a:hover {
    text-decoration: underline;
}

.heatmap li {
    display: inline;
}

.minitab {
    padding: 5px;
    margin: 1px 0 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    float: none;
}

.minitab a {
    padding: 5px 5px;
    margin-left: 3px;
    margin-top: 1px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
}

#makeRichTextDefault, #makeMarkupDefault {
    border: 0;
    font-weight: normal;
    text-decoration: none;
}

.minitab .selected {
    background: white;
    border-bottom: 1px solid white;
    color: #000;
    text-decoration: none;
}
.minitab .unselected {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: #fff;
    text-decoration: none;
}

.minitab a.unselected:link,
.minitab a.unselected:visited {
    color: white;
}
.minitab a.selected:link,
.minitab a.selected:visited {
    color: black;
}

.minitabFont {
    font-size: 9pt;
    line-height: 9pt;
}

.linkerror {
    background-color: #fcc;
}

a.labelOperationLink:link,
a.labelOperationLink:active,
a.labelOperationLink:visited,
a.labelOperationLink:hover {
    text-decoration: underline;
}

a.newLabel:link,
a.newLabel:active,
a.newLabel:visited,
a.newLabel:hover {
    background-color: #dfd;
}

ul.square {
    list-style-type: square;
}

/* Label auto complete styles needed until we use requireResource properly in labels-include.vm */
div.auto_complete {
    width: 350px;
    background: #fff;
}
div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}
div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}
div.auto_complete ul li.selected {
    background-color: #ffb;
}
div.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}

/******* Edit Page Styles *******/
.toggleFormDiv{
    border: 1px solid #a7a6aa;
    background-color: white;
    margin-top: 5px;
}

.toogleInfoDiv{
    border: 1px solid #a7a6aa;
    background-color: white;
    display: none;
    padding: 5px;
    margin-top: 10px;
}

.inputSection{
    margin-bottom: 20px;
}

#anonymous-warning {
    padding: 15px 10px;
}

#editBox{
   border: 1px solid #d3d3d3;
   background-color: #f0f0f0;
}

.tab-navigation .current a {
    color: #000;
    background-color: #fff;
    border-bottom-color: #fff;
}

.replaced {
    background-color: #3c6;
}

.topPadding {
    margin-top: 20px;
}

/* new form style */
.form-block {
    padding: 6px;
}
.form-error-block {
    background: #fcc;
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
    margin-bottom: 6px;
    padding: 0 12px;
}
.form-element-large {
    font-size: 16px;
    font-weight: bold;
}

.form-element-small {
    font-size: 12px;
    font-weight: bold;
}

.form-header {
    background: #ffffe0;
    border-top: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
    margin-bottom: 6px;
    padding: 12px;
}
.form-header p, .form-block p, .form-error-block p {
    line-height: normal;
    margin: 12px 0;
}
.form-example {
    color: #888;
    font-size: 11px;
}
.form-divider {
    border-bottom: #ccc 1px solid;
    margin-bottom: 6px;
}
.form-buttons {
    /*margin-top: 6px;*/
    /*border-top: #ccc 1px solid;*/
    /*border-bottom: #ccc 1px solid;*/
    /*background: #f0f0f0;*/
    /*padding: 10px;*/
    /*text-align: center;*/
    /*margin-left: 10em*/
}

.confluence-button,
a.confluence-button,
a.confluence-button:link,
a.confluence-button:hover,
a.confluence-button:visited {
    text-decoration: none;
    border: 1px solid #aaa;
    color: #000;
    padding: 5px 10px;
    cursor: default;
    background: #fff url(../../../images/decoration/buttons-bg-white.png) repeat-x 0 100%;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari */
}

.confluence-button:active,
a.confluence-button:active {
    border-color: #69c;
    background-color: #eee;
    background-image: url(../../../images/decoration/buttons-bg.png);
}

.form-block .error {
    padding: 6px;
    margin-bottom: 6px;
}

form.edit-trust-app fieldset {
    border: none;
}
form.edit-trust-app fieldset div {
    border: none;
    border-left: solid 11em #f0f0f0;
    padding: 0;
    float: left;
}
form.edit-trust-app fieldset label {
    float: left;
    width: 10em;
    padding: 0;
    margin: 5px 1em 0 -10.5em;
    text-align: right;
    clear: left;
}
form.edit-trust-app fieldset input,
form.edit-trust-app fieldset textarea {
     margin: 5px 0 0 0;
     float: left;
}
form.edit-trust-app fieldset div.buttons {
     border: none;
     clear: left;
     text-align: center;
     float: none;
}
form.edit-trust-app fieldset div.buttons input {
     float: none;
}

.status-red {
    color: #800;
    font-weight: bold;
}
.status-green {
    color: #080;
    font-weight: bold;
}

.person {
    background-color: white;
    width: 200px;
    float: left;
}
.person td {
    white-space: nowrap;
}

#blogcalendar span.fwdArrow {
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(/images/icons/forwd_16.gif);
}
#blogcalendar span.fwdArrow span {
    display: none;
}
#blogcalendar span.backArrow {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(/images/icons/back_16.gif);
}
#blogcalendar span.backArrow span {
    display: none;
}
.pageInfoTable {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border-collapse: collapse;
}
.pageInfoTable td {
    padding: 3px;
}
.pageInfoTable tr.alternateRow {
    background: #f0f0f0;
}
.pageInfoLayoutTable {
    width: 100%;
    border-collapse: collapse;
}

.pageInfoLayoutTable td {
    padding: 5px 16px 5px 0;
}

.pageInfoLayoutTable .tableview td {
    padding-left: 0;
}

.memoryusagebar {
    width: 100%;
}
.memoryusagebar td {
    border: none !important;
    vertical-align: middle !important;
}

input.alignedCheckbox {
    margin: 0;
}

div.spacer {
    clear: both;
}

span.left {
    float: left;
    text-align: left;
}

span.right {
    float: right;
    text-align: right;
}

.nobr {
    white-space: nowrap;
}

label.normal {
    font-weight: normal;
    color: black
}

div.leftFloatMargined {
    float: left;
    margin-right: 2px
}

#entitySearchResults {
    border-collapse: collapse;
    background-color: #fafafa;
    text-align: left;
    width: 100%;
}

#entitySearchResults td {
    border-top: 1px solid #ccc;
    padding: 3px;
    background-color: white;
    vertical-align: top;
}

#entitySearchResults th {
    color: #666;
    padding: 3px;
    white-space:nowrap;
}

#entitySearchResults .firstColumn {
    width: 2%;
    text-align: right;
}

#entitySearchResults .secondColumn {
    width: 1px;
    text-align: right;
}

a.paddedGreyDisabled {
    background-color: #f0f0f0;
    padding: 4px;
    text-decoration: none;
    color: #666;
}

a.grey {
    color: #666;
}

div.topBottomMargin {
    margin: 10px 0 10px 0
}

div.bottomMargin {
    margin-bottom: 10px
}

table.spaceList {
    border-collapse: collapse;
}

tr.spaceList td {
    padding: 5px 0 5px 5px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.spaceList .spaceDescription {
    margin-top: 3px;
    color: #666;
}

tr.spaceList .operations {
    vertical-align: top;
    padding-right: 5px;
}

.fontSizeBigger {
    font-size: 11pt;
    line-height: 14pt;
}

.fontSizeDefault {
    line-height: 1.3em;
}

.fontSizeSmaller {
    font-size: 10pt;
    line-height: 13pt;
}

/* deprecated. TODO - check for use in themes and remove. */
.fontSizeTiny {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    line-height: 11pt;
}

table.dashboard td.left {
    padding-right: 16px;
}

.clearBoth {
    clear: both;
}

#labelInputSpan {
    margin-top: 1px;
}

form#quickSearch {
    margin: 2px;
    padding: 0;
}

form#quickSearch input {
    font-size: 10pt;
    vertical-align: middle;
}

table.fullWidthBorderless
{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

/* Hacks for YUI menustuff */

#pageMenusMenuBar {
   padding: 4px;
}

#notificationFormat {
    padding: 0;
    margin: -9px 15px;
}

#notificationFormat h4 {
    font-weight: normal;
}

#notificationFormat h2 {
    font-weight: normal;
}

#rssFormat {
    padding: 0;
    margin: 6px 15px;
}

.notificationGreySide {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px 0;
    padding: 3px 17px;
}

.notificationDigest {
    padding: 0 17px;
}

.darkBlue {
    color: #036;
}

.grey {
    color: #666;
}

table.attachments {
    width: 100%;
    border-collapse: collapse;
}

table.attachments th {
    white-space: nowrap;
    width: 1%;
}

table.attachments td {
    white-space: nowrap;
    vertical-align: top;
    width: 1%;
}

table.attachments td.comment, table.attachments th.comment, table.attachments td.attachedto, table.attachments th.attachedto {
    white-space: normal;
    width: auto;
}

#contentOptions {
    list-style: none;
    margin: 0;
    padding: 0;
}

#exportContentTree {
    list-style-type: none;
    margin: 5px 0;
}

#contentOptionAllNote {
    color: #666;
    font-weight: normal;
}

.hidden,
li.hidden {
    display: none;
    visibility: hidden;
}
#main {
    text-align: left;
    background-color: #fff;
}
#header {
    min-height: 1.8em;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.quick-search {
    margin: 0;
    padding: 0;
}
#quick-search fieldset {
    float: right;
}
.quick-search fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.quick-search legend {
    display: none;
}
input.blank-search,
.quick-search .placeholded {
    color: #666;
}
#quick-search-query {
    width: 13em;
}
/* default user navigation styles for themes using the old markup */
#user-control-panel, #page-view-panel, #page-prefs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#user-control-panel li,
#page-view-panel li,
#page-prefs-list li,
.userNavBar li { /* deprecated styles provided for themes written prior to 2.8 */
    list-style: none;
    display: inline;
    color: #666;
    font-size: 0.95em;
    padding: 0 0 0 0.3em;
}
#user-control-panel a {
    color: #666;
}
#user-control-panel li.first {
    border:medium none;
}
#user-control-panel li {
    border-left: 1px solid #666;
    padding-left: 0.5em;
}
#page-view-panel li {
    float: right;
}

#breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

#breadcrumbs li {
    white-space: nowrap;
    display: inline;
    float: left;
    margin: 0 .2em 0 0;
    padding-left: 15px;
    background: url(../../../images/decoration/white_breadcrumbs_indicator.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

#breadcrumbs li.first {
    padding-left: 0;
    background-image: none;
}

#breadcrumbs li a {
    text-decoration: none;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}

#breadcrumbs li span {
    display: block;
}

#ellipsis strong {
    cursor: pointer;
    font-weight: normal;
}

#breadcrumbs li.hidden-crumb {
    display: none;
}

/** Links */
a.icon {
    display: block;
    min-height: 16px;
    text-align: left;
    text-indent: -9999em;
    width: 16px;
}

a.twisty-open, a.twisty-closed {
    background: no-repeat 50% 50%;
    float: left;
    margin-right: 0.5em;
}
a.twisty-open {
    background-image: url(../../../images/icons/arrow_down.gif);
}
a.twisty-closed {
    background-image: url(../../../images/icons/arrow_right.gif);
}

a.print {
    background: url(../../../images/icons/print_16.gif) no-repeat 50% 50%;
}
a.feed {
    background: url(../../../images/icons/feed-icon-16x16.png) no-repeat 50% 50%;
}
a.pdf {
    background: url(../../../images/icons/attachments/pdf.gif) no-repeat 50% 50%;
}
a.help {
    background: url(../../../images/icons/help_16.gif) no-repeat 50% 50%;
}
a.add-user {
    background: url(../../../images/icons/classic/16/125.png) no-repeat 50% 50%;
}

a.remove-user {
    background: url(../../../images/icons/classic/16/123.png) no-repeat 50% 50%;
}

a.groups {
    background: url(../../../images/icons/classic/16/127.png) no-repeat 50% 50%;
}

a.cancel {
    background: url(../../../images/icons/emoticons/error.gif) no-repeat 50% 50%;
}

a.search-icon {
    background: url(../../../images/icons/srch_16.gif) no-repeat 50% 50%;
}

a img {
    border: none;
}

a.texticon {
    min-height: 16px;
    text-align: left;
    padding:0 10px 0 20px;
    background-position: 0 50%;
    outline:0 none;
}


/* // Links **/
#com-atlassian-confluence h1 {
    line-height: 2;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}
#com-atlassian-confluence h1 img {
    float: left;
    margin: 0 .3em 0 0;
}
br.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
#footer, #footer-warning {
    background: #f0f0f0;
    text-align: center;
}
#footer p.license, #footer p.license a {
    background: #036;
    color: #fff;
    margin: 0;
}
#poweredby {
    border-top: 1px solid #bbb;
    color: #666;
    margin: 0;
    padding: .5em;
    list-style: none;
}
#poweredby a, #footer-warning {
    color: #666;
}
#poweredby li {
    display: inline;
}
#poweredby li.print-only {
    display: none;
}
#footer p.warning {
    margin: 0 40px 10px 40px;
    text-align: center;
}
#menu-bar, #navigation .space-browse-links {
    float: right;
}
#navigation .space-browse-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-bar {
    margin: 0 .5em;
}
table {
    clear: left;
}
.space-browse-links a:link,
.space-browse-links a:active,
.space-browse-links a:visited {
    border: 1px solid #69c;
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 2;
    margin: 0.35em 0 -1px 0.5em;
    padding: 0 0.5em 0 24px;
    position: relative;
    text-decoration: none;
}
.space-browse-links a:hover {
    background-color: #036;
    border: 1px solid #036;
    color: #fff;
}
.space-browse-links a img {
    float: left;
    left: 4px;
    margin: -8px 0 0;
    position: absolute;
    top: 50%;
}
#tree-div {
    min-height:300px;
}
.mailLabel {
    color: #666;
    font-weight: bold;
}

.unparented {
    list-style: none;
    margin: 0;
    padding: 0;
}

.parented {
    list-style-image: url(../../../images/icons/link_out_bot.gif);
}

.mailthread ul {
    list-style-image: url(../../../images/icons/link_out_bot.gif);
}
.selectedMail {
  background-color: #ffc;
  padding: 2px;
  border: 1px solid #ddd;
}

.excerpt {
  margin-top: 0;
  margin-bottom: 0;
}

.captcha {
    padding: 10px;
}

.captcha-image {
    width: 200px;
    height: 100px;
}

.version-info {
    margin-bottom: 10px;
}

/* Fix menu focus when selecting with mouse in Firefox */
li:active, a:active {
  outline: none;
}

/* Confluence global/space message styles */
#messageContainer {
    background: #fff;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

#messageContainer li {
    padding: 5px;
    display: none;
}

.message-close-button {
    height: 16px;
    width: 16px;
    border: none;
    float: right;
    cursor: pointer;
}

.page-metadata ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.page-metadata ul li {
    list-style: none;
    float: left;
    padding: 0 5px 0 0;
    margin: 0;
}

.page-metadata ul a.page-metadata-icon {
    text-decoration: none;
}

.page-metadata ul a.page-restrictions span,
.page-metadata ul a.page-tinyurl span,
.page-metadata ul a.action-view-attachments span.page-metadata-attachments-text {
    float: left;
    height: 16px;
    width: 16px;
    text-indent: -9999em;
}

.page-metadata ul a.page-restrictions span {
    background: url(../../../images/icons/lock_16_grey.png) no-repeat;
}

.page-metadata ul a.page-tinyurl span {
    background: url(../../../images/icons/permalink_light_16.png) no-repeat;
}

.page-metadata ul a.page-tinyurl:hover span {
    background: url(../../../images/icons/permalink_dark_16.png) no-repeat;
}

.page-metadata ul a.action-view-attachments span.page-metadata-attachments-text {
    background: url(../../../images/icons/attach_16.png) no-repeat;
}

.on-label, .yes-label {
    color: #090;
    font-weight: 800;
}

.off-label, .no-label {
    color: #900;
    font-weight: 800;
}

.progress-fill-color {
    background: #00df00;
}

.progress-background-color {
    background: #fff;
}

.vertical-center-aligning-container {
    display: table;
    height: 400px;
    /* position : relative; */
    overflow: hidden;
}

.vertical-center-div-outer {
    /* position : absolute;
    top : 50%; */
    display: table-cell;
    vertical-align: middle;
}

.vertical-center-div-inner {
    /* position : relative;
    top : -50%; */
    text-align: center;
}

.in-progress {
    background-color: #ccc;
}

h2.subheading,
#profile-main h2.subheading {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0;
}

/* TODO Move h2.subheadings for AUI forms inside the form */
#com-atlassian-confluence form.aui h2, .subheading {
    color: #222;
}

#com-atlassian-confluence form.aui label {
    color: #666;
    font-weight: normal;
}

/*Columns*/
div.section.one {
    float: left;
    width: 40%;
}
div.section.two {
    float: left;
    width: 60%; 
}
div.section.two .section {
    margin-left: 10px;
}

.subheading .rss-icon {
    background: url(../../../images/icons/feed-icon-16x16.png);
    float: right;
    height: 16px;
    text-decoration: none;
    width: 16px;
    line-height: 0;
}
/* End Confluence master stylesheet */

/** Font Colours */
em.bad,
strong.bad {
    font-style: normal;
    color: #900;
}
em.good,
strong.good {
    font-style: normal;
    color: #090;
}
em.disabled,
strong.disabled {
    font-style: normal;
    color: #999;
}
/* **/

.blogpost .wiki-content {
    _height: 1%;
}

#version-comment.noteMacro {
    padding: 5px;
}

#space-admin-body {
    padding: 0 10px;
}

#ajax-error {
    background-color: #fcc;
    border: 1px solid #741311;
}

#ajax-error span.error{
    display: block;
    text-align: center;
    color: #741311;
    line-height: 2;
}

#ajax-error span.error a.close{
    margin-left: 10px;
    text-decoration: underline;
}

#poweredby {
    background-image: url(../../../images/decoration/footer-shadow.gif);
    background-repeat: repeat-x;
}

#footer-warning {
    display: block;
    background-color: #ffffce;
    border-top: 1px solid #f0c000;
    border-bottom: 1px solid #f0c000;
    color: #000;
    padding: 2px 5px;
}

.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: 10pt;
    line-height: 13pt;
}

.wiki-content p {
    margin: 10px 0;
    padding: 0;
}

.wiki-content li,
.wiki-content ul p,
.wiki-content ol p {
    margin: 0;
    padding: 0;
}

.wiki-content ul {
    list-style-type: disc;
}

.wiki-content ol,
.wiki-content ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol ol {
    list-style-type: decimal;
}

.wiki-content ol ol,
.wiki-content ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol ol ol {
    list-style-type: lower-alpha;
}

.wiki-content ol ol ol,
.wiki-content ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol,
.wiki-content ol ol ol ol ol ol ol ol ol ol ol ol {
    list-style-type: lower-roman;
}

/*Needs the id selector because of the
'#com-atlassian-confluence h1' entry in master.css*/
#com-atlassian-confluence .wiki-content h1,
.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.wiki-content h5,
.wiki-content h6 {
    font-weight: bold;
    line-height: normal;
    padding: 0;
}


#com-atlassian-confluence .wiki-content h1,
.wiki-content h1
{
    font-size: 21pt;
    margin-top: 38px;
}

.wiki-content h2 {
    font-size: 18pt;
    margin-top: 32px;
}

.wiki-content h3 {
    font-size: 15pt;
    margin-top: 28px;
}

.wiki-content h4 {
    font-size: 13pt;
    margin-top: 25px;
}

.wiki-content h5 {
    font-size: 11pt;
    margin-top: 22px;
}

.wiki-content h6 {
    font-size: 10pt;
    margin-top: 22px;
}

.wiki-content .confluenceTable, .grid {
/*
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
*/
    padding: 0;
    margin: 5px 0;
}

.wiki-content td.confluenceTd,
.wiki-content th.confluenceTh {
    padding: 5px 7px;
}
.wiki-content-preview {
    padding: 5px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.wiki-content .preformattedContent,
.wiki-content .codeContent{
    padding: 12px 10px;
}

.wiki-content .preformattedContent pre,
.wiki-content .codeContent pre{
    margin:0;
    /** matches renderer-macros.css: .preformatted pre */
    font-family:"Courier New",Courier,monospace;
    line-height:1.3;
}

/* Styles for TinyMCE editor content */

.mceContentBody {
    border: none;
    padding: 10px;
    text-align: left;
    background-color: #fff;
}

/* IE makes paragraphs in tables, so remove the default margin */
.mceContentBody .confluenceTable p {
    margin: 0;
}

/* Firefox puts resizing controls on tables. They don't line up with tables unless they have margin 1px.
(0 breaks the border) */
body.mceContentBody table.confluenceTable {
    margin: 1px;
}

.mceContentBody .wysiwyg-macro-body-preformat {
    border: #69c solid 1px;
    /* horizontal margin matches .panel */
    margin: 5px 20px;
}

/* Styles for macros */
.mceContentBody .wysiwyg-macro-inline {
    display: inline;
}
.mceContentBody .user-new-line,
.mceContentBody .wysiwyg-macro-body-newline {
    display: none;
    line-height: 0;
}
#tab-navigation {
    border-bottom: 1px solid;
    margin: 0 -10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.tab-navigation {
    list-style: none;
    display: block;
    margin: 0 0 -1px;
    padding: 0;
    overflow: hidden;
}
.tab-navigation .tab {
    float: left;
    display: inline;
    font-weight: bold;
    margin: 0 5px -1px 0;
}
.tab-navigation .tab a {
    padding: .3em .4em;
    text-decoration: none;
    display: block;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
.tab-navigation .notab {
    margin: 1px 1px 0 1px;
    padding: .3em;
    float: left;
}

/* Make the following more specific, so they aren't overriden by themes. */
ul.tab-navigation .current a {
    color: #000;
    background-color: #fff;
    border-bottom-color: #fff; /* IE */
}
ul.tab-navigation .current a:hover {
    color: #000;
    background-color: #fff;
    border-bottom-color: #fff; /* IE */
}

/*
 * Drop down menu stylesheet
 */

/* Menu bar layout */
.ajs-menu-bar {
    float: right;
    line-height: 1.5;
    position: relative;
}
.ajs-menu-bar,
.ajs-menu-bar .ajs-button,
.ajs-menu-bar .ajs-button a,
.ajs-menu-bar .ajs-button span,
.ajs-menu-bar .ajs-menu-item .ajs-menu-title,
.ajs-menu-bar .ajs-menu-item .ajs-menu-title span,
.ajs-menu-bar .ajs-menu-item .ajs-menu-title span span,
.ajs-menu-bar .ajs-drop-down a,
.ajs-menu-bar .ajs-drop-down a span,
.ajs-menu-bar .ajs-drop-down a span span {
     /* all containers are block-level with no margin or padding by default */
    display: block;
    margin: 0;
    padding: 0;
}
.ajs-menu-bar .ajs-button span,
.ajs-menu-bar .ajs-menu-item .trigger span span {
    padding-right: 1em; /* gap after menu label, must be wider than indicator image */
}
.ajs-menu-bar .ajs-menu-item,
.ajs-menu-bar .ajs-button {
    float: left;
    list-style: none;
    position: relative;
}
.ajs-menu-bar .ajs-menu-item a,
.ajs-menu-bar .ajs-button a {
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
}
.ajs-menu-bar .ajs-button {
    float: left;
    line-height: 2;
    list-style: none;
    position: static;
}

/* Drop-down indicator icon and on-hover colour changing */
.ajs-menu-bar .ajs-menu-item .trigger span {
    background-image: url(../../../images/decoration/menu_indicator.gif);
    position: relative;
}
.ajs-menu-bar .ajs-menu-item.opened .trigger span {
    background-image: url(../../../images/decoration/white_menu_indicator.gif);
}

.ajs-menu-bar .ajs-menu-item.opened .trigger span span,
.ajs-menu-bar .ajs-menu-item .trigger span span {
    background-image: none;
}
.ajs-menu-bar .ajs-button a:hover,
.ajs-menu-bar .ajs-menu-item.opened .trigger span {
    color: #fff; /* system colour - not derived from colour scheme */
}

/* Menu bar icons */
.ajs-menu-bar .ajs-menu-item .trigger span {
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.ajs-menu-bar .ajs-button span,
.ajs-menu-bar .ajs-menu-item .trigger span span {
    background-position: 0 50%;
    background-repeat: no-repeat;
}

/* Drop-down menu layout */
.ajs-menu-bar .ajs-menu-item .ajs-drop-down a {
    background: #fff no-repeat 4px 50%;
    border: none;
    display: block;
    line-height: 1.6;
    margin: 0;
    padding: 0 0.5em 0 24px;
    text-decoration: none;
}
.ajs-menu-bar .ajs-drop-down {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    background: #fff; /* system colour - not derived from colour scheme */
    border: solid 1px #c1c1c1;
    font-weight: normal;
    min-width: 12em;
    padding: 0;
    position: absolute;
    left: 0;
    white-space: nowrap;
    z-index: 1000;
}
.ajs-menu-bar .ajs-drop-down.above {
    -moz-border-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    bottom: 2em;
    margin-top: -2px;
}
.ajs-menu-bar .ajs-drop-down ul,
.ajs-menu-bar ul.ajs-drop-down {
    border-top: solid 1px #e1e1e1;
    margin: 0;
    padding: 5px 0;
    position: relative;
    list-style: none;
}
.ajs-menu-bar .ajs-drop-down ul.first,
.ajs-menu-bar ul.ajs-drop-down.first {
    border-top: none;
}
.ajs-menu-bar .ajs-drop-down li {
    margin: 0;
    padding: 0;
}
.ajs-menu-bar .ajs-menu-item div.ajs-drop-down a {
    background-position: .5em 50%;
    background-repeat: no-repeat;
    border: none;
    display: block;
    line-height: 2;
    margin: 0;
    padding: 0 1em 0 28px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.ajs-menu-bar .ajs-drop-down a img {
    float: left;
    height: 16px;
    margin: .3em 0 0 -20px;
    width: 16px;
}

/* Drop-down menu icons */
.ajs-menu-bar .ajs-drop-down a.add-comment {
    background-image: url(../../../images/icons/comment_16.png);
}
.ajs-menu-bar .ajs-drop-down a.add-attachment {
    background-image: url(../../../images/icons/attach_16.png);
}
.ajs-menu-bar .ajs-drop-down a.add-page {
    background-image: url(../../../images/icons/docs_16.gif);
}
.ajs-menu-bar .ajs-drop-down a.add-news {
    background-image: url(../../../images/icons/blogentry_16.gif);
}
.ajs-menu-bar .ajs-drop-down a.action-view-history {
    background-image: url(../../../images/icons/clock_16.png);
}
.ajs-menu-bar .ajs-drop-down a.action-page-permissions {
    background-image: url(../../../images/icons/lock_16_grey.png);
}
.ajs-menu-bar .ajs-drop-down a.action-view-attachments {
    background-image: url(../../../images/icons/attach_16.png);
}
.ajs-menu-bar .ajs-drop-down a.action-page-favourite {
    background-image: url(../../../images/icons/fav_off_16.png);
}
.ajs-menu-bar .ajs-drop-down a.ie-page-favourite-selected { /* using IE style here to make IE7 not duplicate bg */
    background-image: url(../../../images/icons/fav_on_16.png);
}
.ajs-menu-bar .ajs-drop-down a.action-page-watching-space {
    background-image: url(../../../images/icons/watching_space_16.png);
}
.ajs-menu-bar .ajs-drop-down a.action-page-watching {
    background-image: url(../../../images/icons/watch_off_16.png);
}
.ajs-menu-bar .ajs-drop-down a.ie-page-watching-selected { /* using IE style here to make IE7 not duplicate bg */
    background-image: url(../../../images/icons/watch_on_16.png);
}
.ajs-menu-bar .ajs-drop-down a.waiting {
    background-image: url(../../../images/icons/wait.gif);
}

.ajs-menu-bar .ajs-menu-item .section-secondary li a,
.ajs-menu-bar .ajs-menu-item .section-modify li a {
    padding-left: 8px;
    font-size: .9em;
}

.ajs-menu-bar .ajs-menu-item .ajs-drop-down li.hidden {
    display: none;
}

/* Customisations for header menu bar */
#header-menu-bar {
    margin-top: 0;
    margin-right: 5px;
}
#header .ajs-menu-item a {
    float: left;
    line-height: 1.5;
    margin: 0;
    text-decoration: underline;
}
#header-menu-bar li.ajs-menu-item a {
    line-height: 2;
}
#header-menu-bar li.ajs-menu-item .ajs-drop-down a {
    line-height: 1.5;
}
#header .ajs-menu-bar li.ajs-menu-item,
#header .ajs-menu-bar li.ajs-button {
    margin: 0;
    padding: 0;
}
#header .ajs-menu-bar li.ajs-menu-item a {
    padding-left: 0.5em;
}
#header .ajs-menu-item .trigger span {
    background-image: url(../../../images/decoration/white_menu_indicator.gif); /* header menus always use a white indicator */
}
#header .ajs-menu-item .trigger span span {
    background: none;
}
#header .ajs-menu-bar li.ajs-menu-item a.trigger:focus {
    outline: none;
}
#header .ajs-menu-bar li.ajs-menu-item a.trigger {
    float: left;
    padding: 0 0.5em;
    text-decoration: none;
}
#header .ajs-menu-bar li.ajs-menu-item.opened .ajs-drop-down li,
#header .ajs-menu-bar li.ajs-menu-item.opened .ajs-drop-down a {
    background-color: #fff; /* system colour - not derived from colour scheme */
    background-image: none;
}
.ajs-menu-bar .ajs-menu-item.opened,
.ajs-menu-bar .ajs-button a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ajs-menu-bar .ajs-menu-item.opened {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

/* Customisations for header menus */
#header .ajs-menu-bar .ajs-drop-down {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top: none;
    margin-top: 0;
    margin-left: -1px;
    top: 2em;
    z-index: 9;
}
#header .ajs-menu-bar .ajs-drop-down a {
    float: none;
    padding: 2px 2em;
    text-decoration: none;
}
#header .ajs-menu-bar .ajs-menu-item .ajs-drop-down ul,
#header .ajs-menu-bar .ajs-menu-item ul.ajs-drop-down {
    border-top: 1px solid #cce;
}
#header .ajs-menu-bar .ajs-drop-down ul.first,
#header .ajs-menu-bar ul.ajs-drop-down.first {
    border: none;
}

/* Customisations for navigation menu bar */
#navigation .ajs-menu-bar {
    margin: 10px 0 0 1em;
}
#navigation .ajs-menu-bar .ajs-button span,
#navigation .ajs-menu-bar .ajs-menu-item .ajs-menu-title span span {
    padding-left: 25px; /* width of icon + gap before menu label */
}
/*#navigation .ajs-menu-bar li.ajs-menu-item,
#navigation .ajs-menu-bar li.ajs-button {
    margin-top: -10px;
}
*/
#navigation .ajs-menu-bar li.ajs-menu-item .ajs-menu-title,
#navigation .ajs-menu-bar li.ajs-button a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #535353; /* system colour - not derived from colour scheme */
    font-size: 1.1em;
    line-height: 20px;
    padding: .35em .5em;
}
#navigation .ajs-menu-bar li.ajs-menu-item .ajs-menu-title {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
#navigation .ajs-menu-bar .ajs-button a.edit span {
    background-image: url(../../../images/icons/edit_20.png);
}
#navigation .ajs-menu-bar .ajs-button a.view span {
    background-image: url(../../../images/icons/view_20.png);
}
#navigation .ajs-menu-bar li.ajs-menu-item a.add span span {
    background-image: url(../../../images/icons/add_20.png);
}
#navigation .ajs-menu-bar li.ajs-menu-item a.action span span {
    background-image: url(../../../images/icons/tools_20.png);
}
.ajs-menu-bar .ajs-menu-item .most-right-menu-item {
    left: auto;
    margin: 0;
    right: 0;
}
table.confluenceTable {
    margin: 5px;
    border-collapse: collapse;
}

td.confluenceTd, table.confluenceTable td.confluenceTd {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
    vertical-align: top;
}

th.confluenceTh, table.confluenceTable th.confluenceTh {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: left;
    vertical-align: top;
}
.panel {
    color: black;
    padding: 0;
    margin: 10px 20px;
    background: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.alertPanel {
    border-color: #c00;
}

.infoPanel {
    border-color: #69c;
}

.alertPanel, .infoPanel {
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    margin: 10px;
}

.infopanel-heading {
    font-weight: bold;
	padding: 4px 0 2px 0;
}

/* basic panel (basicpanel.vmd) style */
.basicPanelContainer {
    border-width: 1px;
    border-style: solid;
    margin-top: 2px;
    margin-bottom: 8px;
    width: 100%;
}

.basicPanelTitle {
    padding: 5px;
    margin: 0;
    background-color: #f0f0f0;
    color: black;
    font-weight: bold;
}

.basicPanelBody {
    padding: 5px;
    margin: 0;
}

.panelHeader {
    padding: 0 12px;
    line-height: 2; /* vertical alignment for title */
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.codeHeader, .panelHeader, .panelContent {
    background: #f0f0f0;
}

.preformattedHeader, .codeContent, .preformattedContent {
    background: #fff;
}

.panelContent {
    color: #000;
    margin: 0;
    padding: 0 12px;
    text-align: left;
    font-size: .95em;
}

.panelContent,
.panelContent p, .panelContent th,
.panelContent td, .panelContent li {
    text-align: left;
}


/*
    Styles for macros bundled in Renderer.
*/

.panelMacro {
    margin: 10px 20px;
    overflow: hidden; /* fix width next to floated content */
}

.panelMacro table {
    text-align: left;
    padding: 0 20px;
    width: 100%;
}

.panelMacro td, .panelMacro p {
    font-size: 1em;
    padding: 14px 0;
}

.searchMacro {
    font-size: 10pt;
    margin: 10px 0;
}

.searchMacro .result {
    margin-top: 3px;
    padding: 0 5px 5px 5px;
    border-bottom: 1px solid #ddd;
}

.searchMacro .resultSummary {
    margin-bottom: 7px;
}

.rssMacro {
    font-size: 10pt;
}

.rssMacro table {
    margin: 10px 0;
    width: 100%;
    border-collapse: collapse;
}

.rssMacro table th,
.rssMacro table td {
    border: 1px solid #ccc;
    padding: 4px;
}

.rssMacro table th {
    background: #f0f0f0;
}

/* Code styles */
.code {
    border-width: 1px;
    border-style: dashed;
    overflow: auto;
}

.code, .preformatted {
    background-color: #fff;
}

.code pre, .preformatted pre { /* needs 'pre' to override TinyMCE style */
    font-family:"Courier New", Courier, monospace;
    line-height: 1.3;
}

.code-keyword {
  color: #000091;
  background-color: inherit;
}

.code-object {
  color: #910091;
  background-color: inherit;
}

.code-quote {
  color: #009100;
  background-color: inherit;
}

.code-comment {
  color: #808080;
  background-color: inherit;
}

.code-xml .code-keyword {
  color: inherit;
  font-weight: bold;
}

.code-tag {
  color: #000091;
  background-color: inherit;
}

/* Recently Updated Styles */
.recentlyUpdatedItem {
	border-bottom: #f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	margin: 10px 0 0 0;
	padding: 0;
	border-spacing: 0;
	width: 100%;
    text-decoration: none;
    border-collapse: collapse;
}

.recentlyUpdatedItem td {
    padding: 10px;
    border-bottom: #f0f0f0 1px solid;
    vertical-align: top;
}

.recentlyUpdatedItem .authorAndDate {
	background-color: #f0f0f0;
	width: 25%;
}

.recentlyUpdatedItem .date {
    margin-top: 4px;
    font-size: 90%;
    color: #666;
}

.recentlyUpdatedItem .profilePic {
    float: right;
    background-color: #f0f0f0;
    margin: 0 2px;
}

.recentlyUpdatedItem .twixie {
    padding: 10px 0 0 4px;
}

.recentlyUpdatedItem .icon {
    padding: 8px 0 0 1px;
}

.recentlyUpdatedItem .details {
    padding-left: 7px;
}

.recentlyUpdatedItem .summary, .recentlyUpdatedItem .thumbnail {
    margin-top: 3px;
    color: #666;
}

.moreRecentlyUpdatedItems {
    text-align: right;
    margin-top: 10px;
    font-size: 10pt;
}

a.content-type-page span, div.content-type-page, span.content-type-page {
    background-image: url(../../../images/icons/docs_16.gif);
    background-repeat: no-repeat;
}

a.content-type-blogpost span, div.content-type-blogpost, span.content-type-blogpost {
    background-image: url(../../../images/icons/blogentry_16.gif);
    background-repeat: no-repeat;
}

a.content-type-comment span, div.content-type-comment, span.content-type-comment {
    background-image: url(../../../images/icons/comment_16.gif);
    background-repeat: no-repeat;
}

a.content-type-spacedesc span, div.content-type-spacedesc, span.content-type-spacedesc {
    background-image: url(../../../images/icons/web_16.gif);
    background-repeat: no-repeat;
}

a.content-type-personalspacedesc span, div.content-type-personalspacedesc, span.content-type-personalspacedesc {
    background-image: url(../../../images/icons/personal_space_16.gif);
    background-repeat: no-repeat;
}

a.content-type-mail span, div.content-type-mail, span.content-type-mail {
    background-image: url(../../../images/icons/mail_content_16.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment span, div.content-type-attachment, span.content-type-attachment {
    background-image: url(../../../images/icons/attachments/file.gif);
    background-repeat: no-repeat;
}

a.content-type-file span, div.content-type-file, span.content-type-file {
    background-image: url(../../../images/icons/attachments/file.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-pdf span, div.content-type-attachment-application-pdf, span.content-type-attachment-application-pdf {
    background-image: url(../../../images/icons/attachments/pdf.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-image span, div.content-type-attachment-image, span.content-type-attachment-image {
    background-image: url(../../../images/icons/attachments/image.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-text-xml span, div.content-type-attachment-text-xml, span.content-type-attachment-text-xml {
    background-image: url(../../../images/icons/attachments/xml.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-text-html span, div.content-type-attachment-text-html, span.content-type-attachment-text-html {
    background-image: url(../../../images/icons/attachments/html.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-text span, div.content-type-attachment-text, span.content-type-attachment-text {
    background-image: url(../../../images/icons/attachments/text.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-zip span, div.content-type-attachment-application-zip, span.content-type-attachment-application-zip {
    background-image: url(../../../images/icons/attachments/zip.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-excel span, div.content-type-attachment-application-excel, span.content-type-attachment-application-excel {
    background-image: url(../../../images/icons/attachments/excel.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-powerpoint span, div.content-type-attachment-application-powerpoint, span.content-type-attachment-application-powerpoint {
    background-image: url(../../../images/icons/attachments/powerpoint.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-word span, div.content-type-attachment-application-word, span.content-type-attachment-application-word {
    background-image: url(../../../images/icons/attachments/word.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-java span, div.content-type-attachment-java, span.content-type-attachment-java {
    background-image: url(../../../images/icons/attachments/java.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-file span, div.content-type-attachment-file, span.content-type-attachment-file {
    background-image: url(../../../images/icons/attachments/file.gif);
    background-repeat: no-repeat;
}

a.content-type-status span, div.content-type-status, span.content-type-status {
    background-image: url(../../../images/icons/quotes.png);
    background-repeat: no-repeat;
}

div.content-type-userinfo, span.content-type-userinfo {
    background-image: url(../../../images/icons/user_16.gif);
    background-repeat: no-repeat;
}

a.content-type-follow span, div.content-type-follow, span.content-type-follow {
    background-image: url(../../../images/icons/fav_on_16.png);
    background-repeat: no-repeat;
}

a.content-type-favourite span, div.content-type-favourite, span.content-type-favourite {
    background-image: url(../../../images/icons/fav_on_16.png);
    background-repeat: no-repeat;
}

body.login,
body.login #main,
body.login #full-height-container {
    background: #fafafa;
}

* html body.login,
* html body.login #full-height-container {
    background: #f0f0f0;
}

#com-atlassian-confluence.login h1 {
    width: 560px;
    margin: 0 auto;
}

#login-container {
    margin: 0 auto;
    width: 500px;
    padding: 20px 30px;
    background: #fff;
}

body.login #header {
    display: none;
}

/* Gets rid of the break above the footer */
body.login .clear {
    display: none;
}

body.login #main {
    overflow: hidden;
    padding: 10% 0 12%;
}

#login-container .form-error-block{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#login-container,
#login-container form.aui {
    color: #333;
}

#login-container,
#login-container .captcha-image {
    border: 1px solid #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#login-container div.login-form-container {
    margin-bottom: 10px;
    padding: 0 0 5px 20px;
}

#login-container .login-form-container fieldset {
    padding-top: 15px;
}

#login-container .checkboxes label {
    left: 0;
    margin-right: 0;
    float: none;
    display: inline;
}

/* Overide default label styling */
#com-atlassian-confluence.login #login-container label {
    color: #333;
}

#login-container .login-form-container .text,
#login-container .login-form-container .password {
    width: 95%;
}

#login-container .message {
    padding: 0;
    width: auto;
}

#login-container p {
    margin: 0 0 1em;
    color: #333;
}

#login-container p.last {
    margin: 0;
}

#login-container p.success-message {
    color: green;
}

body.signup #main{
    padding: 5% 0 7%;
}

#login-container .captcha-image {
    margin-top: 10px;
    width: 290px;
    height: 120px;
}

#coherence-copyright {
	margin: 0;
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 3px;
}

#coherence-copyright a {
    color: #666;
}
/* Information plugin styles */

.noteMessage, .warningMessage, .infoMessage, .tipMessage {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 5px;
    overflow: hidden; /* fix width next to floated content */
}

.noteMessage {
    border-color: #f0c000;
    background: #ffffce;
}

.warningMessage {
    border-color: #c00;
    background: #fcc;
}

.infoMessage {
    border-color: #69c;
    background: #d8e4f1;
}

.tipMessage {
    border-color: #090;
    background-color: #dfd;
}

table.infoMacro td, table.warningMacro td, table.tipMacro td, table.noteMacro td {
    border: none;
}

.informationMacroPadding {
    padding: 5px 0 0 5px;
}

.noteMacro, .warningPanel {
    background-color: #ffffce;
}
#addition .noteMacro {
    border-style: solid;
    border-width: 1px;
    border-color: #f0c000;
    background-color: #ffffce;
    text-align:left;
    padding: 10px;
    width: 100%;
    margin: 5px 20px;
}

#addition .noteMacro td {
    font-size: 10pt;
    padding: 2px;
    padding-right: 15px;
}

#addition .noteMacro p {
    font-size: 10pt;
}

#addition .noteMacro b {
    font-size: 10pt;
}

#addition table.noteMacro td {
    border: none;
}

#replying .noteMacro {
    border-style: solid;
    border-width: 1px;
    border-color: #f0c000;
    background-color: #ffffce;
    text-align:left;
    padding: 10px;
    width: 100%;
    margin: 5px 20px;
}

#replying .noteMacro td {
    font-size: 10pt;
    padding: 2px;
    padding-right: 15px;
}

#replying .noteMacro p {
    font-size: 10pt;
}

#replying .noteMacro b {
    font-size: 10pt;
}

#replying table.noteMacro td {
    border: none;
}

.tipMacro {
    background-color: #dfd;
}

.warningMacro {
    background-color: #fcc;
}

.infoMacro {
    background-color: #d8e4f1;
}

.warningPanel {
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    margin: 10px;
}

.warningPanel {
    border-color: #f0c000;
}




/* Layout plugin styles */

.sectionMacro,
.sectionMacro p,
.sectionMacro ul,
.sectionMacro ol {
    font-size: 10pt;
}

table.sectionMacro td {
    border: none;
}

table.sectionMacroWithBorder td.columnMacro {
    border-style: dashed;
    border-width: 1px;
    border-color: #ccc;
}
div.auto_complete {
    width: 350px;
    background: #fff;
}

div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}

div.auto_complete ul li.selected {
    background-color: #ffb;
}

div.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}

ol.autocompleter {
    background: #fff;
    border: 1px solid #888;
    font-size: 0.9em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 15em;
}

ol.autocompleter li {
    margin: 0;
    padding: 3px;
    cursor: default;
}

ol.autocompleter q, ol.autocompleter i {
    display: none;
}

ol.autocompleter li.focused {
    background: #ccf;
}

.username-in-autocomplete-list {
    color: #666;
    font-size: 1em;
}
a.search-for span {
    background-image: url(../../../images/icons/classic/16/70.png);
}

.aui-dropdown li.error {
    color: #535353;
    display: block;
    outline: none;
    position: relative;
    text-decoration: none;
    text-align: left;
    background-color:#FFFFFF;
    background-image: url(../../../images/icons/classic/16/10.png);
    background-repeat: no-repeat;
    background-position: 7px 50%;
    padding-left: 2.5em;
}

.aui-dropdown a.message span {
    background-image: url(../../../images/icons/classic/16/2.png);
    background-repeat: no-repeat;
}

#header .quick-nav-drop-down {
    top: 2.22em; /* 2em/.9 */
    right: 10px;
    z-index: 15;
}
#header .quick-nav-drop-down li a {
    color: #535353; /* should be 'inherit', but IE doesn't cascade that value properly */
}
#header .quick-nav-drop-down li.active a {
    color: #fff;
}

#main .quick-search {
    position: relative;
}

#main .quick-search-query {
    margin: 0;
    padding: 0;
}

#main .aui-dd-parent .aui-dropdown {
    border-style: solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#main #sidebar .quick-search {
    text-align: right;
}
#main #sidebar .quick-search-query {
    width: 15.5em;
}
#main #sidebar .quick-nav-drop-down {
    right: 0;
    top: 1.75em;
    text-align: left;
}

.quick-nav-drop-down li,
.quick-nav-drop-down li span {
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.quick-nav-drop-down li span em {
    font-style: normal;
    line-height: 26px;
}

/* Confluence AUI drop-down styles. These were removed from AUI in r32231 */

.aui-dd-parent {
    position: absolute;
    width: 25em;
    font-size: 0.9em;
}

/* Override dropdown-ie.css in aui */
#com-atlassian-confluence .aui-dd-parent .aui-dropdown {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    background: #fff;
    border: 1px solid #bbb;
    border-top-style: none;
    font-size: 1em;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 25em;
}

.aui-dd-parent .aui-dropdown ol {
    border-bottom: solid 1px #f0f0f0;
    list-style: none;
    margin: 0;
    padding: .5em 0;
}

.aui-dd-parent .aui-dropdown ol.last {
    border-bottom: none;
}

.aui-dd-parent .aui-dropdown li {
    color: #535353;
    height: 24px;
    line-height: 24px;
    padding: 0 .3em;
    position: relative;
}

.aui-dd-parent .aui-dropdown li img {
    height: 1.72em;
    left: .4em;
    position: absolute;
    top: .1em;
    width: 1.72em;
}

.aui-dd-parent .aui-dropdown li a {
    display: block;
    outline: none;
    position: relative;
    text-decoration: none;
}

.aui-dd-parent .aui-dropdown li a span {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    display: block;
    padding-left: 2.5em;
}

#com-atlassian-confluence .aui-dd-parent .aui-dropdown li a,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown li a:link,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown li a:visited {
    /* override AUI link styles */
    color: #535353; /* should be 'inherit', but IE doesn't cascade that value properly */
    background: transparent;
    padding: 0;
}

#com-atlassian-confluence .aui-dd-parent .aui-dropdown li a:hover,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown li a:active,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown li a:focus {
    color: #fff; /* should be 'inherit', but IE doesn't cascade that value properly */
    background: transparent;
    padding: 0;
}

.aui-dd-parent .aui-dropdown li.active {
    background: #79aad6;
    color: #fff;
}

#com-atlassian-confluence .aui-dd-parent .aui-dropdown li.active a,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown li.active a strong,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown li.active a label {
    background-color: transparent;
    color: #fff; /* should be 'inherit', but IE doesn't cascade that value properly */
}
.aui-dd-parent .aui-dropdown label {
    font-weight: 400;
    color: #535353;
}

/* Page Permissions Editor */
#update-page-restrictions-dialog .panel-body {
    height: 530px !important;
    overflow: visible; 
    padding: 0;
}
#page-permissions-tables {
    clear: left;
    height: 327px;
    overflow: auto;
    padding: 0 1.5em;
    position: relative;
}
#page-permissions-div {
    font-size: 10pt;
    padding: 0;
}
#page-inherited-permissions-table-div {
    padding: 1em 0;
}

/****************
 Permissions Form
*****************/
/*.permission-entity-result .icon {*/
    /*background-image: url(../../../images/icons/emoticons/warning.gif);*/
    /*cursor: pointer;*/
    /*float: left;*/
/*}*/
.page-inherited-permissions-owner-div .permission-inherited-div,
.page-inherited-permissions-owner-div .view-permission-cell {
    display: none;
}
.page-inherited-permissions-owner-div {
    margin-top: 1em;
}
.page-inherited-permissions-table-desc {
    margin-left: 1.8em;
    margin-top: 8px;
    padding-top: 8px;
}
/*#permissions-inherited-warning {*/
    /*font-size: 0.8em;*/
    /*float: left;*/
    /*line-height: 1.9em;*/
    /*margin-left: 1em;*/
/*}*/
#page-permissions-error-div {
    background-color: #fcc;
    border: 1px solid #c00;
    margin-bottom: 1em;
    padding: 0.5em;
}
#permissions-error-div-close {
    float: right;
}
#page-permissions-editor-form {
    border-bottom: 1px solid #f0f0f0;
    float: left;
    padding: 0.9em 1.5em 0.5em;
    width: 100%;
}
#page-permissions-chooser-box {
    border-right: 1px solid #f0f0f0;
    margin-right: 1em;
    margin-top: -8px;
    padding: 10px 1em 10px 0;
}
#page-permissions-div .ajs-button a {
    color: #000;
    text-decoration: none;
}
#page-permissions-input {
    clear: left;
    font-size: 10pt;
    overflow: hidden;
    padding-top: 0.6em;
}

/* TODO - make span have the class, a more efficient selector. */
.page-permissions-marker-cell span {
    background: no-repeat;
    display: none;
    padding-left: 24px;
}
#page-permissions-table tr.first-of-type .page-permissions-marker-cell span, tr.marker-row .page-permissions-marker-cell span {
    display: block;
}
.view-permission-row .page-permissions-marker-cell span {
    background-image: url(../../../images/icons/restrictions_view_16.png);
}
.edit-permission-row .page-permissions-marker-cell span {
    background-image: url(../../../images/icons/restrictions_edit_16.png);
}
#page-permissions-no-views span {
    background-image: url(../../../images/icons/view_16.png);
}
#page-permissions-no-edits span {
    background-image: url(../../../images/icons/edit_16.png);
}

#toggle-inherited-permissions {
    cursor: pointer;
}
a#toggle-inherited-permissions:hover {
    color: #000;
}
.page-permissions-label-rows div {
    float: left;
}
#page-permissions-input-box div {
    float: none;
}
#page-permissions-input .ajs-button {
    border: solid 1px #DDD;
    cursor: pointer;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}
.page-permissions-label {
    padding: 0.3em 0.3em 0.3em 0;
}
#page-permissions-choose-me {
    margin-left: 0.5em;
    padding: 0.6em 1.2em;
}
#page-permissions-choose-me img {
    height: 16px;
    width: 16px;
}
#page-permissions-choose-user {
    margin-left: 0.8em;
    padding: 0.6em;
}
#page-permissions-choose-group {
    margin-left: 0.8em;
    padding: 0.6em 0.9em;
}
#page-permissions-choose-me,
#page-permissions-div .content-hover {
    cursor: pointer;
}
#page-permissions-names-input {
    padding-left: 0.1em;
}
#page-permissions-names-input.input-placeholder {
    color: #666;
}

/*****************
 Permissions Table
******************/

#page-permissions-table, #page-inherited-permissions-table {
    padding-left: 1em;
}
#page-permissions-table-div {
    margin: 1em 0;
}
.page-permissions-table {
    border-collapse: collapse;
    width: 100%;
}
#page-permissions-type-radios {
    margin-bottom: 0.5em;
    overflow: hidden;
}
#restrictViewRadio {
    margin-left: 0;
}
#page-permissions-type-radios label {
    color: #000;
    margin-right: 1em;
}
.page-permissions-table tr.highlighted-permission {
    background-color: #ffffe7;
}
.page-permissions-table td {
    padding: 0.5em 0;
}
.permission-detail-column,
.page-permissions-table a:link,
.page-permissions-table a:hover,
.page-permissions-table a:visited {
    color : #666;
}

/* Entity column */

.permission-entity {
    padding-right: 3em;
}
img.permission-entity-picture {
    height: 1.72em;
    vertical-align: middle;
    width: 1.72em;
}
.permission-entity-display-name {
    margin-left : 0.5em;
}
.permission-entity-name-wrap {
    color : #666;
    font-size: 1em;
    padding-right: 2em;
}

/* Inheritance detail column */

.page-permissions-table .permission-detail-column {
    /*padding-left: 2em;*/
    width: 13em;
}

.page-perms-name-dropdown-wrapper li span em {
    font-style: normal;
}

/* For debugging when pixel-pushing prior to release */

/*#update-page-restrictions-dialog {*/
    /*background-color: #AAA;*/
/*}*/
/*#update-page-restrictions-dialog .dialog-components {*/
    /*background-color: #BBB;*/
/*}*/
/*#update-page-restrictions-dialog .page-body {*/
    /*background-color: #DDF;*/
/*}*/
/*#update-page-restrictions-dialog #page-permissions-div {*/
    /*background-color: #6AA;*/
/*}*/
/*#update-page-restrictions-dialog #page-permissions-editor-form {*/
    /*background-color: #A6A;*/
/*}*/
/*#update-page-restrictions-dialog #page-permissions-table-div {*/
    /*background-color: #DDA;*/
/*}*/
/*#update-page-restrictions-dialog #page-permissions-hr {*/
    /*background-color: #6A6;*/
/*}*/
/*.page-permissions-table {*/
    /*background-color: #333;*/
/*}*/
/*.page-permissions-table tr {*/
    /*background-color: #666;*/
/*}*/
/*.page-permissions-table tr td {*/
    /*background-color: #CCC;*/
/*}*/
/*.page-permissions-table tr td div {*/
    /*background-color: #999;*/
/*}*/
/*.page-permissions-table tr td input,*/
/*.page-permissions-table tr td span,*/
/*.page-permissions-table tr td a,*/
/*.page-permissions-table tr td img,*/
/*.page-permissions-table tr td label {*/
    /*background-color: #AAA;*/
/*}*/
/*#page-permissions-type-radios {*/
    /*background-color: #5AD;*/
/*}*/
/*#page-permissions-input {*/
    /*background-color: #DA5;*/
/*}*/

#link-page-popup .panel-body, #link-page-popup-form {
    overflow: hidden;
}
#link-page-popup-form div {
    padding-left: 100px;
}

#link-page-popup-form div label {
    left: -95px;
    margin-right: -85px;
    width: 85px;
}

#link-page-popup-form .text {
    width: 460px;
}
.recently-updated .more-link-container .waiting-image{vertical-align:middle;}.recently-updated .more-link-container a:hover{background-color:#f9f9f9;}.recently-updated .more-link-container .more-link-base{overflow:hidden;display:block;text-align:center;text-decoration:none;border:1px solid #ccc;color:#666;}.recently-updated .filter-control .waiting-image{vertical-align:middle;}.recently-updated ul{padding:0;margin:0;list-style-type:none;}
.recently-updated-sidebar li.update-item{padding:5px 0;overflow:hidden;_height:1%;}.recently-updated-sidebar li.more-link-container .more-link{padding:5px 3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:.85em;margin-top:5px;_height:1%;}.recently-updated-sidebar li.update-item .icon-container{padding-left:1.75em;display:block;float:none;color:#666;}.recently-updated-sidebar .update-item-changes{margin-left:.5em;}.recently-updated-sidebar .update-item-changes,.recently-updated-sidebar .update-item-desc-and-date{color:#666;font-size:.85em;float:left;}.recently-updated-sidebar .update-item-desc-and-misc{padding-left:1.75em;padding-top:2px;}.recently-updated-sidebar .update-item-changes a:link,.recently-updated-sidebar .update-item-changes a:hover,.recently-updated-sidebar .update-item-changes a:visited,.recently-updated-sidebar .update-item-changes a:active{color:#666;}
.network-macro ul {
    margin: 0;
    padding: 0;
}

.network-macro ul li {
    display: inline;
}

.network-macro .userLogo {
    height: 36px;
    -ms-interpolation-mode: bicubic;
}

.network-macro form.follow-user {
    margin: 10px 0;
}

.network-macro form.follow-user span.container {
    position: relative;
    color: black;
    font-weight: normal;
}

.network-macro ol.autocompleter {
    margin: 0 !important;
    left: 0;
    top: 1.6em;
}

.follow-tiny.network-macro .tabletitle {
    border: none;
    color: #333;
    font-weight: normal;
}

.follow-tiny.network-macro .userLogo {
    height: 24px;
}

.follow-tiny.network-macro .tabletitle .subtitle{
    color: #666;
}

.network-macro .avatars {
    width: 250px; 
}

.description {
    color: #666;
    margin: 5px 0;
}

.follow-user-box {
    color: #666;
}

.network-macro a.show-all {
    color: #666;
}

.network-macro .follow-user-result {
    padding-top: 8px;
    color: #666;
    display: none; 
}

.network-macro .follow-user-result div {
    padding-left: 20px;
}

.network-macro .follow-user-result img {
    margin-left: -20px;
}

#personal-info-sidebar {
    background: #eee;
    display: inline;
    float: right;
    margin-right: -10px;  /* border on body */
    padding-right: 10px;
    position: relative;
}

#personal-info-sidebar.collapsed {
    width: 0;
    overflow: hidden;
}

.has-personal-sidebar #content {
    margin-right: 360px;
}

.has-personal-sidebar #content .pageSection {
    margin-right: -360px;
}

.has-personal-sidebar #content.sidebar-collapsed .pageSection {
    margin-right: -10px;
}

.has-personal-sidebar #content.sidebar-collapsed {
    margin: 0;
    margin-right: 10px;
}

#personal-info-sidebar .sidebar-content {
    padding: 10px;
    width: 320px;
    margin: 0;
}

#personal-info-sidebar.collapsed .sidebar-content {
    visibility: hidden;
}

.sidebar-collapse {
    background: #ccc url(../../../images/icons/sidebar/collapse.gif) no-repeat 4px 50%;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-indent: 999em;
    top: 0;
    width: 10px;
}

.collapsed .sidebar-collapse {
    background-image: url(../../../images/icons/sidebar/expand.gif);
    background-position: 3px 50%;
    left: 0;
}

.sidebar-collapse:focus {
    outline: none;
}

.collapsed .sidebar-collapse,
#personal-info-sidebar {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}


#personal-info-sidebar .vcard {
    margin-top: 10px;
    margin-bottom: 5px;
}

ol.recentlyupdated li {
    padding-bottom: 2px;
}

ol.recentlyupdated {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    line-height: 1.36;
}

ol.recentlyupdated a {
    margin-top: 5px;
    display: block;
}

ol.recentlyupdated span.metadata {
    font-size: 12px;
    color: #666;
}

#personal-info-sidebar a.more-edit:link,
#personal-info-sidebar a.more-edit:visited,
#personal-info-sidebar a.more-edit:hover {
    color: #666;
    float: right;
    font-size: 12px;
}

#personal-info-sidebar .recently-updated-sidebar {
    padding: 5px 0; 
}

#personal-info-sidebar h2.subheading {
    font-size: 9pt;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
    border-bottom: 0;
}

#personal-info-sidebar h2.subheading .subtitle {
    color: #666; 
}

#personal-info-sidebar .sidebar-section {
    margin-bottom: 15px;
}

#personal-info-sidebar .network-macro h2.subheading {
    padding: 5px 0 2px;
}

#personal-info-sidebar .network-macro .avatars {
    width: 300px;
    margin: 0;
    padding: 0; 
}

#personal-info-sidebar .network-macro .description {
    color: #666;
    margin: 5px 0;
}

#personal-info-sidebar .network-macro .network-macro a.show-all {
    color: #666;
}
ul.ui-tree {
    line-height: 1.4;
}

.ui-tree li.append {
    background-color: #eee;
}
.ui-tree li.above {
    background: url(../../../images/ddtree/tree-anchor.png) repeat-x;
}
.ui-tree li.below {
    background: url(../../../images/ddtree/tree-anchor.png) repeat-x 0 100%;
}
.ui-tree li a {
    background: url(../../../images/icons/docs_16.gif) no-repeat 0 50%;
    color: #036;
    display: block;
    padding: 0 0 0 22px;
    float: left;
}
.ui-tree li .button-panel {
    float: left;
    margin-left: 10px;
    height: 16px;
    display: inline;
}
ul.is-dragging li .button-panel {
    display: none;
}
.ui-tree li a.abc,
.ui-tree li a.rollback,
.ui-tree li a.remove-node,
.ui-tree li a.preview-node {
    background: none;
    padding: 0;
    float: left;
    left: 300px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    margin-left: 5px;
}
.ui-tree li a.abc {
    background: url(../../../images/icons/a_16.png) no-repeat;
}
.ui-tree li a.rollback {
    background: url(../../../images/icons/undo_16.png) no-repeat;
    display: none;
}
.ui-tree li a.remove-node {
    background: url(../../../images/icons/delete_16.png) no-repeat;
    left: 320px;
    display: none;
}
.ui-tree li a.preview-node {
    background: url(../../../images/icons/view_16.png) no-repeat;
    left: 280px;
    display: none;
}
.ui-tree li .hover a.remove-node,
.ui-tree li .hover a.preview-node {
    display: block;
}
.ui-tree li div.preview-summary {
    background-color: #f0f0f0;
    padding: 1em;
    clear: both;
    width: 80em;
}
.ui-tree li span.preview-excerpt {
    font-family: monospace;
}
.ui-tree, .ui-tree ul {
    margin: 0;
    padding: 0;
}
.ui-tree li {
    list-style: none;
    margin: 0;  
    padding: 0 0 0 1.23em;
    overflow: hidden;
    width: 100%;
    clear: left;
}
.ui-tree li .click-zone {
    background-repeat: no-repeat;
    background-position: 0 0.35em;
    float: left;
    width: 1.23em;
    height: 1.23em;
    margin-left: -1.23em;
    display: inline;
}
.ui-tree li.opened .click-zone {
    background-image: url(../../../images/icons/tree_minus.gif);
}

.ui-tree li.closed .click-zone {
    background-image: url(../../../images/icons/tree_plus.gif);
}

.ui-tree li a.home-node {
    background-image: url(../../../images/icons/home_16.gif);
}
.ui-tree li a.new-page-node {
    background-image: url(../../../images/icons/new_16.gif);
}
.ui-tree li a.trash {
    background-image: url(../../../images/ddtree/trash.png);
}
.ui-tree li.tree-helper {
    padding-left: 25px;
}

.ui-tree li.highlighted a {
    background-color: #d8e4f1;
}

.ui-tree li.highlighted li a {
    background-color: transparent;
}
.ui-tree .tree-helper strong {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    width: 20px;
    height: 20px;
}
.ui-tree .no strong {
    background-image: url(../../../images/ddtree/no.png);
}
.ui-tree li.unclickable a {
    text-decoration: none;
    color: #000;
    cursor: default;
}

div.tree-container {
    padding:10px;
}
div.tree-message {
    float:right;
    margin-bottom: -1.2em
}

#move-page-dialog h2 {
    padding: 0 15px;
}
#move-page-dialog .page-menu {
    margin-right: 0;
}
#move-page-dialog .page-body {
    color: #666;
    font-size: 13px;
}
#move-page-dialog .panel-body {
    height: 435px !important;
    padding: 10px 0 0;
    position: relative;
}
#move-page-dialog.waiting {
    z-index: 2500; /* pull it under the blanket :-) */
}
#move-page-dialog .throbber {
    position: absolute;
    left: 300px;
    top: 100px;
}
#move-page-dialog .row {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
#move-page-dialog label {
    color: #333;
    font-size: 13px;
    margin-right: 10px;
    padding-left: 15px;
}

#move-page-dialog .error-container {
    display: none;
    padding-top: 1em;
}

/* Same as in forms.css */
#move-page-dialog .error-container p,
#move-page-dialog .panel-load-error-container {
    color: #c00;
    font-weight: bold;
}
#move-page-dialog .panel-load-error-container {
    padding-bottom: 1em;
}

/* Browse panel */
#move-page-dialog .browse-panel .information,
#move-page-dialog .history-panel .information {
    margin-bottom: 0;
}
#move-page-dialog .browse-panel .tree {
    font-size: 12px;
    height: 364px;
    overflow: auto;
    padding: 15px;
    position: relative; /* needed to scroll tree to correct location */
    zoom: 1; /* fix scrolling IE7 */
}
#move-page-dialog .browse-panel .rendering .ui-tree,
#move-page-dialog .browse-panel .expanding .ui-tree {
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
    zoom: 1; /* ensure hasLayout in IE, for transparency to work */
    clear: left; /* stop zoom setting bringing element up to the right in IE6 */
}
.rendering #tree-root-div li a,
.expanding #tree-root-div li a {
    background-image: url(../../../images/icons/wait.gif);
}
#move-page-dialog .browse-controls {
    margin-bottom: 10px;
    overflow: hidden;
}
#move-page-dialog .browse-panel label {
    padding-left: 0;
}
#move-page-dialog .browse-panel .value select {
    float: left;
}
#move-page-dialog .browse-panel .value .description {
    clear: none;
    margin-left: 10px;
    padding: 0 0 0 20px;
}
#move-page-dialog #tree-root-div li {
    margin: 0;
    padding: 0;
}
#tree-root-div li a {
    background: url(../../../images/icons/web_16.gif) no-repeat 0 50%;
}
#move-page-dialog .ui-tree li {
    padding-left: 1.4em;
    width: auto;
}
#move-page-dialog .ui-tree li a {
    text-decoration: none;
    color: #333;
    padding: 2px 6px 2px 24px;
    font-weight: normal;
    background-position: 4px 50%;
    cursor: default;
}
#move-page-dialog .ui-tree li .click-zone {
    background-position: 50% 50%;
    height: 1.4em;
    margin-left: -1em;
    width: 1em;
    padding: 2px 0;
}
#move-page-dialog .ui-tree .highlighted span {
    float: left;
}
#move-page-dialog .ui-tree li a.current-parent {
    background-color: #f0f0f0;
    color: #333;
    font-weight: normal;
}
#move-page-dialog .ui-tree li a.highlighted {
    background-color: #69c;
    color: #fff;
    font-weight: bold;
}
#move-page-dialog .ui-tree li.unclickable a {
    font-style: italic;
    background-color: transparent;
    color: #666;
}
#move-page-dialog .ui-tree .button-panel {
    display: none;
}

/* IE 6 specific selector to fix http://www.positioniseverything.net/explorer/peekaboo.html */
* html #move-page-dialog-browse-panel {
    position: absolute;
}

/* Search panel */
#move-page-dialog .search-query {
    margin-right: 10px;
    width: 270px;
}
#move-page-dialog .search-space {
    margin-right: 5px;
    width: 160px;
}
#move-page-dialog .search-panel .description {
    width: auto;
    margin-top: 5px;
}
#move-page-dialog .search-results {
    font-size: 12px;
}
#move-page-dialog .search-results .searching {
    padding-left: 24px; /* space for icon */
    background: url(../../../images/icons/wait.gif) no-repeat left 50%;
}
#move-page-dialog .search-results .searching,
#move-page-dialog .search-results .no-results {
    margin: 15px;
}
#move-page-dialog .search-result-count {
    color: #666;
    font-size: 11px;
    margin: 0 15px 5px;
}
#move-page-dialog .search-results table {
    margin: 5px 0 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}
#move-page-dialog .search-results .header th {
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-weight: bold;
    text-align: left;
}
#move-page-dialog .search-result {
    border: none;
    cursor: default;
    margin: 0;
    padding: 0;
}
#move-page-dialog .search-results td,
#move-page-dialog .search-results th {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 0 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#move-page-dialog .search-results .search-result-title {
    padding-left: 15px;
}
#move-page-dialog .search-results .search-result-title span {
    background: no-repeat left 50%;
    display: block;
    height: 24px;
    padding-left: 20px;
}
#move-page-dialog .search-result-date {
    text-align: right;
    padding-right: 15px;
}
#move-page-dialog .search-result,
#move-page-dialog .search-result a,
#move-page-dialog .search-result td {
    color: #666;
    text-decoration: none;
    cursor: default;
}
#move-page-dialog .search-results tr.hover {
    background-color: #f0f0f0;
}
#move-page-dialog .search-results tr.selected,
#move-page-dialog .search-results tr.selected a,
#move-page-dialog .search-results tr.selected td {
    background-color: #69c;
    color: #fff;
    font-weight: bold;
}
#move-page-dialog .search-form {
    padding: 3px 15px; /* 3px for Firefox/Safari outline to show properly */
    margin-bottom: 5px;
    overflow: hidden;
}
#move-page-dialog .search-results {
    padding: 0;
}

/* Known Location panel */
#move-page-dialog .information {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    padding-left: 15px;
    float: none;
    width: auto;
}
#move-page-dialog .location-info {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    font-size: .95em;
    overflow: hidden;
    padding-top: 5px;
    _zoom: 1; /* give IE6 hasLayout */
}
#move-page-dialog label {
    font-weight: normal;
    white-space: nowrap;
}
#move-page-dialog .location-info,
#move-page-dialog .location-info label {
    color: #666;
}
#move-page-dialog .location-info .row {
    padding-bottom: 0;
}
#move-page-dialog .location-panel label,
#move-page-dialog .location-info label {
    width: 8em;
    overflow: hidden;
}
#move-page-dialog .location-panel label,
#move-page-dialog .location-info label,
#move-page-dialog .browse-panel label,
#move-page-dialog .value {
    float: left;
    line-height: 24px;
    position: relative; /* needed for abs positioning of quick nav */
}
#move-page-dialog .empty {
    font-style: italic;
}

#move-page-dialog .page-input,
#move-page-dialog .space-input {
    float: left;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 50%;
}

#move-page-dialog .page-input input,
#move-page-dialog .space-input input {
    width: 250px;
}

/*
    The following z-index values fix CONF-17532, where in IE7 the space autocomplete dropdown is
    rendered "behind" the parent page text field and caption.
    Reference: http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/
*/
#move-page-dialog .new-space-value {
    z-index: 20;
}
#move-page-dialog .new-parent-page-value {
    z-index: 10;
}


#move-page-dialog .description {
    float: left;
    clear: left;
    color: #999;
    font-size: .85em;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0;
    width: 320px; /* IE */
}
#move-page-dialog #move-errors {
    display: inline;
    font-size: 12px;
    color: #666;
    margin-right: 20px;
}

/*
    Required so that the confluence default dropdown styles are overridden
    Todo: Standardise dialog styles so we don't need hacks like this 
*/
#com-atlassian-confluence #move-page-dialog .aui-dd-parent,
#com-atlassian-confluence #move-page-dialog .aui-dropdown {
    width: 255px;
}
#move-page-dialog .aui-dd-parent {
    top: 25px;
    left: 22px;
}
#move-page-dialog .aui-dropdown em {
    font-style: normal;
}

#move-page-dialog .aui-dropdown li a span {
    float: left;
    clear: left;
    max-width: 150px;
}
#move-page-dialog .aui-dropdown li a .space {
    float: right;
    max-width: 90px;
    background: transparent none;
    clear: none;
    color: #999;
    font-style: italic;
}
#move-page-dialog .aui-dropdown li.active a .space {
    color: #ddd;
}

#move-page-dialog .breadcrumbs-container {
    overflow: hidden;
    width: 458px; /* breadcrumbs are trimmed to this width */
    height: 24px;
}
#move-page-dialog .breadcrumbs-line {
    overflow: hidden;
    width: 10000px;
    height: 24px;
}
#move-page-dialog .breadcrumbs {
    list-style: none;
    font-size: .85em;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float: left;
}
#move-page-dialog .breadcrumbs li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#move-page-dialog .breadcrumbs a,
#move-page-dialog .breadcrumbs span {
    display: block;
    color: #666;
}
#move-page-dialog .loading span,
#move-page-dialog .breadcrumbs .loading span {
    background: url(../../../images/icons/wait.gif) no-repeat left 50%;
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 0;
}
#move-page-dialog .breadcrumbs span {
    padding-right: 8px;
    margin-right: 4px;
    line-height: 24px;
    background: url(../../../images/decoration/grey_breadcrumbs_indicator.png) no-repeat right 50%;
    _background-image: url(../../../images/decoration/grey_breadcrumbs_indicator.gif); /* IE6 */
}
#move-page-dialog .breadcrumbs .last span {
    background: none no-repeat left 50%;
    padding-right: 0;
    padding-left: 20px;
    font-size: 1.18em; /* 1 / 0.85em */
}
#move-page-dialog .page-input,
#move-page-dialog .breadcrumbs a.content-type-page span,
#move-page-dialog .search-results a.content-type-page span {
    background-image: url(../../../images/icons/docs_16.gif);
}
#move-page-dialog .space-input,
#move-page-dialog .breadcrumbs a.content-type-spacedesc span,
#move-page-dialog .search-results a.content-type-spacedesc span {
    background-image: url(../../../images/icons/web_16.gif);
}
#move-page-dialog .breadcrumbs a.content-type-personalspacedesc span,
#move-page-dialog .search-results a.content-type-personalspacedesc span {
    background-image: url(../../../images/icons/personal_space_16.gif);
}
#move-page-dialog .warning,
#move-page-dialog .breadcrumbs li.warning span {
    color: #666; /* override when inside .description */
    padding-left: 20px;
    background: url(../../../images/icons/emoticons/warning.gif) no-repeat left 50%;
}


ol.comment-threads {
    list-style-type: none;
    margin-left: 0;
    padding-left: 30px; /* primary indent for comments */
}
ol.comment-threads.top-level {
    margin-left: 0;
    padding-left: 0;
}
#comments-section .comment {
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari */
    border-radius: 5px; /* CSS3 (Opera?) */
    border: 1px solid #eee;
    clear: left;
    font-size: 1em;
    margin: 0 10px 10px 0; 
    padding: 5px;
    padding-right: 10px;
    height: 1%;
}
#comments-section .comment.odd {
    background: #f7f7f7;
}
.comment-user-logo {
    float: left;
}

.comment-header {
    line-height: 1.8em; /* calculated to match shrunken profile image height */
}
.comment-header .author {
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.comment .date {
    float: right;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 1.8em; /* calculated to match shrunken profile image height */
    color: #999;
}
.global-comment-actions li,
.comment-actions li {
    list-style-type: none;
    display: inline;
    border-left: 1px solid #aaa;
    padding: 0 5px;
    margin: 0; /* for IE */
    color: #aaa;
}
.comment-actions li:first-child,
li#comment-show-hide { /* left-most comment option -- no left border */
    border-left: none;
    padding-left: 0;
}
.comment-actions #comment-actions-secondary li {
    float: right;
    padding: 0;
}
.global-comment-actions li.hidden,
.comment-actions li.hidden {
    display: none;
}
.global-comment-actions a {
    margin: 0;
}
.global-comment-actions,
.comment-actions ul {
    display: inline;
    padding: 0;
    margin: 0; /* for IE */
}
.comment-body,
.comment-header {
    overflow: hidden;  /*new positioning block next to floated image*/
    _height: 1%;  /*for IE*/
}

* html .comment-body,
* html .comment-header {
    overflow: visible;  /*rewriting for IE6*/
}

#comments-section .comment.focused,
#comments-section .comment.edit {
    background: #ffffe7;
}
#comments-section .comment.reply {
    background: #fff;
}
.comment .comment-user-logo {
    width: 58px;
    margin: 0;
    padding: 0;
}

.comment .comment-user-logo .replacement {
    height: 48px;
    width: 48px;
}
.comment.collapsed .comment-user-logo img,
.comment.collapsed .comment-user-logo .replacement {
    height: 24px;
    width: 24px;
    margin-left: 12px;
}
.comment.collapsed .comment-body {
    opacity: 0;
    height: 0;
}
img.wait {
    vertical-align: middle;
}
.comment .excerpt {
    color: #666;
    font-weight: normal;
    opacity: 0;
    height: 1.8em;
}
.collapsed .excerpt {
    opacity: inherit;
}
.comment form .label {
    font-weight: normal;
    color: #666;
}

.comment input#watchPageAfterComment {
    vertical-align: middle;
    margin-left: 20px;
}

.comment-actions .comment-permalink a:hover {
    visibility: visible; /* for IE */
}
.comment-actions .comment-permalink a {
    outline: none;
}
.comment-actions .comment-permalink a,
.comment-actions .comment-permalink a span /* span for IE */ {
    background: url(../../../images/icons/permalink_light_16.png) no-repeat 50% 50%;
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

.comment-actions .comment-permalink a:hover span {
    background-image: url(../../../images/icons/permalink_dark_16.png);
}

#comments-section #previewArea iframe {
    height: 210px; /* Default height of the editor in comments */
}

#addcomment-sidebar {
    margin-top: 2em;
}

#addcomment-sidebar .rightpanel {
    padding: 0.7em;
}

#addcomment-sidebar #helpcontent dl{
    margin-bottom: 1em;
}
.ajs-content-hover {
    font-size: 13px;
    position: absolute;
    display: none;
    z-index: 3100;
    text-align: left;
}

.ajs-content-hover .contents {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bbb;
    background: white;
    float: left;
}

.ajs-content-hover .vcard {
    padding: 7px;
    border-bottom: 1px solid #eee;
}

.greybox #peoplelist .profile-macro {
    width: 300px;
    float: left;
    margin: 20px;
    height: 5em;
}

.profile-macro .vcard {
    position: relative;
    overflow: hidden;
    min-height: 48px;
    white-space:nowrap;
}

.profile-macro .vcard .user-status {
    white-space:normal;
}

.profile-macro .vcard .email,
.profile-macro .vcard .email:link,
.profile-macro .vcard .email:visited {
    color: #666;
    font-size: 12px;
}

.profile-macro .vcard .userLogo {
    float: left;
    margin-right: 10px;
}

.profile-macro .vcard .values {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 225px;
}

.profile-macro .vcard .notloggedin {
    white-space: normal;
}

.profile-macro .vcard h4 {
    padding: 0;
    margin: 0;
    font-size: 120%;
    height: 1em;
}

.profile-macro .vcard a.email {
    padding: 0;
    margin: 0;
    text-decoration: underline;
    height: 1em;
}

.profile-macro .vcard h4 a:link,
.profile-macro .vcard h4 a:visited {
    text-decoration: none;
}

.profile-macro .user-status {
    padding-top: 7px;
    display: block;
    clear: both;
}

.profile-macro .profile-info {
    border-spacing: 0;
}
.profile-macro .profile-info tr,
.profile-macro .profile-info td,
.profile-macro .profile-info th {
    font-size: 13px;
    padding: 0 0 2px;
}
.profile-macro .profile-info th {
    padding-right: 10px;
}

.ajs-content-hover .actions {
    clear: both;
    _width: 300px;
}

.ajs-content-hover .actions .ajs-menu-bar .section-secondary li a {
    font-size: .95em;
    padding-left: 7px;
}
.ajs-content-hover .actions .ajs-drop-down li a {
    padding: 0 1em 0 29px;
}
.ajs-content-hover .actions .ajs-menu-bar .ajs-drop-down a.email-user {
    background-image: url(../../../images/icons/mail_content_16.gif);
    background-position: 8px .3em;
}
.ajs-content-hover .actions .popup-follow a,
.ajs-content-hover .actions ul li a.user-popup-more {
    display: block;
    text-align: center;
    background-color: #f7f7f7;
    color: #333;
    line-height: 2;
}

.ajs-content-hover .actions ul {
    _zoom:1;
}

.ajs-content-hover .actions ul li {
    width: 150px;
    float: left;
}

.ajs-content-hover .actions ul.single-item li {
    width: 300px;
}

.ajs-content-hover .actions ul.single-item li a.user-popup-more {
    text-align: left; padding-left: 0.5em;
}

.ajs-content-hover .actions ul li div.ajs-drop-down ul li {
    width: auto;
    float: none;
    text-align: left;
}

.ajs-content-hover .actions .ajs-menu-bar {
    float: none;
}

.ajs-content-hover .actions ul.ajs-menu-bar .popup-follow {
    width: 149px;
}

.ajs-content-hover .ajs-drop-down {
    width: 150px;
    margin-left: -1px;

}

.ajs-content-hover ul.single-item .ajs-drop-down {
    width: 299px;
}

.ajs-content-hover .actions ul.ajs-menu-bar .popup-follow {
    border-right: 1px solid #eee;
}

.ajs-content-hover .actions .ajs-button a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ajs-content-hover .actions ul.ajs-menu-bar .ajs-menu-item a span,
.ajs-content-hover .actions ul.ajs-menu-bar .ajs-menu-item a span span {
    display: inline;
}

.ajs-content-hover .actions ul.ajs-menu-bar .ajs-menu-item.opened a span span {
    background: none;
}

.ajs-content-hover .popup-icon span {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: center left;
}

.ajs-content-hover .follow-icon span {
    background-image: url( ../../../images/icons/fol_off_16.png );
}

.ajs-content-hover .unfollow-icon span {
    background-image: url( ../../../images/icons/fol_on_16.png );
}

.ajs-content-hover .actions .ajs-menu-bar .ajs-drop-down .favourite-personal-space-icon span {
    background: url(../../../images/icons/fav_off_16.png) no-repeat -1px 2px;
    padding-left: 20px;
    padding-top: 4px;
}

.ajs-content-hover .actions .ajs-menu-bar .ajs-drop-down .unfavourite-personal-space-icon span {
    background: url( ../../../images/icons/fav_on_16.png ) no-repeat -1px 2px;
    padding-left: 20px;
    padding-top: 4px;
}

.ajs-content-hover .waiting span {
    background-image: url(../../../images/icons/wait.gif);
}

#content-hover-shadow {
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -16px;
}
#content-hover-shadow * {
    position: absolute;
}
#content-hover-shadow .tl {
    left: 0;
    top: 0;
    width: 16px;
    height: 17px;
    background: url(../../../images/shadow-light/lt.png);
}
#content-hover-shadow .tr {
    right: 0;
    top: 0;
    width: 16px;
    height: 17px;
    background: url(../../../images/shadow-light/rt.png);
}
#content-hover-shadow .br {
    right: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url(../../../images/shadow-light/rb.png);
}
#content-hover-shadow .bl {
    left: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url(../../../images/shadow-light/lb.png);
}
#content-hover-shadow .b {
    left: 29px;
    bottom: 0;
    height: 29px;
    width: 29px;
    background: url(../../../images/shadow-light/b.png);
}
#content-hover-shadow .l {
    left: 0;
    top: 17px;
    width: 16px;
    background: url(../../../images/shadow-light/l.png);
}
#content-hover-shadow .r {
    right: 0;
    top: 17px;
    width: 16px;
    background: url(../../../images/shadow-light/r.png);
}

.ajs-content-hover .actions .ajs-menu-bar .follow-item a.unfollow-icon {
    display: none;
}

.ajs-content-hover .actions .ajs-menu-bar .follow-item a.follow-icon{
    display: block;
}

.ajs-content-hover .actions .ajs-menu-bar .unfollow-item a.unfollow-icon {
    display: block;
}

.ajs-content-hover .actions .ajs-menu-bar .unfollow-item a.follow-icon {
    display: none;
}
#update-user-status-dialog {
    text-align: left;
}

#update-user-status-dialog .panel-body {
    overflow: hidden;
}

#update-user-status-dialog h2 {
    font-weight: bold;
}

#update-user-status-dialog .update-status {
    padding-left: 8px;
    padding-right: 10px;
}

#update-user-status-dialog .update-status #status-text {
    width: 99%;
    margin-top: 2px;
    padding: .1em;
    height: 2.4em;
    font-size: 16px;
}

#update-user-status-dialog #dialog-current-status {
    font-size: 13px;
    margin-top: 8px;
    font-weight: bold;
    color: #999;
    display: inline-block;
    width: 550px;
    overflow: hidden;
}

#update-user-status-dialog #dialog-current-status .status-text {
    font-weight: normal;
}

#update-user-status-dialog #update-status-chars-left {
    margin-top: 8px;
    font-weight: bold;
    color: #999;
    float: right;
    font-size: 1.2em;
    text-align: right;
}

#update-user-status-dialog #update-status-chars-left.over-limit {
    color: red;
}

#update-user-status-dialog #update-status-chars-left.close-to-limit {
    color: maroon;
}

#update-user-status-dialog .button-panel {
    position: relative;
}

#update-user-status-dialog .error-message {
    position: absolute;
    top: 10px;
    left: 18px;
    color: red;
    font-size: 13px;
}

#update-user-status-dialog .button-panel button {
    margin-right: 10px;
}

.statuslist {    
    margin-top: 0;
}

.statuslist ul,
.wiki-content .statuslist ul {
    padding: 0;
    /*margin: 0 10px 0 10px;*/
    margin-top: 0;
}

.statuslist li.focused,
.wiki-content .statuslist li.focused {
    background-color: #ffffd7;
}

.statuslist li ,
.wiki-content .statuslist li {
    border: 0 solid #ccc;
    border-bottom-width: 1px;

    padding-top: 10px;
    padding-bottom: 10px;
    background: url( ../../../images/icons/quotes.png ) no-repeat 2px 9px;
    padding-left: 22px;
    list-style: none;
}

.status-actions,
.status-actions a:link,
.status-actions a:visited,
.status-actions a:active,
.status-actions a:hover {
    color: #666666;
}

div.status-actions {
    margin: 5px 0 0 0;
}

.status-actions ul,
.wiki-content .status-actions ul {
    margin-left: 0;
    padding-left: 0;
}

.status-actions li,
.wiki-content .status-actions li {
    list-style-type: none;
    background: none;
    border: none;
    display: inline;
    border-left: 1px solid #aaa;
    padding: 0 5px;
    margin: 0; /* for IE */
    color: #aaa;
}

.status-actions li:first-child,
li.first-status-action,
.wiki-content .status-actions li:first-child,
.wiki-content li.first-status-action {
    border-left: none;
    padding-left: 0;
}

.status-block {
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f0f0f0 url( ../../../images/icons/quotes.png ) no-repeat 10px 8px;
    text-indent: 25px;
}

.status-block .status-text {
    font-size: 16px;
    background: url( ../../../images/icons/quotes_flipped.png ) no-repeat top right;
    padding-top: 5px;
    padding-right: 25px;
    line-height: 24px;
}

.status-block .status-actions {
    text-align: right;
}

.status-block .status-actions ul {
    margin: 0;
}

.status-global-actions {
    padding: 10px;
}
