/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}

input:focus {
	border:solid 2px;
}

fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #EFDEEA;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:1.4em;
	margin:.75em 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
	position: relative;
	top: -3.25em;
}

.leading p.buttonheading, .article_column p.buttonheading {
	top: -2.25em;
}
.buttonheading img
{
	border:0;
}

/*p.buttonheading a:link,p.buttonheading a:visited
{
	 border:solid 2px #fff; 
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important; 
}

p.buttonheading a:active,p.buttonheading a:focus
{
	border:solid 2px;
	color:#000; */
}

em
{
	font-weight:bold;
}

/* ###########  header content #############  */
/*#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}


/*  Search box  */
/*#header form
{
	background:#C39;
	border:solid 0 #000;
	float:right;
	height:5em;
	min-width:240px;
	text-align:left;
	padding:0 0 0 20px;
}

* html #header form
{
	height:65px;
}

#header form fieldset
{
	border:0 solid #000;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:6em;
}

#header form label
{
	color:#000;
	position:absolute;
	left:-3000px;
	top:-200px;
	width:auto;
}

#header form .button
{
	background:url(../images/pfeil.gif) #000 no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0px 5px 0px 30px;
	cursor:pointer;
}

#header form .inputbox
{
	background:#fff;
	border:solid 2px #93246F;
	font-weight:bold;
	padding:0 0 0 2px;
	margin:20px 10px 0 0 !important;
	width:6em;
}

#header form .inputbox:focus
{
	border:solid 2px #000;
}

/* header Top-nav */
/*#header #active_menu-nav
{
	background:#000;
	color:#fff;
}

#header ul
{
	background:#fff;
	display:block;
	margin:-7px 0 -2px;
	padding:5px 0;
	text-align:right;
}

#header ul li
{
	background:#000;
	color:#fff;
	display:inline;
	text-align:center;
}

#header ul li a:link,#header ul li a:visited
{
	background:#fff;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-right:solid 1px #666;
	padding:5px 10px;
	line-height:1.5em;
}

#header ul li a:hover,#header ul li a:active,#header ul li a:focus
{
	background:#000;
	color:#fff;
	font-weight:bold;
} */

/*  fontsize  */
#fontsize
{
/*	z-index:100;
	position:relative;
	float: right;
	height: 25px; */
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 0px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:0;
	width: 20px;
	height: 20px;
}

/* background-images */
#fontsize p a.larger {

}

#fontsize p a.smaller {

}

#fontsize p a.reset {
}


/* ################# breadcrumbs ################ */
#breadcrumbs {
position: relative;
float: left;
padding-top:0px;
text-align:right;
color:#000;
margin: 0;
width: 100%;
z-index: 10;
}

#breadcrumbs p {
position: absolute;
background: #fff;
padding: 0px 5px 5px 5px;
border-left: 1px solid black;
font-size: .75em;
line-height: 1.5em;
text-align: right;
margin: 0px;
}

* html #breadcrumbs {
width: 100%;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
color:#000;
}

#breadcrumbs span {
color:#5B8F22;
font-size:0.9em;
padding:7px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
background:#000;
color:#fff;
text-decoration:none;
}

/* ################ left ######################## */

/*#left form {
background:#EFDEEA;
color:#000;
font-size:0.9em;
margin:5px 0 20px 10px;
padding:20px 10px;
}*/

#left h3,#right h3 {
font-size:1.2em;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;
}

/* #left ul {
list-style-type:none;
margin:0 0 20px 10px;
}


#left ul li {
margin:0 0 2px;
}

#left ul li a {
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}

#left ul li a:link,#left ul li a:visited {
color:#000;
font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
}

/* ################## Main Menu ################## */

