

.wiki-content a {
    color: #337ab7;
	/* color: #205081; */
    text-decoration: none;
}

.wiki-content a:hover {
    text-decoration: underline;
}

.wiki-content a:focus {
    text-decoration: none;
}


.wiki-content tt {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 85%;
}

.wiki-content pre {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 0;
}


/* Sidebar nav ***********************************************************************************/

.ht-sidebar-content p.version {
	margin-top: 3px;
	font-size: 0.875em;
}

/* footerLayout div ******************************************************************************/


.footerLayout {
	padding: 0px 40px 20px 30px;
}

.footerLayout p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #777;
	line-height: 16px;
}

.footerLayout a {
	color: #777;
	text-decoration: none;
}

.footerLayout a:hover {
	color: #777;
	text-decoration: underline;
}

/* Misc ******************************************************************************************/

.wiki-content .error {
    background-color: #FFCCCC;
}



/* Paragraphs ************************************************************************************/


.ht-sidebar-content {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.ht-content {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-top: -5px;
}

.wiki-content {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1;
	/* line-height: 1.42857143; */
	color: #333;
}

.ht-post-navp-prev {
	font-family: "times", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	size: 20px;
}

.wiki-content p {
    margin: 12px 0 10px 0;
    line-height: 1.42857143;
    font-size: 1.1em; /*ADDED*/
}

.wiki-content p:first-child {
    margin: 0;
}


/* Images ****************************************************************************************/

.wiki-content img {
    max-width: 100%;
}

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


/* Heading Styling *******************************************************************************/


.ht-content-header h1 {
	color: #205081;
}

.wiki-content h1 {
	color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px; /* was 2em */
    /*font-weight: bold;*/
	font-weight: 200;
	margin-top: 30px; /*JK*/
    margin-bottom: 0.5em; 
    line-height: 1.1; /*JK*/
}

.wiki-content h2 {
    color: #333;
    font-family: inherit; /* JK */
    font-size: 14pt;
    margin-bottom: 0.5em;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.1; /*JK*/
}

.wiki-content h3 {
    color: #333;
    font-family: inherit;
    font-size: 12pt;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    line-height: 1.1; /*JK*/
}

.wiki-content h4 {
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-top: 1.2em;
    line-height: 1.1; /*JK*/
}

.wiki-content h5 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 0.1em;
    margin-top: 1em;
    line-height: 1.1; /*JK*/
}

.wiki-content h6 {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 0.1em;
    margin-top: 1em;
    line-height: 1.1; /*JK*/
}

/* Headings in tables (no sections) */
.wiki-content table h1:first-child,
.wiki-content table h2:first-child,
.wiki-content table h3:first-child,
.wiki-content table h4:first-child,
.wiki-content table h5:first-child,
.wiki-content table h6:first-child {
    margin-top: 0;
}


/* Tables ****************************************************************************************/

.wiki-content div.tablewrap {
    margin: 10px 0 0 0;
}

.wiki-content table {
	margin-top: 20px;
	border-collapse: collapse;
	border: 1px solid #333;
	margin-bottom: 20px;
    width: auto;
	font-size: .9em;
}

.wiki-content table th,
.wiki-content table td {
    padding: 7px 10px;
    border: 1px solid #DDDDDD;
    min-width: 0.6em;
    vertical-align: top;
}

.wiki-content table.clear th,
.wiki-content table.clear td {
    padding: 7px 10px;
    border: 1px solid #FFFFFF;
    min-width: 0.6em;
    vertical-align: top;
}

.wiki-content table td ul {
    margin-top: -3px;
	margin-left: -20px;
	margin-bottom: 3px;
}

.wiki-content table td ul li {
	margin-bottom: -3px;
}

.wiki-content table td pre {
	font-size: 1em;
}

/* Reduce tt for table cells JVK
.wiki-content table td tt {
	font-size: 1em;
}
*/
.wiki-content table td ul li ul {
	margin-top: -3px;
	margin-bottom: 3px;
}

