body {
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
  display: flex;
  flex-direction: column;
}

body.content-preview {
  background: rgb(255, 255, 255);
  border: none
}

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

img {
  border: 0
}

img.legacyicon {
  width: 16px;
  height: 16px;
  vertical-align: middle
}

table {
  border: 0;
  margin: 0;
  padding: 0
}

td, th {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top
}

#page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

#PageContent {
  text-align: left;
  background-color: rgb(255, 255, 255);
  padding: 0 0 20px 0;
  margin: 0
}

.group:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden
}

.print-only {
  display: none
}

.monospaceInput {
  font: 12px Monaco, Consolas, "Courier New", monospace
}

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

.page-section {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%
}

.page-group {
  display: table-row;
  margin: 0;
  padding: 0;
  width: 100%
}

.page-item {
  display: table-cell;
  margin: 0;
  min-width: 256px;
  padding: 0 0 0 16px;
  vertical-align: top
}

.page-item:first-child {
  padding: 0
}

.page-section.double .page-item.primary {
  width: 85%
}

.page-section.double .page-item.secondary {
  width: 15%
}

.admin-sidebar-group {
  background: rgb(240, 240, 240);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 10px 0
}

.admin-sidebar-group h2 {
  border-bottom: 1px solid rgb(204, 204, 204);
  font-size: 13px;
  margin: 0 0 10px 0
}

.admin-sidebar-group ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.helpheading {
  font-weight: bold;
  background-color: rgb(208, 217, 189);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 4px;
  margin: 0;
  margin-top: 10px
}

.helpcontent {
  padding: 4px 4px 20px 4px;
  background-color: rgb(245, 247, 241)
}

.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: "";
  background-repeat: no-repeat;
  outline: none
}

#commentsHide {
  color: rgb(102, 102, 102);
  font-weight: normal
}

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

.pageSection {
  margin: 20px 0 0 0
}

.pageSectionTitle {
  margin-bottom: 5px
}

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

.pageSectionHeader.summary {
  border-bottom: none
}

.pageSectionBody {
  margin-top: 4px
}

#main-content {
  padding-bottom: 8px
}

.child-display {
  padding: 2px 2px 2px 12px;
  display: block
}

#children-section {
  margin-top: 16px
}

#children-section-title {
  font-size: 1.35em;
  padding-right: 7px
}

#children-section .section-header {
  padding-left: 12px;
  position: relative
}

#children-section-title a, #children-section-title a:active, #children-section-title a:hover {
  font-weight: normal;
  text-decoration: none
}

#children-section .children-subtitle {
  color: rgb(102, 102, 102);
  text-decoration: underline
}

#children-section-title a, #children-section .children-subtitle {}

.children-show-hide.icon {
  left: -5px;
  position: absolute;
  top: 4px
}

#page-children .throbber {
  margin: 5px auto auto 16px
}

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

.lockAlert {
  width: 50%
}

.navmenu {
  border: 1px solid rgb(240, 240, 240);
  margin: 0
}

.menuheading {
  font-weight: bold;
  padding: 5px 4px 5px 10px;
  color: rgb(34, 34, 34);
  background-color: rgb(240, 240, 240)
}

.navmenu.collapsible-menu .menuheading {
  background: rgb(240, 240, 240) ""no-repeat 98% 50%
}

.navmenu.collapsible-menu .menuheading.closed {
  background-image: ""
}

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

ul.navmenu {
  padding-left: 0;
  margin-top: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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: rgb(240, 240, 240)
}

.menu-section-list li.active a, .menu-section-list li.active a:hover {
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-color: rgb(68, 68, 68)
}

.menu-section-list li a {
  text-decoration: none;
  color: rgb(102, 102, 102);
  display: block;
  padding: 0.2em 10px;
  cursor: pointer
}

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

.rightpanel {
  background: rgb(240, 240, 240);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.9em
}

h3.underlined, #helpheading, .sidebar-heading {
  padding: 0;
  margin: 10px 0;
  text-align: left;
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(204, 204, 204)
}

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

#helpcontent h3.helpheading-spacing {
  margin-top: 20px
}

#helpcontent {
  margin-top: 0.9em
}

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

#helpcontent ul {
  padding-left: 1.3em
}

#helpcontent dl {
  margin-top: 0
}

#helpcontent dl dd {
  margin: 0;
  color: rgb(51, 51, 51);
  font-size: 90%;
  margin-bottom: 0.2em
}

#helpcontent dl dd code, #helpcontent dl dd pre {
  color: rgb(102, 102, 102);
  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: rgb(245, 247, 241)
}

.helptab-selected {
  font-weight: bold;
  background-color: rgb(208, 217, 189);
  padding: 5px
}

.helptabs {
  margin: 0;
  background-color: rgb(245, 247, 241);
  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: 24px;
  line-height: normal;
  font-weight: bold
}

.newpagetitle {
  color: rgb(204, 204, 204) !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
}

.has-blog-sidebar #title-text a {
  word-wrap: break-word;
  display: inline-block;
  max-width: 75%
}

.stepdesc {
  font-size: 10pt;
  line-height: 13pt;
  font-weight: normal;
  color: rgb(102, 102, 102);
  margin-top: 7px;
  margin-bottom: 7px
}

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

.stepfield {
  background: rgb(240, 240, 240);
  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
}

.tabletitle h2, .wiki-content .tabletitle h2 {
  font-size: 10pt;
  font-weight: bold;
  padding: 0;
  margin: 0
}

form[name="inlinecommentform"] .tabletitle {
  border: 0
}

.tabletitleops {
  overflow: hidden;
  float: right
}

.tabletitleops, .tabletitleops a, .tabletitleops img {
  vertical-align: middle
}

.tabletitleops img {
  border: none
}

.tabletitleops a {
  text-decoration: none
}

.fullWidth {
  width: 100%
}

.pagesubheading {
  color: rgb(102, 102, 102);
  font-size: 10px;
  padding: 0 0 5px 0
}

hr {
  height: 1px
}

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

.logocell {
  padding: 10px
}

input, textarea, textarea.editor {
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 10pt;
  color: rgb(0, 0, 0)
}

input:-moz-placeholder {
  color: rgb(102, 102, 102)
}

textarea, textarea.editor {
  color: rgb(51, 51, 51)
}

.spacenametitle-printable {
  font-size: 20px;
  font-weight: bold;
  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: rgb(240, 240, 240);
  border: 1px solid rgb(221, 221, 221);
  padding: 3px;
  margin: 1px 1px 10px 1px
}

.blog-post-listing {
  margin-bottom: 66px
}

.blog-post-listing .logo-heading-block {
  padding-left: 61px
}

.blog-post-listing a.blogHeading {
  margin: 0.05em 0;
  padding: 0
}

.blog-post-listing .blogHeading {
  display: inline-block;
  word-wrap: break-word;
  margin: 0.1em 0
}

.blog-post-listing .logoBlock {
  display: inline-block;
  float: left;
  margin-left: -61px;
  vertical-align: top
}

.blog-post-listing .page-metadata {
  margin: 0.1em 0 0.1em 0.1em
}

.blog-post-listing .page-metadata.not-personal {
  font-size: 1em
}

.blog-post-listing .wiki-content {
  clear: both
}

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

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

.blog-pagination {
  padding-bottom: 1em
}

.endsection {
  color: rgb(102, 102, 102);
  clear: both;
  padding: 1em 0 0.5em;
  font-size: 1em
}

.endsectionleftnav {
  text-align: right;
  color: rgb(102, 102, 102);
  clear: both;
  padding-top: 10px
}

.endsection img {
  border: 0;
  vertical-align: middle
}

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

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: rgb(102, 102, 102);
  font-size: 10px
}

.smallerfont {
  font-size: 9px
}

.smalltext {
  color: rgb(102, 102, 102);
  font-size: 12px
}

.smalltext a {
  color: rgb(102, 102, 102)
}

.greyText {
  color: rgb(102, 102, 102)
}

.smalltext-blue {
  font-size: 8pt;
  color: rgb(102, 153, 204)
}

.surtitle {
  margin-left: 1px;
  margin-bottom: 5px;
  font-size: 14px;
  color: rgb(102, 102, 102)
}

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 {
  width: 100%
}

.tableview table {
  margin: 0
}

.tableview tr.alternateRow {
  background: rgb(240, 240, 240)
}

.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: rgb(238, 238, 238);
  border-width: 0 0 1px 0;
  border-style: solid;
  margin: 0;
  padding: 5px 15px 3px 0
}

.tableview-action-text {
  text-align: left;
  width: 99%
}

