
/* Site-wide styles */

BODY {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'sans serif', arial;
	color: #303030;
}

FIELDSET {
	border: 0;	
	margin: 0;
	padding: 0;
}

INPUT[type="submit"],
INPUT[type="button"],
INPUT[type="reset"],
INPUT.button {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	border: 1px solid #264D1D;
	background: #0C6019;
	height: 20px;
	padding: 0 4px 0 4px;
}

INPUT[type="text"],
INPUT[type="password"],
INPUT.text {
	border: 1px solid #D1D1D1;
	background: #fff;
	height: 16px;
	line-height: 16px;
	padding: 1px;
	font-size: 100%;
}

A, .clickable {
	color: #009018;
	text-decoration: none;
	cursor: pointer;
}

A.triangle {
	padding-left: 1em;
	background: transparent url('../img/triangle.gif') no-repeat left center;
}

DIV.green_bar {
	height: 25px;
	margin: 3px 0;
	padding: 0 0 0 8px;
	background: transparent url('../img/green_bar_left.png') no-repeat left center;
	font-size: small;
}

DIV.green_bar A {
	display: block;
	float: left;
	padding: 0 12px 0 6px;
	margin: 0;
	color: #fff;
	background: transparent url('../img/green_bar_bg.png') no-repeat right center;
	line-height: 25px;
	font-weight: bold;
	font-size: 90%;
	white-space: nowrap;
}

H1, H2, H3, H4 {
	margin-top: 0;
	color: #006A10;
}

H5, H6 {
	margin-top: 0;
	color: #303030;
	line-height: 100%;
}

H6 {
	font-style: italic;	
}

H1 { font-size: 150%; }
H2 { font-size: 135%; }
H3, H4 { font-size: 120%; }
H5, H6 { font-size: 80%; }

LABEL {
	color: #808080;
}

A IMG {
	border: 0;
}


/* Main elements */

#root {
	margin: 0;
	padding: 0;
	width: 1000px;
	font-size: 90%;
}

#header {
	position: relative;
	margin-top: 4px;
	height: 192px;
	background: transparent url('../img/header_gfx_1.jpg') no-repeat;
	padding: 0;
}

#header #logo {
	position: absolute;
	top: 59px;
	left: 42px;
	border: 0;
}

#header #search {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 190px;
	/*width: 188px;*/
}

#header #search INPUT[type=text] {
	width: 136px;
	margin-right: 4px;
}

#header #search A {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	background: url('../img/triangle.gif') no-repeat left center;
	padding-left: 10px;
	font-weight: bold;
	color: #0C6018;
	clear: both;
}

#header #support_navi {
	float: right;
	margin-top: 16px;
	position: relative;
	margin-right: 220px;
	text-align: right;
}

#header #support_navi A {
	margin-right: 1em;
}

#header #navi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 56px;
	/*background: transparent url('../img/navi_bg.png') repeat-x bottom;*/
}

#header #navi UL {
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;	
}

#header #navi UL LI {
	color: #fff;
	display: block;
	float: left;
	line-height: 56px;
	height: 56px;
	padding: 0 0 0 8px;
	background: transparent url('../img/navi_separator.png') no-repeat top right;
}

#header #navi UL LI.current {
	background: transparent url('../img/navi_bg_current_left.png') no-repeat top left;
}

#header #navi UL LI A {
	color: #fff;
	display: block;
	padding: 2px 8px 0 0;
	height: 56px;
	line-height: 56px;
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
}

#header #navi UL LI.current A {
	color: #fff;
	background: transparent url('../img/navi_bg_current_right.png') no-repeat top right;
}

#header #navi UL LI A IMG {
	margin: 24px 15px 0 15px;
}

#middle {
	background: transparent url('../img/middle_bg.png') repeat-y left top;
	padding-bottom: 20px;
}

#left {
	width: 235px;
	float: left;
}

#left UL {
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 10px;
}

#left UL LI {
	background: #0B4012;
	border-top: 1px solid #174A1E;
	border-bottom: 1px solid #092A0D;
	padding: 6px 6px 6px 18px;
}

#left UL LI A {
	color: #fff;
	font-weight: bold;
	display: block;
	padding-left: 12px;
	background: transparent url('../img/triangle_green.gif') left center no-repeat;
}

#left UL LI.top_open {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 0;
}

#left UL LI.top_open A {
	color: #4D4D4D;
	background: url('../img/triangle.gif') left center no-repeat;
}

#left UL LI.sub {
	background: #E7E7E7;
	border-bottom: 1px solid #fff;
	border-top: 0;
}

#left UL LI.sub A {
	color: #4D4D4D;
	font-weight: normal;
	background: url('../img/triangle.gif') left center no-repeat;
}

#left UL LI.sub_open {
	background: #E7E7E7;
	border-bottom: 1px solid #fff;
	border-top: 0;
}

#left UL LI.sub_open A {
	color: #4D4D4D;
	font-weight: bold;
	background: url('../img/triangle.gif') left center no-repeat;
}

#left UL LI.sub_current {
	background: #E7E7E7;
	border-bottom: 1px solid #fff;
	border-top: 0;
}

#left UL LI.sub_current A {
	color: #A6A6A6;
	font-weight: bold;
	background: url('../img/triangle.gif') left center no-repeat;
}

