body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: "Verdana", Verdana, Arial, Helvetica, serif;
	font-size: 11px;
	text-align: center;
}
#main_con{
	margin: 0px;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	margin-top: 18px;

}
#container{
	width: 768px;
	float: left;
}
#container a{
	color: #ff7412;
	text-decoration: none;
}
#container h2{
	font-size:14px;
	color: #ff6502;
	font-weight:bold;
}

#container a:hover{
	color: #333333;
}
#banner_con{
	width: 160px;
	height: 800px;
	float: right;
	padding-top: 63px;
}
#header{
	 position: relative;
	 width: 768px;
	 height: 78px;
	 background: url(images/header_weiss.jpg);
}
#vereinsname{
	 position: relative;
	 width: 319px;
	 height: 23px;
	 top: 40px;
	 left: 425px;
	 background: url(images/vereinstext.jpg);
}
#language_switcher{
	 display: none;
}
#logo{
	position: absolute;
	top: 5px;
	left: 20px;
	width: 139px;
	height: 75px;
	background:  url(images/logo.png);
}
#navigation{
	float: left;
	width: 195px;
	height: 216px;
	background: url(images/header_verlauf.jpg);
}

#verlauf_links_header{
	position: absolute;
	float: left;
	z-index: 3;
	top: 0;
	left: -25px;
	width: 23px;
	height: 216px;
	background: url(images/verlauf_links_header.jpg);
}
#verlauf_rechts_header{
	position: absolute;
	float: left;
	z-index: 5;
	top: 0;
	left: 529px;
	width: 24px;
	height: 216px;
	background: url(images/verlauf_rechts_header.jpg);
}
#header_pic{
	float: left;
	width: 573px;
	height: 216px;
	background: #fff;
}
#hauptbild{
	position: relative;
	float: left;
	left: 20px;
	width: 527px;
	height: 216px;
	background: url(images/hauptbild.jpg);
}

#balken_unter_header{
	clear:left;
	width: 768px;
	height: 15px;
	background: url(images/balken_grau_unter_header.jpg);
}
#main_content{
	width: 765px;
	background: #fff;
}
#infobox{
	float: left;
	width: 193px;
	background:#fff;
}
#schattenfortsatz_links{
	float: left;
	width: 21px;
	height: 325px;
	background: url(images/schattenfortsatz_links.jpg);
}
#content{
	width: 527px;
	float:left;
	background:#fff;
	color: #333;
	font-size: 11px;

}
#content_text{
	margin:10px;
}
#schattenfortsatz_rechts{
	float: right;
	width: 21px;
	height: 325px;
	background: url(images/schattenfortsatz_rechts.jpg);
}
#woyack{
	clear: both;
	width: 768px;
	height: 50px;
}
#footer{
	position: relative;
	width: 768px;
	height: 34px;
	background: url(images/balken_orange_unten.jpg);
}
#footer_text{
	position: relative;
	left: 10px;
	top: 5px;
	font-family: "Verdana", Verdana, Arial, Helvetica, serif;
	color: #fff;
	font-weight:bold;
	font-size: 13px;
}
#footer_text a{
	color: #fff;
	text-decoration: none;
}
#footer_text a:hover{
	color: #333;
	font-weight: bold;
}
#prinzenstock{
	z-index: 6;
	position: absolute;
	top: -220px;
	left: 620px;
	width: 247px;
	height: 329px;
	background:  url(images/prinzenstock.png);
}

/* links
----------------------------------------------- */

.links{
	margin: 5px 0px 20px 0px;
	height: 96px;
	
}
.links h3{
	font-size:12px;
	color: #ff6502;
	font-weight:bold;
	margin: 5px 0px 0px 0px;
}

.links img{
	float: left;
	margin: 0px 10px 0px 0px;
	border: solid 1px #898989;
}