.tableview-action-icon {
  text-align: right;
  width: 1%
}

.grid {
  margin: 2px 0 5px 0;
  border-collapse: collapse
}

.grid th {
  border: 1px solid rgb(204, 204, 204);
  padding: 2px 4px 2px 4px;
  background: rgb(240, 240, 240);
  text-align: center
}

.grid td {
  border: 1px solid rgb(204, 204, 204);
  padding: 3px 4px 3px 4px
}

.gridHover {
  background-color: rgb(249, 249, 249)
}

table.condensed {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: 0
}

td.infocell {
  background-color: rgb(240, 240, 240)
}

.aui-message .svg-icon {
  background: none
}

.error {
  background-color: rgb(255, 204, 204)
}

.errorBox {
  background-color: rgb(255, 204, 204);
  border: 1px solid rgb(204, 0, 0);
  padding: 5px;
  margin: 5px
}

.errorMessage, .errorMessage p {
  color: rgb(204, 0, 0)
}

.success {
  background-color: rgb(221, 255, 221)
}

.successBox {
  background-color: rgb(221, 255, 221);
  border: 1px solid rgb(0, 153, 0);
  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
}

div.small {
  font-size: 9px
}

h1.pagename {
  margin-top: 0
}

.previewnote {
  text-align: center;
  font-size: 11px;
  color: red
}

.previewcontent {
  background: rgb(224, 224, 224)
}

.messagecontent {
  background: rgb(224, 224, 224)
}

.templateparameter {
  font-size: 9px;
  color: rgb(0, 0, 139)
}

#conflict-diffs {
  display: table-cell;
  border-top: 1px solid rgb(187, 187, 187);
  border-bottom: 1px solid rgb(187, 187, 187)
}

#conflict-wrapper {
  position: relative
}

.edit #page-diffs {
  max-height: 200px;
  min-height: 100px;
  overflow: auto;
  padding: 10px 255px 10px 10px
}

#conflict-wrapper .key-diffs {
  position: absolute;
  right: 20px;
  top: 10px
}

#page-diffs .diff {
  margin-top: 0
}

#page-diffs .diff div {
  word-wrap: break-word
}

.key-diffs {
  border: 1px solid rgb(204, 204, 204);
  float: right;
  padding: 0.5em
}

.key-diffs .diff {
  margin: 0;
  padding: 0
}

.diff {
  font: 12px Monaco, Consolas, "Courier New", monospace;
  padding: 0 0 0 1.5em;
  margin-top: 1em
}

.diff td {
  font-size: 0.9em;
  padding-bottom: 0.3em
}

.diff-added-lines, .diff-added-words, .diff-added-chars {
  background: rgb(221, 255, 221)
}

.diff-deleted-lines, .diff-deleted-words, .diff-deleted-chars {
  color: rgb(153, 153, 153);
  background: rgb(255, 221, 221);
  text-decoration: line-through
}

.differror {
  background: rgb(165, 42, 42)
}

div.diff-snip-link img.twixie, div.diff-snip-text img.twixie {
  margin: 0 4px -6px -20px
}

div.diff-snip-link, div.diff-snip-text {
  margin: 0.85em 0
}

.greybackground {
  background: rgb(240, 240, 240)
}

.greybox {
  border: 1px solid rgb(221, 221, 221);
  padding: 3px;
  margin: 1px 1px 10px 1px
}

.borderedGreyBox {
  background-color: rgb(240, 240, 240);
  padding: 0.9em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 17px
}

.borderedLabelHeading {
  border-bottom: 1px solid rgb(204, 204, 204);
  color: rgb(51, 51, 51);
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0.7em
}

.greyboxfilled {
  border: 1px solid rgb(221, 221, 221);
  background: rgb(240, 240, 240);
  padding: 3px;
  margin: 1px 1px 10px 1px
}

.lightGreyBox {
  background: rgb(250, 250, 250)
}

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

.previewBoxTop {
  background-color: rgb(240, 240, 240);
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  padding: 5px;
  margin: 5px 0px 0px 0px;
  text-align: center
}

.previewContent {
  background-color: rgb(255, 255, 255);
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  padding: 10px;
  margin: 0px
}

.previewBoxBottom {
  background-color: rgb(240, 240, 240);
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  padding: 5px;
  margin: 0px 0px 5px 0px;
  text-align: center
}

.functionbox {
  background-color: rgb(240, 240, 240);
  border: 1px solid;
  padding: 3px;
  margin: 1px 1px 10px 1px
}

.functionbox-greyborder {
  background-color: rgb(240, 240, 240);
  border: 1px solid rgb(221, 221, 221);
  padding: 3px;
  margin: 1px 1px 10px 1px
}

.rowNormal {
  background-color: rgb(255, 255, 255)
}

.rowAlternate {
  background-color: rgb(247, 247, 247)
}

.rowAlternateNoBottomColor {
  background-color: rgb(247, 247, 247)
}

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

.rowHighlight {
  background-color: rgb(240, 240, 240)
}

td.greenBar, td.greenbar, td.graybar, td.redbar, td.darkredbar {
  font-size: 1em;
  border: 1px solid rgb(156, 156, 156);
  padding: 0
}

td.greenBar, td.greenbar {
  background: rgb(0, 223, 0)
}

td.graybar {
  background: rgb(128, 128, 128)
}

td.redbar {
  background: rgb(223, 0, 0)
}

td.darkredbar {
  background: rgb(175, 0, 0)
}

tr.testpassed {
  font-size: 2px;
  background: rgb(221, 255, 221);
  padding: 0
}

tr.testfailed {
  font-size: 2px;
  background: rgb(255, 221, 221);
  padding: 0
}

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

.toolbar td {
  border: 1px solid rgb(204, 204, 204);
  padding: 2px;
  color: rgb(204, 204, 204)
}

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

.license {
  border-top: 1px solid rgb(187, 187, 187);
  text-align: center;
  font-size: 10pt;
  background-color: rgb(255, 255, 224)
}

.license-eval, .license-none {
  background-color: rgb(255, 204, 204)
}

.license-eval b, .license-none b {
  color: rgb(153, 0, 0)
}

.bottomshadow {
  height: 12px;
  background-image: "";
  background-repeat: repeat-x
}

.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
}

.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
}

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

#squaretab {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
  font-family: Verdana, Arial, Helvetica, 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: rgb(255, 255, 255);
  text-decoration: none
}

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

#current {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0)
}

.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: rgb(255, 255, 255)
}

.blogcalendar th {
  font-size: x-small;
  font-weight: bold;
  padding: 2px;
  background-color: rgb(240, 240, 240)
}

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

.sidebar-section #bloglist {
  margin-top: 5px;
  display: inline
}

#bloglist {
  background-color: rgb(240, 240, 240);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 22em;
  padding-top: 0.1em
}

.blogmonthnavigation {
  border: 1px solid rgb(204, 204, 204);
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 10em;
  font-size: 0.85em;
  text-align: center;
  margin: 0 0.3em 1em 1.1em;
  padding: 0.2em 0.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

div.pagination .blogmonthnavigation {
  margin: 0 0.5em 0 0;
  width: 5em;
  font-size: 1em
}

#blog-sidebar .bloglistmultiple {
  position: absolute
}

.blog-sidebar-items {
  list-style-type: none;
  padding-left: 16px
}

.bloglistitems li .icon-container {
  display: block;
  float: none;
  padding-left: 1.75em
}

.bloglistmultiple .bloglistheading h2 {
  padding-top: 0
}

.bloglistitems {
  list-style-type: none;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-bottom: 0.5em
}

.bloglistitems li {
  padding-bottom: 7px;
  word-wrap: break-word
}

.bloglistitems li img {
  padding-right: 0.5em;
  vertical-align: middle
}

.bloglistheading h2 {
  text-align: left;
  margin: 1em;
  color: rgb(51, 51, 51)
}

.bloglistheading h2 a {
  text-decoration: none;
  color: rgb(51, 51, 51)
}

.has-personal-sidebar .bloglistheading h2 a, .has-personal-sidebar .bloglistheading h2 {
  margin-left: -0.1em;
  margin-right: -0.1em;
  padding: 0.1em 0.1em 0.2em
}

.has-personal-sidebar .bloglistitems {
  margin-left: -0.9em
}

.has-personal-sidebar .blogmonthnavigation {
  margin-left: 0;
  margin-right: 1em
}

#bloglist .control {
  position: absolute;
  top: 8px
}

#bloglist .control.prev {
  left: 13px
}

#bloglist .control.next {
  right: 13px
}

.searchGroup {
  padding: 0 0 10px 0;
  background: rgb(240, 240, 240)
}

