body{ 
	padding: 0; 
	margin: 0; 
	font: 11px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
	background: #F1F7ED  ;
	padding:0 5% 0 5%;
}

/* Links */
a > img{
	border:0;
}

a,
a.anchor:hover{
	color:#fff;
}

a.current{
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#A7BB53;
    text-decoration:none;
}

#footer  a{
    color:#999;
}



form{
    margin: 0;
}

span.pod
{
	color:#768147;
}
/* Main Header */
#header{
    float: left;
    width: 100%;
    height:69px;
    padding:0;
    margin:0;
}

#logo
{
	padding-left:12px;
	background-color: #A7BB53;
}

/* Main Navigation Bar */
#navigation{
	float:left;
    width:100%;
    background-color:#768147;
    padding:4px 0 4px 0;
}

#navigation .links{
    float:left;
}

#navigation .languages{
    float:right;
}


/* Main Message on Top */
#topmessage{
    float:left;
	width:100%;
    background-color:#EFF1E7;
}

#topmessage .content{
    padding:12px;
    text-align:justify;
}

#topmessage .content a
{
	color:#A7BB53;
	text-decoration:none;
}

#topmessage .content h1{
	color:#768147;
	padding:0 0 4px 0;
	margin:0;
	font-size:16px;
}

#topmessage .content h2{
    color:#768147;
    padding:10px 0 4px 0;
    margin:0;
    font-size:14px;
}


/* Main Content */
#content{
	width:100%;
	margin:0 ;
	padding:0;
}

/* Main Footer */
#footer{
	float:left;
	width:100%;
	margin-top:10px;
}

#footer hr{
	width:100%;
	border: 0px;
	border-top:1px solid #999;	
}

#footer .content{
	width:100%;
}

#footer .content .linklist
{
	float:left;
	width:80%;
}

#footer .content .share
{
	float:left;
	width:20%;
	text-align:right;
}

/* Link Lists */
ul.linklist{
	list-style-type:none;
	margin:0;
	padding:0;	
}

ul.linklist li{
	float:left;
	padding-right:12px;
	padding-left:12px;
}

ul.linklist li{
    background: url(../../images/navigation_separer.png) no-repeat center left;
}

ul.linklist li:first-child{
    background: transparent;
}






.box
{
    float:left;
    width:100%;
    margin-bottom:10px;
}

.box .header
{
	float:left;
    width: 100%;
    line-height:28px;
    background: #768147 url(../../images/form_header_filler.png) repeat-x;
}

.box .header .content
{
	padding-left:12px;
    font-weight:bold;
    color:#fff;
}


.box .body
{
	float:left;
    width: 100%;
	background-color:#768147;
}

.box .body .content
{
	/*	padding: 0 12px 8px 12px;*/
float:left;
padding:2px 6px;
width:99%;
}


.box .body .content .half-left-row{
	float:left;
	width:45%;
}

.box .body .content .half-left-row .title{
	padding:5px 0 2px 0;
	clear:both;
	color:#fff;
	font-weight:bold;
}

.box .body .content .half-left-row .field input{
	width:100%;
    border:1px solid white;
}

.box .body .content .textarea .field textarea:focus,
.box .body .content .half-left-row .field input:focus{
	background-color:#E3E9CB;
}


.box .body .content .textarea{
 	float:left;
	width:100%;
}

.box .body .content .compare,
.box .body .content .version{
	float:left;
	width:100%;
	border:1px solid #fff;
	margin:2px 0 2px 0;
	background-color:#fff;
}

.box .body .content .compare
{
	overflow:auto;
	margin:0;
	height:200px;
}

.box .body .content .compare .element
{
	float:left;
	width:200%;
	font: 11px Courier New, Monospace;
}


.box .body .content .compare .element .removed,
.box .body .content .compare .element .added,
.box .body .content .compare .element .equal
{
	width:100%;
    float:left;

}

.box .body .content .compare .element .equal
{
	background-color:#fff;
}


.box .body .content .compare .element .removed
{
	background-color:#FF8888;

}

.box .body .content .compare .element .added
{
	background-color:#BBFFBB;
}

.box .body .content .compare .element .target,
.box .body .content .compare .element .source
{
	width:40px;
	float:left;
	background-color:#EEEEDD;
	text-align:right;
	-moz-user-select: none;
}


.box .body .content .compare .element .line
{
	float:left;
	margin:0; 
	padding:0 0 0 10px;
	vertical-align:top;
}

.box .body .content .compare .element .line pre
{
	margin:0; 
    padding:0;
}



.box .body .content div.version span.version{
	width:15%;
	float:left;
}

.box .body .content div.version span.details{
    width:85%;
	text-align:left;
}


.box .body .content div.version div.even{
    color: #003030;
    background-color:#F3F3F0;
	float:left;
	width:100%;	
}

.box .body .content div.version div.even a
{
	color: #003030;
}


.box .body .content div.version div.odd{
	float:left;
    color: #006060;
    background-color:#FFFFFF;
	width:100%;
}


.box .body .content div.version div.odd a{
	color: #006060;
}

.box .body .content div.version div.odd input
{
	position:relative;
	top:2px;
}

.box .body .content .textarea .title
{
    color:#fff;
    font-weight:bold;
	width:100%;
	float:left;
	padding:5px 0 1px 0;
}

.box .body .content .textarea .title .label
{
    float:left;
    width:80%;
    text-align:left;
}

.box .body .content .textarea .title .settings
{
    float:left;
    width:20%;
    text-align:right;
}


.box .body .content .textarea .field textarea
{
    width:100%;
    border:1px solid white;
    font: 11px Courier New, Monospace;
}