.links_link{
	color: #ff6502;
	margin: 5px 0px 15px 0px;

}
.links_link a{
	color: #ff6502;
}
.links_text{
	margin: 5px 0px 10px 0px;
	font-size: 11px !important;
}
.links_status{
	font-size: 11px !important;
}
 
/*
###########  Menü
*/

#dhtmlgoodies_menu{		
	margin-top: 10px;
	font-family:arial;	/* Font for main menu items */
	width:180px;	/* Width of main menu */
	
}

#dhtmlgoodies_menu img{
	border: none;

}

#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	padding:0px;
	height:20px;
}
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:0px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#f6a027;	/* Black text color */
	font-weight: bold;
	
	height:20px;	/* 20 pixel height */
	line-height:10px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	margin:0px;	/* A little bit of air */
	padding:0px;	/* Air between border and text inside */
	
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	background-color:#a5a5a5 ;
	font-family:arial;
	text-align:left;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: 0.9;               /* newer Mozilla and CSS-3 */
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */

}
.tx-hbook-pi1 fieldset{
	border: solid 1px #898989;
	margin-top: 15px;
	background-color: #f7f7f7;
	padding: 5px;
	width: 490px;
}

.tx-hbook-pi1 legend{
	font-weight: bold;
	color: #333333; 
}

.tx-hbook-content{
	padding: 10px 5px 5px 5px;
}

.tx-hbook-paragraph{
	color: #333333; 
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}

.tx-hbook-pi1 textarea{
}

.zwei_spalten_mittig{
width: 100%;
clear: both;
margin-bottom: 15px;
}

.spalte_eins_mittig{
float: left;
width: 49%;
}

.spalte_zwei_mittig{
float: right;
width: 49%;
}

.spalte_floatstopper_mittig{
clear: both;
}

/* default styles for extension "tt_news" */

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container ul { margin: 0px; padding: 0px; list-style: none; }

.news-latest-container ul li {
	padding: 0px 0px 0px 16px;
	background: url(/fileadmin/templates/images/icon_news.png) no-repeat 0px 5px;
	line-height: 18px;
}
.news-latest-container{
	margin-top: 5px;
	padding: 2px;
}
.news-latest-item{
	border: solid 1px #898989;
	margin-top: 5px;
	padding: 2px;
	background: #f7f7f7;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	margin-top: 10px;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}


.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 12px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;

}


.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/*	clear: both;*/
	margin-top: 15px;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 12px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

.csc-textpic{
	margin-bottom: 15px;
}
/*--------------------------------- loginbox --------------------------------- */

.tx-newloginbox-pi1-login_submit, .csc-mailform-submit, .search-submit, .tx-newloginbox-pi1-forgot_email_submit{
	background-color: #fff;
	border: solid 1px #898989;
	font-size: 11px;
}
.tx-loginboxmacmade-pi1-labelCell{
	background-color: #f7f7f7;
}
input{
	font-size: 11px;	
}


/*
###########  zwei Spalten
*/

.zwei_spalten{
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}

.spalte_eins{
	float: left;
	width: 312px;
	border-right: solid 3px #bebdbb;
}

.spalte_zwei{

	margin-left: 10px;
	float: right;
	width: 180px;
}

.spalte_floatstopper{
	clear: both;
}

/*
###########  NEUE BILDER
*/

