/* Copyright notice

(c) 2005 Foundation for Evangelism
All rights reserved

This template is part of the Web-Empowered Church (WEC)
(http://webempoweredchurch.org) ministry of the Foundation for Evangelism 
(http://evangelize.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 script! */


/****************************************/
/************Common Styles***************/
/****************************************/

body {
	background-color: #FFFFFF;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
}

/****************************************/
/************Design Styles***************/
/****************************************/

#container {
	background: url(images/main-left.jpg) repeat-x left top;
	width: 70% !important;
	width: 69%;
	margin: 39px 0px 0px 230px;
	padding-top: 0px;
    background-color: #d1eae7;
}
.clearing {
	height: 0;
	clear: both;
}

/*********** Top Repeating Element ********/

#extraDiv1 { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 1; 
	width: 100% !important;
	width: 181%;
	height: 39px; 
	background: url(images/logo-bg.jpg) repeat-x left top; 
}
#extraDiv1 span {
	margin-left: 250px;
	position: relative;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size: 75%;
}
#extraDiv1 span a:link, #extraDiv1 span a:visited {
	color: #666;
	text-decoration: underline;
}
#extraDiv1 span a:hover, #extraDiv1 span a:active {
	color: #663366;
	text-decoration: underline;
}

/************ Banner ************/

#siteid {
	background-image: url(images/logo-blank.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 2;
	padding-right: 20px;
	padding-top: 15px;
	height: 131px;
    width: 230px;
	left: 0px;
	top: -1px;
	margin-top: 0px;
}
#logo {
	float: left;
	padding-left: 3px;
	margin-right: 5px;
	max-width: 100px;
}
#logo img {
	border: none;
}
#sitename {
	font-family: Arial, Helvetica, sans-serif;
	color: #339599;
	float: left;
	width: 100px;
}
#sitename h1 {
    font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#sitename h1 a:link, #sitename h1 a:visited, #sitename h1 a:hover {
       color: #339599;
}
#siteslogan {
	display: none;
}

/*************Breadcrumb**************/

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #663366;
	text-align: right;
}
.breadcrumb a:link {
	color: #339599;
}
.breadcrumb a:visited {
	color: #666;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #66CCFF;
}

/*************Searchform**************/


#search {
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .85em;
    color: #666;
    padding-bottom: 10px;
	text-align: right;
	width: 100%;
}
#search td {
	text-align: right;
	width: 100%;
}
#search input.searchbox {
    width: 70px;
    border: 1px solid #666;
    margin: 2px;
    font-size: 1em;
}
#search input.searchsubmit {
    border: 1px solid #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #666;
    background: #e0e0e0;
    margin-left: 5px;
}

/*****************Right************/

#rightbg {
	background: url(images/main-right.jpg) no-repeat top right;
	width: 100%;
	margin: 39px 0px 0px 0px !important;
    margin: 0px;
	padding-top: 0px;
}

/*********** Main Content ********/

#content1 {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 80%;
}
#content2 {
	padding-top: 20px;
	font-size: .8em;
}
#content2 h2, #content2 h1, #content2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #339599
}
#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #006266;
	font-weight: bold;
}
#main-content {
	font-size: 1em;
}
#main-content a:link, #main-content a:visited {
    color: #1c5b5d;
}
#main-content a:hover, #main-content a:active {
    color: #669799;
}

/************Footer************/

#footer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #339599;
	text-align: center;
	font-size: .75em;
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #339599;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CCFF;
	text-decoration: underline;
}
.bottom-nav {
	padding-bottom: 8px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #002c33;
	border-top-style: inset;
	border-top-width: thin;
	padding-top: 15px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #002c33;
}

/********************Left***************/

