/* GENERAL
**************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(../bilder/elemente/hg.gif);
}

body, td, input, textarea, option {
    font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	margin-bottom: 0.5em;
}




/* LINKS
**************************************************/


a, a:link {
	color: #005b3e;
}


a:visited {
	color: #777;
}


a:hover {
	color: #72a48b;
}



/* HEADINGS
**************************************************/

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited, 
h4 a:link, h4 a:visited, 
h5 a:link, h5 a:visited, 
h6 a:link, h6 a:visited {
	text-decoration: none;
	border: none;
	font-weight: bold;
	color: #2D2D2D;
	font-size: 1.1em;
	margin-bottom: 0.4em;
}

h5 {

}

h1, h2, h3, h4, h5, h6 {
	clear:both;
}

.csi-textpic h1, .csi-textpic h2, .csi-textpic h3, .csi-textpic h4, .csi-textpic h5, .csi-textpic h6 {
clear: none;
}

h4, h5, h6,
h4 a, h5 a, h6 a,
h4 a:link, h4 a:visited, 
h5 a:link, h5 a:visited, 
h6 a:link, h6 a:visited {
	font-size: 1em;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #2D2D2D;
	text-decoration: none;
	border-bottom: 2px solid silver;
}



h3,
#gallery h2,
.contenttable caption {
	font-size: 1.3em;color: #005b3e;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	margin-bottom: 0.3em;
}


/* FORMS
**************************************************/

div.tx_powermail_pi1_fieldwrap_html label {
display: block;
float: left;
width: 35%;

}

div.tx_powermail_pi1_fieldwrap_html select,
div.tx_powermail_pi1_fieldwrap_html textarea,
div.tx_powermail_pi1_fieldwrap_html input {
width: 60%;
border: 1px solid #bbb;
background-color: #efefef;
}
fieldset {

padding: 1em;
margin-bottom: 1em;
border: 1px solid #bbb;
}
div.tx_powermail_pi1_fieldwrap_html {
margin-bottom: 10px;
}

legend{
font-weight:bold;
padding: 0 0.5em 0 0;
margin: 0;
}

div.tx_powermail_pi1_fieldwrap_html .powermail_submit
{
width: inherit;
padding: 0 0.5em;
font-weight: bold;
margin: 1em 0 0 0;
border-color: #bbb;
background: #005b3e;
color: #fff;
}

.powermail_mandatory_js
{
color: red;
margin-bottom: 2em;
text-align:right;
width: 95%;
}


/* LAYOUT
**************************************************/

#doc {
	position: relative;
	width: 780px;
}

#inhalt-spalte {
	width: 640px;
	position: absolute;
	top: 155px;
	right: 0;
}

#inhalt-spalte-padding {
	padding: 10px 25px;
}

#inhalt-normal {
	width: 100%;
}

#doc .invisible, .invisible {
	display: none;
}

.clearer {
	clear: both;
}



/* BANNER
**************************************************/

#banner-bilder span {
	width: 100%;
}


#banner-bilder {
	background: #d3d3d3;
	height: 120px;
	width: 780px;
}

#banner-bilder a {
	height: 120px;
	float: left;
	display: block;
	border: none;
}

a.banner1:link, a.banner1:visited, a.banner1:hover  {
	width: 47px; 
	background: url(../bilder/elemente/header/header01.jpg);
}

a.banner2:link, a.banner2:visited, a.banner2:hover  {
	width: 242px; 
	background: url(../bilder/elemente/header/header02.jpg);
}

a.banner3:link, a.banner3:visited, a.banner3:hover  {
	width: 491px; 
	background: url(../bilder/elemente/header/header03.jpg);
}

#banner-zeile {
	background: transparent url(../bilder/elemente/bc-schatten-oben.gif) no-repeat;
	width: 780px;
	line-height: 15px;
	height: 24px;
	border-top: 1px solid #999999;
	margin-bottom: 5px;
	color: #666;
	font-size: 10px;
}

#banner-zeile p{
	margin-left: 10px;
}

