/* 

This template has been heavily modified by DCK, Feb 2009. 
The original template had the following notice:

	Copyright notice

	(c) 2007-2008 Christian Technology Ministries International Inc.
	All rights reserved

	This template is part of the Web-Empowered Church (WEC)
	(http://WebEmpoweredChurch.org) ministry of Christian Technology Ministries 
	International (http://CTMIinc.org). The WEC is developing TYPO3-based
	(http://typo3.org) free software for churches around the world. Our desire
	is to use the Internet to help offer new life through Jesus Christ. Please
	see http://WebEmpoweredChurch.org/Jesus.

	You can redistribute this template and/or modify it under the terms of the 
	GNU General Public License as published by the Free Software Foundation;
	either version 2 of the License, or (at your option) any later version.

	The GNU General Public License can be found at
	http://www.gnu.org/copyleft/gpl.html.

	This template is distributed in the hope that it will be useful for ministry,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
	GNU General Public License for more details.

	This copyright notice MUST APPEAR in all copies of the template! 
*/

/************ Standard HTML Elements ************/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #666666;
	text-align: center;
	background: #A9BAC3 url(images/bg.gif) repeat-x;
}

a:link, a:visited {
	background-color: inherit;
	text-decoration: underline;
	color: #4284B0;
}

a:hover, a:active{
	background-color: inherit;
	color: #008031;
}
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover,
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	text-decoration: none;
}

p, h1, h2, h3, h4 {
	margin: 10px 0 10px 0;
}

h1, h2, h3, h4 {
	color: #333333;
	font-family: 'Trebuchet MS',Arial,Sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

h1 {
	color:#6297BC;
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}

input,
textarea {
	border: 1px solid #A9BAC2;
	color: #777777;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 2px;
	margin-left: 0px;
}

input[type="submit"] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #A9BAC2;
	color: #4284B0;
	font-family: Arial,Sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0pt;
	padding: 2px 3px;
}
input[type="submit"]:hover {
	border-color: #008031;
}

/*** fix for radio buttons (by DK) ***/
.csc-mailform-radio input, .csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}


label {
	display: block;
	margin-top: 6px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0pt 15px;
}

hr {
	border: 1px solid #A9BAC2;
}

/* Use a break with this class to clear float containers on both sides */ 
.brclear { 
	clear: both; 
	height: 0; 
	margin: 0; 
	font-size: 1px; 
	line-height: 0;
} 
/**************wrapper*******************/

#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
}


/********************************************/
/*******  header                  ***********/
/********************************************/ 
#header {
	position: relative;
	height: 95px;	
	background: url(images/headerbg.gif) repeat-x 0% 100%;
}

#logo {
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}


/*************search********************/
#search{
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px 5px 0 0;
	padding: 0;
	text-align: right;
	font-size : 100%;
	color : #666666;
}

#search input[type="text"] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #008031;
	color: #333333;
	height: 14px;
	margin: 0pt;
	vertical-align: top;
	width: 120px;
}

#search input[type="submit"] {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #A9BAC2;
	font-family: Arial,Sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 0pt 0pt 0pt 3pt;
	padding: 2px 3px;
	vertical-align: top;
	width: 30px;
}
#search input[type="submit"]:hover {
	border-color: #008031;
}

#left ul,
#left ol,
#right ul,
#right ol {
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}
#right h1, #right h2, #right h3, #right h4,
#left h1, #left h2, #left h3, #left h4 {
	margin-bottom: 6px;
}
#left p, #right p {
	margin-top: 6px;
	margin-bottom: 6px;
}
#right p {
	font-size: 0.9em;
	line-height: 1.4em;
}


#login-wrapper {
	padding: 3px;
	margin-bottom: 1em;
	background-color: #F3F3F3;
	border: 1px solid #A9BAC2;
}

#login form {
	background: none;
	border: none;
}

#login a {
	font-size: smaller;
}

/***#############################################***/
/***##### COLUMN LAYOUT VARIATIONS (by DCK) #####***/