#leftside {
	position: absolute;
	left: 0px;
	top: 128px !important;
    top: 130px;
	width: 217px;
	background: url(images/left-bg.jpg) left top no-repeat;
}
#leftlinks { 
	width: 217px;  
}
#leftlinks h1{
	font-size: 1.05em;
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 217px; 
	height:auto;
	padding: 10px;
	display: block;
	overflow: hidden;
	background:url(images/aqua-tab.gif) left top no-repeat; 
}
#leftinfo {
	font-size: .8em;
}
#leftinfo h1{
	background:url(images/aqua-tab.gif) left top no-repeat; 
	font-size: 1.15em;
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 217px; 
	height:auto;
	padding: 10px;
	display: block;
	overflow: hidden;
}
#leftinfo p{
	margin-left: 5px;
	margin-right: 5px;
	color: #333;
	font-weight: normal;
}
#leftinfo a:link, #leftinfo a:visited {
     color: #005e66;
}
#leftinfo a:hover, #leftinfo a:active {
    color: #333333;
}

/*****************Left Nav****************/

#mainmenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainmenu ul li {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
}
#mainmenu ul li span {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 217px;
	display: block;	
	font-size: .75em;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited {
	margin: 0px;
	margin-bottom: 0px;
	padding: 3px 0px 3px 0px;
	list-style-type: none;
	color: #333;
	text-decoration: none;
	padding-left: 8px;
	display: block;
}
#mainmenu ul li a:hover, #mainmenu ul li a:active {
	background-color: #99CCCC;
	display: block;
}
#mainmenu ul li span.act {
	margin: 0;
	/*border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;*/
	text-align: left;
	display: block;
	font-weight: bold;
	width: 217px;
	/*background-color: #9c9;*/
}
#mainmenu1 ul li .act a:link, #mainmenu ul li .act a:visited {
	padding: 3px 0px 3px 8px;
	list-style-type: none;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#mainmenu ul li .act a:hover, #mainmenu ul li .act a:active {
	background-color: #66CCCC;
	color: #FFFFFF;
	display: block;
}
#mainmenu ul li ul li {
	border: none;
}
#mainmenu ul li ul li span {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 217px;
	/*border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;*/
	display: block;
}
#mainmenu ul li ul li a:link, #mainmenu ul li ul li a:visited {
	padding: 3px 0px 3px 16px;
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0;
}
#mainmenu ul li ul li a:hover, #mainmenu ul li ul li a:active{
	background-color: #33cccc;
	color: #333333;
}
#mainmenu ul li ul li span.act{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 217px;
	/*border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;*/
	display: block;
}
#mainmenu ul li ul li .act a:link, #mainmenu ul li ul li .act a:visited {
	padding: 3px 0px 3px 16px;
	color: #099;
	/*background-color: #33CCCC;*/
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0;
}
#mainmenu ul li ul li .act a:hover, #mainmenu ul li ul li .act a:active{
	background-color: #33CCCC;
	color: #fff;
}
#mainmenu ul li ul li ul li {
	border: none;
}
#mainmenu ul li ul li ul li span{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 217px;
	/*border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;*/
}
#mainmenu ul li ul li ul li a:link, #mainmenu ul li ul li ul li a:visited {
	color: #333333;
	text-decoration: none;
	padding: 3px 0px 3px 22px;
	display: block;
	margin: 0;
}
#mainmenu ul li ul li ul li a:hover, #mainmenu ul li ul li ul li a:active{
	background-color: #009999;
	color: #FFFFFF;
}
#mainmenu ul li ul li ul li span.act{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 217px;
	/*border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;*/
}
#mainmenu ul li ul li ul li .act a:link, #mainmenu ul li ul li ul li .act a:visited {
	color: #fff;
	background-color: #009999;
	text-decoration: none;
	padding: 3px 0px 3px 22px;
	display: block;
	margin: 0;
}
#mainmenu ul li ul li ul li .act a:hover, #mainmenu ul li ul li ul li .act a:active{
	background-color: #66CCFF;
	font-size: 100%;
}
#mainmenu ul li ul li ul li ul li a:link, #mainmenu ul li ul li ul li ul li a:visited {
	color: #333;
	text-decoration: none;
	padding: 3px 0px 3px 26px;
	display: block;
	margin: 0;
}
#mainmenu ul li ul li ul li ul li a:hover, #mainmenu ul li ul li ul li ul li a:active {
	color: #333;
}

/*************************************/
/********** Extension Styles ***************/
/*************************************/

/************ tt_news extension ***********************/