/*#left ul li ul {
margin:0;
}

#left ul li ul li {
margin:0;
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
}

#left ul li ul li ul {
border:solid 0 #E0C1E0;
padding:10px 0 10px 5px;
}

#left ul li.active a:link,#left ul li.active a:visited {
}

#left ul li.active ul li a:link,#left ul li.active ul li a:visited {
color:#000;
font-weight:normal;
}

#left ul li.active ul li ul li a:link,#left ul li.active ul li ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
margin:0 0 0 10px;
}

#left ul li.active ul li.active a:link,#left ul li.active ul li.active a:visited {
background:#fff;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:bold;
}

#left ul li.active ul li.active ul li a:link,#left ul li.active ul li.active ul li a:visited {
background:url(../images/arrow.gif) #fff no-repeat top left;
color:#000;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left ul li.active ul li.active ul li.active span.active_link {
background:url(../images/arrow.gif) #fff no-repeat top left;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
} 

#left form a:hover,#left form a:active,#left form a:focus {
color:#fff;
}*/

/* ###############  main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

#main ul {
	list-style-type: none;
}

#main h2 a,#main2 h2 a {
text-decoration:none;
}

#main .leading .readon,#main2 .leading .readon {
border:solid 0;
bottom:0;
/*color:#FFF !important; */
display:block !important;
margin-top:20px !important;
position:absolute;
right:0;
text-decoration:none;
padding:2px 2px 0 30px;
}

#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {
color:#5B8F22;
}

.article_column h2 {
/*background:#fff;*/
padding:0;
}

.contentheading {
background:#fff;
margin:0 0 -4px;
padding:0;
}

.iteminfo, .article-info {
position: relative;
line-height:1em;
margin: 0.25em 0 -0.5em;
padding: 0px;
text-align: right;
border-top: solid 1px black;
z-index: 25;
width: 100%;
}

.iteminfo span, .article-info dd{
	display: inline;
}

#main h3,#main2 h3 {
margin:20px 0 10px;
}

#main .blog_more h2,#main2 .blog_more h2 {
background:#fff;
font-size:1.3em;
font-weight:normal;
margin:0;
}

#main .blog_more li a,#main2 .blog_more li a {
display:inline;
margin:0;
padding:0;
}

#main .blog_more li,#main2 .blog_more li {
padding:4px;
}

#main .blog_more ul li a,#main2 .blog_more ul li a {
font-weight:bold;
padding:2px 0 4px 30px;
}

#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul,#main2 .blog_more ul {
background:#eee;
border:solid 1px #ccc;
color:#000;
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 30px;
}

#main .blog_more,#main2 .blog_more {
padding-top:10px;
}

/* main general  */
#main a.readon,#main2 a.readon {
font-weight:bold;
padding:2px 2px 0 30px;
display:inline-block;
}

#main a.readon:hover,#main2 a.readon:hover,#main a.readon:active,#main2 a.readon:active,#main a.readon:focus,#main2 a.readon:focus {
/* color:#fff; */
padding:2px 2px 0 30px;
text-decoration:none;
}

/*#main a:link,#main2 a:link,#main a:visited,#main2 a:visited {
color:#000;
}

#main a:hover,#main2 a:hover,#main a:active,#main2 a:active,#main a:focus,#main2 a:focus {
color:#fff;
}*/

#main h1,#main2 h1 {
font-weight:normal;
margin:0;
}

/*#main h2,#main2 h2 {
font-size:1.4em;
font-weight:normal;
	margin: 0;
	padding: 0;
}*/


/* #main h2.contentheading,#main2 h2.contentheading,#main h2.item-title,#main2 h2.item-title,article>h2:first-child {
	font-size:2.25em !important;
	font-weight:normal;
	margin: 0; 
	padding: 0;
}*/

.small {
border:solid 0;
font-size:0.85em;
margin:0 0 20px;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
color:#5B8F22;
display:block;
font-size:0.75em;
}

.createdby {
color:#5B8F22;
display:block;
font-size:0.75em;
padding: .25em 0 0 2px;
float: left;
}

.createdby:before {
	content: "By ";
}
	
.modified {
color:#5B8F22;
display:block;
font-size:0.75em;
padding:0;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}

.content_vote input {
margin:0 5px;
}

.content_vote .button {
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}

/* ###############  right #################  */
#right .moduletable {
background:#fff;
color:#000;
margin:10px 0;
padding:10px;
}