#banner-zeile a{
	color: #666;
	font-size: 10px;
	border: none;
}

#banner-zeile #location{
	color: #000;
}




/* CONTENT
**************************************************/

.seitentitel {
	text-transform: uppercase;
	margin: 0 15px;
	padding-left: 10px;
	line-height: 22px;
	background: #d3d3d3;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.2em;
}

#inhalt-spalte ul,
div.content-element,
.csi-imagewrap,
table.csc-uploads  {
	margin-bottom: 2em;
}

#inhalt-spalte ul {
	list-style-type: square;
	padding-left: 2em;
}

#inhalt-spalte li {
	margin-bottom: 0.3em;
}


table.csc-uploads {
	width: 100%;
}

table.csc-uploads td {
	vertical-align: top;
	padding: 5px;
	background: #eee;
	margin: 1px;
}

.csc-uploads-icon a {
	border: none;
}

table.csc-uploads td.csc-uploads-icon {
	vertical-align: middle;
	text-align: center;
}




.contenttable td {
	vertical-align: top;
	padding: 3px 15px 5px 3px;
}

.contenttable {
	border-collapse: collapse;

}

.contenttable caption {
	text-align: left;
	font-size: 1.1em;
}



.csi-intext-left .csi-image,
.csi-intext-left-nowrap .csi-image {
	padding-right: 1em;
}

.csi-intext-right .csi-image,
.csi-intext-right-nowrap .csi-image {
	padding-left: 1em;
}



.flex-2-spaltig-links-5050 {
	width: 48%;
	float: left;
}

.flex-2-spaltig-rechts-5050 {
	width: 48%;
	float: right;
}



.navi-logo img{
	border: none;
}

.navi-logo {
	margin-bottom: 2em;
	margin-left: 15px;
}








/* MENU
**************************************************/

#menu {
	position: absolute;
	top: 155px;
	left: 0;
	font-size: 1em;
	letter-spacing: 0.05em;
}

#menu a:link, #menu a:visited, #menu a:hover {
	color: #000;
	text-decoration: none;
	border: none;

}

#menu ul {
	width: 140px;
	margin-bottom: 15px;
	list-style-type: none;
}

#menu ul li a, .menuheadline {
	height: 22px;
	line-height: 22px;
	background: #d3d3d3;
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-top: 1px;
}

#menu ul li ul {
	margin-bottom: 0;
}

#menu .open {
	display: block;
}

#menu ul li.cur a,
#menu ul li a:hover,
#menu ul li a:active {
	background: #b8b8b8;
}

#menu ul li.cur ul li a {
	padding-left: 17px;
	background: #E1E9E1;
}

#menu ul li.cur ul li.cur a,
#menu ul li.cur ul li a:active,
#menu ul li.cur ul li a:hover {
	background: #C2DFBD;
}

#menu ul li.cur ul li.cur ul li a {
	background: #E4DEDE;
	padding-left: 24px;
}

#menu ul li.cur ul li.cur ul li.cur a,
#menu ul li.cur ul li.cur ul li a:active,
#menu ul li.cur ul li.cur ul li a:hover {
	background: #dfbdbe;
}

#menu ul li.cur ul li.cur ul li.cur ul li.cur a,
#menu ul li.cur ul li.cur ul li.cur ul li a:active,
#menu ul li.cur ul li.cur ul li.cur ul li a:hover {
	background: #C2DFBD;
}

#menu ul li.cur ul li.cur ul li.cur ul li a {
	background: #E1E9E1;
	padding-left: 31px;
}

.menuheadline h3{
	cursor: default;
	font-size: 1em;
	margin: 0;
	font-weight: bold;
	color: #2D2D2D;
	padding-left: 10px;
	line-height: 22px;
	height: 22px;
}

.menuheadline {
	padding: 0;
	margin: 0;
	width: 140px;
	border-bottom: 1px solid #555;
}







/* NEWS-PLUGIN
**************************************************/

.news-list-item img,
.news-single-img img {
	padding: 1px;
	border: 1px solid silver;
}
.news-list-item h4 {
display: inline;
clear: none;

}