.wiki-content table thead tr td {
    background-color: #F0F0F0;
    text-align: left;
    font-weight: bold;
    color: #333;
}

.wiki-content tbody tr:nth-child(2n) td,
.wiki-content tbody tr.even td {
	background-color: transparent;
}

.wiki-content th.confluenceTh,
.wiki-content th.confluenceTh > p,
.wiki-content tbody tr td.confluenceTh,
.wiki-content tbody tr td.confluenceTh > p {
    font-weight: bold;
}

.wiki-content th.confluenceTh,
.wiki-content th.confluenceTh > p,
.wiki-content td.highlight,
.wiki-content td.highlight > p,
.wiki-content td.highlight-grey,
.wiki-content td.highlight-grey > p,
.wiki-content tbody tr td.confluenceTh,
.wiki-content tbody tr td.confluenceTh > p,
.wiki-content tbody tr td.highlight,
.wiki-content tbody tr td.highlight > p,
.wiki-content tbody tr td.highlight-grey,
.wiki-content tbody tr td.highlight-grey > p {
    background-color: #F0F0F0;
}

.wiki-content th.note,
.wiki-content th.note > p,
.wiki-content td.highlight.note,
.wiki-content td.highlight.note > p,
.wiki-content td.highlight-yellow,
.wiki-content td.highlight-yellow > p,
.wiki-content tbody tr td.highlight.note,
.wiki-content tbody tr td.highlight.note > p,
.wiki-content tbody tr td.highlight-yellow,
.wiki-content tbody tr td.highlight-yellow > p {
    background-color: #FFFFDD;
}

.wiki-content th.info,
.wiki-content th.info > p,
.wiki-content td.highlight.info,
.wiki-content td.highlight.info > p,
.wiki-content td.highlight-blue,
.wiki-content td.highlight-blue > p,
.wiki-content tbody tr td.highlight.info,
.wiki-content tbody tr td.highlight.info > p,
.wiki-content tbody tr td.highlight-blue,
.wiki-content tbody tr td.highlight-blue > p {
    background-color: #E0F0FF;
}

.wiki-content th.success,
.wiki-content th.success > p,
.wiki-content td.highlight.success,
.wiki-content td.highlight.success > p,
.wiki-content td.highlight-green,
.wiki-content td.highlight-green > p,
.wiki-content tbody tr td.highlight.success,
.wiki-content tbody tr td.highlight.success > p,
.wiki-content tbody tr td.highlight-green,
.wiki-content tbody tr td.highlight-green > p {
    background-color: #DDFADE;
}

.wiki-content th.warning,
.wiki-content th.warning > p,
.wiki-content td.highlight.warning,
.wiki-content td.highlight.warning > p,
.wiki-content td.highlight-red,
.wiki-content td.highlight-red > p,
.wiki-content tbody tr td.highlight.warning,
.wiki-content tbody tr td.highlight.warning > p,
.wiki-content tbody tr td.highlight-red,
.wiki-content tbody tr td.highlight-red > p {
    background-color: #FFE7E7;
}


/* Section / Column Tables ***********************************************************************/

.wiki-content table.sectionMacro,
.wiki-content table.sectionMacroWithBorder {
    margin-bottom: 1em;
    width: 100%;
}
.wiki-content table.sectionMacro {
    border: none;
}
.wiki-content table.sectionMacroWithBorder {
    border: 1px solid #DDDDDD;
}


.wiki-content table.sectionMacro td,
.wiki-content table.sectionMacroWithBorder td {
    vertical-align: top;
}
.wiki-content table.sectionMacro td {
    border: none;
}
.wiki-content table.sectionMacroWithBorder td {
    border: 1px solid #DDDDDD;
}


/* Blockquote ************************************************************************************/

.wiki-content blockquote {
    border-left: 1px solid #3C78B5;
    color: #222222;
    font-style: italic;
    margin: 1.5em 1em;
    padding-left: 1em;
}