.searchGroupHeading {
  font-size: 10px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 2px 4px 1px 4px
}

.searchItem {
  padding: 1px 4px
}

.searchItemSelected {
  padding: 1px 4px;
  font-weight: bold;
  background: rgb(221, 221, 221)
}

#gPermissionsTable td, #gPermissionsTable th, #uPermissionsTable td, #uPermissionsTable th, #aPermissionsTable td, #aPermissionsTable th {
  padding: 2px
}

.permissionHeading {
  border-bottom: rgb(187, 187, 187);
  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: rgb(187, 187, 187);
  white-space: nowrap
}

.optionPadded {
  padding: 2px
}

.optionSelected, .optionPadded.selected {
  background-color: rgb(255, 255, 204);
  padding: 2px;
  border: 1px solid rgb(221, 221, 221);
  margin: -1px
}

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

.space-view-controls {
  padding: 10px 3px
}

.greyLinks a:link, .greyLinks a:visited, .greyLinks a:active, .greyLinks a:hover {
  color: rgb(102, 102, 102);
  text-decoration: underline
}

.greyLinks {
  color: rgb(102, 102, 102);
  padding: 10px
}

.operation-links {
  color: rgb(102, 102, 102);
  margin-bottom: 10px
}

.operation-links a:link, .operation-links a:visited, .operation-links a:active, .operation-links a:hover {
  color: rgb(102, 102, 102);
  text-decoration: underline
}

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

.greynavbar {
  background-color: rgb(240, 240, 240);
  border-top-width: 1px;
  border-top-style: solid
}

.greyFormBox {
  border: 1px solid rgb(204, 204, 204);
  padding: 5px
}

.openPageHighlight {
  background-color: rgb(255, 255, 204);
  padding: 2px;
  border: 1px solid rgb(221, 221, 221)
}

.editPageInsertLinks, .editPageInsertLinks a {
  color: rgb(102, 102, 102);
  font-weight: bold;
  font-size: 10px
}

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

.inputSection {
  margin-bottom: 20px
}

.tab-navigation .current a {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255)
}

.topPadding {
  margin-top: 20px
}

.form-block {
  padding: 6px
}

.form-error-block {
  background: rgb(255, 204, 204);
  border-top: rgb(240, 240, 240) 1px solid;
  border-bottom: rgb(240, 240, 240) 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: rgb(255, 255, 224);
  border-top: rgb(240, 240, 240) 1px solid;
  border-bottom: rgb(240, 240, 240) 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: rgb(136, 136, 136);
  font-size: 11px
}

.form-divider {
  border-bottom: rgb(204, 204, 204) 1px solid;
  margin-bottom: 6px
}

.confluence-button, a.confluence-button, a.confluence-button:link, a.confluence-button:hover, a.confluence-button:visited {
  text-decoration: none;
  border: 1px solid rgb(170, 170, 170);
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  cursor: default;
  background: rgb(255, 255, 255) ""repeat-x 0 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.confluence-button:active, a.confluence-button:active {
  border-color: rgb(102, 153, 204);
  background-color: rgb(238, 238, 238);
  background-image: ""
}

.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 rgb(240, 240, 240);
  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: rgb(136, 0, 0);
  font-weight: bold
}

.status-green {
  color: rgb(0, 136, 0);
  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: ""
}

#blogcalendar span.fwdArrow span {
  display: none
}

#blogcalendar span.backArrow {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: ""
}

#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: rgb(240, 240, 240)
}

.pageInfoLayoutTable {
  width: 100%;
  border-collapse: collapse
}

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

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

.pageInfoLayoutTable ul {
  padding-left: 20px;
  list-style-type: none
}

.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: rgb(250, 250, 250);
  text-align: left;
  width: 100%
}

#entitySearchResults td {
  border-top: 1px solid rgb(204, 204, 204);
  padding: 3px;
  background-color: white;
  vertical-align: top
}

#entitySearchResults th {
  color: rgb(102, 102, 102);
  padding: 3px;
  white-space: nowrap
}

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

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

a.grey {
  color: rgb(102, 102, 102)
}

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

div.bottomMargin {
  margin-bottom: 10px
}

.clearBoth {
  clear: both
}

#labelInputSpan {
  margin-top: 1px
}

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

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

.grey {
  color: rgb(102, 102, 102)
}

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
}

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

.hidden, li.hidden {
  display: none !important;
  visibility: hidden
}

#splitter-sidebar {
  display: none
}

.vsplitbar {
  display: none
}

#main {
  text-align: left;
  background-color: #F0F0F0;
}

#header {
  min-height: 1.8em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 6
}

.quick-search {
  margin: 0;
  padding: 0
}

.quick-search fieldset {
  border: none;
  margin: 0;
  padding: 0
}

.quick-search legend {
  display: none
}

input.blank-search, input.placeholded, .quick-search .placeholded {
  color: rgb(102, 102, 102)
}

#header .quick-search {
  float: right
}

#header .quick-search-query {
  width: 13em
}

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

#breadcrumbs li {
  white-space: nowrap;
  display: inline-block;
  margin: 0 0.2em 0 0;
  padding-left: 15px;
  background: "";
  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
}

a.twisty-open, a.twisty-closed {
  background: no-repeat 50% 50%;
  float: left;
  margin-right: 0.5em
}

a.twisty-open {
  background-image: ""
}

a.twisty-closed {
  background-image: ""
}

a.print {
  background: ""no-repeat 50% 50%
}

a.feed {
  background: ""no-repeat 50% 50%
}

a.pdf {
  background: ""no-repeat 50% 50%
}

a.help {
  background: ""no-repeat 50% 50%
}

a.add-user {
  background: ""no-repeat 50% 50%
}

a.remove-user {
  background: ""no-repeat 50% 50%
}

a.groups {
  background: ""no-repeat 50% 50%
}

a.cancel {
  background: ""no-repeat 50% 50%
}

a.search-icon {
  background: ""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
}

h1.pagetitle {
  line-height: 2;
  margin: 0 0 10px 0;
  width: 100%
}

h1.pagetitle img {
  margin: 0 0.3em 0 0
}

br.clear {
  clear: both;
  height: 1px;
  overflow: hidden
}

#footer, #footer-warning {
  background: rgb(240, 240, 240);
  text-align: center
}

#footer p.license, #footer p.license a {
  background: rgb(0, 51, 102);
  color: rgb(255, 255, 255);
  margin: 0
}

#poweredby {
  color: rgb(102, 102, 102);
  margin: 0;
  padding: 0.5em;
  list-style: none
}

#poweredby a, #footer-warning {
  color: rgb(102, 102, 102);
  text-decoration: none
}

#poweredby li {
  display: inline
}

#poweredby li.print-only {
  display: none
}

#poweredby a:hover.hover-footer-link {
  text-decoration: underline
}

#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 0.5em
}

table {
  clear: left
}

.space-browse-links a:link, .space-browse-links a:active, .space-browse-links a:visited {
  border: 1px solid rgb(102, 153, 204);
  color: rgb(0, 0, 0);
  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: rgb(0, 51, 102);
  border: 1px solid rgb(0, 51, 102);
  color: rgb(255, 255, 255)
}

.space-browse-links a img {
  float: left;
  left: 4px;
  margin: -8px 0 0;
  position: absolute;
  top: 50%
}

#tree-div {
  min-height: 300px
}

.mailLabel {
  color: rgb(102, 102, 102);
  font-weight: bold
}

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

.parented {
  list-style-image: ""
}

.mailthread ul {
  list-style-image: ""
}

.selectedMail {
  background-color: rgb(255, 255, 204);
  padding: 2px;
  border: 1px solid rgb(221, 221, 221)
}

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

.captcha {
  padding: 10px 0;
  width: 300px;
  text-align: left
}

.captcha .captcha-image {
  width: 200px;
  height: 50px;
  border: 1px solid rgb(204, 204, 204);
  margin: 0.8em 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px
}

.captcha .captcha-response label, .captcha .captcha-response input {
  margin: 4px 0 0 0
}

.captcha .captcha-response input {
  width: 300px
}

form.aui .field-group .captcha label {
  left: 0;
  width: 100%;
  text-align: left
}

.captcha label {
  font-size: 10pt;
  color: rgb(0, 0, 0);
  padding: 2px 5px 0 0;
  display: block
}

.captcha .error {
  background-color: transparent;
  font-size: 10pt;
  padding: 2px 0
}

#version-info {
  margin-bottom: 10px;
  padding: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.version-info span.page-history-view {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 24px
}

.version-info span.page-history-view, .version-info span.page-history-view a {
  color: rgb(102, 102, 102);
  font-size: 9pt
}

