/***********************************************/
/* screen.css Stylesheet für www.beachzone.at  */
/* Datum: 22.06.2006                           */
/***********************************************/


/***********************************************/
/* HTML tag Styles                             */
/***********************************************/ 

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000;
	background-color: transparent;
	background-image: url(images/background_total.gif);
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-style: none;
	text-align: center;
}

a {
	color: #000;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	background-color: transparent;
	text-decoration: underline;
}

a.active {
	color: #ff6600;
	background-color: transparent;
	text-decoration: none;
}

p {
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h1 {
	font-size: 115%;
	color: #ff6600;
	background-color: transparent;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h2 {
	font-size: 108%;
	color: #006699;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

h3 { 
	font-size: 100%;
	color: #ff6600;
	background-color: transparent;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h4 {
	font-size: 95%;
	color: #ff6600;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 85%;
	color: #ff6600;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
}

li {
	font-size: 90%;
}

ul ul {
	list-style-type: disc;
}

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

label {
	font-size: 100%;
	font-weight: bold;
	color: #ff6600;
	background-color: transparent;
}

i {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
 
 table {
 	font-size: 100%;
 }

csc-form-fieldcell {
	background-color: #fff;
	color: #000;
	width: 90px;
	font-size: 85%;
	line-height: 15px;
	padding-left: 2px;
	margin: 0px;
	border: 1px solid #ff6600;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.clear {
	clear: both;
}

div#wrapper {
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 5px;
	overflow: hidden;
	height: auto;
	border: 1px solid #888;
	background-color: #fff;
}

div#hdrImage {
	height: 140px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

div#spacer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #ff6600;
}

div#main {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}

div#left_spacer {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 4%;
	min-height: 20px; /*für Mozilla*/
	background-color: #fff;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
}

div#navBar {
	float: left;
	width: 15%;
	border-left: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	background-image: url(images/bg_navbar.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #f5f5f5;
}

div#content {
	float: right;
	max-width: 74%;
	background-color: #fff;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	padding: 20px 30px 10px 30px;
	margin: 0px;
}

div#content_edit {
	clear: both;
	width: 100%;
	border-top: 1px dashed #ddd;
	margin-top: 15px;
	padding-top: 2px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

/************* #SiteName Styles **************/
#siteName {
	display: none;   
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #globalNav Styles **************/
#globalNav {
	padding: 5px 0px 5px 10px;
	margin: 0px;
	height: 23px;
	border-style: none;
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-color: #ffffcc;
}

#globalNav ul {
	margin: 0;
	list-style: none;
}

#globalNav li {
	display: inline;
}

#globalNav a {
	display: block;
	float: left;
	width: 100px;
	height: 23px;
	padding-top: 5px;
	margin-left: 5px;
	background: url(images/top_nav_lev1.png) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#globalNav a:hover {
	font-weight: bold;
}


/************* #breadCrumb Styles *************/
.breadCrumb {
	margin: 0px;
	padding: 15px 3px 5px 10px;
	border-bottom: 1px solid #ddd;
}

.breadCrumb h3 {
	padding: 0px 0px 2px 0px;
}

.breadCrumb img {
	padding: 2px 0px 0px 3px;
}

.breadCrumb a {
	font-size: 85%;
}

.breadCrumb a:link {
	color: #000;
	padding-left: 1px;
	background-color: transparent;
	text-decoration: none;
}

.breadCrumb a:visited {
	color: #000;
	padding-left: 1px;
	background-color: transparent;
	text-decoration: none;
}

.breadCrumb a:hover {
	color: #ff6600;
	padding-left: 1px;
	background-color: transparent;
	text-decoration: underline;
}

.breadCrumb a.active {
	color: #ff6600;
	padding-left: 1px;
	background-color: transparent;
	text-decoration: underline;
}

/************** .content Styles ***************/
.content {
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.content h1 {
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.content p {
	float: left;
	padding: 10px 10px 0px 10px;
    text-align: left;
    font-size: 90%;
}

/************** .feature Styles ***************/
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3 {
	padding: 10px 0px 2px 0px;
}

.feature img {
	float: left;
	padding: 10px 10px 0px 0px;
}

/************** .story Styles *****************/
.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p {
	padding: 0px 0px 10px 0px;
}

/************** .content footer Styles *****************/
div#print {
	float: left;
	width: 100px;
}

.top {
	float: right;
	width: 22px;
}

/************* #siteInfo Styles ***************/
div#siteInfo {
	clear: both;
	float: left;
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ddd;
	font-size: 85%;
	color: #000;
	background-color: #f5f5f5;
}

div#siteInfo img {
	vertical-align: middle;
	text-align: center;
	padding-right: 3px;
}

/************* #search Styles ***************/
#search {
	padding: 10px 0px 0px 10px;
	border-bottom: 1px solid #ddd;
}

#search_form {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 23px 0px;
}

.search label {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
}

.input {
	float: left;
	background-color: #fff;
	color: #000;
	width: 90px;
	font-size: 85%;
	padding-left: 2px;
	margin: 0px;
	border: 1px solid #ff6600;
}

.submit {
	float: left;
	padding: 5px 0px 0px 5px;
	margin: 0px;
}