/* Captions **************************************************************************************/

.wiki-content .caption {
	font-weight: bold;
	padding-top: 0.5em;
}

cite:before {
    content: "\2014 \2009";
}


/* Lists *****************************************************************************************/


/* Remove margin before/after paras within lists. */
.wiki-content li p {
    margin: 0;
}

.wiki-content ol, ul {
    padding-left: 3em;
}

.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;
    font-size: 1.1em; /*ADDED*/
}

.wiki-content ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* ADDED NUMBERS LEVEL 1*/
.wiki-content ol li {
	margin-top: 10px;
	font-size: 1.0em;
}

/* ADDED NUMBERS TEXT*/
.wiki-content ol li p {
	margin-top: 7px;
	font-size: 1.0em;
}

.wiki-content ol li ol li  {
	margin-top: 5px;
	margin-bottom: 5px;
}


.wiki-content ol li ul {
	margin-top: 7px;
	margin-left: -27px;
	list-style-type: disc;
	margin-bottom: 0px;
}

.wiki-content ol li ul li  {
	margin-top: 0px;
	margin-bottom: 4px;
}

.wiki-content ol li ul li ul {
	list-style-type: circle;
	margin-left: -29px;
}

/* ADDED BULLET LEVEL 1*/
.wiki-content ul li {
	margin-top: 5px;
	margin-bottom: 6px;
	/*font-size: 1.3em;
	font-weight: 300;*/
}

.wiki-content ul li ul {
	margin-top: 0px;
	margin-left: -14px;
	margin-bottom: 10px;
}

.wiki-content ul li ol {
	margin-top: 0px;
	margin-left: -14px;
	margin-bottom: 10px;
}

.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;
    font-size: 1em;
	margin-left: -24px;
}

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


/* Status Macro **********************************************************************************/
/*
.wiki-content span.status {
    display: inline-block;
    min-width: 7.5em;
    margin: 1px 0px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.1em;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wiki-content span.status.grey {
    color: #333333;
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

.wiki-content span.status.grey.subtle {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.wiki-content span.status.red {
    color: #ffffff;
    background-color: #d04437;
    border: 1px solid #d04437;
}

.wiki-content span.status.red.subtle {
    color: #d04437;
    background-color: #ffffff;
    border: 1px solid #f8d3d1;
}

.wiki-content span.status.green {
    color: #ffffff;
    background-color: #14892c;
    border: 1px solid #14892c;
}

.wiki-content span.status.green.subtle {
    color: #14892c;
    background-color: #ffffff;
    border: 1px solid #b2d8b9;
}

.wiki-content span.status.yellow {
    color: #594300;
    background-color: #ffd351;
    border: 1px solid #ffd351;
}

.wiki-content span.status.yellow.subtle {
    color: #594300;
    background-color: #ffffff;
    border: 1px solid #ffe28c;
}

.wiki-content span.status.blue {
    color: #ffffff;
    background-color: #4a6785;
    border: 1px solid #4a6785;
}

.wiki-content span.status.blue.subtle {
    color: #4a6785;
    background-color: #ffffff;
    border: 1px solid #e4e8ed;
}
*/

/* Panels, Admonitions ***************************************************************************/

/* .wiki-content div.confbox {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
} */

.wiki-content div.confbox {
    margin-bottom: .6em; /*JK*/
    margin-top: .6em; /*JK*/
    border-width: 1px;
	border: 1px solid #d7dce5;
	background-color: #f5f5f5;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;*/
    border-radius: 5px;
}

.wiki-content div.confbox .title {
    font-weight: normal;
}


.wiki-content div.panel div.title.panel-header {
    padding: 0.5em 0.6em;
    border-bottom: 1px solid #BBBBBB;
    background-color: #F5F5F5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 1.1em;
}

.wiki-content div.panel div.panel-content {
    /* padding: 1em; */
    padding: .6em; /*JK*/
}

div.panel img {
    vertical-align: bottom;
}


/* Program Listings ******************************************************************************/