/*-----------------------------------  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{
	clear:right;
	height:1px;
	border:none;
	background-color:#010a31;
}
.news-latest-container HR.clearer {
	/*clear:left;*/
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	/*border:1px solid #010434;*/
	background-color:#99cccc;
    border-bottom: 1px solid #006600;
}
.news-latest-container H2 {
	color:#075c74;
	padding:3px;
	font-size: 120%;
    background:url(images/aqua-tab.gif) left top no-repeat;
	/*margin:3px;
	border:1px solid #666;
	background-color:#D8FA70;
	background-color:#769024;*/
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	color:#075c74;
	padding:3px;
    /*margin:3px;
	border:1px solid #666;
	background-color:#D8FA70;
	background-color:#769024;*/
}
.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED, 
.news-latest-gotoarchive A:HOVER {
	color:#0d6078;
}
.news-latest-gotoarchive A {
	color:#0d6078;
	font-size: 95%;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	/*margin:3px;
	border:1px solid #666;
	background-color:#99cccc;*/
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #4f5a67;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size:9px;
}
.news-latest-morelink {
	height:12px;
}
.news-latest-morelink A {
	float:right;
}

/** Left & Main styling **/

#left .news-latest-container {
	/*border:1px solid #333;*/
	width: 90%;
	background: none;
	/*background-color:#cbe0c9;
    border-bottom: 1px solid #006600;*/
}
#left .news-latest-container H2 {
	background:url(images/aqua-tab.gif) left top no-repeat; 
	font-size: 120%;
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 217px; 
	height:auto;
	padding: 10px;
	display: block; 
	/*color: #066;
	padding:3px;
	margin:3px;
	border:1px solid #4f5a67;
	background-color:#D8FA70;
	background-color:#769024;*/
}
#left .news-latest-gotoarchive {
	color: #0d6078;
	padding:3px;
}
#left .news-latest-item {
	padding-left: 5px;
}
#left .news-latest-item h3, 
#left .news-latest-item h3 a:link, 
#left .news-latest-item h3 a:visited {
    color: #0d6078; 
}
#left .news-latest-item h3 a:active, 
#left .news-latest-item h3 a:hover{
	color:#0d6078;
}
#main-content .news-latest-container {
	float: left;
}
#main-content .news-latest-container H2 {
	background:none;
	font-size: 130%;
}
#main-content .news-latest-item {
	float: left;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
	/*border:1px solid #000;
	background-color:#BBE53A;*/
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	/*border:1px solid #4f5a67;
	background-color:#F9FFE5;*/
}
.news-list-item h3 {
      font-size: 120%;
}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #769024;
	background-color: #769024;*/
}
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED {
	color: #087487;
	padding-left:2px;
    text-decoration: none;
}
.news-list-container H3 A:HOVER {
	color: #087487;
	/*padding-left:2px;*/
    text-decoration: underline;
}
/*.news-list-container H3 A {
	color: #006666;
}*/
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #006666;
	/*width: 180px;*/
	text-align: left;
	/*height: 20px;
	margin-top: -2px;
	margin-right: -2px;*/
	font-size: 9px;
	font-weight: normal;
	/*background-color: #F9FFE5;*/
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,.news-list-category {
	font-size:10px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
    font-weight: bold;
}
.news-list-morelink a:link, .news-list-morelink a:visited {
	color: #010434;
}
.news-list-morelink a:hover, .news-list-morelink a:active {
	color: #194d62;
}
.news-list-browse {
	text-align: center;
}

/** Main styling **/