/*********** #navBar link Styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;  margin: 0px; padding: 0px;}

#navBar ul {list-style: none; margin: 0px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ddd;  margin: 0px; padding: 0px;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;  margin: 0px; padding: 0px;}

/*********** .sectionLinks Styles ***********/
.sectionLinks {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}

.sectionLinks h3 {
	padding: 10px 0px 5px 10px;
}

.sectionLinks a {
	display: block;
	border-top: 1px solid #ddd;
	font-size: 85%;
	color: #000;
	background-color: #fff;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}

.sectionLinks a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.sectionLinks a:hover {
	color: #fff;
	background-color: #ff6600;
	text-decoration: none;
}

.sectionLinks a.active {
	color: #fff;
	background-color: #ff6600;
	text-decoration: none;
}

/*********** .randomImage Styles ***********/
.randomImage {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #ddd;
}

.randomImage h3 {
	padding: 10px 0px 5px 0px;
}

.randomImage img {
	border: 1px solid #ff6600;
}

.randomImage a:link,
.randomImage a:visited {
	display: block; 
}

/*********** .relatedLinks Styles ***********/

.relatedLinks {
	margin: 0px;
	padding: 0px;
}

.relatedLinks h3 {
	padding: 10px 0px 5px 10px;
}

.relatedLinks form {
	font-size: 90%;
}

.relatedLinks a {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	font-size: 85%;
	background-color: #fff;
	text-decoration: none;
}

.relatedLinks a:link {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.relatedLinks a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.relatedLinks a:hover {
	color: #fff;
	background-color: #ff6600;
	text-decoration: none;
}

.relatedLinks a.active {
	color: #fff;
	font-weight: bold;
	background-color: #ff6600;
}


/***********************************************/
/* Login Box Styles                            */
/***********************************************/ 

.csc-form-label {
	background-color: #fff;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

.csc-form-fieldcell {
	background-color: #fff;
	color: #000;
	width: 30px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

.csc-loginform {
	text-align: left;
	background-color: transparent;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	min-height: 100px;
}

.csc-form-text {
	padding: 5px 0px 2px 0px;
	font-size: 85%;
}

.csc-form-input {
	background-color: #fff;
	color: #000;
	margin: 2px 0px 2px 0px;
	padding-left: 2px;
	font-size: 85%;
	width: 100px;
	line-height: 15px;
	border: 1px solid #ff6600;
}

.csc-form-submit {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	width: 80px;
	color: #000;
}

.csc-form-button {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	width: 65px;
}

.fe_users_input {
	background-color: #fff;
	color: #000;
	border: 1px solid #ff6600;
	padding-left: 2px;
	font-size: 85%;
	width: 100px;
	line-height: 15px;
}

.fe_users_submit {
	margin: 10px 0px 0px 0px;
	width: 150px;
}


/***********************************************/
/* Guestbook Styles                            */
/***********************************************/ 

.tx-veguestbook-pi1 {
	width: 90%;
	margin: 0px;
	padding: 0px;
}

.tx-guestbook-list {
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.tx-guestbook-list-date {
	color: #888;
	font-size: 85%;
	padding-bottom: 8px;
}

.tx-guestbook-list-header {
	background-color: #ff6600;
	color: #fff;
	font-size: 90%;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
}

.tx-guestbook-list-row {
	float: right;
	color: #000;
	background-color: #fff;
	font-size: 90%;
	width: 70%;
	min-width: 70%;
	min-height: 60px;
	padding: 5px;
}

.tx-guestbook-list-rowleft {
	clear: both;
	float: left;
	text-align: left;
	background-color: #f5f5f5;
	color: #000;
	padding: 3px 0px 3px 3px;
	min-height: 60px;
}

.tx-veguestbook-pi1 a {
	font-size: 90%;
}

.tx-guestbook-list-entrycomment-title {
	font-weight: normal;
}
.tx-guestbook-list-entrycomment {
	font-style: italic;
}

.tx-guestbook-list-small {
	font-size: 85%;
	color: #888;
}

.tx-veguestbook-pi1-browsebox TD {
	font-size: 90%;
	color: #888
}

.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-veguestbook-pi1-browsebox-SCell {
	background-color: #555;
}

.tx-guestbook-latest-header {
	background-color: #C5D6E6;
	color: #000;
	font-weight: bold;
}

.tx-guestbook-latest-row {
	background-color: #fff
}

.tx-guestbook-latest-small {
	font-size: 90%;
	color: #000;
}

.tx-guestbook-form-inputfield-med {
	font-size: 90%;
	background-color: #fff;
	color: #000;
	border: 1px solid #ff6600;
	width: 120px;
	height: 15px;
}

.tx-guestbook-form-inputfield-big {
	font-size: 95%;
	background-color: #fff;
	color: #000;
	border: 1px solid #ff6600;	
	width: 120px;
	height: 15px;
}

.tx-guestbook-form-textarea {
	font-size: 95%;
	background-color: #fff;
	color: #000;
	border: 1px solid #ff6600;
	width: 150px;
	margin-bottom: 10px;
}

.tx-guestbook-form-obligationfield {
	color: #000;
	padding: 0px;
	margin: 0px;
}

.tx-guestbook-form-error {
	color: red;
}

.tx-guestbook-form-error input {
	font-size: 95%;
}


/***********************************************/
/* News List Styles                            */
/***********************************************/ 

/************** #News Search-View Styles **************/
div#news_search {
	width: 90%;	
}

/************** #News Archive-View Styles **************/
div#news_archive {
	margin: 10px;
}

/************** #News Single-View Styles **************/
div#news_single {
	padding: 10px;
	margin: 0;
	width: 80%;
	color: #888;
	border: 1px dashed #ddd;
	background-color: #fff;
}

div#news_single_left {
	clear: both;
	float: left;
	width: 400px;
}

div#news_single_image {
	float: right;
	width: 90px;
	padding-right: 10px;
	margin: 0px;
}

