/*************Common Styles****************/

body {
	background-color: #336699;
}
/*h1 {
	margin-top: 0;
}*/

/*************Container Design Styles****************/

#outer-wrapper {
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left-top;
	width: 725px;
}
#header {
	background: #d7dabd;
}
#header-img {
	background-image: url(images/inside-main-top-left.gif);
	height: 82px;
	width: 548px;
}
#wrapper {
	width: 725px;
	float: right;
	margin-left: -158px;
}
#container {
	margin-left: 158px;
	width: 567px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#sidebar {
	width: 158px;
	float: left;
	background-image: url(images/leftnav-bg.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
}
#content {
	background-image: url(images/main-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main-content {
	margin-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003366;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 20px;
}
.main-top {
	background-image: url(images/inside-main-top-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.main-table {
	background-image: url(images/inside-main-left-bg.gif);
	background-repeat: repeat-y;
	width: 444px;
}
#main-content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: bold;
	color: #003366;
	text-align: right;
}
#content h1 {
	font-size: 1px;
	text-indent: -2000px;
}

#page-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003366;
}
#page-content a:link, #page-content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
#page-content a:hover, #page-content a:active {

	font-family: Arial, Helvetica, sans-serif;
	color: #3399CC;
}
#page-content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	color: #003366;
	text-align: right;
}

/*************Site Navigation****************/

#nav {
	height: 192px;
	width: 158px;
	overflow: visible;
	font-size: 75%;
}
#sub-nav {
	float: left;
	width: 150px;
	/*margin-top: 80px;*/
	padding-right: 10px;
	border-right: 1px dashed #369;
	border-bottom: 1px dashed #369;
}
#nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: none;
	list-style-image: url(images/white-bullet.gif);
}
#nav ul {
	list-style-type: none;
	margin-top: 13px;
}
#nav ul li a:link, #nav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-image: url(images/white-bullet.gif);
	list-style-type: none;
}
#sub-nav ul li {
	list-style-image: url(images/blue-bullet.gif);
	list-style-type: none;
}
#sub-nav ul {
	padding-bottom: 10px;
}
#sub-nav ul li a:link, #sub-nav ul li a:visited {
	font-size: 100%;
	color: #003366;
	text-decoration: none;
}
#sub-nav ul li a:hover, #sub-nav ul li a:active {
	text-decoration: underline;
}
#sub-nav ul li ul {
	padding-bottom: 5px;
	border: none;
	margin-left: -25px !important;
	margin-left: 15px;
}
#sub-nav ul li ul li {
	list-style-type: none;
	padding-left: 0px;
	list-style-image: url(images/diamond-bullet.gif);
}
#sub-nav ul li ul li a:link, #sub-nav ul li ul li a:visited{
	color: #339900;
}
#sub-nav ul li ul li a:hover, #sub-nav ul li ul li a:active {
	color: #33CC33;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #FF9900;
	list-style-image: url(images/orng-bullet.gif);
	list-style-type: none;
}
#nav ul li:hover {
	list-style-image: url(images/orng-bullet.gif);
	list-style-type: none;
}

/*************Left Area****************/
#left-links {
	padding-left: 5px;
}
#holder {
	height: 192px;
}
.sidebar-bg {
	background-image: url(images/left-column-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 150px;
}
#left-links-table {
	margin-left: 5px;
	margin-top: 5px;
}
#left-bottom-img {
	vertical-align: bottom;
	background-image: url(images/left-column-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 18px;
}

/*************Bottom Footer****************/

#footer {
	width: 725px;
}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
#footer-left {
	float: left;
	width: 158px;
}
#footer-right {
	float: left;
}
#bottom {
	width: 100%;
        text-align: center;
}
#bottom hr {
	height: 1px;
	color: #FFFFFF;
	width: 75%;
	border: 0px;
	background-color: #FFFFFF;
}
.bottom {
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
}
#bottom-left {
	float: left;
}
#bottom-right {
	float: right;
}

/*************Copyright Address Other****************/

