/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_jwcalendar_pi1" */
div.tx-jwcalendar-pi1
{
	text-align: center;
}

div.tx-jwcalendar-pi1 img
{
	border: 0;
}

div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a
	{
	text-decoration: none;
	color: #777777;
	font-weight: bold;
	display: block;
	width: 150px;
	margin: 5px;  
	background-color: #f7f7f7;
	border:1px solid #cccccc;
	text-align: center;
	float: right
}



div.tx-jwcalendar-pi1 a:hover, div.tx-jwcalendar-pi1 table a:hover
{
	color: orange;
}

div.tx-jwcalendar-pi1 input
{
	clear: both;
	background: #FBE29F;
	border-top: 2px #FCF6E5 solid;
	border-left: 2px #FCF6E5 solid;
	border-right: 2px #FECC3C solid;
	border-bottom: 2px #FECC3C solid;
	text-align: center;
	margin: 10px;
	padding: 3px 14px;
}

div.tx-jwcalendar-pi1 .tx_jw_input_text
{
	width: 260px;
	border: 1px #FECC3C solid;
	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 #FECC3C solid;
}

div.tx-jwcalendar-pi1 .tx_jw_input_button
{
	font-size: 12px;
	background-color: orange
	text-align: center;
	margin: 4px 10px;
	padding: 2px 4px;
}

/*******************************************/
/*****************LIST view ****************/
/*******************************************/

div.jwcalendar_list
{
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	overflow: auto;
	background: url(../fileadmin/templates/images/diago.png) top left;
}

div.jwcalendar_list .title
{
	display: block;
	border: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: green;
	padding: 10px 0;
	margin: 0 15px;
	background: url(../fileadmin/templates/images/trans.gif) top left;
}

div.jwcalendar_list .prev_items
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #193A72;
	padding: 8px 0 0 16px;
}

div.jwcalendar_list .next_items
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #193A72;
	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: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	empty-cells: show;
	border-spacing: 5px;
	border-collapse: separate;
	border: none
}

div.jwcalendar_list table.items td.label
{
	background: white;
	width: 33%;
	vertical-align: top;
	padding: 5px;
	border:1px solid #cccccc;
}

div.jwcalendar_list table.items td.item
{
	background: white;
	width: 67%;
	vertical-align: top;
	padding: 5px;
	border:1px solid #cccccc;

}

div.jwcalendar_list table.items td.catcolor
{
	border: none !important;
}

div.jwcalendar_list table.items td.label b, div.jwcalendar_list table.items td.item b
{
	color: green
}


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: #193A72;
	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: #FDF2D2;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #193A72;
	border: 1px #FFC725 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: #FBE29F;
	border-top: 2px #FCF6E5 solid;
	border-left: 2px #FCF6E5 solid;
	border-right: 2px #FECC3C solid;
	border-bottom: 2px #FECC3C solid;
	padding: 15px 5px;
}

div.jwcalendar_month table.months td.other_month
{
	padding: 5px;
}

div.jwcalendar_month table.months td.current_month
{
	background: #FBE29F;
	border-right: 2px #FCF6E5 solid;
	border-bottom: 2px #FCF6E5 solid;
	border-top: 2px #FECC3C solid;
	border-left: 2px #FECC3C 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 #FFC725;
	padding: 0;
}

div.jwcalendar_month table.days a
{
	text-decoration: none;
}

div.jwcalendar_month table.days td
{
	vertical-align: top;
	border: dotted 1px #FFC725;
	padding: 4px;
}

div.jwcalendar_month table.days td.week
{
	background: #FBE29F;
	font-weight: bold;
}

div.jwcalendar_month table.days td.dayname
{
	background: #FBE29F;
	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 #F9DF94;
}

div.jwcalendar_month table.days td.inside_weekend
{
	background: #FCECC0;
}



/**********************/
/*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 #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;
}


/*****************//*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 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;
}



/*****************SINGLE view ****************/

div.jwcalendar_single
{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	overflow-y: hidden;
   	overflow-X:hidden;
	background: url(../fileadmin/templates/images/diago.png) top left;
}

div.jwcalendar_single .content, div.jwcalendar_single .header, div.jwcalendar_single .org
{
	clear: both;
	border: none;
	background-color: white;
}

div.jwcalendar_single .contentie, div.jwcalendar_single .headerie
{
	float: left;
	width: 100%;
	text-align: left;
	border: none;
	background-color: white;
	margin: 0;
	padding: 0
}

div.jwcalendar_single .orgie
{
	float: left;
	width: 100%;
	text-align: left;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #fafafa;
	margin: 0
}