div#news_single_title {
	margin: 0px;
	padding: 10px 5px 0px 0px;
	font-size: 120%;
	color: #ff6600;
	background-color: transparent;
}

div#news_single_subheader {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	padding: 0px 5px 0px 10px;
}

div#news_single_content {
	padding-top: 5px;
	padding-left: 10px;
}

div#news_single_author {
	color: #888;
	text-align: right;
	padding-top: 15px;
	font-size: 80%;
}

div#news_single_links {
	font-style: normal;
	color: #888;
	text-align: left;
	font-size: 90%;
}

div#news_single_related {
	font-style: normal;
	text-align: left;
	font-size: 90%;
}

/************** #News List-View Styles **************/
div#news_list {
	width: 70%;
	margin-left: 50px;
}

.news_list_item {
	background-color: #fff;
	border: 1px dashed #ddd;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 20px;
}

.news_list_header {
	clear: both;
	float: left;
	padding-left: 10px;
	color: #888;
}

.news_list_title {
	clear: both;
	float: left;
	color: #ff6600;
	background-color: transparent;
	padding: 8px 0px 0px 10px;
}

.news_list_subheader {
	float: left;
	padding: 10px 10px 5px 10px;
	text-align: left;
	max-width: 320px;
	font-weight: normal;
	font-size: 90%;
}

.news_list_image {
	clear: both;
	float: left;
	background-color: #fff;
	padding: 5px 0px 10px 10px;
	margin-right: 10px;
}

.news_list_item a:link {
	color: #000;
	background-color: transparent;
}

.news_list_item a:visited {
	color: #000;
	background-color: transparent;
}

.news_list_item a:hover {
	color: #ff6600;
	background-color: transparent;
}

.news_list_subheader bodytext {
	font-size: 90%;
	font-weight: normal;
	white-space: normal;
	padding: 5px 10px 5px 10px;
}

/************** #News Latest-View Styles **************/
div#news_latest {
	width: 50%;
	padding: 5px;
	margin: 5px;
	background-color: #fff;
	border-style: none;
}

.news_latest_category {
	font-size: 80%;
	color: #888;
}

.news_latest_date {
	font-size: 80%;
	border-top: 1px dashed #ddd;
	padding-top: 5px;
	color: #888;
}

.news_latest_subheader {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
	color: #000;
	background-color: transparent;
}

.news_latest_image {
	padding: 0px;
}

.news_latest_title {
	color: #ff6600;
	background-color: transparent;
	font-size: 90%;
}

div#news_latest_toArchive {
	font-size: 80%;
	font-weight: normal;
}


/***********************************************/
/* Indexed Search Engine Styles                */
/***********************************************/

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 100px;
	font-size: 100%;
	color: #000;
	margin-bottom: 9px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:150px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ff6600;
	margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
	display: none;
	font-weight:normal;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	display: none;
	margin-top:10px;
	margin-bottom:5px;
}

.tx-indexedsearch P.tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
	color: #ff6600;
	background-color: transparent;
	margin-top: 30px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background-color: #f5f5f5;
}