#main-content .news-list-container {
	/*border:1px solid #000;
	background-color:#BBE53A;*/
}
#main-content .news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	float: left;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
#main-content .news-list-item h3 {
      font-size: 120%;
}
#main-content .news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
#main-content .news-search-emptyMsg{
	margin:0px;
}
#main-content .news-search-form FORM {
	margin:0px;
}
#main-content .news-list-container H3 {
	margin-bottom: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #769024;
	background-color: #769024;*/
}
#main-content .news-list-container H3 A:LINK, #main-content .news-list-container H3 A:VISITED {
	color: #004f63;
	padding-left:2px;
    text-decoration: none;
}
#main-content .news-list-container H3 A:HOVER {
	color: #115b73;
	/*padding-left:2px;*/
    text-decoration: underline;
}
#main-content .news-list-container H3 A {
	color: #116273;
}
#main-content .news-list-container P {
	padding-left:3px;
}
#main-content .news-list-date {
	float: right;
	color: #010434;
	/*width: 180px;*/
	text-align: left;
	/*height: 20px;
	margin-top: -2px;
	margin-right: -2px;*/
	font-size: 9px;
	font-weight: normal;
	/*background-color: #F9FFE5;*/
}
#main-content .news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
#main-content .news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
#main-content .news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
#main-content .news-list-morelink, #main-content .news-list-category {
	font-size:10px;
	margin-left:3px;
}
#main-content .news-list-morelink  {
	margin-bottom:3px;
    font-weight: bold;
}
#main-content .news-list-morelink a:link, #main-content .news-list-morelink a:visited {
	color: #010434;
}
#main-content .news-list-morelink a:hover, #main-content .news-list-morelink a:active {
	color: #115b73;
}
#main-content .news-list-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox {
	/*margin:3px;*/
	border:1px solid #666;
	padding:3px;
	background-color:#d3e4e4;
	float: left;
	width: 100%;
}
.tx-ttnews-browsebox-strong, 
.tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #99cccc;
	border:1px solid #050c2b;
	color: #7da8a8;
}
.tx-ttnews-browsebox-SCell a:link, 
.tx-ttnews-browsebox-SCell a:visited {
	font-size: 80%;
	color: #7da8a8;
}
.tx-ttnews-browsebox-SCell a:hover, 
.tx-ttnews-browsebox-SCell a:active{
	color: #ffffff;
}
.tx-ttnews-browsebox a:link, 
.tx-ttnews-browsebox a:visited {
	font-size: 100%;
	color: #004f63;
}
.tx-ttnews-browsebox a:hover, 
.tx-ttnews-browsebox a:active{
	color: #3e5b5b;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
	padding:5px;
	margin-bottom:5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #0079a6;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	/*float: right;*/
}
.news-single-backlink, 
.news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	/*float: right;*/
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-image: url(images/in-sidebar-bg.jpg);
    float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 5px;
	width: 40%;
	background-color: #FEFECA;
	background-repeat: repeat-x;
}
.news-single-additional-info h1, 
.news-single-additional-info h2, 
.news-single-additional-info h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #004d66;
}
.news-single-related,
.news-single-files,
.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color: #F9FFE5;
}
.news-single-related DD, 
.news-single-links DD, 
.news-single-files DD {
	margin-left:2px;
	margin-bottom: 5px;
}
.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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #010434;
    text-decoration: none;
}
.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: underline;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
    font-weight: bold;
	color: #005266;
	margin-left:5px;
    margin-bottom: 5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */

.news-amenu-container {
	margin-top:5px;
	padding:3px;
	border:1px solid #010434;
	background-color:#d3e4e4;
	float: left;
	width: 100%;
}
.news-amenu-container li {
	padding-bottom:3px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	/*border:1px solid #666;*/
	/*background-color:#F9FFE5;*/
	list-style-type: none;
}
.news-amenu-container H2, 
#main-content .news-amenu-container H2 {
	color:#094e6b;
	padding:3px;
	font-size: 115%;
	/*border:1px solid #666;*/
	/*background-color:#769024;*/
}
.news-amenu-item-year {
	font-weight: bold;
	/*border: 1px solid #666;*/
    border-bottom: 1px solid #ccc;
	padding: 2px;
    margin: 4px 0px 4px 0px;
	background-color: #f7f7f7;
	color: #669999;
}

/** Main AMenu Styles **/

#main-content .news-amenu-item-year {
	font-weight: bold;
	/*border: 1px solid #666;*/
    border-bottom: 1px solid #ccc;
	padding: 2px;
    margin: 4px 0px 4px 0px;
	background-color: #f7f7f7;
	color:#335e66
}
#main-content .news-amenu-container {
	margin-top:15px;
	padding:3px;
	/*border:1px solid #333;*/
	/*background-color:#f7f7f7;*/
}
#main-content .news-amenu-container a:hover {
	color:#000;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.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;
}

/*  Styles for catmenu mode "nestedWraps" */