#right h3 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#333;
margin:0 0 3px;
padding:0 5px 0 0;
}

#right h4 {
color:#000;
font-size:1em;
padding:10px 5px 0 0;
margin:0;
border:solid 0;
}

#right ul {
border:solid 0 #ccc;
color:#000;
line-height:1.4em;
list-style-type:none;
margin:0;
padding:10px 10px 10px 0;
position:relative;
}

#right ul li {
margin-bottom:4px;
}

#right ul li a {
color:#000;
font-weight:normal;
padding:2px;
}

#right ul li a:link,#right ul li a:visited {
color:#000;
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
color:#fff;
}

#right form.poll {
padding:10px 0 0;
}

#right form.poll fieldset {
line-height:1.6em;
}

#right form.poll fieldset label {
padding:0 0 0 4px;
}

#right form.poll .button {
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
width:auto;
line-height:0.9em;
display:inline;
height:1.55em;
font-size:1em;
overflow:visible;
margin:0 10px 0 0;
padding:0 2px !important;
}

#right form.poll .button:focus {
border:outset 1px #C39;
}

#right form.poll a {
text-decoration:none;
color:#000 !important;
padding:1px 2px !important;
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
border:2px outset #C39;
}

#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #ccc;
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
background:#000;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
}

.polls_color_4 {
background:#000;
}

.polls_color_5 {
background:#ccc;
}

.polls_color_6 {
}

/*  ####################   Formulare   #####################  */
form.limit {
}

form.login {
color:#000;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {
border:solid 2px #000;
}

form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}

form.login .button {
/*background:url(../images/pfeil.gif) #C39 no-repeat;*/
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 0px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
border:solid 0 #000;
margin:0;
padding:0;
text-align:left;
}

form.login input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
width:90%;
}

form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#000;
}

form.login p a {
color:#000;
}

form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
/*background:url(../images/pfeil.gif) #000 no-repeat;*/
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 0px;
cursor:pointer;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #5B8F22;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #5B8F22;
margin:15px 10px 0;
padding:0;
position:relative;
}

.search_result .button,form.registration .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}

/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {
border:solid 2px #000;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #999;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
background:#EFDEEA;
border-bottom:solid 1px #333;
padding:2px;
}

.phrase .inputbox option a:hover {
background:#C00;
border-color:#5B8F22;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
/*background:url(../images/pfeil.gif) #000 no-repeat;*/
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:3px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:3px;
}

/*table.newsfeeds,table.weblinks,table.category {
 border:solid 1px #eee; 
font-size:1em;
margin:20px 0;
}*/

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

.category-list h1 {
    border-bottom: 1px solid black;
    padding-top: 0.5em;
}

.category-list h2 {
    padding-top: 0.5em;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}

#footer {
color:#fff;
padding:5px;
text-align:right;
border-top:solid 4px #ccc;
}

p.syndicate {
float:left;
display:block;
text-align:left;
}

#footer a {
color:#fff;
}

/* Error Message contact form */
p.error {
background:#F2E3ED;
border-top:3px solid #93246F;
border-bottom:3px solid #93246F;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text {
margin: 10px 0 10px 0;
background: #f5f5f5;
padding: 5px;
border: solid 1px #eee
}

ul#mainlevel, ux-menu-link-level-0 {
/*	margin: -.5em 0 1em 0; */
	padding: 0px 20px !important; 
	list-style-type: none !important;
	font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif !important;
	font-size: 14pt !important; 
}

ul#mainlevel li.mainlevel, ul#mainlevel li.mainlevel_current, ul#mainlevel li.mainlevel_active {
	padding: 5px 0px;
	margin: 0;
	line-height: 1em; 
}

a.mainlevel, a.ux-menu-link-level-0 {
	color: #5B8F22;
}

a.mainlevel:hover, a.ux-menu-link-level-0 {
	color: #69BE28; 
}

ul#mainlevel ul{
	list-style-type: none;
	padding: 3px 0px 0px 20px;
	font-size: 12pt;
	font-family: 'Arial Narrow', Arial, sans-serif;
}