.news-list-item .headerrow {
margin-bottom: 0.2em;
}
.news-list-container hr.clearer,
.news-single-item hr.clearer,
.news-list-item hr.clearer{
	visibility: hidden;
}

.news-list-date,.news-single-date {
	float: right;
	position: relative;
}

.news-list-category,
.news-list-author,
.news-single-author,
.news-single-imgcaption,
.news-single-category,
.news-list-date,
.news-single-date {
	font-size: 11px;
	color: #8C8C8C;
}

.news-list-item {
	padding-bottom: 1.6em;
}

.news-list-item img {
	float: right;
	margin: 1px 2px 5px 10px;
}



.news-single-img a {
	border: none;
}

.news-single-item .bodytext1 {
	margin-top: 1em;
}


.news-single-item h3 {
	clear: none;
}

.news-single-img {
	margin: 1em 0 1em 1em;
	float: right;
	width: 242px;
	text-align: right;
}

.news-list-backlink {
	margin-top: 2em;
}



.news-amenu-item-year {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.news-single-img {
	margin-top:1px;
}

.news-single-item .headerrow h5 {
	margin-bottom: 1.5em;
}


div.tx-ttnews-browsebox {
	padding: 5px;
	border-top: 1px solid #ccc;
}

div.tx-ttnews-browsebox table td{
	padding: 1px;
}

div.tx-ttnews-browsebox table td a {
	border: none;
	padding: 1px 4px;
	background: #ccc;
	border: 1px solid #999;
}

td.tx-ttnews-browsebox-SCell a, 
div.tx-ttnews-browsebox table td a:hover {
	background: #b8b8b8;
	color: #005b3e;
}

div.tx-ttnews-browsebox table td.tx-ttnews-browsebox-SCell a {
	background: #aaa;
	font-weight: bold;
}



/* LEAGUE-MANAGER
**************************************************/


.matchlist-next,
.matchlist-last {
	width: 100%;
}

.matchlist-next td,
.matchlist-last td{
	padding: 2px 4px;
}

.matchlist-next .team1,
.matchlist-last .team1 {
	padding-right:3em;
}

.matchlist-next .team2,
.matchlist-last .team2 {
}
.matchlist-next .team2,
.matchlist-next .team1 {
	width: 190px;
}


.matchlist-next .date{
	text-align: right;
}

.matchlist-last .date{
	color: #888;
}

.euroteam {
	font-weight: bold;
}

tr.odd, tr.tr-odd {
	background-color: #eee;
}

tr.new {
	background-color: #dfeedf;
}

tr.placerow td{
	color: #888;
	font-size:11px;
	padding-bottom: 5px;
}


.matchlist-last .goals {
	text-align: center;
	padding: 0 1em;
}

.matchlist-next td {
	vertical-align: top;
}

.matchlist-next tr {
	margin:10px;
}

.matchlist-next .place {
	font-size: 11px;
	color: #777;
}

p.ligaUpdate {
	color:#8C8C8C;
	font-size: 11px;
}


#inhalt-spalte ul {
	list-style-type: square;
	padding-left: 2em;
	margin-bottom:2em;
}

#inhalt-spalte ul.csc-menu li a{
}


#inhalt-spalte li {
	margin-bottom: 0.3em;
}

.playerItem {
	background-color: #f3f3f3;
	padding-bottom: 15px;
	margin-top: 2em;
	border: 1px solid #bbb;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	position: relative;
}

.playerItem:hover {
	background-color: #E1E9E1;

}

.playerItem h5{
	background-color: #ddd;
	border-bottom: 1px solid #bbb;
	margin-bottom: 15px;
	padding: 2px 0 2px 20px;
}



.playerItem img {
	position: relative;
	float: left;
	margin-right: 2em;
	margin-left: 15px;
	border: 1px solid #bbb;
}
.playerItem hr {
	clear: both;
	visibility: hidden;
}

.playerinfo .rowheader {
	font-weight: bold;
	width: 150px;
}

.playerinfo {
	width: 380px;
	border-collapse: collapse;
}