.version-info a.version-navigation {
  border: 1px solid rgb(238, 238, 238);
  padding: 0.2em 0.4em;
  position: relative;
  text-decoration: none;
  top: 1px;
  display: inline-block;
  min-width: 75px;
  text-align: center
}

.version-info span.current-version-margin {
  margin: 15px
}

.version-info div.navigation-spacing {
  margin-left: 24px;
  padding-top: 2px;
  font-size: 8pt
}

.version-info strong.version-info-description {
  margin-left: 4px
}

.has-sidebar #version-info {
  margin-right: 17em
}

.has-blog-sidebar #version-info {
  margin-right: 24em
}

li:active, a:active {
  outline: none
}

#messageContainer {
  background: rgb(255, 255, 255);
  list-style: none;
  margin: 0;
  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: ""no-repeat
}

.page-metadata ul a.page-tinyurl span {
  background: ""no-repeat
}

.page-metadata ul a.page-tinyurl:hover span {
  background: ""no-repeat
}

.page-metadata ul a.action-view-attachments span.page-metadata-attachments-text {
  background: ""no-repeat
}

.on-label, .yes-label {
  color: rgb(0, 153, 0);
  font-weight: 800
}

.off-label, .no-label {
  color: rgb(153, 0, 0);
  font-weight: 800
}

.progress-fill-color {
  background: rgb(0, 223, 0)
}

.progress-background-color {
  background: rgb(255, 255, 255)
}

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

.vertical-center-div-outer {
  display: table-cell;
  vertical-align: middle
}

.vertical-center-div-inner {
  text-align: center
}

.in-progress {
  background-color: rgb(204, 204, 204)
}

h2.subheading, #profile-main h2.subheading {
  border-bottom: 1px solid rgb(221, 221, 221);
  color: rgb(51, 51, 51);
  font-weight: normal;
  font-size: 1.1em;
  margin: 0
}

.subheading {
  color: rgb(34, 34, 34)
}

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: "";
  float: right;
  height: 16px;
  text-decoration: none;
  width: 16px;
  line-height: 0
}

.subheading .email-notification-icon {
  background: "";
  float: right;
  height: 16px;
  text-decoration: none;
  width: 16px;
  line-height: 0;
  margin-right: 5px
}

em.bad, strong.bad {
  font-style: normal;
  color: rgb(153, 0, 0)
}

em.good, strong.good {
  font-style: normal;
  color: rgb(0, 153, 0)
}

em.disabled, strong.disabled {
  font-style: normal;
  color: rgb(153, 153, 153)
}

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

#version-comment {
  padding: 5px;
  display: none
}

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

#ajax-error {
  background-color: rgb(255, 204, 204);
  border: 1px solid rgb(116, 19, 17)
}

#ajax-error span.error {
  display: block;
  text-align: center;
  color: rgb(116, 19, 17);
  line-height: 2
}

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

#footer-warning {
  display: block;
  background-color: rgb(255, 255, 206);
  border-top: 1px solid rgb(240, 192, 0);
  border-bottom: 1px solid rgb(240, 192, 0);
  color: rgb(0, 0, 0);
  padding: 2px 5px
}

.welcome-message h1, .welcome-message h2, .welcome-message h3 {
  color: rgb(0, 0, 0);
  font-weight: normal;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  padding: 3px 0 2px 0;
  border-bottom: 1px solid rgb(187, 187, 187)
}

.welcome-message h1 {
  line-height: 1;
  margin: 1px 0 0 0
}

.welcome-message h2, form.aui .welcome-message h2 {
  clear: none;
  margin: 1px 0 0 0
}

.welcome-message h3, form.aui .welcome-message h3 {
  margin: 9px 0 0 0;
  clear: none
}

.description.description-checkbox {
  margin: -12px 0 10px 275px
}

.description.description-textbox {
  margin: -10px 0 10px 250px
}

.permissionTab .inline-help {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: none;
  float: right
}

.watches .page-instructions {
  color: rgb(128, 128, 128)
}

.hidden {
  display: none
}

.encourage-initial-action-message {
  color: rgb(153, 153, 153)
}

.columnLayout {
  display: table;
  table-layout: fixed;
  width: 100%
}

.columnLayout .cell {
  display: table-cell;
  padding-right: 1em
}

.wiki-content:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden
}

.wiki-content>*:first-child, .wiki-content td.confluenceTd>*:first-child, .wiki-content th.confluenceTh>*:first-child, .wiki-content li>*:first-child {
  margin-top: 0
}

.wiki-content>*:last-child, .wiki-content li>*:last-child {
  margin-bottom: 0
}

.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, .wiki-content table {
  padding: 0
}

.wiki-content p, .wiki-content pre, .wiki-content ul, .wiki-content ol, .wiki-content dl, table.confluenceTable {
  margin-bottom: 10px
}

.wiki-content h1, .wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .wiki-content h6 {
  font-weight: bold;
  line-height: normal;
  margin-top: 21px;
  padding: 0
}

.wiki-content h1 {
  font-size: 18pt
}

.wiki-content h2 {
  font-size: 16pt
}

.wiki-content h3 {
  font-size: 14pt
}

.wiki-content h4 {
  font-size: 12pt
}

.wiki-content h5 {
  font-size: 11pt
}

.wiki-content h6 {
  font-size: 10pt
}

.wiki-content pre {
  overflow: visible
}

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

.wiki-content .preformattedContent pre, .wiki-content .codeContent pre {
  margin: 0;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.3
}

.wiki-content a, .wiki-content a:link, .wiki-content a:visited {
  text-decoration: underline
}

a.not-permitted {
  text-decoration: underline
}

.wiki-content table.confluenceTable {
  border-collapse: collapse
}

.wiki-content th.confluenceTh>*:last-child, .wiki-content td.confluenceTd>*:last-child {
  margin-bottom: 0
}

.wiki-content .image-left {
  float: left;
  margin: 0 10px 10px 0
}

.wiki-content .image-center {
  margin-left: auto;
  margin-right: auto;
  display: block
}

.wiki-content .image-right {
  float: right;
  margin: 0 0 10px 10px
}

.wiki-content .confluence-embedded-image {
  border: 1px solid transparent;
  cursor: pointer
}

.wiki-content .confluence-content-image-border {
  border: 1px solid black
}

.wiki-content img.emoticon {
  background: none;
  height: auto;
  width: auto;
  vertical-align: text-bottom
}

.wiki-content ul, .wiki-content ol {
  margin-left: 0;
  padding-left: 3em;
  list-style-position: outside
}

.wiki-content ul, .wiki-content ol, .wiki-content dl {
  padding-top: 0;
  margin-top: 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
}

.wiki-content li>ul, .wiki-content li>ol {
  margin-bottom: 0
}

.wiki-content li>pre {
  margin-top: 0;
  margin-bottom: 0
}

.wiki-content li {
  margin: 0;
  padding: 0
}

.wiki-content .confluenceTh>ol, .wiki-content .confluenceTd>ol {
  padding-left: 1.7em
}

.wiki-content .confluenceTh>ul, .wiki-content .confluenceTd>ul {
  padding-left: 1em
}

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

table.layout td.layout-cell {
  padding: 10px;
  vertical-align: top
}

table.layout, table.layout td.layout-cell {
  border: 0
}

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

table.bordered-layout td.layout-cell {
  padding: 10px;
  vertical-align: top
}

table.bordered-layout, table.bordered-layout td.layout-cell {
  border: 1px solid black
}

.wiki-content-preview {
  padding: 5px;
  border-left: 1px solid;
  border-right: 1px solid
}

.wiki-content .header, .wiki-content .footer, .wiki-content .cell {
  margin: 8px 0;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  word-wrap: break-word
}

.contentLayout .innerCell>*:first-child {
  margin-top: 0
}

.wiki-content .columnLayout {
  display: table;
  table-layout: fixed;
  width: 100%
}

.wiki-content .cell {
  display: table-cell;
  padding: 0 10px
}

.view .wiki-content .cell:first-child, .content-preview .wiki-content .cell:first-child {
  padding: 0
}

.wiki-content .columnLayout .cell {
  vertical-align: top
}

.wiki-content .columnLayout .cell.aside {
  width: 29.9%
}

.wiki-content .columnLayout .cell.sidebars {
  width: 19.9%
}

.wiki-content .columnLayout, .wiki-content .cell, .wiki-content .header, .wiki-content .footer {}

#main .wiki-content .footer p, #main .wiki-content .footer a {
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 10pt
}

.fixedwidth #main .wiki-content .footer p, .fixedwidth #main .wiki-content .footer a {
  font-size: 14px
}