ul#mainlevel ul li {
	line-height: 14pt;
}
	
a.sublevel {
	color: #5B8F22;

}

a.sublevel:hover {
	color: #69BE28; 

}

a.sublevel_current, a.mainlevel_current {
	color: #000000;

}

.agnewsletter, .agforum  {
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.details {
	padding: .5em 0 0 0;
	background-image: url('../images/reverseleafandglobepale.png');
	background-repeat: no-repeat;
	background-position: right 20px;
}

.halfspace {
	line-height: .5em;
	margin: 0;
	padding: 0;
}

.quoteblock {
	border: #5B8F22 dotted 1px;
	padding: 10px;
	width: 50%;
	position: relative;
	margin: 1em auto;
	text-align: justify;
	font-variant: small-caps;
	font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
	background: #F6FAFE;
	line-height: 1.25em;
}

.quote {

	width: 100%;
}

.attribution {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: .5em;

}

.agintro {
    padding-top: 1em;
}

.agproject {
	margin-top: .75em;
}

.agcontact {
	margin-top: .75em;
}

.agcontact a {
	font-weight: bold;
}

.agpubs {
	margin-top: .75em;
}

.precolon , #login-form label{
	font-weight: bold;
	color: #5B8F22;
}

#ChronoContact_mailform li {
	
	list-style-type: none;
	width: 20%;
}

div.errorBox {
	font-weight: bold;
	color: #000000;	
	width: 60%;
	background: #E6B3B3;
	border: 1px solid #660000;
	padding: .5em;
	margin: .5em auto;
	display: none;
}

.pgplugin1, .pgplugin2, .pgplugin3, .pgplugin4, .pgplugin5 {
	background: #F6FAFE none repeat scroll 0 0;
	border: 1px solid #5B8F22;
}

.pgplugin1:hover, .pgplugin2:hover, .pgplugin3:hover, .pgplugin4:hover, .pgplugin5:hover {
	background: #e7f1fb none repeat scroll 0 0;
	border: 1px solid #69BE28;
}

.address {
	text-align: center;
	width: 200px;
	margin: 1em auto;
}

.groupname {
	font-size: 1.4em;
	color: #5B8F22;
	display: block;
/*	margin-top: -.5em; */
	line-height: 1.4em;
	overflow: visible;
}

.charttitle {
	color: #5B8F22;
	font-weight: bold;
	padding: 2px 10px;
	border-bottom: 1px solid #C3D6AF;
}

.memberchart {
	margin: 1.25em auto;
	width: 220px;
	background: #e7f1fb;
	border: 1px solid #C3D6AF;
}

.membertype {
/*	position: relative;
	float: left;
	clear: left;*/
	display: inline-block; 
	width: 150px;
}

.membercharge {
/*	position: relative;
	float: left;*/
	display: inline-block; 
	width: 50px;
	text-align: right;
}

.even {
	background: #F0F5EB;
	padding: 2px 10px;
}

.odd {
	background: #F6FAFE;
	padding: 2px 10px;
}

.article_photo {
	position: relative;
	float: left;
	margin: 0 1em 0 0;
}

.right {
	float: right;
	margin: 0 0 0 1em;
}

.left {
    float: left;
    margin: 0 1em 0 0;
}

.board {
	background-image: url('../images/reverseleafandglobepale.png');
	background-repeat: no-repeat;
	background-position: right 20px;
}

.mod_events_latest {
	padding-top: 1em;
	clear: both;
	border-top: 1px dotted #dde5d1;
}

.mod_events_latest_date {
	font-weight: bold;
	font-size: .85em;
}
	
.uc_date {
    background-color: #e7f1fb;
    border: 1px solid #dde5d1;
    float: left;
    height: 3.75em;
    margin-bottom: 1em;
    text-align: center;
    width: 3.75em;
}

.uc_day {
    line-height: 0.5em;
}

.uc_num {
    color: #333;
    display: block;
    font-size: 2.25em;
    line-height: 0.5em;
}