.box .footer
{
	float:left;
	width:100%;
	background: #4C6C7D url(../../images/form_footer_filler.png) repeat-x;    
}

.box .footer .content
{
    text-align:left;
}

.box .footer .content input
{
    margin:7px;
}

/* Error & Success Boxes */
#errorbox,
#successbox{
    float:left;
    width:100%;
    margin-bottom:10px;
}

#successbox{
	border:1px solid #538B97;
}

#errorbox{
	border:1px solid #BB6854;
}

#errorbox .header,
#successbox .header{
    float: left;
    width: 100%;
    line-height:20px;
}

#successbox .header{
	 background-color:#538B97;
}

#errorbox .header{
	background-color:#BB6854;
}

#errorbox .header .content,
#successbox .header .content{
    padding-left:12px;
    font-weight:bold;
    color:#fff;
}

#errorbox .body,
#successbox .body{
    width: 100%;
}

#successbox .body{
	background-color:#A7D1DA;
}

#errorbox .body{
	background-color:#CC8F7F;
}

#errorbox .body .content .element,
#successbox .body .content .element
{
    line-height:20px;
    padding-left:16px;
}




#sourcebox
{
	float:left;
	width:100%;
	margin-bottom:10px;
}


#sourcebox > .header
{
	float:left;
	width: 100%;
	line-height:28px;
    background: #768147 url(../../images/form_header_filler.png) repeat-x;
}

#sourcebox > .header > .content
{
    padding-left:12px;
    font-weight:bold;
    color:#fff;
}

#sourcebox > .footer
{
    float:left;
    width: 100%;
    line-height:28px;
    background: #4C6C7D url(../../images/form_footer_filler.png) repeat-x;
}

#sourcebox > .footer > .content
{
	float:left;
	margin:1px;
    padding-left:12px;
    color:#fff;
}


#sourcebox > .body
{
    background-color:#768147;
	float:left;
	width:100%;
}

#sourcebox > .body > .content
{
	padding:0px 15px 5px 15px;
}


#sourcebox .body > .content .sourcecode
{
	margin-top:10px;
	border:1px solid #fff;
}

#sourcebox .body > .content .sourcecode ol
{
	background-color:#EEEEDD;
	margin:0;
	overflow: auto;
	height:350px;
}

#sourcebox .body > .content .sourcecode ol li
{
	width: 99%;
	padding: 0 0 0 1%;
	font: 11px Courier New, Monospace;
}


#sourcebox .body > .content .sourcecode ol li.li1
{
    background-color:#EEEEDD;
}

#sourcebox .body > .content .sourcecode ol li.li2
{
    background-color:#FFFFFF;
}

#sourcebox .body > .content .sourcecode ol li.ln-xtra
{
	background-color:yellow;
}


#uploadform  > form
{
	float:left;
	width:100%;
}

#uploadform > form > .header
{
	float: left;
	width: 100%;
	line-height:28px;
	background: url(../../images/form_header_filler.png) repeat-x; 	
}

#uploadform > form > .header > .content
{
	padding-left:12px;	
	font-weight:bold;
	color:#fff;
}

#uploadform > form > .body
{
	background-color:#768147;
}

#uploadform > form > .body > .content
{
	padding:15px 15px 0 15px;
}

#sourcebox .content > .directlink,
#uploadform .content  > .name 
{
	float:left;
	width:45%;
	text-align:left;
}

#sourcebox .content > .forumlink,
#uploadform .content > .syntax
{
	float:right;
	margin-left:10%;
	width:45%;
	text-align:left;
}

#uploadform > form > .body > .content > .source
{
	margin-top:10px;
}

#uploadform > form > .body > .content > .remember
{
	color:#fff;
	font-weight:bold;
	padding:1px 0 3px 0;
}

#uploadform > form > .body > .content > .remember > .title
{
	color:#fff;
	font-weight:bold;
}

#uploadform > form > .body > .content > .remember > .title > input
{
	vertical-align:bottom;
}

#sourcebox .content > .directlink > .title,
#sourcebox .content > .forumlink > .title,
#uploadform .content > .name > .title,
#uploadform .content > .syntax > .title
{
	padding:5px 0 1px 0;
	clear:both;
	color:#fff;
	font-weight:bold;
}

#uploadform > form > .body > .content > .source > .title
{
	color:#fff;
	font-weight:bold;
}

#uploadform > form > .body > .content > .source > .title > .label
{
	float:left;
	width:65%;
	text-align:left;
}

#uploadform > form >.body > .content > .source > .title > .settings
{
	float:right;
	margin-left:10%;
	width:25%;
	text-align:right;
}



#sourcebox .body .content > .directlink > .field > input,
#sourcebox .body .content > .forumlink > .field > input,
#uploadform .body .content > .name > .field > input,
#uploadform .body .content > .syntax > .field > select 
{
	width:100%;
	border:1px solid white;
	margin-bottom:3px;
}

#uploadform .content > .source > .field > textarea
{
	width:100%;
	border:1px solid white;
	font: 11px Courier New, Monospace; 
}


#uploadform .body .content > .name > .field > input:focus,
#uploadform .body .content > .syntax > .field > input:focus,
#uploadform .body .content > .source > .field > textarea:focus
{
	background-color:#E3E9CB;
}



div.clear
{
	clear:left;
}

#uploadform > form >.footer
{
	float:left;
	width:100%;
	background: #4C6C7D url(../../images/form_footer_filler.png) repeat-x; 	
}

#uploadform > form > .footer > .content
{
	padding-left:5px;
	text-align:center;
}

#uploadform .footer .content input
{
	margin:7px;
}