#main .wiki-content .footer .heatmap .label {
  font-size: inherit
}

.wiki-content .columnLayout {}

.wiki-content .cell, .mceContentBody.wiki-content .cell, .twoColumns .cell, .threeColumns .cell, .twoColumns .large, .mceContentBody.wiki-content .header, .mceContentBody.wiki-content .footer, .threeColumns .large {}

.wiki-content .innerCell {}

#page-diffs .columnLayout {
  max-height: 200px;
  overflow: auto
}

.view-information #page-diffs .columnLayout {
  max-height: none
}

.wiki-content .innerCell {
  outline: 0px;
  overflow: auto;
  overflow-y: hidden
}

.twoColumns .cell {}

.threeColumns .cell {}

.twoColumns .large {}

.threeColumns .large {}

div.aside+div.large, div.large+div.aside, div.large+div.sidebars, .twoColumns div.cell+div.cell, .threeColumns div.cell+div.cell+div.cell {}

li[style*="text-align: center"], li[style*="text-align: right"] {
  list-style-position: inside
}

table.confluenceTable th.confluenceTh, table.confluenceTable td.confluenceTd {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  padding: 5px 7px;
  vertical-align: top;
  min-width: 0.6em;
  text-align: left
}

table.confluenceTable th.confluenceTh, table.confluenceTable th.confluenceTh>p, table.confluenceTable td.confluenceTd.highlight, table.confluenceTable td.confluenceTd.highlight>p {
  background-color: rgb(240, 240, 240);
  font-weight: bold
}

table.confluenceTable th.confluenceTh.nohighlight, table.confluenceTable th.confluenceTh.nohighlight>p {
  font-weight: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-weight: normal
}

.panel {
  color: black;
  padding: 0;
  margin: 10px 20px;
  background: rgb(240, 240, 240);
  border-width: 1px;
  border-style: solid;
  overflow: hidden
}

.alertPanel {
  border-color: rgb(204, 0, 0)
}

.infoPanel {
  border-color: rgb(102, 153, 204)
}

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

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

.basicPanelContainer {
  border-width: 1px;
  border-style: solid;
  margin-top: 2px;
  margin-bottom: 8px;
  width: 100%
}

.basicPanelTitle {
  padding: 5px;
  margin: 0;
  background-color: rgb(240, 240, 240);
  color: black;
  font-weight: bold
}

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

.panelHeader {
  padding: 0 12px;
  line-height: 2;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.codeHeader, .panelHeader, .panelContent {
  background: rgb(240, 240, 240)
}

.preformattedHeader, .codeContent, .preformattedContent {
  background: rgb(255, 255, 255)
}

.panelContent {
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 10px 12px;
  text-align: left;
  font-size: 0.95em
}

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

.panelContent>p:first-child {
  margin-top: 0
}

.panelContent>p:last-child {
  margin-bottom: 0
}

.panelMacro {
  margin: 10px 20px;
  overflow: hidden
}

.panelMacro>table {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  text-align: left;
  width: 100%
}

.panelMacro>table>tr>td, .panelMacro>table>tbody>tr>td {
  font-size: 1em;
  padding: 0
}

.panelMacro>p:first-child, .panelMacro>table>tr>td>*:first-child, .panelMacro>table>tbody>tr>td>*:first-child {
  margin-top: 0
}

.panelMacro>p:last-child, .panelMacro>table>tr>td>*:last-child, .panelMacro>table>tbody>tr>td>*:last-child {
  margin-bottom: 0
}

.wiki-content .panelMacro p {
  font-size: 1em
}

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

.searchMacro .result {
  margin-top: 3px;
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid rgb(221, 221, 221)
}

.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 rgb(204, 204, 204);
  padding: 4px
}

.rssMacro table th {
  background: rgb(240, 240, 240)
}

.code {
  border-width: 1px;
  border-style: dashed
}

.code, .preformatted {
  background-color: rgb(255, 255, 255);
  overflow: auto
}

.code pre, .preformatted pre {
  font-family: "Courier New", Courier, monospace;
  line-height: 1.3
}

.wiki-content .code-keyword {
  color: rgb(0, 0, 145);
  background-color: inherit
}

.wiki-content .code-object {
  color: rgb(145, 0, 145);
  background-color: inherit
}

.wiki-content .code-quote {
  color: rgb(0, 145, 0);
  background-color: inherit
}

.wiki-content .code-comment {
  color: rgb(128, 128, 128);
  background-color: inherit
}

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

.wiki-content .code-tag {
  color: rgb(0, 0, 145);
  background-color: inherit
}

.recentlyUpdatedItem {
  border-bottom: rgb(240, 240, 240) 1px solid;
  border-top: rgb(240, 240, 240) 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: rgb(240, 240, 240) 1px solid;
  vertical-align: top
}

.recentlyUpdatedItem .authorAndDate {
  background-color: rgb(240, 240, 240);
  width: 25%
}

.recentlyUpdatedItem .date {
  margin-top: 4px;
  font-size: 90%;
  color: rgb(102, 102, 102)
}

.recentlyUpdatedItem .profilePic {
  float: right;
  background-color: rgb(240, 240, 240);
  margin: 0 2px
}

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

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

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

.recentlyUpdatedItem .summary, .recentlyUpdatedItem .thumbnail {
  margin-top: 3px;
  color: rgb(102, 102, 102)
}

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

span.icon, a.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: left;
  text-indent: -9999em
}

.tabletitleops .icon {
  width: 12px;
  height: 12px
}

.icon-wait {
  background-image: "";
  background-position: 0px top
}

.icon-browse-space {
  background-image: "";
  background-position: -16px top
}

.icon-add-page {
  background-image: "";
  background-position: -32px top
}

.icon-add-page-disabled {
  background-image: "";
  background-position: -48px top
}

.icon-add-fav {
  background-image: "";
  background-position: -64px top
}

.icon-remove-fav {
  background-image: "";
  background-position: -80px top
}

.icon-home-page {
  background-image: "";
  background-position: -96px top
}

.icon-recently-updated-page {
  background-image: "";
  background-position: -112px top
}

.icon-page {
  background-image: "";
  background-position: -128px top
}

.icon-comment {
  background-image: "";
  background-position: -144px top
}

.icon-space {
  background-image: "";
  background-position: -160px top
}

.icon-personal-space {
  background-image: "";
  background-position: -176px top
}

.icon-user {
  background-image: "";
  background-position: -192px top
}

.icon-group {
  background-image: "";
  background-position: -208px top
}

.icon-blog, .icon-blogpost {
  background-image: "";
  background-position: -224px top
}

.icon-trackback {
  background-image: "";
  background-position: -240px top
}

.icon-mail {
  background-image: "";
  background-position: -256px top
}

.icon-status {
  background-image: "";
  background-position: -272px top
}

.icon-show-more {
  background-image: "";
  background-position: -288px top
}

.icon-show-less {
  background-image: "";
  background-position: -300px top
}

.icon-file-pdf {
  background-image: "";
  background-position: -312px top
}

.icon-file-image {
  background-image: "";
  background-position: -328px top
}

.icon-file-html, .icon-file-xml {
  background-image: "";
  background-position: -344px top
}

.icon-file-java {
  background-image: "";
  background-position: -360px top
}

.icon-file-text {
  background-image: "";
  background-position: -376px top
}

.icon-file-zip {
  background-image: "";
  background-position: -392px top
}

.icon-file-word97-template, .icon-file-word97, .icon-file-word, .icon-file-word-template {
  background-image: "";
  background-position: -408px top
}

.icon-file-excel97-template, .icon-file-excel97, .icon-file-excel-macro, .icon-file-excel, .icon-file-excel-template {
  background-image: "";
  background-position: -424px top
}

.icon-file-powerpoint97-template, .icon-file-powerpoint97, .icon-file-powerpoint, .icon-file-powerpoint-macro, .icon-file-powerpoint-slideshow, .icon-file-powerpoint-template {
  background-image: "";
  background-position: -440px top
}

.icon-file-multimedia {
  background-image: "";
  background-position: -456px top
}

.icon-file-unknown {
  background-image: "";
  background-position: -472px top
}

.icon-people-directory span.icon {
  background-image: "";
  background-position: -208px top
}

.icon-rss-feed-small span.icon {
  background-image: "";
  background-position: -488px top
}

.icon-create-space {
  background-image: "";
  background-position: -504px top
}

.icon-create-user-macro span.icon {
  background-image: "";
  background-position: -520px top
}

#children-section.children-hidden a.children-show-hide.icon, .icon-section-closed {
  background-image: "";
  background-position: -536px top
}