.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 {
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
	color: #ff6600;
	background-color: transparent;
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	color: #888;
	background-color: #f5f5f5;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom:5px;
	/*border: 1px solid #ff6600;*/
	background-color: #fff;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	background-color: #fff;
	font-size: 100%;
	padding: 3px 5px 3px 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	vertical-align: middle;
	font-size: 10pt;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch P {
	font-size:10pt;
}

.tx-indexedsearch-rules h2 {
	color: #ff6600;
	background-color: transparent;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.tx-indexedsearch-searchbox select {
	font-size: 95%;
	background-color: #fff;
	color: #000;
	border: 1px solid #ff6600;
}

.tx-indexedsearch-res table {
	border: 1px dashed #ddd;
}

tx-indexedsearch-descr p {
	padding: 5px 0px 5px 0px;
}

/***********************************************/
/* Random Image Styles                         */
/***********************************************/

tx-wagrandomimage-pi1 {
	border: 1px solid #ddd;
}

.tx-wagrandomimage-pi1 img {
	width: 90%;
}

/***********************************************/
/* Calendar Styles                             */
/***********************************************/

/*********** Calendar Tooltip Styles ***********/
.jwcalendar_olbg { 
	border: solid 1px #ff6600; 
	background-color: #f5f5f5;
	font-size: 100%; 
}

.jwcalendar_olfg { 
	border: 0px; 
	background-color: #fff; 
	padding:4px 6px;
	text-align: left;
	font-size: 100%;
}

.jwcalendar_olcf { 
	font-size: 100%; 
	line-height: 2em; 
	font-weight: bold; 
	color: #fff; 
	background-color: transparent;
}

.jwcalendar_oltf {  
	font-size: 100%; 
	color: #888;
	background-color: transparent;
}

/*********** Calendar Basic Styles ***********/
div.tx-jwcalendar-pi1 {
	text-align: center;
	color: #fff;
	background-color: transparent;
	margin: 0;
}

div.tx-jwcalendar-pi1 img {
	border-style: none;
}

div.tx-jwcalendar-pi1 a,div.tx-jwcalendar-pi1 table a {
    text-decoration: underline;
    color: #000;
    background-color: transparent;
}

div.tx-jwcalendar-pi1 a:hover, div.tx-jwcalendar-pi1 table a:hover {
    color: #ff6600;
    background-color: transparent;
}

div.tx-jwcalendar-pi1 input{
	clear:both;
	background-color: #fff;
	border:1px #ff6600 solid;
	text-align: center;
	margin: 0px;
	padding: 0px; 
} 

div.tx-jwcalendar-pi1 .tx_jw_input_text{
	width: 260px;
	background-color: #fff;
	border: 1px #ff6600 solid;
	padding: 2px;
	margin: 0px;
	height: 15px;
}

div.tx-jwcalendar-pi1 .tx_jw_select{
	font-size: 100%;
	border: 1px solid #ff6600;
}

div.tx-jwcalendar-pi1 .tx_jw_textarea{
	font-size: 100%;
	height: 120px;
	width: 260px;
	padding: 3px;
	border: 1px solid #ff6600;
	background-color: #fff;
}

/*********** Calendar List-View Styles ***********/
div.jwcalendar_list{
	float: left;
	background-color: #fff;
	color: #000;
	border-style: none;
	margin: 10px 0px 0px 0px;
}

div.jwcalendar_list .title{
	font-size: 100%;
	font-weight: bold;
	color: #ff6600;
	background-color: #fff;
	padding: 8px 5px;
}

div.jwcalendar_list .prev_items{
	float: left;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: #f5f5f5;
	background-color: transparent;
	padding: 8px 0 0 16px;
}

div.jwcalendar_list .next_items{
	float: right;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #f5f5f5;
	background-color: transparent;
	padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items{
}

div.jwcalendar_list .itemslist{
	padding: 10px;
}

div.jwcalendar_list table.items{
	font-size: 90%;
	text-align: left;
	line-height: 1.4em;
	empty-cells: show;
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
}

div.jwcalendar_list table.items td.label{
	background: #f5f5f5;
	width: 33%;	
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 5px;
}

div.jwcalendar_list table.items td.item{
	background: #fff;	
	width: 67%;	
	border: 1px solid #ddd;
	vertical-align: top;
	padding: 5px;
}

div.jwcalendar_list table.items p{
 	font-size: 90%;
	padding: 0px;
}

div.jwcalendar_list table.items p{
	font-size: 90%;
	padding: 0px;
}

div.jwcalendar_list .submit{
	clear: both;	
	font-size: 90%;
	padding: 0px;
	border: none;
}

/*********** Calendar Week-View Styles ***********/
div.jwcalendar_week{
	float: left;
	width: 90%;
	color: #000;
	background-color: #fff;
	font-size: 100%;
	border: 1px  #ddd solid;
	margin: 10px 0;
}

div.jwcalendar_week .prev_week{
	float: left;
	margin: 4px 120px 0px 10px;
}

div.jwcalendar_week .selector{
	float: left;
	margin: 4px 0 0 0;
}

div.jwcalendar_week .next_week{
	text-align: right;
	margin: 4px 10px 0px 120px;
}


div.jwcalendar_week table.days{
	clear: both;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 8px;
}

div.jwcalendar_week table.days td.dayname{
	text-align: right;
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 2px 8px 0 4px;
}

div.jwcalendar_week table.day_events,div.jwcalendar_week table.times{
	background: #f5f5f5;
	font-size: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
}
div.j
wcalendar_week table.times{
	border: 1px solid #ddd;
}

div.jwcalendar_week table.times td.time{
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}

div.jwcalendar_week table.days a{
	text-decoration: none;
}

div.jwcalendar_week table.days td.time{
	text-align: center;
}

div.jwcalendar_week table.days td.event_time{
	height: 4px;
	padding: 0;
	margin: 0px;
}

div.jwcalendar_week table.days td.event{
	vertical-align: top;
	padding: 4px 2px;
	border: 1px solid #ff6600;
	margin: 0px;
}

div.jwcalendar_week table.days td.event a{
}

/*********** Calendar Month-View Styles ***********/
div.jwcalendar_month{
	background-color: #fff;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}

div.jwcalendar_month .title{
	font-weight: bold;
	color: #ff6600;
	background-color: #fff;
	padding: 5px 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

div.jwcalendar_month .navi {
	width: 80%;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.jwcalendar_month .days_view{
	padding-top: 10px;
	font-size: 100%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/*********** Calendar Month-View Tables-Navigation ***********/
div.jwcalendar_month table.navs{
	font-size: 100%;
	width: 80%;
}

div.jwcalendar_month table.months, div.jwcalendar_month table.year{
	width: 50px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	empty-cells: show;
	border-collapse: separate;
	border-spacing: 3px;
}

div.jwcalendar_month table.year{
	font-size: 100%;
	border-spacing: 3px;
}

div.jwcalendar_month table.months td, div.jwcalendar_month table.year td{
}

div.jwcalendar_month table.months td.other_month, div.jwcalendar_month table.year td.last_year, div.jwcalendar_month table.year td.next_year{
	background: #fff;
	border: 1px #ff6600 solid;
	padding: 15px 3px;
}

div.jwcalendar_month table.months td.other_month{
	padding:5px;
}

div.jwcalendar_month table.months td.current_month{
	background: #ff6600;
	border: 1px solid #ff6600;
	padding: 5px;
}

div.jwcalendar_month table.months td.current_month a{
	background: transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*********** Calendar Month-View Table-Days ***********/
div.jwcalendar_month table.days{
	width: 80%;
	font-size: 100%;
	line-height: 20px;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #ddd;
	padding: 0;
}

div.jwcalendar_month table.days a{
	text-decoration: underline;
}

div.jwcalendar_month table.days td{
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 2px;
}

div.jwcalendar_month table.days td.week{
	background: #fff;
	font-weight: bold;
	width: 70px;
	font-size: 90%;
}

div.jwcalendar_month table.days td.dayname{
	background: #fff;
	font-weight: bold;
	text-align: center;
}

div.jwcalendar_month table.days,
div.jwcalendar_month table.days td.inside,
div.jwcalendar_month table.days td.today,
div.jwcalendar_month table.days td.inside_weekend,
div.jwcalendar_month table.days td.today_weekend,
div.jwcalendar_month table.days td.outside_weekend{
	font-weight: normal;
}

div.jwcalendar_month table.days td.inside {
	background-color: #fff;
}

div.jwcalendar_month table.days a,
div.jwcalendar_month table.days td.inside a,
div.jwcalendar_month table.days td.today_inside a,
div.jwcalendar_month table.days td.inside_weekend a{
	font-weight: normal;
}

div.jwcalendar_month table.days td.outside_weekend a{
	font-weight: normal;
	color: #888;
}

div.jwcalendar_month table.days td.today_weekend a:link {
	font-weight: bold;
	color: #fff;
}

div.jwcalendar_month table.days td.today_weekend a:visited{
	font-weight: bold;
	color: #fff;
}

div.jwcalendar_month table.days td.today{
	background-color: #ff6600;
	color: #fff;
	border: 1px solid #ddd;
}

div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
	background: #f5f5f5;
	color: #888;
	border: 1px solid #ddd;
}

div.jwcalendar_month table.days td.inside_weekend{
   background: #f5f5f5;
}

/*********** Calendar Month-View Table-SingleDay ***********/
div.jwcalendar_month table.singleday,
div.jwcalendar_month table.singleday td,
div.jwcalendar_month table.singleday td a,
div.jwcalendar_month table.singleday a{
	font-weight: normal;
	font-size: 90%;
	width: 50px;
	line-height:1.0em;
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0px;
	border:0px solid #ddd;
	padding:0px;
	margin:0 0 2px 0;
}

div.jwcalendar_month table.singleday{
	background: #eee;
	border:1px dotted #ddd;
}

div.jwcalendar_month table.singleday td{
	border:0px solid #ddd;
	padding:3px 0;
}

/*********** Calendar Month-View Table-DayItem ***********/
div.jwcalendar_month table.dayitem,
div.jwcalendar_month table.dayitem a{
	width: 80px;
	line-height: 1.0em;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	border: 1px solid #ddd;
	padding: 0px;
	margin: 1px 0;
}

div.jwcalendar_month table.dayitem td.item,
div.jwcalendar_month table.dayitem td.item a{
	color:#333;
	text-decoration:none;
	font-weight:normal;
	border:0;
}

div.jwcalendar_month table.dayitem td.itemcat,
div.jwcalendar_month table.dayitem td.itemcat a{
	font-weight:normal;
	color:#333;
	text-decoration:none;
	font-size: 8px;
	padding:0px;
	Cursor:help;
	width:2px;
	border:0;
}

/*********** Calendar Single-View Styles ***********/
div.jwcalendar_single{
	float: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-style: none;
	padding: 10px;	
}

div.jwcalendar_single .content,div.jwcalendar_single .header,div.jwcalendar_single .org{
	clear: both;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

div.jwcalendar_single .contentie,div.jwcalendar_single .headerie,div.jwcalendar_single .orgie{
	float: left;
	width: 100%;
	text-align: left;
	color: #000;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
}

div.jwcalendar_single .headerie{
	border-top: 1px solid #ddd;
	background-color: #ff6600;	
	color: #fff;
}

div.jwcalendar_single .contentie{
	font-size: 120%;
	background-color: #fff;
}

div.jwcalendar_single .title, div.jwcalendar_single .category{
	float: left;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	padding: 4px 0px 8px 8px;
	margin: 0px;
}
div.jwcalendar_single .catcolor{
	float: none;
	font-size: 2px;
	padding: 0px;
}    

div.jwcalendar_single .category{
	float: none;
	font-weight: normal;
	padding: 4px 0px 6px 8px;
}

div.jwcalendar_single .images {
	clear: both;
	float: left;
	width: 15%;
	padding: 10px 8px;
	margin: 0px;
}

div.jwcalendar_single .itemtext {
	float: right;
	width: 80%;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

div.jwcalendar_single .itemtitle p:first-letter {
	font-size: 120%;
	font-weight: bold;
	color: #ff6600;
}

div.jwcalendar_single .itemtitle  p:first-line {
	font-weight: bold;
	line-height: 1.2em;
}

div.jwcalendar_single .teaser {
	font-weight: bold;	
	font-style: italic;
	line-height: 1.8em;
	padding-left: 20px;
}

div.jwcalendar_single .desc{
	padding: 10px 5px 5px 10px;
}

div.jwcalendar_single .itemlink{
	line-height: 1.8em;
}

div.jwcalendar_single .label, div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{
	clear: both;
	float: left;
	text-align: right;
	font-weight: bold;	
	width: 33%;
	padding: 4px 8px;
}

div.jwcalendar_single .item, div.jwcalendar_feEntry .item{
	text-align: left;
	padding: 4px 4px 4px 32%;
}

/*********** Calendar FeEntry-View Styles ***********/
div.jwcalendar_feEntry{
	width: 90%;
	margin-left: auto;
	margin-Right: auto;
	padding: 8px;
	color: #000;
	background-color: #fff;
	border-style: none;
}

div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{
	vertical-align: middle;
	font-size: 100%;
	font-weight: normal;
	padding: 2px;
	width: 32%;
}  
  
div.jwcalendar_feEntry .timelabel{
	width: 20%;
}  

div.jwcalendar_feEntry .title{
	font-size: 120%;	
	font-weight: normal;	
	color: #ff6600;
	text-align: left;
	padding: 0px 8px;
}

div.jwcalendar_feEntry .title p:first-letter{
	font-size: 120%;	
}

div.jwcalendar_feEntry .item{
	text-align: left;
	padding: 5px;
}

div.jwcalendar_feEntry .fileitem{
	text-align: left;
	padding: 8px 8px;
	width: 30px;
}

div.jwcalendar_feEntry input{
	clear: none;
	background: #fff;
	border: 1px solid #ff6600;
	text-align: left;
	font-size: 90%;
	margin: 0px;
	padding: 0px; 
}

div.jwcalendar_feEntry .error ul li{
	list-style: circle;
	text-align: left;
	font-size: 100%;
	color: red;
	margin: 4px 40px;
}

div.jwcalendar_feEntry .error ul li:first-letter{
	font-size: 16px;
	font-weight: bold;
}

div.jwcalendar_confirm .error{
	font-size: 12px;
	color: red;
	margin: 10px;
}

div.jwcalendar_confirm .conftext{
	font-size: 108%;
	margin: 10px;
}

/*********** Calendar Organizer-View Styles ***********/
div.jwcalendar_organizer, div.jwcalendar_location{
	background-color :#FDF2D2;
	border: 1px solid #FFC725;
	padding: 10px 10px;
}

div.jwcalendar_organizer .content,div.jwcalendar_organizer .header,div.jwcalendar_organizer .org, 
div.jwcalendar_location .content,div.jwcalendar_location .header,div.jwcalendar_location .org{
	width: 100%;
	clear: both;
}

div.jwcalendar_organizer .contentie,div.jwcalendar_organizer .headerie,div.jwcalendar_organizer .orgie,
div.jwcalendar_location .contentie,div.jwcalendar_location .headerie,div.jwcalendar_location .orgie
{
	float: left;
	width: 100%;
	text-align: left;
	border-left: 1px dotted #FFC725;
	border-right: 1px dotted #FFC725;
	border-bottom: 1px dotted #FFC725;
	background: #FCECC0;
}

div.jwcalendar_organizer .headerie,
div.jwcalendar_location .headerie{
	border-top: 1px dotted #FFC725;
}

div.jwcalendar_organizer .contentie,
div.jwcalendar_location .contentie{
	background: #FBE29F;
}

div.jwcalendar_organizer .title,
div.jwcalendar_location .title{
	float: left;
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	padding: 4px 8px 8px 8px;
}

div.jwcalendar_organizer .text,
div.jwcalendar_location .text{
	margin: 8px;
}

div.jwcalendar_location .name,
div.jwcalendar_organizer .name{
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	padding: 0;
}

div.jwcalendar_location .name p:first-letter,
div.jwcalendar_organizer .name p:first-letter{
	font-size: 15px;
	font-weight: bold;	
	color: red;
}

div.jwcalendar_location .name  p:first-line,
div.jwcalendar_organizer .name  p:first-line{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}

div.jwcalendar_location .images,
div.jwcalendar_organizer .images{
	float: left;
	padding: 10px 8px;
	margin: 0px;
}

div.jwcalendar_location .desc,
div.jwcalendar_organizer .desc{
	font-size: 11px;
}

div.jwcalendar_location .label,
div.jwcalendar_organizer .label{
	clear: both;
	float: left;
	text-align: right;
	font-weight: bold;	
	width: 33%;
	padding: 4px 4px;
}

div.jwcalendar_location .item,
div.jwcalendar_organizer .item{
	text-align: left;
	padding: 4px 4px 4px 32%;
}

div.jwcalendar_location .addritem,
div.jwcalendar_organizer .addritem{
	text-align: left;
	padding: 4px 4px 0px 32%;
}
div.jwcalendar_location .cityitem,
div.jwcalendar_organizer .cityitem{
	text-align: left;
	padding: 0px 4px 8px 32%;
}


/***********************************************/
/* Forum Styles                                */
/***********************************************/ 

#tx_chcforum-pi1{
	font-size: 90%;
	width: 98%;
}
 
#tx_chcforum-pi1 caption{
	display: none;
}

#tx_chcforum-pi1-toolBar {
	clear:both;
	padding: 0;
	margin: 0;
	min-height: 30px;	
}

#tx_chcforum-pi1 img{
	background-color: #f5f5f5;
	padding: 0px 2px 0px 2px;
	margin: 0;
}

#tx_chcforum-pi1 a{
	font-size: 100%;
	text-decoration: underline;
	padding: 0px 10px 0px 0px;
	margin: 0;
}

#tx_chcforum-pi1 a:hover{
	text-decoration: underline;
}
 
/* only one form in the forum */
#tx_chcforum-pi1 form{
	margin-top: 20px;
}
 
/*********** Forum Generic Table Styles ***********/ 
.tx-chcforum-pi1-Table{
	font-size: 100%;
	background: #ddd;
	margin: 10px 0px 3px 0px;
	border-style: none;
}

.tx-chcforum-pi1-Table legend{
	color: #ff6600;
	padding: 5px;
}

.tx-chcforum-pi1-Table thead tr th{
	font-size: 85%;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
}
 
/* category title row */
.tx-chcforum-pi1-Table tbody tr th{
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	background-color: #ff6600;
	padding: 3px 5px 3px 5px;
	text-align: left;
	border-style: none;
}
 
/* category features row */
.tx-chcforum-pi1-Table tbody tr td{
	font-size: 90%;
	background: #fff;
	padding: 5px;
}

.tx-chcforum-pi1-noWrap{
	float: right;
	background-color: #f5f5f5;
}
 
/*********** Forum Category Table Styles ***********/ 
/* 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: #ff6600;
}
 
/* 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;
	vertical-align: top;
}

/*********** Forum Conference Table Styles ***********/ 
/* cell 1 */
.tx-chcforum-pi1-confThreadSubjCell {
 
}
 
.tx-chcforum-pi1-confThreadNew {
	color: #ff6600;
	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 {
}
 
/*********** Forum Navigation-Path Table Styles ***********/
.tx-chcforum-pi1-preTableWrap{
	border-style: none;
}
 
.tx-chcforum-pi1-navPath {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin: 0px;
	padding: 5px 3px 5px 3px;
	font-size: 85%;
}

/*********** Forum PageLinks Styles ***********/
.tx-chcforum-pi1-postTableWrap {
	border-style: none;
}

.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 10px;
	padding: 3px;
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
	clear: both;
}
 
/*********** Forum Post-Form Styles ***********/
.tx-chcforum-pi1-postForm {
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 5px;
	margin-top: 10px;
}
 
.tx-chcforum-pi1-postForm fieldset label {
	float: left;
	color: #000;
	display: block;
	text-align: right;
	padding: 5px 20px 0px 0px;
	width: 150px;
}
 
.tx-chcforum-pi1-postForm fieldset#formTop input {
	display: block;
	width: 150px;
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	margin-bottom: 3px;
}
 
 .tx-chcforum-pi1-postForm legend {
 	color: #ff6600;
	padding: 8px;
}

.tx-chcforum-pi1-postForm textarea {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	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 {
	padding: 3px;
	font-size: 12px;
	margin-bottom: 3px;
}
 
.tx-chcforum-pi1-formBtnHov {
	padding: 3px;
	font-size: 12px;
}
 
.tx-chcforum-pi1-formBtnStyle {
	padding: 3px;
	margin: 3px;
}
 
.tx-chcforum-pi1-formBtnStyleHov {
	padding: 3px;
	margin: 3px;
}
 
/*********** Forum Single-Post Styles ***********/
.tx-chcforum-pi1-singlePost {
	border: 1px solid #ddd;
	margin: 10px 0;
}
 
/* top */
.tx-chcforum-pi1-singlePost .author {
	background-color: #f5f5f5;
	padding: 3px;
	vertical-align: top;
}
 
.tx-chcforum-pi1-formEmicoStyle {
	margin: 3px;
}
 
.tx-chcforum-pi1-singlePost .im {
	vertical-align: middle;
	margin: 0px;
}
 
.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 #ddd;
	float: right;
}
 
/* middle */
.tx-chcforum-pi1-singlePost .text {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	
}
 
.tx-chcforum-pi1-singlePost .scroller {
	background: #fff;
	min-height: 125px;
	text-indent: 0px;
	padding: 3px;
}
 
/* bottom */
.tx-chcforum-pi1-singlePost .edit {
	background: #f5f5f5;
	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;
	padding: 0px 3px 0px 3px;
}
 
.tx-chcforum-pi1-singlePost .attachment {
	background: #fff;
	padding: 3px;
}
 
.tx-chcforum-pi1-singlePost .attachment div {
	vertical-align: top;
}
 
.tx-chcforum-pi1-singlePost .attachment img {
	margin-right: 5px;
}
 
.tx-chcforum-pi1-singlePost .offset {
	margin-left: 15px;
	margin-right: 15px;
}
 
.tx-chcforum-pi1-singlePost .codeCell {
	font-size: 85%;
	color: #ff6600;
	padding: 5px;
	background-color: #ddd; 
	border: 1px solid #D1D7DC; 
}
 
.tx-chcforum-pi1-singlePost .quoteCell {
	background-color: #ff6600;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #ddd; 
}
 
.tx-chcforum-pi1-singlePost .quoteCellAuthor {
	border-style: none;
	font-weight: bold;
	padding: 3px 0;
}
 
.tx-chcforum-pi1-singlePost .quoteTable {
	border-style: none;
	margin: 15px 0;
}
 
.tx-chcforum-pi1-singlePost .text img {
	float: right;
	max-width: 350px;
}
 
.tx-chcforum-pi1-singlePostQuoteText {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 10px;
	padding: 5px;
}
 
/*********** Forum Footer-Box Styles ***********/
.tx-chcforum-pi1-footerBox{
	background: #f5f5f5;
	padding: 3px;
	margin: 0px;
	border: 1px solid #ddd;
	font-size: 80%;
}
 
/* used for user listing */
.tx-chcforum-pi1-footerBox div{ 
	padding-top: 5px; 
	padding-left: 5px;
	margin: 0px;
	font-size: 80%;
}
 
/*********** Forum Header-Box Styles ***********/
.header_center{
	text-align: center;
	height: 34px;
}

.header_text{
	font-size: 24px;
	line-height: 34px; 
	font-weight: bold;
	font-variant: small-caps;
	color: #ff6600;
	background-color: transparent;
}
.header_small{
	margin-bottom: 3px;
	border: 1px solid #ddd;
}
 
/*********** Forum ToolBar Styles ***********/
.tx_chcforum-pi1-toolBar{
	clear: both;
	height: 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tx_chcforum-pi1-toolBar img {
	vertical-align: middle;
	margin-left: 16px;
	background: transparent;
}
 
.tx_chcforum-pi1-toolBar div {
	line-height: 30px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
 
/*********** Forum Profile Styles ***********/
.tx-chcforum-pi1-profileBorder {
	border: 1px solid #ddd;
	padding: 3px;
}
 
.tx-chcforum-pi1-profileBorder #userPic {
	border: 1px solid #ddd;
	float: right;
}
 
.tx-chcforum-pi1-profileBorder hr {
	clear: left;
	display: block;
	visibility: hidden;
}
 
.tx_chcforum-pi1-profileHdrBig {
	font-size: 108%;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 3px;
	margin-bottom: 3px;
}
 
.tx_chcforum-pi1-profile_hdr {
	font-size: 100%;
	font-weight: bold;
	color: #ff6600;
	background: #fff;
	padding: 2px;
}
 
/*********** Forum Message-Box Styles ***********/
.tx-chcforum-pi1-errorBoxCell {
	background: #fff;
	font-weight: bold;
	text-align: left;
}
 
.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}

/*********** Forum Basic Styles ***********/ 
.tx-chcforum-pi1-forumTextBig {
	font-size: 115%;
	font-weight: bold;
}
 
.tx-chcforum-pi1-helpBox {
	background-color: #fff;
	border-style: none;
}
 
.tx-chcforum-pi1-linkUp {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	margin: 0px;
	padding: 3px;
	font-size: 10px;
	text-align: center;
}
 
.tx-chcforum-pi1-previewBoxCell {
	background: #fff;
	border: 1px dotted #ff6600;
	text-align: center;
} 

.tx_chcforum-pi1-subToolBar{
	text-align: right;
	font-size: 85%;
	background-color: #fff;
	padding: 3px 5px 3px 5px; 
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.tx_chcforum-pi1-subToolBar img{
	margin-top: 2px;
}

/* Drop-Down Menü */

#hauptmenue {
	line-height : normal;
	text-align: left;
	height: auto;
	width: 100%;
}

#yymenu a {
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #000;
	margin: 0px;
	background-image: url(images/top_nav_lev1.png);
}

#yymenu a.last {
	border-style: none;
}

#yymenu  {
	background: #2e3e4b; 
}

#yymenu a:hover {
	font-weight: bold;
	/*background-image: url(images/img04_lev2.gif);*/
}

.mmLevel1, .mmLevel2{
	padding-top: 0px;
	font-size: 80%;
	width: 100px;
	margin-bottom: 10px;
}

#yymenu .sub {
	background-image: url(../images/ypmenu_pfeilg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