.playerinfo td {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.teamInfo .teamPhoto img {
}

.teamInfo a, .teamInfo a:link, .teamInfo a:visited, .teamInfo a:hover  {
	border: none;
}

.teamInfo .teamPhoto p {
	font-size: 10px;
	padding: 5px;
	padding-top: 2px;
	border-top: 1px solid #bbb;
}

.teamInfo .teamPhoto .imageCnt {
	text-align: center;
}

.teamInfo .teamPhoto {
	margin-bottom: 2em;
}

.teamInfo .trainerText {
	background: #f3f3f3;
	border: 1px solid #bbb;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	margin-bottom: 2em;
	width: 100%;
	border-collapse: collapse;
}

.teamInfo .trainerText td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

.teamInfo .trainerText td.rowheader {
	font-weight: bold;
}

div.teamPhoto {
	background: #f3f3f3;
	margin-top: 2em;
	border: 1px solid #bbb;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	overflow: hidden;
}

.imageCnt {

}




#gallery .content{
	width: 100%;
}




/****************************************
 ** Lightbox
 ****************************************/

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}


#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#lightboxIndicator {
	border: 1px solid #fff;
}

#lightboxOverallView {
	background-image: url(overlay.png);
}

#overlay{ 
	background-image: url('../bilder/elemente/overlay.png'); 
}








/* LOGINBOX
**************************************************/


.tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-error {
	color: #CF1127;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable {
	margin-top: 5px;
	margin-bottom: 5px;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD {
	padding: 5px;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD.tx-loginboxmacmade-pi1-labelCell {
	font-weight: bold;
}










/****************************************
 ** Forum
 ****************************************/

/* BASIC STUFF */
#tx_chcforum-pi1 {
}

#tx_chcforum-pi1 caption {
	display: none;
}

#tx_chcforum-pi1 a {
	text-decoration: none;
}

#tx_chcforum-pi1 a:hover {
	text-decoration: none !important;
}

/* only one form in the forum */
#tx_chcforum-pi1 form {
	margin-top: 5px;
	margin-bottom: 5px;
}

.tx-chcforum-pi1-noWrap {
	display: inline;
	white-space: nowrap;
}

.tx-chcforum-pi1-preTableWrap {
	margin-bottom: 20px;
	padding-bottom:10px;
	border-bottom: 2px solid #ddd;
}

.tx-chcforum-pi1-postTableWrap {
	margin-top: 20px;
	padding-top:10px;
	border-top: 2px solid #ddd;
}

/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table {
	border: 1px solid #666666;
	background: #FFFFFF;
	margin-bottom: 2px;
	width: 100%;
	margin-top:10px;
}

.tx-chcforum-pi1-Table thead tr th {
	font-size: 14px;
	font-weight: bold;
	background: #7BA177;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
	font-size: 14px;
	font-weight: bold;
	background: #F3F5F8;
	padding: 5px;
	text-align: left;
}

/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table {
	border: 1px solid #666666;
	margin-bottom: 2px;
	width: 100%;
}

.tx-chcforum-pi1-Table thead tr th {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	color:#fff;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
	padding-top:15px;
	font-size:14px;
}
/* category features row */
.tx-chcforum-pi1-Table tbody tr td {
	background: #E3EFE3;
	padding: 5px;
}
/* GENERIC TABLE END */


/* 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 {
	margin-left: 5px;
	font-size: 11px;
}

.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: 11px;
	vertical-align: top;
}
/* CATEGORY TABLE END */


/* CONFERENCE TABLE BEGIN */
/* cell 1 */

.tx-chcforum-pi1-confThreadImage {
	text-align: center;
}


.tx-chcforum-pi1-confThreadSubjCell {

}

.tx-chcforum-pi1-confThreadNew {
	color: #FF0000;
	padding-left: 5px;
}

.tx-chcforum-pi1-confThreadBtns img {
	padding-top: 5px;
}