#children-section.children-showing a.children-show-hide.icon, .icon-section-opened {
  background-image: "";
  background-position: -552px top
}

.icon-remove {
  background-image: "";
  background-position: -568px top
}

.icon-edit {
  background-image: "";
  background-position: -584px top
}

.icon-tick {
  background-image: "";
  background-position: -600px top
}

.icon-cross {
  background-image: "";
  background-position: -616px top
}

.icon-opts {
  background-image: "";
  background-position: -632px top
}

.icon-create-space-bw span.icon {
  background-image: "";
  background-position: -648px top
}

.icon-stop-watching {
  background-image: "";
  background-position: -664px top
}

.icon-start-watching {
  background-image: "";
  background-position: -680px top
}

.icon-info {
  background-image: "";
  background-position: -696px top
}

.noteMessage, .warningMessage, .infoMessage, .tipMessage {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  padding: 5px;
  overflow: hidden
}

.noteMacro, .warningMacro, .infoMacro, .tipMacro {
  border: 0;
  border-collapse: separate
}

table.noteMacro>tr>td, table.warningMacro>tr>td, table.infoMacro>tr>td, table.tipMacro>tr>td, table.noteMacro>tbody>tr>td, table.warningMacro>tbody>tr>td, table.infoMacro>tbody>tr>td, table.tipMacro>tbody>tr>td {
  border: 0
}

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

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

.noteMessage, .noteMacro, .warningPanel {
  border-color: rgb(240, 192, 0);
  background-color: rgb(255, 255, 206)
}

.warningMessage, .warningMacro {
  border-color: rgb(204, 0, 0);
  background-color: rgb(255, 204, 204)
}

.infoMessage, .infoMacro {
  border-color: rgb(102, 153, 204);
  background-color: rgb(216, 228, 241)
}

.tipMessage, .tipMacro {
  border-color: rgb(0, 153, 0);
  background-color: rgb(221, 255, 221)
}

.noteMacro, .warningMacro, .infoMacro, .tipMacro {
  border-width: 2px;
  border-style: solid
}

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

table.sectionMacro>tbody>tr>td {
  border: none
}

table.sectionMacro>tbody>tr>td+td, table.sectionMacroWithBorder>tbody>tr>td+td {
  padding-left: 14px
}

table.sectionMacroWithBorder>tbody>tr>td {
  border-style: dashed;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  padding-right: 14px
}

table.sectionMacroWithBorder>tbody>tr>td:last-child {
  border-style: dashed;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  padding-right: 0px
}

#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;
  margin: 0 5px -1px 0
}

.tab-navigation .tab a {
  padding: 0.3em 0.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;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.tab-navigation .notab {
  margin: 1px 1px 0 1px;
  padding: 0.3em;
  float: left
}

ul.tab-navigation .current a {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255)
}

ul.tab-navigation .current a:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255)
}

.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 {
  display: block;
  margin: 0;
  padding: 0
}

.ajs-menu-bar .ajs-button span, .ajs-menu-bar .ajs-menu-item .trigger span span {
  padding-right: 1em
}

.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
}

.ajs-menu-bar .ajs-menu-item .trigger span {
  background-image: "";
  position: relative
}

.ajs-menu-bar .ajs-menu-item.opened .trigger span, .ajs-menu-bar .ajs-menu-item.hover .trigger span {
  background-image: ""
}

.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: rgb(255, 255, 255)
}

#navigation .ajs-menu-bar li.ajs-menu-item.hover .ajs-menu-title {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.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
}

.ajs-menu-bar .ajs-menu-item .ajs-drop-down a {
  background: rgb(255, 255, 255) 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-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: rgb(255, 255, 255);
  border: solid 1px rgb(193, 193, 193);
  font-weight: normal;
  min-width: 12em;
  padding: 0;
  position: absolute;
  left: 0;
  white-space: nowrap;
  z-index: 1000
}

#header-menu-bar .ajs-drop-down {
  min-width: 15em
}

.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;
  border-radius: 0;
  border-top-left-radius: 3px;
  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 rgb(225, 225, 225);
  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: 0.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: 0.3em 0 0 -20px;
  width: 16px
}

.ajs-menu-bar .ajs-drop-down a.add-comment {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.add-attachment {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.add-page {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.add-page-template {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.add-news {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.action-view-history {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.action-page-permissions {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.action-view-attachments {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.action-page-favourite {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.ie-page-favourite-selected {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.action-page-watching-space {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.action-manage-watchers {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.action-page-watching {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.ie-page-watching-selected {
  background-image: ""
}

.ajs-menu-bar .ajs-drop-down a.waiting {
  background-image: ""
}

.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: 0.9em
}

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

#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: ""
}

#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: rgb(255, 255, 255);
  background-image: none
}

.ajs-menu-bar .ajs-menu-item.opened, .ajs-menu-bar .ajs-button a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

#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-bottom-left-radius: 3px;
  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 rgb(204, 204, 238)
}

#header .ajs-menu-bar .ajs-drop-down ul.first, #header .ajs-menu-bar ul.ajs-drop-down.first {
  border: none
}

#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
}

#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;
  border-radius: 3px;
  color: rgb(83, 83, 83);
  font-size: 1.1em;
  line-height: 20px;
  padding: 0.35em 0.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;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

#navigation .ajs-menu-bar .ajs-button a.edit span {
  background-image: ""
}

#navigation .ajs-menu-bar .ajs-button a.view span {
  background-image: ""
}

#navigation .ajs-menu-bar li.ajs-menu-item a.add span span {
  background-image: ""
}

#navigation .ajs-menu-bar li.ajs-menu-item a.action span span {
  background-image: ""
}

.ajs-menu-bar .ajs-menu-item .most-right-menu-item {
  left: auto;
  margin: 0;
  right: 0
}

*+html #header .ajs-menu-item a.ajs-menu-title span span {
  background-image: "";
  background-repeat: no-repeat;
  background-position: 100% 50%
}

.ajs-drop-down {
  clear: both;
  z-index: 500;
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down li {
  border-bottom: solid 1px rgb(255, 255, 255)
}

.ajs-menu-bar .ajs-drop-down li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative
}

#navigation .ajs-menu-bar .ajs-drop-down a {
  display: block;
  padding: 0.33em 0.67em;
  cursor: pointer
}

#navigation .ajs-menu-bar div.ajs-drop-down a span {
  padding: 0 0 0 21px;
  height: 16px;
  line-height: 16px
}

.ajs-menu-bar div.ajs-drop-down a span {
  cursor: pointer;
  height: 16px;
  line-height: 16px;
  zoom: 1
}

#navigation .ajs-menu-bar .section-secondary li a, #navigation .ajs-menu-bar .section-modify li a {
  line-height: 2;
  padding-left: 0
}

#navigation .ajs-menu-bar .section-secondary li a span, #navigation .ajs-menu-bar .section-modify li a span {
  padding-left: 8px
}

.ajs-menu-bar .ajs-drop-down a img {
  clear: left;
  float: none;
  margin: 0.3em 0 0.3em -20px;
  vertical-align: middle
}

#navigation .ajs-menu-bar .ajs-button a, #navigation .ajs-menu-bar .ajs-button a span {
  display: inline-block
}

* html .ajs-menu-bar .ajs-drop-down a.add-comment {
  background-image: none
}

* html .ajs-menu-bar .ajs-drop-down a.add-comment span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.add-attachment, * html .ajs-menu-bar .ajs-drop-down a.action-view-attachments, * html .page-metadata ul a.action-view-attachments span.page-metadata-attachments-text {
  background-image: none
}

* html .ajs-menu-bar .ajs-drop-down a.add-attachment span, * html .ajs-menu-bar .ajs-drop-down a.action-view-attachments span, * html .page-metadata ul a.action-view-attachments span.page-metadata-attachments-text {
  zoom: 1
}

* html .page-metadata ul a.action-view-attachments span.page-metadata-attachments-count {
  display: inline-block;
  text-indent: 9999em
}

* html .page-metadata ul a.page-restrictions span, * html .ajs-menu-bar .ajs-drop-down a.action-view-history, * html .ajs-menu-bar .ajs-drop-down a.action-page-permissions, * html .ajs-menu-bar .ajs-drop-down a.action-page-favourite, * html .ajs-menu-bar .ajs-drop-down a.ie-page-favourite-selected, * html .ajs-menu-bar .ajs-drop-down a.action-manage-watchers, * html .ajs-menu-bar .ajs-drop-down a.action-page-watching-space, * html .ajs-menu-bar .ajs-drop-down a.action-page-watching, * html .ajs-menu-bar .ajs-drop-down a.ie-page-watching-selected {
  background-image: none
}