div.jwcalendar_single .headerie
{
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	background-color: #ffffff
}

div.jwcalendar_single .contentie
{
	background-color: #ffffff;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

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;
	border: none
}

div.jwcalendar_single .category
{
	float: none;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 8px 8px 8px;
	background-color: white
}

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: green;
}
*/

div.jwcalendar_single .itemtitle p
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	color: orange;
}

div.jwcalendar_single .teaser
{
	font-weight: normal;
	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%;
}

div.jwcalendar_single .item_mail
{
	padding: 4px 4px 30px 32%;
}

/********************************************/
/*****************feEntry view ****************/
/********************************************/

div.jwcalendar_feEntry
{
	background-color: #FDF2D2;
	border: 1px #FFC725 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: blue;
	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 #FCF6E5 solid;
	border-left: 2px #FCF6E5 solid;
	border-right: 2px #FECC3C solid;
	border-bottom: 2px #FECC3C 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;
}



/********************************************/
/*****************ORGANIZER view ****************/
/********************************************/

div.jwcalendar_organizer, div.jwcalendar_location
{

	width: 100%;
	padding: 10px;
	margin-top: 10px;
	overflow-y: hidden;
   	overflow-X:hidden;
	background: url(../fileadmin/templates/images/diago.png) top left;
}

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 #cccccc solid;
	border-right: 1px #cccccc solid;
	background-color: #ffffff
}

div.jwcalendar_organizer .headerie, div.jwcalendar_location .headerie
{
	border-top: 1px #cccccc solid;
}

div.jwcalendar_organizer .orgie
{
	border-bottom: 1px #cccccc solid;
}



div.jwcalendar_organizer .contentie, div.jwcalendar_location .contentie
{
	background-color: #fafafa
}

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%;
}

.jwcalendar_olbg
{
	border: solid 0px #003399;
	background-color: #6666CC;
}

.jwcalendar_olfg
{
	border: 0px;
	background-color: #EEEEEE;
	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: #000000;
}
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
	.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
	.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
	.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }
/* default styles for extension "tx_wecdiscussion_pi1" */