#mainonly-part {
	width: 780px;
	margin: 15px 20px 15px 20px;
	padding: 0;
	float: left;
	overflow: hidden;
}
#leftcol-part {
	width: 150px;
	margin: 15px 0 15px 20px;
	padding: 0;
	float: left;
	overflow: hidden;
}
#rightcol-part {
	width: 150px;
	margin: 15px 20px 15px 0;
	padding: 0;
	float: right;
	overflow: hidden;
}

/************* 2 column layouts **********/
#mainright-part, #mainleft-part { 
	width: 610px;
	padding: 0;
	overflow: hidden;
}
#mainright-part { 
	margin:  15px 20px 15px 0;
	float: right;
}
#mainleft-part { 
	margin:  15px 0 15px 20px;
	float: left;
}

/*************3 column layout **********/
#wrapmidleft {
	width: 630px;
	padding: 0;
	margin: 0;
	float: left;
}
#mainmid-part { 
	width: 440px;
	padding: 0;
	margin:  15px 0 15px 20px;
	float: right;
	overflow: hidden;
}

/***##### END COL VARIATIONS #####***/
/***##############################***/


#pagetitle {
	color: #008031;
	font-size: 2.5em;
	font-family: 'Trebuchet MS',Arial,Sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

#footer {
	height: 100px;
	background: #A9BAC3 none repeat scroll 0%;
	border-top: 5px solid #008031;
	color: #FFFFFF;
	font-size: 95%;
	margin: 10px 0 0 0;
	padding: 10pt 0pt 0pt 0pt;
	bottom: 0;
	clear: both;
}

#footer .footer-left {
	float: left;
	width: 35%;
}

#footer .footer-right {
	float: right;
	width: 64%;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}

#bottomnav {
	text-align: right;
}

/** Main menu **/

#menu ul#menuList{
	bottom: 6px !important;
	font-family: Arial,'Trebuchet MS',Tahoma,verdana,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	right: 0pt;
	z-index: 8;
}

* html #menu ul#menuList {
	bottom: 4px !important;
}

/* Sliding Doors */
#menu a {
	background: transparent url(images/tableft.gif) no-repeat scroll left top;
	float: left;
	margin: 0pt;
	padding: 0pt 0pt 0pt 4px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover,
#menu .active a {
	background-position: 0% -42px;
}
#menu li:hover a {
	background-position: 0% -42px;
	cursor: pointer;
}
#menu a span {
	background: transparent url(images/tabright.gif) no-repeat scroll right top;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 6px 15px 3px 8px;
}
#menu a:hover span, 
#menu .active a span {
	background-position:100% -42px;
}
#menu li:hover a span {
	background-position:100% -42px;
}


#menu ul#menuList li ul {
	display: none;
	position: absolute;
	width: 130px;
	margin: 0pt;
	padding: 0pt;
	background: #008031;
}

#menu ul#menuList li ul.level2 {
	top: 1.75em !important;
	padding: 5px 0px 5px 0px;
	left: 0;
}

#menu ul#menuList li ul.level2 li:hover ul {
	display: block;
}

#menu ul#menuList ul.level3 {
	margin:-5px 0px 0px -3px;
	padding:5px 0px;
}

#menu ul#menuList li {
	position: relative;
	display: block;
	float: left;
	margin: 0pt;
	padding: 0pt;
}

#menu ul#menuList li:hover ul.level2 {
	display: block;
}

#menu ul#menuList li ul li {
	display: block;
	width: 100%;
/*	position: relative; */
	background: none;
	margin: 0;
	padding: 0;
}

#menu li ul li a {
	text-transform: none;
	text-decoration: none;
	text-align: left;
	padding: 2px 13px;
	margin: 0  0;
	background: #008031;
	width: 104px;
}


#menu li ul li a:hover,
#menu li ul li.active a {
	background-color: #45AD6D;
}

#menu li ul li:hover > a {
	background-color: #45AD6D;
}

#menu li li ul {
	display: block;
	top: 0px;
	left: 133px;
	border-left: 4px solid #45AD6D;
}