.neuebilder{
	width: 179px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.neuebilder a{
	color: #fff;
	text-decoration: none;
}
.neuebilder h1{
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	height: 25px;
	color: #fff;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-width: 1px;
	border-color: #898989;
	background: url(images/nub_verlauf_orange.jpg);
	line-height: 25px;
	}
.neuebilder_schrift{
	position: relative;
	top: 3px;
	left: 5px;
	font-size:11px;
	color: #fff;
	font-weight: bold;
}
.neuebilder_content a{
	font-size:11px;
	font-weight: bold;
}
.neuebilder_content{
	background-color: #e9e9e9;
	border: solid;
	border-width: 1px;
	border-color: #898989;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/nub_verlauf_grau.jpg);
	padding-left: 5px;
	color: #fff;
	font-weight: bold;

}
/*
###########  prinzenpaar Box
*/

.prinzenpaar{
	clear: both;
}

.prinzenpaar a{
	display: block !important;
	padding: 0px !important;

	
}
.prinzenpaar .bodytext{
	padding: 0px !important;
	margin: 0px !important;
	}

.prinzenpaar_box h2{
	font-size: 11px;
	margin: 5px 0px -5px 14px;
	padding: 0px;
}

.prinzenpaar_box{
	width: 110px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0px !important;
}

.prinzenpaar_box img{

	}


/****************************/
/***** T o o l t i p ********/
/****************************/
.jwcalendar_olbg { 
	border: solid 0px #898989; 
	background-color: #898989; 
}

.jwcalendar_olfg { 
	border: 0px; 
	background-color: #f7f7f7; 
	padding:4px 6px;
	text-align:left;
}

.jwcalendar_olcf { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 2em; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.jwcalendar_oltf { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333; 
}

.news-single-img{
	width: 100%;

}
.news-single-img img{
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.news-single-img p{
	margin-top: 0px;
}
.news-latest-item img{
	float: left;
	margin-right: 20px;

}
/****************************/
/***T o o l t i p ** E N D **/
/****************************/

div.tx-jwcalendar-pi1{
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  color:#333;
}

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

div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a{
   /* text-decoration:none;*/
    text-decoration:none;
	color: #692287;
}

div.tx-jwcalendar-pi1 a:hover,div.tx-jwcalendar-pi1 table a:hover{
	color: red;
}

div.tx-jwcalendar-pi1 input{
  clear:both;
  background: #f7f7f7;
  border-top:2px #ebebeb solid;
  border-left:2px #ebebeb solid;
  border-right:2px #898989 solid;
  border-bottom:2px #898989 solid;
  text-align:center;
  margin:10px;
  padding: 3px 14px; 
} 


div.tx-jwcalendar-pi1 .tx_jw_input_text{
  width:260px;
  border:1px #898989 solid;
  color:#000;
  padding:3px;
  height:23px;

}
div.tx-jwcalendar-pi1 .tx_jw_select{
  font-size:11px;
  border:0px;
}

div.tx-jwcalendar-pi1 .tx_jw_textarea{
  font-size:12px;
  height:120px;
  width:260px;
  padding:3px;
  border:1px #898989 solid;
}

div.tx-jwcalendar-pi1 .tx_jw_input_button{
  font-size:12px;
  background: #fafbfb;
  text-align:center;
  margin:4px 10px;
  padding:2px 4px;
}

/********************************************/
/*****************LIST view ****************/
/********************************************/
div.jwcalendar_list{
  width:100%;
  background-color:#fff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color:#333;
  border: 1px  #fff solid;
  margin:10px 0;

}

div.jwcalendar_list .title{
  font-size: 12px;
  font-weight: bold;
  color:#333333;
  padding: 8px 5px;
}

div.jwcalendar_list .prev_items{
  float:left;
  font-size: 11px;
  font-weight: bold;
  text-align:left;
  color:#ff6502;
  padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items{
  float:right;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  color:#ff6502;
  padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items{

}

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

div.jwcalendar_list table.items{
  width:100%;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align:left;
  line-height:1.4em;
  empty-cells:show;
  border-collapse:separate;
  border-collapse:collapse;
  border-spacing:0;
  border: 1px  #898989 solid;
}

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

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

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

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

div.jwcalendar_list .submit{
   clear:both;	
   font-size: 11px;
   padding:0;
}

/********************************************/
/*****************WEEK view ****************/
/********************************************/
div.jwcalendar_week{
  width:100%;
  background-color:#FDF2D2;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#fff;
  border: 1px  #FFC725 solid;
  margin:10px 0;
}

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

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

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


div.jwcalendar_week table.days{
   clear:both;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   width:100%;
   line-height:1.4em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0;
   border:1px solid #FFC725;
   margin:8px;
}

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

div.jwcalendar_week table.day_events,div.jwcalendar_week table.times {
   	background:#FBE29F;
   	font-family: Verdana, sans-serif;
   	font-size: 12px;
   	width:100%;
   	border-collapse:collapse;
   	empty-cells:show;
   	border-spacing:0;
}
div.jwcalendar_week table.times {
   border:1px solid #FFC725;
}

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

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

div.jwcalendar_week table.days td.time{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   text-align:center;
}

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

div.jwcalendar_week table.days td.event{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   vertical-align:top;
   padding:4px 2px;
   margin: 0px;
}

div.jwcalendar_week table.days td.event a{
   font-family: Verdana, sans-serif;
   font-size: 11px;
}

/********************************************/
/*****************MONTH view ****************/
/********************************************/

div.jwcalendar_month{
  width:100%;
  background-color:#fff;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#333;
  border: 1px  #fff solid;
  margin:10px 0;
}


div.jwcalendar_month .title{
  clear:both;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
  color: #333;
  padding:5px 0;
}


div.jwcalendar_month .navi, div.jwcalendar_month .days_view{
	padding:0 10px;
}


/*******************/
/*tables navi******/
/*******************/

div.jwcalendar_month table.navs{
   width:100%;
}

div.jwcalendar_month table.months, div.jwcalendar_month table.year{
   width:100%;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   font-weight:bold;
   text-align:center;
   empty-cells:show;
   border-collapse:separate;
   border-spacing:10px;
}

div.jwcalendar_month table.year {
   font-size: 12px;
   border-spacing:5px;
}

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: #fafbfb;
   border-top:2px #ebebeb solid;
   border-left:2px #ebebeb solid;
   border-right:2px #898989 solid;
   border-bottom:2px #898989 solid;
   padding:15px 5px;
}

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

div.jwcalendar_month table.months td.current_month{
   background: #e8e8e8;
   border-right:2px #ebebeb solid;
   border-bottom:2px #ebebeb solid;
   border-top:2px #898989 solid;
   border-left:2px #898989 solid;
   padding:5px;
}

/*****************/
/*table days******/
/*****************/


/*div.jwcalendar_month .days_view table{*/
div.jwcalendar_month table.days{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.4em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0;
   border:1px solid #898989;
   padding:0;
}

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

div.jwcalendar_month table.days td{
   vertical-align:top;
   border:dotted 1px #898989;
   padding:4px;

}

div.jwcalendar_month table.days td.week{
   background:#fff;
   font-weight:bold;
}

div.jwcalendar_month table.days td.dayname{
   background:#f7f7f7;
   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:bold;
}

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,
div.jwcalendar_month table.days td.today_weekend a,
div.jwcalendar_month table.days td.outside_weekend a{
   font-weight:bold;
   color:blue;
}


div.jwcalendar_month table.days td.today{
	background: #F9F4E7;
    border:solid 2px #CD9705;
    border:solid 1px #AD1602;
    
}


div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
   background:#EAEAEB;
   border:dotted 1px #898989;
}


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

/**********************/
/*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:bold;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.0em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:0px solid #f7f7f7;
   padding:0px;
   margin:0 0 2px 0;
}

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

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

/*****************/
/*table dayitem******/
/*****************/
div.jwcalendar_month table.dayitem,
div.jwcalendar_month table.dayitem a{
   font-weight:normal;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.0em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:1px dotted #ff6502;
   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;
}

/********************************************/
/*****************SINGLE view ****************/
/********************************************/

div.jwcalendar_single{
  background-color:#fff;
  border: 1px  #fff solid;
  padding:10px 10px;
}

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

div.jwcalendar_single .contentie,div.jwcalendar_single .headerie,div.jwcalendar_single .orgie{
   float:left;
   width:100%;
   text-align:left;
   border-left: 1px  #898989 dotted;
   border-right: 1px  #898989 dotted;
   border-bottom: 1px  #898989 dotted;
   background:#f7f7f7;
}

div.jwcalendar_single .headerie{
   border-top: 1px  #898989 dotted;
}

div.jwcalendar_single .contentie{
   background:#e8e8e8;
}

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

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


div.jwcalendar_single .images{
	float:left;
    padding:10px 8px;
    margin:0px;
}

div.jwcalendar_single .itemtext{
    margin:8px;
    
}

div.jwcalendar_single .itemtitle p:first-letter{
    font-size: 15px;
	font-weight:bold;	
	color:#ff6502;
}

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

div.jwcalendar_single .teaser{
	font-weight:bold;	
	font-style:italic;
	line-height:1.8em;
}
div.jwcalendar_single .desc{
    font-size: 11px;
}

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%;
}

/********************************************/
/*****************feEntry view ****************/
/********************************************/
div.jwcalendar_feEntry{
  background-color:#fafbfb;
  border: 1px  #898989 solid;
  padding:8px;
}


div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{
    vertical-align:bottom;
    line-height:1.6em;
	padding:8px 8px;
    width:32%;

}  
  
div.jwcalendar_feEntry .timelabel{
    width:20%;
}  

div.jwcalendar_feEntry .title{
  font-size:14px;	
  font-weight:bold;	
  color:#ff6502;
  text-align:left;
  line-height:1.0em;
  padding:0px 8px;

}

div.jwcalendar_feEntry .title p:first-letter{
  font-size:20px;	
}

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


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

}

div.jwcalendar_feEntry input{
  clear:none;
  background: white;
  border-top:2px #ebebeb solid;
  border-left:2px #ebebeb solid;
  border-right:2px #898989 solid;
  border-bottom:2px #898989 solid;
  text-align:left;
  font-size:12px;
  margin:0;
  padding: 0; 
}

div.jwcalendar_feEntry .error ul li{
  list-style:circle inline;
  text-align:left;
  font-size:12px;
  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:14px;
  margin:10px;
   border: 1px  #898989 solid;
}
/********************************************/
/*****************ORGANIZER view ****************/
/********************************************/

div.jwcalendar_organizer, div.jwcalendar_location{
  background-color:#FDF2D2;
  border: 1px  #FFC725 solid;
  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  #FFC725 dotted;
   border-right: 1px  #FFC725 dotted;
   border-bottom: 1px  #FFC725 dotted;
   background:#FCECC0;
}

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

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%;
}