.tx-chcforum-pi1-confThreadBtns {
	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 {
}

/* CONFERENCE TABLE END */

/* NAVPATH BEGIN*/
.tx-chcforum-pi1-navPath a:link,
.tx-chcforum-pi1-navPath a:visited {
	border: none;
}

.tx-chcforum-pi1-navPath {
	line-height: 15px;
	background: #eee;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
}
/* NAVPATH END*/

/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
	color: #6F6E70;
	line-height: 15px;
	padding: 3px;
	clear: both;
	padding-right: 5px;
}

.tx-chcforum-pi1-pageLinksBtm {
	margin-bottom: 1px;
}
/* PAGELINKS END */

/* POST FORM BEGIN */
.tx-chcforum-pi1-postForm {
	border: 1px solid #999999;
	background: #F3f3f3;
	padding: 5px;
	margin-bottom: 3px;
}

.tx-chcforum-pi1-postForm #formWhere {
	font-size: 14px;
	font-weight: bold;
	background: #7BA177;
	color: #fff;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 7px;
	border: 1px solid #999999;
}

.tx-chcforum-pi1-postForm fieldset label {
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
	width: 60px;
	float: left;
}

.tx-chcforum-pi1-postForm fieldset {
	background-color: #E9E9E9;
}

.tx-chcforum-pi1-postForm fieldset#formTop {
	margin-bottom: 8px;
}

.tx-chcforum-pi1-postForm fieldset#formTop legend {
	margin-bottom: 3px;
	background-color: #E9E9E9;
	border: 1px solid #999999;
	padding: 2px;
	font-weight: bold;
}

.tx-chcforum-pi1-postForm fieldset#formBottom legend {
	background-color: #E9E9E9;
	border: 1px solid #999999;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 5px;
}


.tx-chcforum-pi1-postForm fieldset#formTop input {
	display: block;
	width: 150px;
	float: left;
	padding: 2px;
	border: 1px solid #DEDEDE;
	margin-bottom: 2px;
}

.tx-chcforum-pi1-postForm textarea {
	border: 1px solid #DEDEDE;
	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 {
	border: 1px solid #999999;
	margin:2px;
	background-color: #FFF;

}

.tx-chcforum-pi1-formBtnHov {
	border: 1px solid #666; 
	margin:2px;
	background-color: #FFF;
	color: #CC0000;
}

.tx-chcforum-pi1-formBtnStyle {
	background-color: #FFF;
	border: 1px solid #666666;
	padding: 3px;
	margin: 3px;
}

.tx-chcforum-pi1-formBtnStyleHov {
	background-color: #FFF;
	border: 1px solid #C00;
	color: #CC0000;
	padding: 3px;
	margin: 3px;
}
/* POST FORM END */

/* SINGLE POST BEGIN */
.tx-chcforum-pi1-singlePost {
	margin-bottom: 30px;
	border-left: 3px solid #72a48b;
	padding-left: 20px;

}

/* top */
.tx-chcforum-pi1-singlePost .author {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	color: #333;
}

.tx-chcforum-pi1-formEmicoStyle {
}

.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 #666666;
	float: left;
}
/* deprecated */
.tx-chcforum-pi1-singlePost #userPic {
	border: 1px solid #666666;
	float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text {
}

.tx-chcforum-pi1-singlePost .scroller {
padding: 5px 0px;
}

/* bottom */
.tx-chcforum-pi1-singlePost .edit {
	padding: 3px;
	height: 19px;
	vertical-align: middle;
	margin-top: 3px;
text-align: right;
}

.tx-chcforum-pi1-singlePost .edit a {
	margin-left: 10px;
border: none;
}

.tx-chcforum-pi1-singlePost .edit img {
	vertical-align: middle;
	border: 0px;
}