#copyright, #address, #other {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
}
#copyright a:link, #copyright a:visited, #address a:link, #address a:visited, #other a:link, #other a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

/******************Table Design Styles***************/

.table-page-content-bg {
	background-image: url(images/inside-main-right-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
	padding-top: 0px;
}
#table-page-content {
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003366;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: justify;
	background-color: #FFFFFF;
	background-image: url(images/inside-main-right1.gif);
}
.table-main-img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 115px;
	background-image: url(images/table-content-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.table-content-left {
	background-image: url(images/inside-main-left-bg.gif);
	background-repeat: repeat-y;
}

/**************Table Nav Styles*****************/

#table-sub-nav {
	width: 150px;
	border-right: 1px dashed #369 !important;
        border-right: 1px solid #369;
	border-bottom: 1px dashed #369 !important;
        border-bottom: 1px solid #369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003366;
}
#table-sub-nav ul li {

	list-style-image: url(images/blue-bullet.gif);
	list-style-type: none;
}
#table-sub-nav ul {
	padding-right: 5px;
	padding-bottom: 10px;
}
#table-sub-nav ul li a:link, #table-sub-nav ul li a:visited {

	font-size: 100%;
	color: #003366;
	text-decoration: none;
}
#table-sub-nav ul li a:hover, #table-sub-nav ul li a:active {
	text-decoration: underline;
}
#table-sub-nav ul li ul {
	padding-bottom: 5px;
	border: none;
	margin-left: -25px !important;
	margin-left: 15px;
}
#table-sub-nav ul li ul li {
	list-style-type: none;
	padding-left: 0px;
	list-style-image: url(images/diamond-bullet.gif);
}
#table-sub-nav ul li ul li a:link, #table-sub-nav ul li ul li a:visited {
	color: #339900;
}
#table-sub-nav ul li ul li a:hover, #table-sub-nav ul li ul li a:active {
	color: #33CC33;
}


/******************Breadcrumb Nav****************/

#breadcrumb {
	text-align: right;
	width: 300px;
	padding-bottom: 8px;
	font-size: 90%;
	color: #6699CC;
	padding-left: 110px;
	float: right;
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
	color: #6699CC;
}
#breadcrumb a:hover, #breadcrumb a:hover {
	color: #0099FF;
	text-decoration: underline;
}

#searchstring {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003366;
        padding-top: 25px !important;
        padding-top: 15px;
	margin-left: 400px;
}
#searchstring td {
	font-family: Arial, Helvetica, sans-serif;
       font-size: 100% !important;
	font-size: 75%;
	color: #003366;
}
.searchbox {
	width: 80px;
	font-size: 90%;
}

/********************Front Page Styles********************/
.sidebar-front-bg {

	background-image: url(images/front-left-column-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 162px;
}
#clergy-button a:link, #clergy-button a:visited {
	background-image: url(images/clergy-button.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 120px;
	display: block;
	text-decoration: none;
	text-indent: -2000px;
}
#clergy-button a:hover, #clergy-button a:active {
	background-image: url(images/clergy-button-over.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 120px;
	display: block;
	text-decoration: none;
	text-indent: -2000px;
}
#ministries-button a:link, #ministries-button a:visited {
	background-image: url(images/ministries-button.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 120px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: -2000px;
}
#ministries-button a:hover, #ministries-button a:active {
	background-image: url(images/ministries-button-over.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 120px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: -2000px;
}
#lay-button a:link, #lay-button a:visited {
	background-image: url(images/lay-buttons.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 120px;
	display: block;
	text-decoration: none;
	text-indent: -2000px;
}
#lay-button a:hover, #lay-button a:active {
	background-image: url(images/lay-button-over.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 120px;
	display: block;
	text-decoration: none;
	text-indent: -2000px;
}
#random-img {
	width: 444px;
}
#front-news {
	font-size: 70%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
       height: 175px;
       overflow: auto;
       margin-top: 5px !important;
       margin-top: 8px;
}
#front-news h1, #front-news h2, #front-news h3 {
	font-size: 130%;
	text-transform: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#front-news a:link, #front-news a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#front-news a:hover, #front-news a:active {
	color: #CCFFFF;
	text-decoration: underline;
}
#front-news p a:link, #front-news p a:visited {

	text-decoration: underline;
}
#sidebar-front {

	width: 162px;
	float: left;
	background-image: url(images/leftnav-front-bg.gif);
	background-repeat: no-repeat;
	_padding-top: 12px;
}
#front-news-button a:link, #front-news-button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-news.gif);
	display: block;
	height: 53px;
	width: 148px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}
