html {
        overflow-y:scroll;
}

body {
	background-color: white;
	background-image: url('images/body-bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	color: #777777;
	font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
	font-size: 9pt;
	line-height: 1.8em;
	height: 99%;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	height: 100%;
}

#header {
	width: 1000px;
	height: 157px;
	background-image: url('images/header-green.png');
	background-repeat: no-repeat;
}

#subProjectsNavBar {
	color: white;
	text-align: right;
	margin: 0px;
	color: #ffffff;
	padding: 134px 14px 2px;
	font-size: 12px;
}

#subProjectsNavBar a, #subProjectsNavBar a:link, #subProjectsNavBar a:visited {
	color: #ffffff;
	text-decoration:none;
}

#subProjectsNavBar a:hover {
	color: #ffffff;
	border-bottom: solid #ffffff 1px;
}

#subProjectsNavBar a strong {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid #ffffff 1px;
}

#content {
	background: url(images/content-backgound.png) repeat-y;
}

#endContent {
	clear: both;
}

#leftColumn {
	float: left;
	width: 206px;
}

#rightColumn {
	float: right;
	width: 760px;
	padding-right: 25px;
	text-align: left;
	padding-top: 8px;
}

#editPage {
	float: right;
	padding-top: 5px;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	color: #196e0b;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

a {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

a.none {
	background: transparent;
	padding-right: 0px;
}

#navigation {
	padding-left: 20px;
	font-weight: 600;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0px;
}

#navigation li ul {
	margin-left: 1.5em;
}

#navigation a {
	text-decoration: none;
	color: #777777;
}

#navigation a:hover {
	color: #000000;
	font-weight: bolder;
}

#navigation div {
	line-height: 1.5em;
	margin-bottom: 2em;
}

#navigation h5 {
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navigation strong {
	color: #000000;
}

.blogSurtitle {
	padding-bottom: 10px;
}

.blogSurtitle img {
	display: none;
}

.endsection, .pagesubheading {
	display: none;
}

.blogpost .wiki-content {
	padding-left: 25px;
}

.blogDate {
	color: #1a6c0b;
	text-decoration: none;
	font-weight: bolder;
	background: url(images/news-green.png) no-repeat;
	padding: 1px;
	padding-left: 20px;

}

.blogHeading a {
	color: #1a6c0b;
	text-decoration: none;
	font-weight: bolder;
	padding-left: 20px;
	margin: 10px;
	background: url(images/post-green.png) no-repeat;
}

#footer {
	font-size: 11px;
	width: 1000px;
	height: 32px;
	text-align: center;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}

.nobr sup img {
	display:none;
}


.preformattedContent pre {
	padding: 5px 10px;
	border: 1px dashed #1a6c0b;
	background-color: #f0f0f0;
}

blockquote {
	margin: 10px;
	padding: 0px 10px;
	border-left: 1px solid #1a6c0b;
}

table.confluenceTable{    margin: 5px;    border-collapse: collapse;}/* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */table.confluenceTable td.confluenceTd{    border-width: 1px;    border-style: solid;    border-color: #ccc;    padding: 3px 4px 3px 4px;}/* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */table.confluenceTable th.confluenceTh{    border-width: 1px;    border-style: solid;    border-color: #ccc;    padding: 3px 4px 3px 4px;    background-color: #f0f0f0;    text-align: center;}td.confluenceTd{    border-width: 1px;    border-style: solid;    border-color: #ccc;    padding: 3px 4px 3px 4px;}th.confluenceTh{    border-width: 1px;    border-style: solid;    border-color: #ccc;    padding: 3px 4px 3px 4px;    background-color: #f0f0f0;    text-align: center;}

.noteMacro {
	border: 1px solid #f0c000;
	background-color: #ffffce;
    margin-top: 5px; 
    margin-bottom: 5px
}

.warningMacro { 
    border: 1px solid #c00;
    background-color: #fcc; 
    text-align:left; 
    margin-top: 5px; 
    margin-bottom: 5px
}

.infoMacro {
    border: 1px solid #3c78b5; 
    background-color: #D8E4F1; 
    text-align:left; 
    margin-top: 5px; 
    margin-bottom: 5px
}

.tipMacro { 
    border: 1px solid #090;
    background-color: #dfd; 
    text-align:left; 
    margin-top: 5px; 
    margin-bottom: 5px
}

.code { 	border: 1px dashed #1a6c0b;    font-size: 11px;	font-family: Courier;    margin: 10px;	line-height: 13px;}

.codeHeader {    background-color: #f0f0f0; 	border-bottom: 1px dashed #1a6c0b;    padding: 3px;	text-align: center;}.codeContent {    text-align: left;    background-color: #f0f0f0;    padding: 3px;}
.code-keyword {  color: #000091;  background-color: inherit;}.code-object {  color: #910091;  background-color: inherit;}.code-quote {  color: #009100;  background-color: inherit;}

.code-comment {  color: #808080;  background-color: inherit;}.code-xml .code-keyword {  color: inherit;  font-weight: bold;}.code-tag {  color: #000091;  background-color: inherit;}