/*-------------------------- MAIN DISCUSSION STYLES ---------------------------*/
.tx-wecdiscussion-pi1 {
	font-family: 	Arial, Tahoma, Verdana, "Times New Roman";
	font-size:		12px;
}
.tx-wecdiscussion-page {
	float:			left;
	width:			100%;
	max-width:		700px;
	min-width:		350px;
	width:			expression( document.body.clientWidth > 700px ? 700px +"px" : document.body.clientWidth);
	margin:			0px;
	padding:		0px;
}
.tx-wecdiscussion-mainContent {
	float:			left;
	width:			75%;
	margin:			0px;
	padding:		0px;
}
.tx-wecdiscussion-sidebar {
	float:			right;
	width:			25%;
	padding:		0px;
	margin:			0px;
	background-color: #F0F0E0;
}
.tx-wecdiscussion-sidebar .gutter{
	padding:		6px;
}
.tx-wecdiscussion-actionbar {
	float:			left;
	width:			100%;
    margin: 		0px;
	padding:		0px;
	background-color: #F0F0E0;
}
.tx-wecdiscussion-actionbar span {
	float:			left;
    margin: 		0px;
	xpadding:		2px;
	margin:			4px 0px 4px 10px;
	vertical-align: bottom;
}
.tx-wecdiscussion-actionbar .gutter{
	padding:		4px;
}
.tx-wecdiscussion-title {
	font-size:		16px;
	font-weight:	bold;
	text-align:		center;
	margin:			0px auto;
}
.tx-wecdiscussion-responseMsg {
	font-weight:	bold;
	color: 			#F02020;
	text-align: 	center;
	margin:			0px auto;
	margin-top: 	4px;
	margin-bottom: 	8px;
}
.tx-wecdiscussion-header {
	font-size:		14px;
	font-weight:	bold;
}
.tx-wecdiscussion-requiredText {
	font-size:		12px;
	font-weight:	bold;
	color:			#B03030;
}
.tx-wecdiscussion-error {
	font-size:	13px;
	font-weight:bold;
	color:		#3020F0;
}
.tx-wecdiscussion-search {
	float:			right;
	margin:			2px;
	margin-right:	10px;
}
.tx-wecdiscussion-smalltext {
	font-size:	8px;
}
.tx-wecdiscussion-button {
	text-align:center;
	padding:		3px 0px 3px 0px;
}
.tx-wecdiscussion-button a, .tx-wecdiscussion-button a:active, .tx-wecdiscussion-button a:link, .tx-wecdiscussion-button a:visited {
    font-family: 	arial, tahoma, sans-serif;
	font-size:		12px;
	padding: 		2px 4px 2px 4px;
    margin:         0px 6px 2px 0px;
	border: 		1px #aaa solid;
	background-color:#888888;
	color: 			#FFFFFF;
	text-decoration: none;
}
.tx-wecdiscussion-button a:hover {
	border: 		1px #ccc solid;
	background-color: #AC0000;
	color: 			#FFFFFF;
}
.tx-wecdiscussion-itemFullWidth {
	width:		100%;
	text-align:	center;
	margin:		0px auto;
	padding-top:10px;
	
}
.tx-wecdiscussion-itemColumn {
	float:none !important;
	vertical-align:top;
	padding:0px !important;
	margin-left:4px;
}
.tx-wecdiscussion-itemRow {
	vertical-align:top;
	padding-left:4px;
}
.tx-wecdiscussion-list {
	margin:		0px;
	margin-top: 4px;
	padding:	6px;
	border: 	1px #aaa dotted;
	font-size:	13px;
	background-color: #FFFFFF;
}
.tx-wecdiscussion-listHeader {
	font-family: 	arial, tahoma, sans-serif;
	font-size:		13px;
	font-weight:	bold;
}
.tx-wecdiscussion-listElement, .tx-wecdiscussion-listElement a, .tx-wecdiscussion-listElement a:visited, .tx-wecdiscussion-listElement a:link, .tx-wecdiscussion-listElement a:hover, .tx-wecdiscussion-listElementSelected a, .tx-wecdiscussion-listElementSelected a:visited, .tx-wecdiscussion-listElementSelected a:link {
	display:		block;
	font-size:		12px;
	padding:		3px 0px 0px 3px;
	margin:			0px;
	white-space:	nowrap;
	text-decoration: none;
	color:			#320C0C;
}
.tx-wecdiscussion-listElement a:hover {
	color:		#279838;
}
.tx-wecdiscussion-listElementSelected a, .tx-wecdiscussion-listElementSelected a:visited, .tx-wecdiscussion-listElementSelected a:link  {
	padding:	3px 0px 0px 6px;
	color: 		#C53434;
}
.tx-wecdiscussion-listElement li {
	margin-left:10px;
}
.tx-wecdiscussion-listElement a {
	display:	inline;
}
.tx-wecdiscussion-listElementAll {
	margin-top:		8px;
	margin-bottom:	8px;
	margin-left:	10px;
}
/*------------------------------- FORM -------------------------------------------*/
.tx-wecdiscussion-form, .tx-wecdiscussion-forumMessageSubject,
.tx-wecdiscussion-forumMessage, .tx-wecdiscussion-forumMessageInfo, .tx-wecdiscussion-forumMessageDivider,
.tx-wecdiscussion-forumMessageReplyButton, .tx-wecdiscussion-forumMessageReply, .tx-wecdiscussion-forumMessageReplyInfo {
	font-family: 	Arial, Tahoma, "Trebuchet MS", Georgia, sans-serif;
	font-size: 		12px;
}

.tx-wecdiscussion-forumMessageSubject {
	background:		#AAAA77;
	color:			#FFFFFF;
	font-weight: 	bold;
	font-family: 	"Trebuchet MS", Tahoma, Arial;
	font-size:		14px;
	padding-left:	6px;
	padding-top:	3px;
	padding-bottom:	3px;
}
.tx-wecdiscussion-forumMessageSubject a, .tx-wecdiscussion-forumMessageSubject a:link, .tx-wecdiscussion-forumMessageSubject a:visited {
	color:			#FFFFFF ;
	text-decoration: none;
}
.tx-wecdiscussion-forumMessageSubject a:hover {
	color:			#C33;
}

.tx-wecdiscussion-forumMessage {
    padding-left:	10px;
    padding-right:	15px;
    padding-top:	3px;
    background-color: #FFFFFF;
}
.tx-wecdiscussion-forumMessageReply {
	padding-left:	30px;
	padding-right:	30px;
	padding-top:	10px;
	color:			#444;
    background-color: #FFFFFF;
}

.tx-wecdiscussion-forumMessageInfo {
	font-size: 		10px;
	color:			#555;
	padding-left:	10px;
	padding-top:	10px;
	padding-bottom: 10px;
	border-top:		dotted 1px #888;
    color: 			#404040;
}
.tx-wecdiscussion-forumMessageDivider {
	margin: 	15px 0px 12px 0px;
}

.tx-wecdiscussion-forumMessageReplyButton, .tx-wecdiscussion-forumMessageReplyButton a {
	font-size: 	11px;
	color:		#555;
	margin-left:  2px;
	margin-right: 2px;
	text-decoration: none;
}