#front-cal-button a:link, #front-cal-button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-calendar.gif);
	text-indent: -2000px;
	display: block;
	height: 53px;
	width: 148px;
	background-repeat: no-repeat;
}
#front-community-button a:link, #front-community-button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-community.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	display: block;
	height: 53px;
	width: 148px;
}
#front-resources-button a:link, #front-resources-button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-resources.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	display: block;
	height: 53px;
	width: 148px;
}
#front-news-button a:hover, #front-news-button a:active {

	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-news-over.gif);
	display: block;
	height: 53px;
	width: 148px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}
#front-cal-button a:hover, #front-cal-button a:active {

	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-calendar-over.gif);
	text-indent: -2000px;
	display: block;
	height: 53px;
	width: 148px;
	background-repeat: no-repeat;
}
#front-community-button a:hover, #front-community-button a:active {

	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-community-over.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	display: block;
	height: 53px;
	width: 148px;
}
#front-resources-button a:hover, #front-resources-button a:active {

	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/front-resources-over.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	display: block;
	height: 53px;
	width: 148px;
}
#front-searchstring {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
        margin-top: 0px !important;
	margin-top: -15px;
	font-weight: bold;
}
#front-searchstring td {

	font-family: Arial, Helvetica, sans-serif;
       font-size: 100% !important;
	font-size: 75%;
	color: #fff;
}


/*****************************************************/
/*************Plugin Styles*************************/
/****************************************************/


/****** tx_indexedsearch *********************/
       .tx-indexedsearch { width: 100%;}
	.tx-indexedsearch .tx-indexedsearch-searchbox TABLE  { font-size: 100% !important; font-size: 90%; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:50px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:80px; }
	.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-browsebox-SCell { background: #eee; padding: 2px; font-size: 100% !important; font-size: 80%;}
        .tx-indexedsearch .tx-indexedsearch-rules  {display: none;}
        .tx-indexedsearch .tx-indexedsearch-res  {width: 100%;}
        .tx-indexedsearch .tx-indexedsearch-res TABLE {width: 100%;}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; font-size: 100% !important; font-size: 90%;}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; font-size: 75% }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; font-size: 100% !important; font-size: 75%;}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; font-size: 100% !important; font-size: 75%; }
	.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; font-size: 175% !important; font-size: 150%}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc;}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; font-size: 80%;}
	.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }


/**** News Plugin ****/

div.news-latest-item {
	padding: 4px 0;
}
#front-news .news-latest-item a:link {
	text-decoration: none;
}
#front-news .news-latest-item a:visited {
	color: #cff;
}
#front-news .news-latest-item a:hover {
	color: #9cf;
	text-decoration: underline;
}


/****************/
/*Blog System*/

.tx-eeblog-pi1 {text-align: left; float: right; clear: left;}
.tx-eeblog-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
div.tx-eeblog-listrow table { /*width: 350px;*/}

#ee_blog_list {
  padding-bottom:10px;
  border-top:1px dashed #ccc;
  border-bottom: 5px solid #933;
 
  /*margin:-5px 0 1em 0;*/
  /*width: 350px;*/
 }

#ee_blog_tools {
  /*background-color: #c0c0c0;
  border: thin dotted #800080;*/
}

.ee_blog_search {
  /*float: right;*/
}

.ee_blog_browse {
 /* float: left;*/
}


#ee_blog_author {
  margin:12px 0 0 0;
  font-size:75%;
  color:#666;
}