.uc_mon  {
    display: block;
    line-height: 0;
    margin-top: -0.5em;
}

.uc_event {
    margin-left: 3.75em;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: .65em;
}

.uc_time .mod_events_latest_date  {
    font-size: 0.75em;
    font-weight: normal;
    padding-bottom: 1em;
}

.cornerimg {
	position: absolute;
	bottom: 0;
	left: 20.85%;
}

.speechtitle {
	display: block;
	padding-left: 2em;
	font-style: italic;
}

.schedule {
	width: 80%;
	margin: .5em auto;
}

.schedule span {
	display: block;
	float: left;
	padding-bottom: .5em;
}
	
.schedule span.sevent {
	width: 80%;
}

.schedule span.time {
	width: 20%;
}

.schedule p {
	display: block;
}

#definition, article-info-term {
	text-align: left;
	display: none;
}

.toggler {
	cursor: pointer;
	cursor: hand;
}

ul.featuredarticles_menu {
	border: #5B8F22 dotted 1px;
	padding: 10px;
	width: 95%;
	position: relative;
	margin: 1em auto;
	background: #F6FAFE;
	line-height: 1.25em;
}

li.featuredarticles_menu {
	list-style-type: none;
}

a.featuredarticles_menu {
	display: block;
	font-weight: bold;
}

span.featuredarticles_menu {
	display: block;
	padding-left: 15px;
	padding-bottom: .5em;
}

.inline {
	display: inline;
}

br.clear {
	clear:both;
}

.page-header, .article-info-term , .tableh1{
	display: none;
}

#joinform {
	display: none;
	z-index: 100000;
	width: 600px;
	padding: 2em 1em;
	background-color: #ffffff;
	border: 2px solid #5B8F22;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px #333; 
	-moz-box-shadow:    2px 2px 3px 0px #333;
    box-shadow: 2px 2px 3px 0px #333; 
	position: absolute;
	top: 3em;
	margin: 0 auto;
}

#dimmer {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.67);
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: -o-zoom-out;
	cursor: zoom-out;
}

#pp {
	cursor: hand; 
	cursor: pointer; 
}

.warning {
	position: relative;
}

#needJS {
	display: none;
	z-index: 100;
	width: 250px;
	padding: 2em;
	background-color: #ffffff;
	border: 2px solid #5B8F22;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px #333; 
	-moz-box-shadow:    2px 2px 3px 0px #333;
    box-shadow: 2px 2px 3px 0px #333; 
	position: absolute;
	top: -3em;
	left: -110px;
}

.warning:hover #needJS {
	display: block;
}

.snailmail {
	height: 4em !important;
}

.divider {
	width: 25%; 
	color: #69BE28; 
	margin: 0.5em auto;
}

.aggallery {
    margin-top: 1em;
}

.ux-menu a {
    background: none !important;
    border: none !important;
//    color: inherit !important;
    display: block;
//    font-size: inherit !important;
    line-height: inherit !important;
    padding: 10px 14px;
    position: relative;
    text-decoration: none;
}

.ux-menu a.ux-menu-link-last {
    border: none !important;
}

ul.ux-menu-vertical {
    margin: 0 auto;
    padding: 0 0.75em 0 0;
    width: 170px;
}

li.ux-menu-item-main {
	width: 100%;
}

.ux-menu-sub {
	width: 170px;
	border: 1px solid #5b8f22;
	background-color: #e7f1fb;
}

.ux-menu-sub .ux-menu-sub {
    left: 170px !important;
    top: -1px !important;
}

.ux-menu-sub li {
	width: 100%;
}

.ux-menu-item-level-1.ux-menu-item-parent {
    height: 37px !important;
}

.ux-menu .ux-menu-arrow {
	background: none !important;
	font-size: 10pt;
}

.ux-menu-sub .ux-menu-arrow {
    padding-right: 0.5em;
    top: 11px !important;
}

.ux-menu .ux-menu-arrow::after {
	content: "▶";
}

.logobar.topbar.bottombar > a {
	height: 150px;
	position: absolute;
	z-index: 42;
}