.level1 {
	padding:1px;
	padding-left:10px;
	background-color :#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color: #cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color: #b0cb51;
	border-left:1px solid #666;
}

/********* Styles for extension "tx_newloginbox_pi1" *********/

.tx-newloginbox-pi1 {
	font-size: 100%;
}
.tx-newloginbox-pi1 table {
	width: 100px; 
	margin-left: 5px;
	margin-right:5px;
}
.tx-newloginbox-pi1 h3 {
	font-size: 1.1em; 
	Font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #fff; 
}
#leftinfo .tx-newloginbox-pi1 h3 {	
	background:url(images/aqua-tab.gif) left top no-repeat; 
	font-family: Arial, Verdana, sans serif;
	font-size: 1.2em;
	color: #fff; 
	width: 217px; 
	height:auto; 
	padding: 10px; 
	display: block; 
	margin-left: 0px;
	/*padding-left: 17px;*/
}
.tx-newloginbox-pi1-submit {
	/*width: 75px;*/
	border: 1px solid #333;
}
#tx-newloginbox-pi1-user {
	width: 75px; 
	font-size: 100%;
	border: 1px solid #333;
}
#tx-newloginbox-pi1-pass {
	width: 75px; 
	font-size: 100%;
	border: 1px solid #333;
}

/********* Styles for extension "tx_newloginbox_pi3" *********/

.tx-newloginbox-pi3-listrow TD { 
	background-color:#eeeeee; 
	padding-left: 3px; 
	padding-right: 3px; 
	font-size: 80%; 
}
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { 
	background-color:#cccccc; 
	font-size: 80%; 
}
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { 
	font-size: 80%; 
}
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { 
	background-color:#f6f6f6; 
	font-size: 80%; 
}

/********* Styles for extension "tx_indexedsearch" *********/

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
}
.tx-indexedsearch P.tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
	background:#eeeeee; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { 
	font-weight:bold; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { 
	font-weight:normal; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { 
	color:red; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	background:#eeeeff; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
	margin-top:20px; 
	margin-bottom:5px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
	margin-top:0px; 
	margin-bottom:0px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { 
	background:#cccccc; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
	vertical-align: middle; 
}

/********* default styles for extension "tx_srfeuserregister_pi1" *********/

.tx-srfeuserregister-pi1 P { 
	margin-top:5px; 
	margin-left:5px; 
	padding-top:0px; 
	padding-bottom:0px; 
}
.tx-srfeuserregister-pi1 A:link, 
.tx-srfeuserregister-pi1 A:visited { 
	color:#333; 
	text-decoration:underline;
}
.tx-srfeuserregister-pi1 A:hover, 
.tx-srfeuserregister-pi1 A:active { 
	color:#900; 
	text-decoration:underline; 
}

/********* Styles for extension "tx_chcforum_pi1" *********/

/* BASIC STUFF */

#tx_chcforum-pi1 { 
	font-family: arial, sans-serif; 
	font-size: 11px;
}
#tx_chcforum-pi1 caption { 
	display: none;
}
#tx_chcforum-pi1 a { 
	text-decoration: underline;
}
#tx_chcforum-pi1 a:hover { 
	text-decoration: none !important;
}

/* only one form in the forum */

#tx_chcforum-pi1 form {	
	margin-top: 20px;
}

/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table { 
	border: 1px solid #999999; 
	background: #FFFFFF; 
	margin-bottom: 3px; 
	width: 100%;
}
.tx-chcforum-pi1-Table thead tr th {
	font-size: 14px;
	font-weight: bold;
	background: #669999;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #cdebec;
	padding: 5px;
	text-align: left;
}

/* category features row */
.tx-chcforum-pi1-Table tbody tr td { 
	font-size: 12px; 
	background: #ffffff; 
	border: 1px solid #669999; 
	padding: 5px;
}