.tx-chcforum-pi1-singlePost .attachment {
	background: #DEE7DE;
	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 .rate {
	background: #DEE7DE;
	border-top: 3px solid #FFFFFF ;
	padding: 3px;
}

.tx-chcforum-pi1-singlePost .rate input {
	background-color: #FFF;
	border: 1px solid #666666;
}

.tx-chcforum-pi1-singlePost .rate select {
	border: 1px solid #666666;
}

.tx-chcforum-pi1-singlePost .rate select option {
	height: 1.5em;
}

.tx-chcforum-pi1-singlePost .rate form {
	padding: 0;
	margin: 0;
	display: inline;
}

.tx-chcforum-pi1-singlePost .rate .rateStars {
	float: left;
	text-align: left;
	height: 1.85em;
}

.tx-chcforum-pi1-singlePost .rate .rateMenu {
	text-align: right;
	width: 100%;
	height: 1.85em;
}

.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: #006600;
	padding: 5px;
	background-color: #FAFAFA; 
	border: #D1D7DC; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}

.tx-chcforum-pi1-singlePost .quoteCell {
	background-color: #FAFAFA;
	padding: 5px;
	border: #D1D7DC; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}

.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: #FAFAFA;
	border: 1px solid #666666;
	padding: 5px;
}


/* SINGLE POST END */


/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-footerBox {
	background: #7BA177;
	padding: 3px;
	border: 1px solid #999999;
}

/* used for user listing */
.tx-chcforum-pi1-footerBox div { 
	padding-top: 5px; 
	padding-left: 5px;
}
/* FOOTER BOX END */

/* 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 #666666 1px;
}
/* HEADER BOX END */

/* TOOL BAR  BEGIN */
.tx_chcforum-pi1-toolBar {
	padding-right: 5px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

.tx_chcforum-pi1-toolBar img {
	vertical-align: middle;
	margin-left: 16px;
}

.tx_chcforum-pi1-toolBar div {
	text-align: right;
	font-weight: bold;
}

.tx_chcforum-pi1-subToolBar {
	background: #DEE7DE;
	margin-bottom: 1px;
	padding-right: 5px;
}

.tx_chcforum-pi1-subToolBar img {
	vertical-align: middle;
	margin-left: 16px;
}

.tx_chcforum-pi1-subToolBar div {
	margin: 0px;
	line-height: 15px;
	padding: 3px 0px 3px 0px;
	text-align: right;
	font-weight: bold;
}


/* TOOL BAR  END */

/* PROFILE BEGIN */
.tx-chcforum-pi1-profileBorder {
	border: 1px solid #999999;
	padding: 3px;
}

.tx-chcforum-pi1-profileBorder #userPic {
	border: 1px solid #666666;
	float: right;
}

.tx-chcforum-pi1-profileBorder hr {
	clear: left;
	display: block;
	visibility: hidden;
}

.tx_chcforum-pi1-profileHdrBig {
	background: #DEE7DE;
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 3px;
	font-weight: bold;
}

.tx_chcforum-pi1-profile_hdr {
  font-weight: bold;
  background: #E3EFE3;
  padding: 2px;
	padding-left: 6px;
}
/* PROFILE END */

/* MESSAGE BOX BEGIN */
.tx-chcforum-pi1-errorBoxCell {
	background: #E3EFE3;
	font-weight: bold;
	text-align: left;
}

.tx-chcforum-pi1-messageBoxErrorNoBorder {
	background: #FFD6EF;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}

.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
	background: #FFCCCC;
	margin-bottom: 3px;
	padding: 3px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid #CF1127;
	color: #CF1127;
}
/* MESSAGE BOX END */

.tx-chcforum-pi1-forumTextBig {
	font-size: 14px;
	font-weight: bold;
}

.tx-chcforum-pi1-helpBox {
	background-color: #E9E9E9 !important;
	border-style: none;
}

.tx-chcforum-pi1-linkUp {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 30px;
}

.tx-chcforum-pi1-previewBoxCell {
	background: #7BA177;
	text-align: center;
}

/* CWT COMMUNITY STYLES */

#tx_chcforum-pi1 .tx-cwtcommunity-pi1aa .userlistLetters {
	font-weight: bold;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 form {
	margin: 0px;
	padding: 0px;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 td {
	padding: 2px;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 th {
	background: #E3EFE3;
	padding: 2px;
	text-align: left;
	letter-spacing: 0px;
}



.gallery-thumb { width: 175px !important; height: auto !important;}
.gallery-album { height: 205px !important; }