#ee_blog_entry {
  /* padding-bottom:10px;
  border-top:1px dashed #fff;
  border-bottom:1px dashed #999;
 margin:-5px 0 1em 0;*/
}


#ee_blog_Header {
  font-size: 14px;
  /*border-top:1px dashed #999;*/
 font-weight: bold;
 color: #069;
  /*clear:left;*/
}		

#ee_blog_categories {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

#ee_blog_categories a:link, #ee_blog_categories a:visited {
  font-size: 11px;
  font-weight: normal;
  color: #069;
  text-decoration: none;
}

#ee_blog_categories a:hover, #ee_blog_categories a:active{
  text-decoration: underline;
}

#ee_blog_categories_list ul {
  padding: 5px;
  list-style: inside url(images/bullet.gif);
}
#ee_blog_categories_list li {
  
}

#ee_blog_Header a:link, #ee_blog_Header a:visited {
  font-size: 14px;  
  font-weight: bold;
  color: #069; text-decoration : none;
}
#ee_blog_Header a:hover {text-decoration : underline;}

#ee_blog_link_to_list {/*margin: 10px 0 20px 0; border: 1px dotted #069; background-color: #efefef; padding: 2px;*/ float: right;}
#ee_blog_link_to_list a:link {color:#36c; text-decoration : none; font-size:11px; font-weight: bold;}
#ee_blog_link_to_list a:visited {color:#36c; text-decoration : none; font-size:11px; font-weight: bold;}
#ee_blog_link_to_list a:hover {color:#069; text-decoration : underline; font-size:11px; font-weight: bold;}

#ee_blog_comments_header {
  font:bold 150% Arial,Sans-serif;
  text-align: center;
  color:#000;
  margin:25px 0 0 0;
  line-height:105%;
  clear:left;
}	

.ee_blog_timestamp  {
  font-size:11px;
  color:#666;
}  

.ee_blog_section {

	font-family : Verdana, sans-serif;
	font-size : 11px;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
       width: 100%;
}
.ee_blog_section table{
      margin: 6px;
}

.comments-body {
	font-family:georgia, verdana, arial, sans-serif;
	color:#666;
	font-size:11px;
	font-weight:normal;
 	background:#FFF;
 	line-height:14px;
 	padding-bottom:10px;
  	padding-top:10px;		
 	border-bottom:1px dotted #999; 					
}

*/***********************/ 
 /* CHC Forum Styles */

/* 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 #000;
	background: #eee;
	margin-bottom: 3px;
	width: 100%;
}

.tx-chcforum-pi1-Table thead tr th {
	font-size: 14px;
	font-weight: bold;
	background: #ccc;
	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-color: #ccc;
	padding: 5px;
	text-align: left;
}

/* category features row */
.tx-chcforum-pi1-Table tbody tr td {
	font-size: 12px;
	background: {$chc-forum.style.bgCell};
	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 {
	font-size: 10px;
	margin-left: 5px;
}

.tx-chcforum-pi1-catConferenceCell dd.new {
	color: {$chc-forum.style.colorNewMessages};
}

/* 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;
}
/* CATEGORY TABLE END */


/* 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: #eee;
	border: 1px solid #666;
/*	margin: 12px 0 15px 0; */
	margin-bottom: 3px;
	margin-top: 15px;
	padding: 3px;
	font-size: 10px;
}
/* NAVPATH END*/

/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
	background: {$chc-forum.style.bgNav};
	border: 1px solid {$chc-forum.style.bordercolor2};
	font-size: 10px;
	margin-bottom: 3px;
	padding: 3px;
	font-size: 10px;
	text-align: right;
	clear: both;
}
/* PAGELINKS END */

/* POST FORM BEGIN */
.tx-chcforum-pi1-postForm {
	border: 1px solid {$chc-forum.style.bordercolor1};
	background: {$chc-forum.style.bgCell};
	padding: 5px;
	margin-bottom: 3px;
	width: 100%;
}


.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 {$chc-forum.style.bordercolor2};
	margin-bottom: 3px;
}