.tx-icrtaskprogress-pi1-task-row a{
color: #000 !important;
}



SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  background-color: #EDEFF1;
  border: 0px solid #CCCCCC;
}

TEXTAREA {
 background-color:#F0F4F7;
border:1px solid #BDCAD4;
font-size:12px;
line-height:18px;
margin:1px;
width:280px;
}

INPUT {
 background-color:#F0F4F7;
border:1px solid #BDCAD4;
font-size:12px;
line-height:18px;
margin:1px;
width:280px;
}


.csc-mailform {
  width: 480px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  padding-left: 5px;
  background:#EDF2F5 none repeat scroll 0 0;
border:1px solid #D9E2E7;
margin-bottom:5px;
}

.csc-mailform-field {
  margin: 2px 0px 2px 0px;
  line-height: 18px;
}

.csc-mailform-field input{
 background-color:#F0F0F0;
border:1px solid #BDCAD4;
font-size:12px;
height:22px;
line-height:18px;
margin:1px;
width:280px;
}
.csc-mailform-field select{
 background-color:#F0F4F7;
border:1px solid #BDCAD4;
font-size:12px;
height:26px;
line-height:18px;
margin:1px;
width:280px;
}
.csc-mailform-field label{
  background:#D9E2E7 none repeat scroll 0 0;
display:block;
float:left;
line-height:22px;
margin:1px 0;
padding:2px 5px;
width: 150px;
}