#left UL LI.level_2 A { margin-left: 1em; }
#left UL LI.level_3 A { margin-left: 2em; }
#left UL LI.level_4 A { margin-left: 3em; }
#left UL LI.level_5 A { margin-left: 4em; }
#left UL LI.level_6 A { margin-left: 5em; }

#left .col_bottom {
	background: #fff;
	padding: 22px;
}

#content {
	position: relative;
	float: left;
	width: 763px;
	margin: 2px 0 0 2px;
	background: #fff url('../img/frontpage_bg.png') no-repeat left top;
}

#content .col_container {
	padding: 20px 20px 0 20px;
}

#content .two_col_bg {
	background: transparent url('../img/two_col_bg.jpg') no-repeat 532px 0;
}

#content .two_col_left {
	float: left;
	width: 492px;
	padding: 0 20px 0 0;
}

#content .two_col_right {
	float: left;
	width: 168px;
	padding: 0 0 0 20px;
}

#content .col_frontpage {
	float: left;
	width: 400px;
	padding: 0 20px 20px 30px;
}

#content .col_frontpage IMG.topic {
	margin: 2em 0 1em 0;
	display: block;
}

#content .col_frontpage .news_item {
	margin: 0 -30px 1em -30px;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 30px;
}

#content .col_frontpage .news_item * {
	font-size: 100%;
	margin: 0 0 1em 0;
}

DIV.supporter {
	position: relative;
	width: 182px;
	background: transparent url('../img/supporter_bg_top.jpg') left top no-repeat;	
	margin: 4px auto;
}


DIV.supporter DIV {
	width: 182px;
	background: transparent url('../img/supporter_bg_bottom.jpg') left bottom no-repeat;
	padding: 8px 0;
}


DIV.supporter DIV IMG {
	margin: 0 auto;
	display: block;
}

#content .col_right {
	float: left;
	position: relative;
	width: 251px;
	padding-top: 6px;
}

#loginbox {
	width: 209px;
	height: 116px;
	padding: 43px 21px 0 21px;
	margin-bottom: 20px;
	background: transparent url('../img/login_bg.png') left top no-repeat;
}

#loginbox DIV,
#loginpage DIV {
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin: 4px 0 4px 0;
}

#loginbox DIV.field INPUT,
#loginpage DIV.field INPUT {
	width: 60%;
	margin-left: 1em;
}

#loginbox DIV.field INPUT.short,
#loginpage DIV.field INPUT.short {
	width: 40%;
}

#loginbox A,
#loginpage A {
	font-size: 90%;
	color: #376E2A;
}

#below_login {
	padding: 0 10px;
}

#below_login > * {
	display: block;
	margin: 6px auto;
}


#below_login DIV.green_bar {
	width: 75%;

}

#below_login DIV.green_bar A {
	float: none;  /* disable auto-width */
}

#breadcrumb {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #dfdfdf;	
	color: #757575;
	margin-bottom: 8px;
}

#breadcrumb A {
	color: #757575;
}

#breadcrumb A.current {
	font-weight: bold;
	color: #459A32;
}

#breadcrumb SPAN {
	padding: 0 6px 0 6px;
}

#footer {
	clear: both;
	background: #dedede;
	height: 55px;
	padding: 0 18px 0 28px;
	color: #979797;
	line-height: 55px;
	font-weight: bold;
	font-size: 90%;
}

#footer A {
	color: #979797;	
	text-decoration: none;
	padding: 0 10px 0 10px;
}


#footer .float_right {
	color: #cbcbcb;
}


/* Generic helpers */

.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.bold {
	font-weight: bold;	
}

.clearer {
	clear: both;	
}

.no_bg {
	background-color: transparent;
	background-image: none;	
}

TABLE.vertical_header TH {
	text-align: right;
}

TABLE.form_layout {
	line-height: 20px;
}

/* Per-site & misc stuff */

.help_container {
	display: none;
	padding: 16px;
	background: #eef6f8;
	width: 180px;
	min-height: 100px;
	max-height: 600px;
	overflow: auto;
	color: #444;
}

.help_container H1 {
	color: #78b2c5;
}

.help_container H2 {
	color: inherit;
	font-size: 100%;
}

.help_container UL {
	padding-left: 1em;
}

.help_container .clickable {
	color: #4470a1;
	font-weight: bold;
	font-size: 110%;
}

.updated {
	font: italic 100% arial, sans-serif; 
	margin-top: 1em;
}

.news_archive_container DIV {
	margin: 5px 0;
}

.news_archive_header {
	margin: 10px 0;
}

UL.triangle {
	list-style-image: url(../img/triangle.gif);
	padding-left: 12px;
}

UL.triangle LI {
	line-height: 1.5em;
}

UL.sitemap,
UL.sitemap UL {
	list-style: none;
	padding-left: 1.7em;
	line-height: 2em;
	margin: 0;
}

UL.sitemap UL UL {
	display: none;
}

UL.sitemap LI.no-children {
	padding-left: 1.7em;
}

UL.sitemap .node {
	float: left;
	margin-right: 0.5em;
	margin-top: 0.4em;
	border: 1px solid #376E2A;
	color: #376E2A;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
	width: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	text-align: center;
	overflow: hidden;
}