.tx-chcforum-pi1-postForm textarea {
	border: 1px solid {$chc-forum.style.bordercolor2};
	margin: 3px 0;
	display: block;
	/*width: 80% !important;*/
	/*width: 50%;*/
	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 {$chc-forum.style.bordercolor2};
	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 {$chc-forum.style.bordercolor2};
	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 {
	border: 1px solid #666;
	margin: 3px 0;
}

/* top */
.tx-chcforum-pi1-singlePost .author {
	background: #eee;
	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 #666;
	float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text {
	border-top: 1px solid {$chc-forum.style.bordercolor2};
	border-bottom: 1px solid {$chc-forum.style.bordercolor2};
	background: {$chc-forum.style.bgCell};
}

.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: #eee;
	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: #ccc;
	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: #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;
	font-size: 10px;
	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: {$chc-forum.style.bgSinglePost};
	border: 1px solid {$chc-forum.style.bordercolor2};
	font-size: 10px;
	padding: 5px;
}

/* SINGLE POST END */


/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-footerBox {
	background: {$chc-forum.style.bgHeader};
	padding: 3px;
	border: 1px solid {$chc-forum.style.bordercolor1};
	font-size: 10px; 
}

/* used for user listing */
.tx-chcforum-pi1-footerBox div { 
	padding-top: 5px; 
	padding-left: 5px;
	font-size: 10px; 
}
/* FOOTER BOX END */

/* 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 {$chc-forum.style.bordercolor2} 1px;
}
/* HEADER BOX END */

/* TOOL BAR  BEGIN */
.tx_chcforum-pi1-toolBar {
	background: {$chc-forum.style.bgNav};
	border: 1px solid {$chc-forum.style.bordercolor2};
	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: {$chc-forum.style.bgNav};
	border: 1px solid {$chc-forum.style.bordercolor2};
	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;
}


/* TOOL BAR  END */

/* PROFILE BEGIN */
.tx-chcforum-pi1-profileBorder {
	border: 1px solid {$chc-forum.style.bordercolor1};
	padding: 3px;
}

.tx-chcforum-pi1-profileBorder #userPic {
	border: 1px solid {$chc-forum.style.bordercolor2};
	float: right;
}

.tx-chcforum-pi1-profileBorder hr {
	clear: left;
	display: block;
	visibility: hidden;
}

.tx_chcforum-pi1-profileHdrBig {
	background: {$chc-forum.style.bgNav};
	border: 1px solid {$chc-forum.style.bordercolor2};
	padding: 3px;
	margin-bottom: 3px;
	font-size: 10px;
}

.tx_chcforum-pi1-profile_hdr {
	font-size: 10px;
  font-weight: bold;
  background: {$chc-forum.style.bgCell};
  padding: 2px;
}
/* PROFILE END */



/* MESSAGE BOX BEGIN */
.tx-chcforum-pi1-errorBoxCell {
	background: {$chc-forum.style.bgCell};
	font-weight: bold;
	text-align: left;
}

.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
	background: {$chc-forum.style.bgMessage};
	border: 1px dotted {$chc-forum.style.bordercolorMessage};
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}
/* MESSAGE BOX END */

.tx-chcforum-pi1-forumTextBig {
	font-size: 14px;
	font-weight: bold;
}

.tx-chcforum-pi1-helpBox {
	background-color: {$chc-forum.style.bgCell} !important;
	border-style: none;
}

.tx-chcforum-pi1-linkUp {
	background: #DEE3E7;
	border: 1px solid {$chc-forum.style.bordercolor2};
	margin: 12px 0 15px 0;

	padding: 3px;
	font-size: 10px;
	text-align: center;
}

.tx-chcforum-pi1-previewBoxCell {
	background: {$chc-forum.style.bgHeader};
	text-align: center;
}

/******CMS Login/Out **********/

#other .tx-dkdfeuserbelogin-pi1 a.link2:link, #other .tx-dkdfeuserbelogin-pi1 a.link2:visited {
	color: #333;
}