/* IE can't handle display, so fail-over to visibility */
* html #menu ul#menuList li ul.level2,
* html #menu ul#menuList li ul.level3 {
	display: block;
	visibility: hidden;
}

/* simulate child selector for IE */
* html #menu ul#menuList li:hover ul.level2,
* html #menu ul#menuList li:hover ul.level2 li:hover ul.level3,
* html #menu ul#menuList li:hover ul.level2 li:hover ul.level3 li:hover ul.level4 {
	visibility: visible;
}

* html #menu ul#menuList li:hover ul.level2 li ul.level3,
* html #menu ul#menuList li:hover ul.level2 li:hover ul.level3 li ul.level4 {
	visibility: hidden;
	clear: both;
}



/******##### CONTENT FRAME STYLES #####******/
.csc-frame {
	
}
.csc-frame-invisible {
	float: left;
	border:1px solid transparent;
}
.csc-frame-rulerBefore {
	clear: right;
	height: 1px;
	border: none;
	background-color: #A9BAC2;
	margin-top: 10px;
	margin-bottom: 4px;
}
.csc-frame-rulerAfter {
	clear: right;
	height: 1px;
	border: none;
	background-color: #A9BAC2;
	margin-top: 4px;
	margin-bottom: 10px;
}
.csc-frame-indent {
	padding-left: 40px;
}
.csc-frame-indent3366 {
	
}
.csc-frame-indent6633 {
	
}
.csc-frame-frame1,
.csc-frame-frame2 {
	clear: both;
	padding: 4px 7px 0 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #A9BAC2;
}
.csc-frame-frame2 {
	background-color: #F3F3F3;
}
#right .csc-frame-frame1,
#right .csc-frame-frame2 {
	padding: 0 3px 0 5px;
}



/*******************************************/
/************* Extension Styles *************/
/*******************************************/
.tx-wecdevo-pi1 {z-index: 7;}


/************ tt_news extension ***********************/

.mbl_newsevent {
	font-weight: bold;
}
.news-single-item .mbl_newsevent {
	font-size: 1.1em;
	margin-bottom: 15px;
}
.mbl_newsevent-where {
	text-transform: uppercase;
}


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	display: none;
	clear:right;
}