* html .ajs-menu-bar .ajs-drop-down a.action-view-history span {
  zoom: 1
}

* html .page-metadata ul a.page-restrictions span, * html .ajs-menu-bar .ajs-drop-down a.action-page-permissions span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.action-page-favourite span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.ie-page-favourite-selected span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.action-page-watching-space span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.action-manage-watchers span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.action-page-watching span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.ie-page-watching-selected span {
  zoom: 1
}

* html .ajs-menu-bar .ajs-drop-down a.waiting {
  background-image: none
}

* html .ajs-menu-bar .ajs-drop-down a.waiting span {
  background-image: "";
  background-repeat: no-repeat;
  filter: inherit
}

* html #navigation .ajs-menu-bar .ajs-button a.edit span {
  background-image: none;
  width: 1%
}

* html #navigation .ajs-menu-bar li.ajs-menu-item a.add span span {
  background-image: none;
  width: 1%
}

* html #navigation .ajs-menu-bar li.ajs-menu-item a.action span span {
  background-image: none;
  width: 1%
}

* html #navigation .ajs-menu-bar .ajs-button a.view span {
  background-image: none;
  width: 1%
}

html body {
  overflow: visible
}

body.dashboard {}

img {
  -ms-interpolation-mode: bicubic
}

#breadcrumbs {
  overflow: auto
}

#breadcrumbs li {
  white-space: nowrap
}

* html #breadcrumbs li {
  background-image: ""
}

* html .page-metadata {
  height: 1.2em
}

#breadcrumbs li {
  background-position: 3px 12px
}

form {
  margin: 0;
  padding: 0
}

.tab-navigation .tab {
  float: left;
  display: inline;
  font-weight: bold;
  margin: 0 5px 0 0;
  position: relative
}

.tab-navigation .tab a {
  display: inline-block
}

a.icon {
  height: 16px
}

#tree-div {
  min-height: 300px;
  height: auto !important;
  height: 300px
}

h1 #content-title {
  margin: 0;
  display: block;
  width: 90%
}

h1 span.title-text {
  height: 1%
}

h1.pagetitle {
  width: auto
}

h1.pagetitle img.logo {}

* html h1.pagetitle img.custom {}

#tab-navigation, .tab-navigation {
  zoom: 1
}

.has-sidebar #content .code {
  _clear: both;
  _overflow: auto
}

.menu-section-list li a:visited, .menu-section-list li a:hover {
  color: rgb(102, 102, 102)
}

.menu-section-list li.active a:visited {
  color: rgb(255, 255, 255)
}

* html #header-menu-bar .hidden {
  width: 12em
}

* .bloglistitems {
  list-style-type: none;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  margin-left: 0
}

* .blogmonthnavigation {
  border: 1px solid rgb(204, 204, 204);
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 10em;
  font-size: 0.85em;
  text-align: center;
  margin: 0 -0.5em 1em 1em;
  padding: 0.2em 0.4em
}

#page-diffs .diff {}

.permissionTab {
  text-align: left
}

*+html .permissionTab .inline-help {
  float: none
}

div.dashboard .dashboard-group {}

div.dashboard .dashboard-group.left {}

div.dashboard .dashboard-group.right {}

a.content-type-page span, div.content-type-page, span.content-type-page {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-blogpost span, div.content-type-blogpost, span.content-type-blogpost {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-comment span, div.content-type-comment, span.content-type-comment {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-space span, div.content-type-space, span.content-type-space, a.content-type-spacedesc span, div.content-type-spacedesc, span.content-type-spacedesc {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-personalspacedesc span, div.content-type-personalspacedesc, span.content-type-personalspacedesc {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-mail span, div.content-type-mail, span.content-type-mail {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-attachment span, div.content-type-attachment, span.content-type-attachment {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-file span, div.content-type-file, span.content-type-file {
  background-image: "";
  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: "";
  background-repeat: no-repeat
}

a.content-type-attachment-image span, div.content-type-attachment-image, span.content-type-attachment-image {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-attachment-text-html span, div.content-type-attachment-text-html, span.content-type-attachment-text-html, a.content-type-attachment-text-xml span, div.content-type-attachment-text-xml, span.content-type-attachment-text-xml {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-attachment-text span, div.content-type-attachment-text, span.content-type-attachment-text {
  background-image: "";
  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: "";
  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: "";
  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: "";
  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: "";
  background-repeat: no-repeat
}

a.content-type-attachment-java span, div.content-type-attachment-java, span.content-type-attachment-java {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-attachment-multimedia span, div.content-type-attachment-multimedia, span.content-type-attachment-multimedia {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-attachment-file span, div.content-type-attachment-file, span.content-type-attachment-file {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-status span, div.content-type-status, span.content-type-status {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-user span, div.content-type-user, span.content-type-user, a.content-type-userinfo span, div.content-type-userinfo, span.content-type-userinfo {
  background-image: "";
  background-repeat: no-repeat
}

a.content-type-follow span, div.content-type-follow, span.content-type-follow, a.content-type-favourite span, div.content-type-favourite, span.content-type-favourite {
  background-image: "";
  background-repeat: no-repeat
}

body.login, body.login #main, body.login #full-height-container {
  background: rgb(250, 250, 250);
  display: block
}

* html body.login, * html body.login #full-height-container {
  background: rgb(240, 240, 240)
}

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

#login-container {
  margin: 0 auto;
  min-height: 120px;
  width: 500px;
  padding: 20px 30px;
  background-color: rgb(255, 255, 255);
  background-image: "";
  background-position: bottom right;
  background-repeat: no-repeat
}

body.login #header, body.login #websudo {
  display: none
}

body.login .clear {
  display: none
}

body.login #main {
  overflow: hidden;
  padding: 10% 0 0.5% 0;
  min-height: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

#login-container .errorBox {
  background: none;
  border: none;
  margin: 0;
  padding: 0
}

#login-container .errorBox .errorMessage {
  display: none
}

#login-container .errorBox ul {
  list-style-type: none;
  color: rgb(204, 0, 0)
}

#login-container, #login-container form.aui {
  color: rgb(51, 51, 51)
}

#login-container, #login-container .captcha-image {
  border: 1px solid rgb(238, 238, 238);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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 .checkbox label {
  left: 0;
  margin-right: 0;
  float: none;
  display: inline
}

#com-atlassian-confluence.login #login-container label {
  color: rgb(51, 51, 51)
}

#com-atlassian-confluence.login #login-container .error p {
  background: rgb(255, 255, 255);
  color: rgb(204, 0, 0)
}

#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: rgb(51, 51, 51)
}

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

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

#login-container .captcha-image {
  margin: 10px 0;
  width: 200px;
  height: 100px;
  float: left
}

#captcha-error span.errorMessage {
  font-weight: normal
}

#captcha-container .reload {
  width: 16px;
  height: 16px;
  float: left;
  position: relative;
  top: 16px;
  left: 10px
}

#captcha-container label#captcha-reponse-label {
  float: none;
  left: 0;
  margin: 0;
  width: auto
}

#captcha-container input {
  width: 192px
}

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

#coherence-copyright a {
  color: rgb(102, 102, 102)
}

#login-container .userLogoLink {
  float: left;
  padding-right: 5px
}

#login-container a#login-notyou {
  padding-left: 5px
}

#login-container div.warningPanel {
  margin: 0 0 10px 0
}

.page-metadata {
  margin: 0
}

.page-metadata p {
  margin: 0;
  font-size: 1em
}

#footer p {
  margin: 0;
  padding: 1em 0
}

h1, h2, h3, h4, h5, h6, .wiki-content h1, .wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .wiki-content h6, .pagetitle, .steptitle, .substeptitle, .formtitle, table.confluenceTable td.confluenceTd.highlight, table.confluenceTable td.confluenceTd.highlight>p, table.confluenceTable th.confluenceTh, table.confluenceTable th.confluenceTh>p, table.admin th, .form-element-large, .form-element-small, #toolbar #format-dropdown .format-h1 a, #toolbar #format-dropdown .format-h2 a, #toolbar #format-dropdown .format-h3 a, #toolbar #format-dropdown .format-h4 a, #toolbar #format-dropdown .format-h5 a, #toolbar #format-dropdown .format-h6 a {
  color: rgb(0, 0, 0)
}

#format-dropdown .mce_formatPreview.mce_blockquote a {
  border-left-color: rgb(102, 153, 204)
}

.wiki-content h1, .wiki-content h2 {
  border-bottom-color: rgb(102, 153, 204)
}