/* CATEGORY TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-catConferenceCell {}
.tx-chcforum-pi1-catConferenceCell dl { 
	margin: 0;
}
.tx-chcforum-pi1-catConferenceCell dt {}
.tx-chcforum-pi1-catConferenceCell dd {	
	font-size: 10px; 
	margin-left: 5px;
}
.tx-chcforum-pi1-catConferenceCell dd.new { 
	color: #FF0000;
}

/* cell 2 */
.tx-chcforum-pi1-catThreadCell { 
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-catPostCell { 
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-catLastCell { 
	font-size: 10px !important; 
	vertical-align: top;
}

/* CONFERENCE TABLE BEGIN */

/* cell 1 */
.tx-chcforum-pi1-confThreadSubjCell {}
.tx-chcforum-pi1-confThreadNew { 
	color: #F00; 
	font-size: 10px; 
	padding-left: 5px;
}

/* cell 2 */
.tx-chcforum-pi1-confThreadRepliesCell { 
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-confThreadAuthorCell {	
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-confThreadLastCell { 
	font-size: 10px !important;
}

/* CONFERENCE TABLE END */

/* NAVPATH BEGIN*/
.tx-chcforum-pi1-navPath {
	background: #cdebec;
	border: 1px solid #000000;
/*	margin: 12px 0 15px 0; */
	margin-bottom: 3px;
	margin-top: 15px;
	padding: 3px;
	font-size: 10px;
}

/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
	background: #cdebec;
	border: 1px solid #000000;
	font-size: 10px;
	margin-bottom: 3px;
	padding: 3px;
	text-align: right;
	clear: both;
}

/* POST FORM BEGIN */
.tx-chcforum-pi1-postForm {
	border: 1px solid #999999;
	background: #cdebec;
	padding: 5px;
	margin-bottom: 3px;
}
.tx-chcforum-pi1-postForm fieldset label {
	display: block;
	text-align: right;
	padding-right: 20px;
	width: 150px;
	float: left;
}
.tx-chcforum-pi1-postForm fieldset#formTop input {
	display: block;
	width: 150px;
	float: left;
	padding: 2px;
	border: 1px solid #000000;
	margin-bottom: 3px;
}
.tx-chcforum-pi1-postForm textarea {
	border: 1px solid #000000;
	margin: 3px 0;
	width: 100% ;
	height: 150px;
}
.tx-chcforum-pi1-postForm fieldset#formTop br {	
	clear:left;
}
.tx-chcforum-pi1-formBtn { 
	text-align: center;
}
.tx-chcforum-pi1-formBtn input { 
	background-color: #FFF;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 3px;
}
.tx-chcforum-pi1-formBtnHov {
	background-color: #FFF;
	border: 1px solid #C00;
	color: #CC0000;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
}
.tx-chcforum-pi1-formBtnStyle { 
	background-color: #FFF; 
	border: 1px solid #000000; 
	padding: 3px; 
	margin: 3px;
}
.tx-chcforum-pi1-formBtnStyleHov { 
	background-color: #FFF; 
	border: 1px solid #C00; 
	color: #CC0000; 
	padding: 3px; 
	margin: 3px;
}

/* SINGLE POST BEGIN */
.tx-chcforum-pi1-singlePost { 
	border: 1px solid #000000; 
	margin: 3px 0;
}

/* top */
.tx-chcforum-pi1-singlePost .author { 
	background: #FFFBEF; 
	padding: 3px; 
	vertical-align: top; 
	height: 78px;
}
.tx-chcforum-pi1-formEmicoStyle { 
	margin: 3px;
}
.tx-chcforum-pi1-singlePost .im { 
	vertical-align: middle; 
	margin-top: 3px;
}
.tx-chcforum-pi1-singlePost .im a { 
	margin-right: 10px;
}
.tx-chcforum-pi1-singlePost .im img { 
	vertical-align: middle; 
	border: 0px; 
	padding-right: 2px;
	margin-bottom: 2px;
}
.tx-chcforum-pi1-singlePost #userPic { 
	border: 1px solid #000000; 
	float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text { 
	border-top: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	background: #cdebec;
}
.tx-chcforum-pi1-singlePost .scroller { 
	overflow: auto; 
	width: 95%; 
	background: #FFF; 
	min-height: 125px; 
	text-indent: 0px; 
	padding: 3px;
}

/* bottom */
.tx-chcforum-pi1-singlePost .edit { 
	background: #cdebec; 
	padding: 3px; 
	height: 19px; 
	vertical-align: middle; 
	margin-top: 3px;
}
.tx-chcforum-pi1-singlePost .edit a {	
	margin-right: 30px;
}
.tx-chcforum-pi1-singlePost .edit img { 
	vertical-align: middle;	
	border: 0px;
}
.tx-chcforum-pi1-singlePost .attachment { 
	background: #ffffff; 
	padding: 3px;
}
.tx-chcforum-pi1-singlePost .attachment div { 
	vertical-align: top;
}
.tx-chcforum-pi1-singlePost .attachment img {
	float: left; 
	margin-right: 5px;
}
.tx-chcforum-pi1-singlePost .offset {
	margin-left: 15px; 
	margin-right: 15px;
}
.tx-chcforum-pi1-singlePost .codeCell {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #999;
	border: 1px solid #999; 
	padding: 5px;
	/*color: #333;*/
	background-color: #cdebec; 
}
.tx-chcforum-pi1-singlePost .quoteCell {
	background-color: #cdebec;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #999; 
}
.tx-chcforum-pi1-singlePost .quoteCellAuthor {	
	border: 0px;
	font-weight: bold;
	padding: 3px 0;
}
.tx-chcforum-pi1-singlePost .quoteTable {
	border: 0px;
	margin: 15px 0;
}
.tx-chcforum-pi1-singlePost .text img {	
	max-height: 350px;
	max-width: 350px;
}
.tx-chcforum-pi1-singlePostQuoteText {
	background-color: #cdebec;
	border: 1px solid #000000;
	font-size: 10px;
	padding: 5px;
}

/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-footerBox {
	background: #669999;
	padding: 3px;
	border: 1px solid #999999;
	font-size: 10px; 
}

/* used for user listing */
.tx-chcforum-pi1-footerBox div { 
	padding-top: 5px; 
	padding-left: 5px; 
	font-size: 10px;
}

/* HEADER BOX BEGIN */

.header_center { 
	text-align: center; 
	height: 34px;
}
.header_text {
	font-size: 24px;
	line-height: 34px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
.header_small {	
	margin-bottom: 3px;
	border: solid #000000 1px;
}

/* TOOL BAR  BEGIN */

.tx_chcforum-pi1-toolBar {
	background: #e5f8fd;
	border: 1px solid #000000;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tx_chcforum-pi1-toolBar img {
	vertical-align: middle;
	margin-left: 16px;
}
.tx_chcforum-pi1-toolBar div {
	line-height: 30px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.tx_chcforum-pi1-subToolBar {
	background: #e5f8fd;
	border: 1px solid #000000;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tx_chcforum-pi1-subToolBar img {
	vertical-align: middle;
	margin-left: 16px;
}
.tx_chcforum-pi1-subToolBar div {
	line-height: 30px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* PROFILE BEGIN */

.tx-chcforum-pi1-profileBorder { 
	border: 1px solid #999999;
	padding: 3px;
}
.tx-chcforum-pi1-profileBorder #userPic {
	border: 1px solid #000000;
	float: right;
}
.tx-chcforum-pi1-profileBorder hr {
	clear: left;
	display: block;
	visibility: hidden;
}
.tx_chcforum-pi1-profileHdrBig {
	background: #e5f8fd;
	border: 1px solid #000000;
	padding: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}
.tx_chcforum-pi1-profile_hdr { 
	font-size: 10px; 
	font-weight: bold; 
	background: #E3E7EF; 
	padding: 2px;
}

/* MESSAGE BOX BEGIN */

.tx-chcforum-pi1-errorBoxCell {
	background: #E3E7EF;
	font-weight: bold;
	text-align: left;
}
.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
	background: #F8E5AA;
	border: 1px dotted #FF0000;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}
.tx-chcforum-pi1-forumTextBig {	
	font-size: 14px; 
	font-weight: bold;
}
.tx-chcforum-pi1-helpBox { 
	background-color: #E3E7EF !important; 
	border-style: none;
}
.tx-chcforum-pi1-linkUp {
	background: #e5f8fd;
	border: 1px solid #000000;
	margin: 12px 0 15px 0;
	padding: 3px;
	font-size: 10px;
	text-align: center;
}
.tx-chcforum-pi1-previewBoxCell { 
	background: #669999; 
	text-align: center;
}