.news-latest-container HR.clearer {
	/* clear:left; */
	clear: right;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-item {
	clear: both;
	margin-bottom: 20px;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	color:#369;
	padding:3px;
}
.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED, 
.news-latest-gotoarchive A:HOVER {
	color:#060;
}
.news-latest-gotoarchive A {
	color:#369;
	font-size: .9em;
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #A9BAC2;
	float:left;
}
.news-latest-front-img IMG {
	margin: 10px 0 5px 5px;
	border:1px solid #A9BAC2;
	float: right;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-container a {
	text-decoration: none;
}

.news-latest-container hr {
	display: none;
}

.news-latest-footer {
	border-bottom: 1px solid #A9BAC2;
	font-size:95%;
	margin-top: 4px;
	padding-bottom: 4px;
}

.news-latest-morelink a,
.news-list-morelink a {
	background:transparent url(images/page.gif) no-repeat scroll left center;
	/* margin: 0; */
	padding-left:20px;
	/* text-decoration: none; */
}

.news-latest-date,
.news-list-date {
	background:transparent url(images/clock.gif) no-repeat scroll left center;
	/* margin: 0; */
	padding-left:20px;
}


.news-latest-subheader p,
.news-list-subheader p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.news-latest-item h3 a,
.news-list-item h3 a {
	text-decoration: none;
}
.news-list-item h3 a {
	font-size:1.3em;
}

.news-latest-headers {
	margin-top: 15px;
}
.news-latest-headers .mbl_newsevent {
	font-size: 0.9em;
	line-height: normal;
	margin-bottom: 2px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-search-form {
	padding:3px;
	margin-bottom:5px;
}

.news-search-emptyMsg{
	margin:0px;
}

.news-search-form FORM {
	margin:0px;
}
.news-list-item {
	clear: both;
	margin-bottom: 20px;
}
.news-list-item1 IMG,
.news-list-aktuelt-wrap IMG {
	float: right;
	border:1px solid #A9BAC2;
	margin: 2px 0px 5px 5px;
}
.news-list-item2 IMG {
	float: left;
	border:1px solid #A9BAC2;
	margin: 2px 5px 5px 0px;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	border:1px solid #A9BAC2;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border: none;
	margin: 0px;
}
.news-list-footer {
	margin-top: 7px;
}
.news-list-browse {
	text-align: center;
}


.news-list-aktuelt-catimg {
	float: left;
}
.news-list-aktuelt-catimg IMG {
	margin: 5px 0 0 0;
	border: 0;
}
.news-list-aktuelt-wrap {
	margin-left: 40px;
}
.news-list-container-headers .news-list-headers-cat {
	text-transform: uppercase;
	margin-bottom: 3px;
}
.news-list-container-headers h3 {
	font-size: 0.8em;
	margin-top: 3px;
}


	/*---------------------------------  tt_news list & latest for front page (by DK) ------------------*/

.news-list-front-item {
	padding-bottom: 5px;
	border-bottom: 1px solid #A9BAC2;
	margin-bottom: 10px;
}
.news-list-front-item h1 a {
	font-size: 140%;
}
.news-list-front-img1 IMG {
	border: 1px solid #A9BAC2;
	margin: 12px 0px 5px 10px;
}
.news-list-front-img2 IMG {
	border: 1px solid #A9BAC2;
	margin: 12px 10px 5px 0px;
}


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin: 3px;
	border: 0;
	padding: 3px;
}
.top-block .tx-ttnews-browsebox {
	margin-top:0px;
	padding-top:0px;
	padding:3px;
	background:none;
	border:none;
}
.tx-ttnews-browsebox TD {
	font-size: 1.3em;
	background-color:#EEE;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox a:link, 
.tx-ttnews-browsebox a:visited {
	text-decoration: none;
}
.tx-ttnews-browsebox a:hover, 
.tx-ttnews-browsebox a:active{
	color: #008031;
}
.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P{
	margin:0px;
	padding: 0 2px 0 2px;
	line-height: 100%;
}
.tx-ttnews-browsebox-SCell {
	/* background-color: #F3F3F3; */
	/* border:1px solid #A9BAC2; */
	/* color: #fff; */
}
.tx-ttnews-browsebox-SCell a:link, 
.tx-ttnews-browsebox-SCell a:visited,
.tx-ttnews-browsebox-SCell a:hover, 
.tx-ttnews-browsebox-SCell a:active {
	color: #008031;
	text-decoration: none;
}


.news-search-emptyMsg {
	font-size: .9em;
	margin-left: 10px;
}



	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-catimg {
	float: left;
}
.news-single-item {
	margin-left: 95px;
	margin-bottom:5px;
}
.news-single-item #pagetitle {
	font-size: 2em;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	/* background-color: #F3F3F3; */
}
.news-single-img IMG{
	border: 1px solid #A9BAC2;
}

.news-single-imgcaption {
	max-width: 230px;
	overflow-x: hidden;
	font-size: 0.8em;
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	/** clear:both; **/
}
.news-single-specs {
	width: 100%;
	margin-bottom: 16px;
	border-bottom: 1px solid #A9BAC2;
}
.news-single-specs TD{
	vertical-align: bottom;
}
.news-single-cat {
}
.news-single-catimg {
	width: 75px;
}
.news-single-catimg img {
	margin-bottom: 10px;
}
.news-single-author {
	text-align: center;
}
.news-single-timedata {
	text-align: right;
	/** background:transparent url(images/clock.gif) no-repeat scroll left center;
	padding-left:20px;  **/
}
.news-single-cat P, .news-single-timedata P, .news-single-author P {
	font-size: 0.8em;
	color: #777;
	margin-bottom: 2px;
}

.news-single-subheader {
	font-weight: bold;
	margin-bottom: 10px;
}
.news-single-video {
	margin: 4px 0 8px 0;
}
.news-single-additional-info {
	margin-top: 20px;
	clear: right;
}
.news-single-additional-info h1, 
.news-single-additional-info h2, 
.news-single-additional-info h3 {
	font-size: 1.2em;
	color: #008031;
}
.news-single-related,
.news-single-files,
.news-single-links  {
	border-top: 1px solid #A9BAC2;
}
.news-single-related DT, 
.news-single-links DT, 
.news-single-files DT {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;


}
.news-single-related DD, 
.news-single-links DD, 
.news-single-files DD {
	margin-left: 60px;
}
.news-single-related DD a:link, 
.news-single-related DD a:visited,
.news-single-links DD a:link, 
.news-single-links DD a:visited,
.news-single-files DD a:link, 
.news-single-files DD a:visited {
	font-size: 1em;
	text-decoration: underline;
}
.news-single-related DD a:hover, 
.news-single-related DD a:active,
.news-single-links DD a:hover, 
.news-single-links DD a:active,
.news-single-files DD a:hover, 
.news-single-files DD a:active {
        text-decoration: none;
}
.news-single-backlink, .news-single-backlink a {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}



/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:5px;
	padding:3px;
	border:1px solid #A9BAC2;

}
.news-amenu-container LI {
	padding-bottom:3px;
	text-align: center;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#333;
/**	padding:3px;
	font-size: 1.1em;  **/
}

li.news-amenu-item-year {
	text-align: left;
	font-weight: bold;
	/* border-top: 1px solid #A9BAC2; */
	padding: 2px;
	margin: 4px 0px 4px 0px;
	color:#008031
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding: 5px;
	margin: 10px 0px 10px 0px;
	border:1px solid #bbb;
	background-color: #F3F3F3;
}
.news-catmenu H2 {
	color: #333;
}
.news-catmenu-header {
	font-size:.9em;
}
.news-catmenu H4 {
	margin-bottom: 0;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, 
.news-catmenu img, 
.news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;

}
.news-catmenu-ACT {
	font-weight: bold;
}
.news-catmenu-ACT a:link, .news-catmenu-ACT a:visited {
	color: #008031;
}

.news-amenu-ACT {
	font-weight: bold;
	color: #008031;
}

/********* default styles for extension "tx_srfeuserregister_pi1" *********/

  /* WEC-MMS: Commented out the styles below */
* html .tx-srfeuserregister-pi1{ 
	margin-right:-10px;
}

* html div.tx-srfeuserregister-pi1 label.tx-srfeuserregister-pi1-password-again{ 
	margin-left:-5px;
}


.tx-indexedsearch {
	margin-top: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	font-weight: bold;
	color: inherit;
}


/********* Styles for extension "tx_veguestbook_pi1" *********/

.tx-guestbook-list-header { 
	background-color: #69c; 
	color: #FFFFFF; 
	font-weight:bold; 
}
.tx-guestbook-list-row { 
	background-color: #FFFFFF; 
}
.tx-guestbook-list-rowleft { 
	background-color: #D2DAE1; 
}
.tx-guestbook-list-entrycomment-title {
	font-weight: bold; 
}
.tx-guestbook-list-entrycomment { 
	font-style: italic; 
}
.tx-guestbook-list-small { 
	font-size: 9px; 
	color: #666666; 
}
.tx-veguestbook-pi1-browsebox TD { 
	font-size: 9px; 
	color: #666666; 
}
.tx-veguestbook-pi1-browsebox-strong,
.tx-ttnews-browsebox-SCell { 
	font-weight: bold; 
}
.tx-veguestbook-pi1-browsebox-SCell { 
	background-color: #F3F3F3; 
}
.tx-guestbook-latest-header { 
	background-color: #539521; 
	color: #FFFFFF; 
	font-weight:bold; 
}
.tx-guestbook-latest-row { 
	background-color: #FFFFFF; 
}
.tx-guestbook-latest-small { 
	font-size: 9px; 
	color: #666666; 
}
.tx-guestbook-form-inputfield-med { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#333; 
	font-size:12px; 
	color:#333333; 
	width:100px; 
	height:20px; 
}
.tx-guestbook-form-inputfield-big { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#333; 
	font-size:12px; 
	color:#333333; 
	width:150px; 
	height:20px; 
}

.tx-guestbook-form-textarea { 
	width: 250px; 
}

.tx-guestbook-form-obligationfield { 
	color: #CC0000; 
}
.tx-guestbook-form-error { 
	color: #CC0000; 
}

.tx-veguestbook-pi1 label.radio-label {
	display: inline;
}

/* HEADER BOX BEGIN */

.header_center { 
	text-align: center; 
	height: 34px;
}
.header_text {
	font-size: 24px;
	line-height: 34px; 
	font-weight: bold;
	font-variant: small-caps;
}
.header_small {	
	margin-bottom: 3px;
	border: solid #000000 1px;
}


/********* Styles for extension "tx_mmforum" *********/
th.tx-mmforum-th {
	color: black;
	background: #A7B3CB;
}

td.tx-mmforum-subth2 {
	color: black;
	background: #F3F5F8;
}

.tx-mmforum-td  {
	background: #E3E7EF;
}

input.tx-mmforum-button {
	background: #A7B3CB;
	border-color: #A7B3CB;
}

.tx-mmforum-textbutton {
	background: none;
	border: none;
}

.tx-mmforum-textbutton a {
	text-decoration: none;
}


/********* Styles for extension "wec_servant" *********/
.tx-wecservant-button a {
	border: solid 1px #A7B3CB !important;
}
.tx-wecservant-button a:link, .tx-wecservant-button a:visited {
	background-color: #F3F5F8;
	color: black !important;
} 

.tx-wecservant-button a:hover {
	background-color: #A7B3CB;
	color: white !important;
}

/********* Styles for extension "wec_connector" *********/
.tx-wecconnector-button a {
	border: solid 1px #A7B3CB !important;
}
.tx-wecconnector-button a:link, .tx-wecconnector-button a:visited {
	background-color: #F3F5F8;
	color: black !important;
} 

.tx-wecconnector-button a:hover {

	background-color: #A7B3CB;
	color: white !important;
}


/********** Styles for wec_staffdirectory **************/
.tx-wecstaffdirectory-stafflist, 
.tx-wecstaffdirectory-staffpage {
	padding-left: 0px;
	margin-left: 0px;
}

.tx-wecstaffdirectory-stafflist .float-med {
	padding-left: 0px;
}

/********** Styles for fe_login ***************/
.tx-felogin-pi1 fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

.tx-felogin-pi1 legend {
	display: none;
}

#login input[type="text"] {
	width: 95%;
}

#login #user,
#login #pass {
	width: 100px; 
	font-size: 11px;
}

.tx-felogin-pi1 input[type="submit"] {
	margin-top: 5px;
}

/********** Styles for wec_button ***************/
#left .tx-wecbutton-pi1 div {
	text-align: left !important;
}

.tx-cal-controller .month-large .day {
	background-color: #ffffff;
}

.tx-cal-controller .eventfont a {
	color:#FFFFFF;
}

/********** Styles for timtab ***************/
.post h2 a {
	text-decoration: none;
}

.post .postmetadata {
	background-color: #F3F3F3;
	border:1px solid #A9BAC2;
	font-size:95%;
	padding:5px;
	margin-top: 5px;
}

.post .comments {
	background:transparent url(images/comment.gif) no-repeat scroll left center;
	margin:0pt 10px 0pt 5px;
	padding-left:20px;
	text-decoration: none;
}

/************ Styles for ve_guestbook ***********/
.tx-veguestbook-pi1 ol {
	color: inherit;
	margin: 20px;
	padding: 0;
}

.tx-cal-controller dt {
    margin-top: 8px;
}

.tx-cal-controller dt.day-wrapper {
    font-size: 130%;
}

.tx-cal-controller dd {
    margin-left: 0px;
}