.wiki-content-preview {
  border-left-color: rgb(102, 153, 204);
  border-right-color: rgb(102, 153, 204)
}

.pageSectionHeader {
  border-bottom-color: rgb(102, 153, 204)
}

.panel {
  border-color: rgb(102, 153, 204)
}

.panelHeader, .menuheading, .pageheader, .sectionbottom {
  border-bottom-color: rgb(102, 153, 204)
}

.topRow {
  border-top-color: rgb(102, 153, 204)
}

.tabletitle, .pageSectionHeader {
  border-bottom-color: rgb(102, 153, 204)
}

a:link, a:visited, a:focus, a:hover, a:active, a.blogHeading {
  color: rgb(50, 108, 166)
}

.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active {
  color: rgb(50, 108, 166)
}

.createlink, a.createlink, a.createlink:link, a.createlink:visited, a.createlink:active, a.createlink:hover {
  text-decoration: underline;
  color: rgb(109, 24, 6)
}

.unresolved, a.unresolved, a.unresolved:link, a.unresolved:visited, a.unresolved:active, a.unresolved:hover {
  text-decoration: underline;
  color: rgb(130, 130, 130)
}

.not-permitted, a.not-permitted, a.not-permitted:link, a.not-permitted:visited, a.not-permitted:hover, a.not-permitted:active {
  color: rgb(204, 0, 0)
}

.grey, a.grey, a.grey:link, a.grey:visited, a.grey:hover, a.grey:active {
  color: rgb(102, 102, 102)
}

#tinymce.wiki-content a, #tinymce.wiki-content a:link, #tinymce.wiki-content a:visited, #tinymce.wiki-content a:focus, #tinymce.wiki-content a:hover, #tinymce.wiki-content a:active {
  color: rgb(50, 108, 166) !important
}

#tinymce.wiki-content a.createlink {
  color: rgb(109, 24, 6) !important
}

#tinymce.wiki-content a.unresolved {
  color: rgb(130, 130, 130) !important
}

#tinymce.wiki-content a.not-permitted {
  color: rgb(204, 0, 0) !important
}

h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active {
  color: rgb(50, 108, 166);
  border-bottom-color: rgb(0, 0, 0)
}

.spacenametitle-printable, .spacenametitle-printable a, .spacenametitle-printable a:visited {
  color: rgb(153, 153, 153)
}

.tableview th {
  color: rgb(0, 0, 0);
  border-bottom-color: rgb(102, 153, 204)
}

blockquote {
  border-left-color: rgb(102, 153, 204)
}

.navBackgroundBox {
  background: rgb(102, 153, 204)
}

.previewBoxTop, .previewContent, .previewBoxBottom, .functionbox {
  border-color: rgb(102, 153, 204)
}

.smalltext-blue {
  color: rgb(102, 153, 204)
}

.tabnav, .comment .tabnav, ul.tabnav {
  border-bottom-color: rgb(102, 153, 204)
}

.tabnav .tabs a {
  border-color: rgb(102, 153, 204);
  background: rgb(102, 153, 204)
}

.tabnav .tabs a:link, .tabnav .tabs a:visited {
  color: rgb(255, 255, 255)
}

.tabnav .tabs a:hover {
  color: rgb(255, 255, 255);
  background: rgb(0, 51, 102);
  border-color: rgb(0, 51, 102)
}

#squaretab a {
  border-color: rgb(102, 153, 204)
}

#squaretab a:link, #squaretab a:visited {
  background-color: rgb(102, 153, 204)
}

#squaretab a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 51, 102);
  border-color: rgb(0, 51, 102)
}

table.blogcalendar {
  border-color: rgb(102, 153, 204)
}

.blogcalendar th.calendarhead, a.calendarhead, a.calendarhead:link, a.calendarhead:visited, a.calendarhead:hover {
  background-color: rgb(102, 153, 204);
  color: rgb(255, 255, 255)
}

.searchGroupHeading {
  background-color: rgb(102, 153, 204);
  color: rgb(255, 255, 255)
}

.permissionTab {
  background: rgb(102, 153, 204);
  color: rgb(255, 255, 255)
}

.permissionSuperTab {
  background: rgb(0, 51, 102);
  color: rgb(255, 255, 255)
}

.comment-header .author .author-lozenge {
  background-color: rgb(51, 102, 153);
  color: rgb(255, 255, 255)
}

.topBar {
  background-color: rgb(0, 51, 102)
}

.basicPanelContainer {
  border-color: rgb(102, 153, 204)
}

.greynavbar {
  border-top-color: rgb(102, 153, 204)
}

div.license-personal {
  background-color: rgb(0, 51, 102);
  color: rgb(255, 255, 255)
}

div.license-personal a {
  color: rgb(255, 255, 255)
}

#header {
  background-color: rgb(0, 51, 102)
}

#header a, #breadcrumbs {
  color: rgb(255, 255, 255)
}

.breadcrumbs {
  border-color: rgb(102, 153, 204)
}

#navigation, #tab-navigation {
  border-bottom-color: rgb(102, 153, 204)
}

.tab-navigation .tab a {
  background-color: rgb(102, 153, 204);
  border: 1px solid rgb(102, 153, 204);
  color: rgb(255, 255, 255)
}

.tab-navigation .tab a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 51, 102);
  border-bottom-color: rgb(0, 51, 102)
}

.tabletitle, .heading-text-color {
  color: rgb(0, 0, 0)
}

ol.autocompleter li.focused {
  background: rgb(102, 153, 204);
  color: rgb(255, 255, 255)
}

.diff-navigation a.version-navigation {
  background-color: rgb(221, 221, 221)
}

.diff-navigation a.version-navigation:hover {
  background-color: rgb(187, 187, 187)
}

.diff-navigation a.version-navigation.all:hover {
  background-color: transparent
}

.tasklist .task.complete .signoff {
  color: rgb(0, 128, 4)
}

.tasklist .task.incomplete .signoff {
  color: rgb(204, 0, 0)
}

.aui-tabs ul.tabs-menu li.menu-item a {
  color: rgb(50, 108, 166)
}

#com-atlassian-confluence .aui-dd-parent .aui-dropdown .dropdown-item a, .ajs-menu-bar li.ajs-menu-item .ajs-drop-down a {
  color: rgb(83, 83, 83)
}

#header .ajs-menu-bar li.ajs-menu-item a.trigger {
  color: rgb(255, 255, 255)
}

#header .ajs-menu-bar li.ajs-menu-item .ajs-drop-down a {
  color: rgb(50, 108, 166)
}

#com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:hover, #com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:focus, #com-atlassian-confluence .aui-dd-parent .aui-dropdown .dropdown-item.active a, .menu-section-list li.active a, .menu-section-list li.active a:hover, #navigation .ajs-menu-bar .ajs-button a:hover, #navigation .ajs-menu-bar .ajs-menu-item.hover a, .ajs-menu-bar .ajs-menu-item li.active a, .aui-dd-parent .aui-dropdown li.active, .aui-dd-parent .aui-dropdown li.active span, .aui-dd-parent .aui-dropdown a:focus span, .ajs-menu-bar .ajs-menu-item.opened .ajs-drop-down li.active a, #navigation .ajs-menu-bar li.ajs-button a.active, #header .ajs-menu-bar li.ajs-menu-item.opened .ajs-drop-down li.active a, .ajs-content-hover .popup-follow a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(102, 153, 204)
}

#header .ajs-menu-bar li.ajs-menu-item.opened, #header .ajs-menu-bar li.ajs-menu-item.hover, #header .ajs-menu-bar li.ajs-menu-item.opened a.trigger {
  background-color: rgb(51, 102, 153);
  border-color: rgb(51, 102, 153)
}

.ajs-menu-bar .ajs-menu-item.opened a.trigger {
  background-color: rgb(102, 153, 204)
}

#header .ajs-menu-bar .ajs-drop-down {
  border-color: rgb(0, 51, 102)
}

#header .ajs-menu-bar .ajs-drop-down li.separator {
  border-top-color: rgb(0, 51, 102)
}

.custom-shadow {
  -webkit-box-shadow: 14px 10px 13px 0px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 14px 10px 13px 0px rgba(0, 0, 0, 0.58);
  box-shadow: 14px 10px 13px 0px rgba(0, 0, 0, 0.58);
}

body {
  font-family: Arial, Helvetica, FreeSans, sans-serif;
}

#main {
  background-color: #F0F0F0;
  padding: 1.25em;
}

#content-title-div img.logo, h1.pagetitle img {
  float: left;
  margin-bottom: 0.3em;
  max-height: 2.5em;
}
