body, html {
	background-image: url('../images/background.png');
	background-position: center top;
	background-color: #4e7427;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #000000;
	font-family: sans-serif, Arial;
	font-size: .97em
}

* html #wrapper{
	height: 100%;
}

body{
	height: 100%;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	color: #003300;
	margin: 10px 0px 0px;

}

h1{
	font-weight: bold;
	font-size: 2em;
}

h2{
	font-size: 1.5em;
}

p{
	margin: 5px 0 5px;
	line-height: 1.5em;
}

img{
	border: 0px;
}

.login a, #topmenu a{
	color: #FFFFFF;
}

.login a:hover,#topmenu a:hover, #topmenu .selected a{
	color: #c4ed53;
}

#wrapper{
	position: relative;
	margin: auto;
	text-align: left;
	width: 900px;
	height: 100%;
	height: auto; 
	min-height: 100%;
	clear: both;
	background-color: #ffffff;
}

#searchbox{
	height: 50px;
}


#searchbox form>div{
}

.tab{
	margin: 0px 1px 0px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	display: inline-block;
	font-size: .9em;
	width: 75px;
	text-align: center;
}


#topmenu a{
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}


.selected a{
	color: #C4ED53;
}

#topmenu .current, #topmenu .selected{
	background-color: #FFFFFF;
}

.current a, .selected a{
	color: #003300;
}

#topmenu{
	width: 100%;
	text-align: right;
}

#header {
	margin: auto;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #003300;
}

#header #logo{
	float: left;
	text-align: center;
}

#header #searchbox{
	float: right;
	width: 580px;
}

#header #searchbutton{
	display: none;
}

#header #searchtext{
	float: right;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px 2px;
	font-size: .9em;
}

#path{
	font-size: .75em;
	margin: 0px 5px 0px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
}

#path a{
	color: #003300;
}

#main_content{
	min-height: 100%;
	width: 100%;
	margin: 0px auto 0px;
	padding-bottom: 50px;
}

#main_content .left-column-position{
	float: left;
}

.left-column, .center-column, .right-column{
	margin: 0px;
	padding: 0px 10px 0px;
}

.leftcolumn .left-column{
	float: left;
	width: 260px;
	padding-left: 0px;
}

.rightcolumn .right-column{
	float: left;
	width: 260px;
	padding-right: 0px;
}

.threecolumn .left-column, .threecolumn .right-column, .threecolumn .center-column{
	float: left;
	width: 260px;
}

.leftcolumn .center-column, .rightcolumn .center-column{
	width: 600px;
}

.attribute-bottom-column{
	margin: auto;
	clear: both;
	padding: 0px 5px;
}

.center-column, .class-folder, .class-article,.content-view-sitemap, .content-search, .content-advancedsearch{
	float: left;
	padding: 0px 10px 0px;
	width: auto;
}

.content-advancedsearch .box{
	background-color: #FFFFFF;
	padding: 2px;
}

.content-view-sitemap{
	width: 100%;
}

.content-view-sitemap td{
	vertical-align: top;
	text-align: left;
}

.content-view-sitemap  a, .content-search a, .content-advancedsearch a, .keyword-list a{
	color: #003300;
	text-decoration: none;
}

.content-view-embed{
	margin: 5px;
}

.content-view-full a{
	color: blue;
}


.content-view-embed *{
	float: none;
}

.attribute-byline{
	font-size: .75em;
	font-weight: bold;
}

.object-center{
	text-align: center;
}

.object-left{
	float: left;
}

/*Box Style*/
.b1, .b2, .b3, .b4{
	font-size:1px; 
	overflow:hidden; 
	display:block;
}
.b1 {
	height:1px; 
	background:#99CC66; 
	margin:0 5px;
}
.b2 {
	height:1px; 
	background:#99CC66; 
	margin:0 3px;
}
.b3 {
	height:1px; 
	background:#99CC66; 
	margin:0 2px;
}
.b4 {
	height:2px; 
	background:#99CC66; 
	margin:0 1px;
}
.box-content {
	background: #99CC66;
	padding: 5px;
	text-align: left;
}

.box-content .content{
	background-color: #CAFF94;
	padding: 2px;
}

.box {
	margin: 5px 5px;
}

.box ul, ul{

	padding: 0px;
	list-style-type: none;
}

.box li, li{
	margin: 0px;
	padding: 0px;
}

.box h1,.box h2, .box h3, .box h4, .box h5, .box h6{
	text-align: center;
}

.solution-box .box-content .content{
	height: 130px;
}

/* Twitter Box Style */

#twitter_div{
}

#twitter_div li>a{
	
	font-size: .75em;
}

#twitter_div ul, #atlassian_twitter ul{
	margin: 0px;
}

#twitter_div ul li, #atlassian_twitter ul li{
	padding: 5px;
}

#twitter_div ul li:nth-of-type(odd), ul.tweetList li:nth-child(odd){
	background-color: #CAFF94;
}

#twitter_div ul li:nth-of-type(even), ul.tweetList li:nth-child(even){
	background-color: #FFFFFF;
}

#atlassian_twitter{
	font-size: .80em;
}

/* Column Boxes */

.three-column, .two-column{
	margin: auto;
	width: 100%;
}
.three-column .column-one, .three-column .column-two, .three-column .column-three{
	width: 33.33%;
	float:left;
}

.two-column .column-one, .two-column .column-two{
	width: 50%;
	float: left;
}


.list ul{
	list-style-type: circle;
}

.list li{
	margin: 2px 0 2px;
}

.icons_box{
	float: left;
	width: 60%;
	margin: 5px 5px;
	padding: 20px 5px;
	height: 250px;
}

.description_text{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	width: 100%;
	display: none;
	font-size: .9em;
}

#footer{
	width: 900px;
	margin: auto;
	height: 50px;
	position: relative;
	margin-top: -50px;
	clear: both;
}

.bottom_menu{
	margin: auto;
	text-align: center;
}

.bottom_menu div{
	float: left;
	padding: 5px;
}

.bottom_menu a{
	color: grey;
	font-size: .6em;
}

#bottom_bar{
	text-align: center;
	font-size: 10px;
}

hr{
	height: 1px;
	background-color: #a1b58c;
	border: none;
	margin: 0px;
}

.hide{
	display: none;
}

.float-break{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.user-login, .user-register{
	margin: auto;
	width: 30%;
	text-align: center;
}

.user-register, .user-success, .content-edit{
	width: 90%;
	margin: auto;
}

.user-register .box {
	width: 30%;
}

.warning{
	margin-left: 25px;
	margin-right: 25px;
}

label{
	display: inline;
}

.login{
	float:right;
	padding: 4px;
	font-size: 10px;
	color: #FFFFFF;
}

.user-register-table{
	margin: auto;
	width: 90%;
}

.user-register-table tr td{
	vertical-align: middle;
	width: 50%;
}

.user-register-table .field{
	text-align: right;
}

.user-register-table .value{
	text-align: left;
}

.user-register-table .box{
	width: 90%;
}