.wiki-content div.programlisting {
    padding: 0;
    border-style: solid;
    background-color: #FCFCFC;
    font-style: normal;
    font-size: 0.8em;
}

.wiki-content div.programlisting div.title {
    padding: 0.5em 1em;
    border-bottom: 1px solid #BBBBBB;
    background-color: #F5F5F5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wiki-content div.programlisting > div {
    padding: 1em;
    background-color: transparent;
}

.wiki-content .syntaxhighlighter {
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

.wiki-content .syntaxhighlighter div.line {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.wiki-content .syntaxhighlighter div.line code {
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
}

/* rw
*************************************************************/

.rw-ui-container {
	margin-top: 20px;
	margin-bottom: 0px;
}



/* Default Syntax Highlighting Theme *************************************************************/

.wiki-content .syntaxhighlighter {
    background-color: #fff;
}

.wiki-content .syntaxhighlighter .plain,
.wiki-content .syntaxhighlighter .plain a {
    color: #000;
}

.wiki-content .syntaxhighlighter .comments,
.wiki-content .syntaxhighlighter .comments a {
    color: #008200;
}

.wiki-content .syntaxhighlighter .string,
.wiki-content .syntaxhighlighter .string a {
    color: #036;
}

.wiki-content .syntaxhighlighter .keyword {
    color: #369;
    font-weight: bold;
}

.wiki-content .syntaxhighlighter .preprocessor {
    color: gray;
}

.wiki-content .syntaxhighlighter .variable {
    color: #a70;
}

.wiki-content .syntaxhighlighter .value {
    color: #090;
}

.wiki-content .syntaxhighlighter .functions {
    color: #ff1493;
}

.wiki-content .syntaxhighlighter .constants {
    color: #0066CC;
}

.wiki-content .syntaxhighlighter .script {
    background-color: yellow;
}

.wiki-content .syntaxhighlighter .color1,
.wiki-content .syntaxhighlighter .color1 a {
    color: #808080;
}

.wiki-content .syntaxhighlighter .color2,
.wiki-content .syntaxhighlighter .color2 a {
    color: #ff1493;
}

.wiki-content .syntaxhighlighter .color3,
.wiki-content .syntaxhighlighter .color3 a {
    color: red;
}



/* END OF CSS */

/*
.wiki-content div.admonition {
    padding: 10px 10px 10px 36px;
    background-repeat: no-repeat;
    background-position: 0.75em 1em;
    position: relative;
}

.wiki-content div.admonition.has-no-icon {
    padding-left: 10px;
}

.wiki-content div.admonition p.title {
    margin: 0;
}

.wiki-content div.admonition span.admonition-icon {
    display: block;
    left: 10px;
    line-height: 20px;
    position: absolute;
    top: 12px;
    vertical-align: text-bottom;
    height: 16px;
    width: 16px;
}

.wiki-content div.admonition span.admonition-icon:before {
    margin-top: -8px;
    font-size: 16px;
    color: inherit;
    font-family: "SP Atlassian Icons";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 50%;
}

.wiki-content div.admonition-info {
    background-color: #FCFCFC;
    border-color: #AAB8C6;
}

.wiki-content div.admonition-info span.admonition-icon:before {
    color: #4A6785;
    content: "\f16f";
}

.wiki-content div.admonition-note {
    background: #FFFDF6;
    border-color: #FFEAAE;
}

.wiki-content div.admonition-note span.admonition-icon:before {
    color: #594300;
    content: "\f1b3";
}

.wiki-content div.admonition-tip {
    background-color: #F3F9F4;
    border-color: #91C89C;
}

.wiki-content div.admonition-tip span.admonition-icon:before {
    color: #14892C;
    content: "\f104";
}

.wiki-content div.admonition-warning {
    background: #FFF8F7;
    border-color: #D04437;
}

.wiki-content div.admonition-warning span.admonition-icon:before {
    color: #CF4336;
    content: "\f15a";
}
*/