.tx-wecdiscussion-forumMessageReplyInfo {
	font-size: 	10px;
	color:		#555;
	padding-left:5px;
	padding-top: 4px;
	border-top:	dotted 1px #888;
}

.tx-wecdiscussion-forumPreview, .tx-wecdiscussion-forumPreviewEntry, .tx-wecdiscussion-forumPreviewInfo {
	margin:			2px;
	margin-left:	6px;
	font-family: 	Arial, Tahoma, "Trebuchet MS", georgia, sans-serif;
	font-size: 		10px;
	line-height: 	150%;
}
.tx-wecdiscussion-forumPreview {
	width:			300px;
	font-size: 		12px;
	border:			1px solid #888;
    background-color: #FFFFFF;
}
.tx-wecdiscussion-forumPreviewInfo {
	font-size: 		9px;
	color:			#555;
	border-top:		dotted 1px #888;
    margin-bottom: 	6px;
}

/*----------- FORUM REPLY FORM --------------*/
.tx-wecdiscussion-formToggleOff {
	font-family: 	Arial, Tahoma, sans-serif;	font-size:		10px;
}
.tx-wecdiscussion-formToggleOn {
	font-family: 	Arial, Tahoma, sans-serif;	font-size:		13px;
}

.tx-wecdiscussion-form {
	width: 		98%;
	background-color: #F0F0E0;
	border: 	1px solid #333;
	margin:		0px auto;
	padding:	0px;
    margin-top:	4px;
    margin-bottom:4px;
	min-width: 350px;
	max-width: 800px;
}
.tx-wecdiscussion-form div.inputFormRow {
	clear: both; display:block;  margin:0px; padding:0px; padding-top: 4px;
}
.tx-wecdiscussion-form div.inputFormRow span.label {
	display: block; float: left;  width: 25%; text-align: right;
}
.tx-wecdiscussion-form div.inputFormRow span.textacross {
	display: block; float: left;  width: 100%;  text-align: center; margin: 0px auto;
}
.tx-wecdiscussion-form div.inputFormRow span.inputBox {
	display: block; float: right; width: 73%; text-align:left;
}
.tx-wecdiscussion-form div.inputFormRow span.inputBox input {
	width: 90%;
}
.tx-wecdiscussion-form div.inputFormRow span.inputBox textarea {
	 width:	90%;	height:85px;
}
.tx-wecdiscussion-form div.inputFormRow span.inputBox textarea .large {
	 width:	90%;	height:300px;
}
.tx-wecdiscussion-spacer-req {
	display: inline;  width: 10px;  line-height: 1px;  margin: 0px;  padding: 0px; margin-left:4px;
}
.tx-wecdiscussion-spacer {
	clear:both;	height:0.1em; width:100%;
}
.tx-wecdiscussion-form-requiredMarker {
	color: #CC0000;
}

/* default styles for extension "tx_igldapssoauth_pi1" */

		/*COMMENTAIRE*/

		.login {
			border:0px solid #000000;
		}

		.logout {
			border:0px solid #000000;
		}

		.disable {
			border:0px solid #000000;
		}

/* default styles for extension "tx_irfaq_pi1" */
		.tx-irfaq-pi1 ul.tx-irfaq-questions-list { margin-bottom: 75px; }
		.tx-irfaq-pi1 ul li a p.bodytext { margin: 0px; display: inline; font-weight: bold; }
		.tx-irfaq-pi1 ul li a { color: #000; text-decoration: none; }
		.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }
		.tx-irfaq-pi1 .tx-irfaq-answer { margin-bottom: 10px; }
		.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { margin: 0px; display: inline; font-weight: bold; }
		.tx-irfaq-pi1 dt p { font-weight: bold; margin: 0px; display: inline; }
		.tx-irfaq-pi1 dd { margin-left: 0px; }
		.tx-irfaq-pi1 dd p { margin-top: 0px;	}
		.tx-irfaq-pi1 .additional-info { border-top: 2px solid #e6e6e6; margin-bottom: 10px; }
/* default styles for extension "tx_vgetagcloud_pi1" */
		.tx-vgetagcloud-pi1 {
			background-color: #ccc;
			line-height: 200%;
		}
		.tx-vgetagcloud-pi1 ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		.tx-vgetagcloud-pi1 li {
			display: inline;
			float: left;
		}
		.tx-vgetagcloud-pi1 li a {
			padding: 4px;
			text-decoration: none;
		}
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/* Browser fixes: */
	
	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; height: 1%; }
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }