
/* uptime nav section */

#header .aui-header ul.aui-nav li.uptime-nav a 
{
  margin-left:1px;
  margin-right:1px;
  color: #DADADA; 
  font-family: "Open Sans",sans-serif;
  font-size: 10px;
  font-weight: 300;
  padding: 8px 20px 10px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(1) a
{
  border-top: #4e9944 2px solid;
  color: #DADADA;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(2) a 
{
  border-top: #5eaa44 2px solid;
  color: #DADADA;
} 
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(3) a 
{
  border-top: #6ebb44 2px solid;
  color: #DADADA;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(4) a
{
  border-top: #7ecc44 2px solid;
  color: #DADADA;
} 
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(5) a 
{
  border-top: #8edd44 2px solid;
  color: #DADADA;
}
#header .aui-header ul.aui-nav li.uptime-nav:nth-child(6) a
{
  border-top: #9eee44 2px solid;
  color: #DADADA;
} 
#header .aui-header ul.aui-nav li.uptime-nav a:hover
{
  color:#FFFFFF;
  background-color: #5C5C5F;
}
/* end of uptime nav section */

#children-section
{
  margin-bottom : 50px;

  /* Uncomment this to hide child page section */
  display     : none;
}

#comments-section
{
  /* Uncomment this to hide comments*/
  display     : none;
}

#navigation ul.ajs-menu-bar 
{
  /* Determines transparency of page menus */
  /* Set to 0 to make menus invisible, except on hover */
  /* Set to 1 to make fully opaque, or a value in between for semi-transparent */
  opacity       : 0;
}

#personal-info-sidebar 
{
  /* Uncomment to hide personal info sidebar */
  display       : none;
}

/***************************************************
** ATLASSIAN DOCUMENTATION THEME 
***************************************************/

#main 
{
  background    : white;
}

p,
body,
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p 
{
  background    : transparent;
}

p,
tr, 
td,
body, 
table, 
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p
{
  color         : #333;
  -webkit-font-smoothing: antialiased;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3
{
  color         : #333;
  font-weight   : normal;
}

.wiki-content h4,
.wiki-content h5,
.wiki-content h6 
{
  color         : #333;
}


/***************************************************
** THEME HEADER & FOOTER
** (e.g. info panel used for doc versions) 
***************************************************/

#theme-header, 
#theme-footer 
{
  margin        : 30px auto 0px;
  width         : 990px;
  text-align    : center;
}

#theme-footer 
{
  margin        : 30px auto 50px;
}

#theme-header .sectionMacro td,
#theme-footer .sectionMacro td 
{
  text-align    : center;
}

/***************************************************
** FIXED WIDTH 
***************************************************/

body#tinymce.fullsize, 
#main 
{
  margin        : 0 auto;
  width         : 940px;
  border        : 0;
  padding       : 20px;
  min-height    : 40em;
 }

/***************************************************
** MAIN HEADER 
***************************************************/

#main-header 
{
  margin        : 40px 0 0;
}
/*
#breadcrumb-section
{
  margin-bottom : 20px;
}
*/

#breadcrumbs li,
#breadcrumbs li a
{
  color         : #999;
}

h1.pagetitle img 
{
  display       : none;
}

/*
#title-text 
{
  font-weight   : 300;
  font-size     : 40px;
  line-height   : 60px;
}
*/

#title-text a  
{
  color         : #87C247 !important;
}

#navigation ul.ajs-menu-bar:hover 
{
  opacity       : 1.0;
}

.page-metadata 
{
  opacity       : 0;
  margin        : 0 0 30px;
}

.page-metadata:hover 
{
  opacity       : 1.0;
}

#browse-menu-link,
#navigation ul.ajs-menu-bar,
.page-metadata 
{
  transition         : opacity .25s ease-in-out;
  -moz-transition    : opacity .25s ease-in-out;
  -webkit-transition : opacity .25s ease-in-out;
}

/***************************************************
** CONTENT 
***************************************************/

#content 
{
  margin-right  : 0 !important;
}

#labels-section
{
  display       : none;
}


/***************************************************
** WIKI-CONTENT 
***************************************************/

.wiki-content 
{
  font-family   : sans-serif;
  line-height   : 25px;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.wiki-content h5,
.wiki-content h6 
{ 
  padding       : 10px 0;
  border        : none;
}

.wiki-content img.emoticon 
{
  vertical-align: text-top;
}

.wiki-content a:link 
{
  text-decoration: none;
}

.wiki-content p 
{
  line-height   : 25px;
  color         : #333;
  font-weight   : normal;
}

.wiki-content p,
.wiki-content ul, 
.wiki-content ol,
.wiki-content table
{
  margin        : 0 0 10px;
}

.wiki-content .aui-message
{
  margin        : 10px 0 20px;
}

.wiki-content li 
{
  line-height   : 25px;
}

.wiki-content .confluence-content-image-border 
{
  border        : 1px solid #999;
}

.wiki-content .wysiwyg-macro-body > pre 
{
  word-break    : break-all;
}


