/* >> event overview Version: rel-1-0-0 */
	div.eventDataOuterShell
	{
		margin-top: 12px;
	}
	
	div.eventDataShell,
	div.eventDataShellLast
	{
		margin: 0 5px 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ccc;
	}
	
	div.eventDataShellLast
	{
		margin-bottom: 0;
		padding-bottom: 5px;
		border-bottom: none;
	}
	
	div.eventDataShell table,
	div.eventDataShellLast table
	{
		margin-left: 91px;
	}
	
	div.eventDataShell table.eventHeader,
	div.eventDataShellLast table.eventHeader
	{
		margin-bottom: 5px;
		margin-left: 0;
	}
	
	div.eventDataShell th,
	div.eventDataShell td,
	div.eventDataShellLast th,
	div.eventDataShellLast td
	{
		font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
		vertical-align: top;
		font-size: 12px;
	}
	
	div.eventDataShell table.eventHeader td.period,
	div.eventDataShellLast table.eventHeader td.period
	{
		font-weight: bold;
		width: 80px;
		padding-top: 2px;
		vertical-align: top;
		font-size: 14px;
	}
	
	div.eventDataShell table.eventHeader td.title,
	div.eventDataShellLast table.eventHeader td.title
	{
		padding-left: 10px;
		vertical-align: top;
	}
	
	div.eventDataShell table.eventHeader td.title h3,
	div.eventDataShellLast table.eventHeader td.title h3,
	div.eventDataShell table.eventHeader td.title h3 a:link,
	div.eventDataShell table.eventHeader td.title h3 a:visited,
	div.eventDataShell table.eventHeader td.title h3 a:hover,
	div.eventDataShellLast table.eventHeader td.title h3 a:link,
	div.eventDataShellLast table.eventHeader td.title h3 a:visited,
	div.eventDataShellLast table.eventHeader td.title h3 a:hover
	{
		color: #000;
	}

	div.eventDataShell th,
	div.eventDataShell td,
	div.eventDataShellLast th,
	div.eventDataShellLast td
	{
		text-align: left;
		vertical-align: top;
		font-size: 12px;
	}
	
	div.eventDataShell th.pmt,
	div.eventDataShell td.content,
	div.eventDataShellLast th.pmt,
	div.eventDataShellLast td.content
	{
		padding: 5px 15px 0 0;
	}
	
	div.eventDataShell th.pmt,
	div.eventDataShellLast th.pmt
	{
		white-space: nowrap;
	}
	
	div.eventDataShell td.content,
	div.eventDataShellLast td.content
	{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	div.eventDataShell th.pmt span,
	div.eventDataShellLast th.pmt span
	{
		font-weight: normal;
	}
/* << */


/* >> calender element Version: rel-1-0-0 */
	#calendarHorizontalOuterShell
	{
		text-align: center;
		margin-bottom: 20px;
	}
	
	#horizontalScrollControls
	{
		display: none;
		position: relative;
		width: 37em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	#scrollLeftOuter,
	#scrollRightOuter
	{
		position: absolute;
		top: 5.5em;
		left: -50px;
		z-index: 31;
	}
	
	#scrollRightOuter
	{
		left: auto;
		right: -50px;
	}
	
	#scrollLeftOuter img.act,
	#scrollRightOuter img.act,
	#scrollLeftOuter img.pass,
	#scrollRightOuter img.pass
	{
		width: 21px;
		height: 22px;
		background: url(img/eventcal/calendarScrollLeft.gif) left top no-repeat;
		cursor: pointer;
		cursor: hand;
	}
	
	#scrollRightOuter img.act,
	#scrollRightOuter img.pass
	{
		background-image: url(img/eventcal/calendarScrollRight.gif);
		cursor: pointer;
		cursor: hand;
	}
	
	#scrollLeftOuter img.pass
	{
		background-image: url(img/eventcal/calendarScrollLeft_pass.gif);
		cursor: inherit;
	}
	
	#scrollRightOuter img.pass
	{
		background-image: url(img/eventcal/calendarScrollRight_pass.gif);
		cursor: inherit;
	}

	
	#faderLeft,
	#faderRight
	{
		position: absolute;
		left: -5px;
		top: -2px;
		width: 48px;
		height: 14.8em;
		background: url(img/eventcal/calendarFaderLeft.png) left top repeat-y;
	}
	
	#faderRight
	{
		left: auto;
		right: -6px;
		background-image: url(img/eventcal/calendarFaderRight.png);
	}

	#calendarHorizontalScrollPane
	{
		width: 37em; /* opera sucks completely */
		height: auto;
		overflow: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	#calendarHorizontalScrollPane div.spInner
	{
		width: 100000px;
	}
	
	#calendarHorizontalScrollPane div.spInner2
	{
		padding: 0 15px 0 35px;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter,
	#calendarHorizontalScrollPane div.calMonthOuter_here
	{
		float: left;
		padding: 0 0.4em;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter div.monthTitle,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.monthTitle
	{
		padding: 1px;
		border: 1px solid #666;
		border-bottom: 0;
		background: #f6f6f6;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter_here div.monthTitle
	{
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter div.monthTitle h3,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.monthTitle h3
	{
		margin: 0;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		color: #000;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter_here div.monthTitle h3
	{
		font-weight: bold;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter div.calWeekDays,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.calWeekDays
	{
		border-left: 1px solid #666;
		border-right: 1px solid #666;
		background: #f6f6f6;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter div.weekday,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.weekday,
	#calendarHorizontalScrollPane div.calMonthOuter div.weekday_weekend,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.weekday_weekend
	{
		float: left;
		text-align: center;
		width: 1.82em;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter div.weekday span,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.weekday span,
	#calendarHorizontalScrollPane div.calMonthOuter div.weekday_weekend span,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.weekday_weekend span
	{
		font-size: 10px;
		color: #999;
		font-weight: bold;
	}
	
	#calendarHorizontalScrollPane div.calMonthOuter div.weekday_weekend span,
	#calendarHorizontalScrollPane div.calMonthOuter_here div.weekday_weekend span
	{
		color: #900;
	}
	
	#calendarHorizontalScrollPane div.calMonth
	{
	}
	
	#calendarHorizontalScrollPane div.calMonth div.mD1
	{
		width: 12.88em;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell
	{
		width: 100%;
		border: 1px solid #666;
		border-collapse: collapse;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.emptyDayItem
	{
		border: 1px solid #666;
		background: #ccc;
		width: 2em;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.emptyDayItem
	{
		border: 0;
		background: #f6f6f6;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem div.hereShell
	{
		display: none;
		position: relative;
		z-index: 100;
		text-align: center;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem div.day,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem a.day:link,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem a.day:visited,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem a.day:hover,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.emptyDayItem div.emptyDay
	{
		display: block;
		text-align: center;
		vertical-align: center;
		padding: 0.4em 0;
		border: 1px solid #ccc;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.emptyDayItem div.emptyDay
	{
		border: 0;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem div.day span,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem a.day:link span,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem a.day:visited span,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem a.day:hover span,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.emptyDayItem div.emptyDay span
	{
		font-size: 0.85em;
		line-height: 1em;
		color: #000;
	}
	
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDayItem div.day span
	{
		color: #000;
	}
	
	/* today */
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_today div.day,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_today a.day:link,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_today a.day:visited,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_today a.day:hover
	{
		border: 1px solid #b61620;
	}

	/* has event */
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_hasEvent a.day:link,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_hasEvent a.day:visited,
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_hasEvent a.day:hover
	{
		background: #ffd882;
		border: 1px solid #ffd882;
	}

	/* here */
	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_here div.hereShell
	{
		display: block;
	}

	#calendarHorizontalScrollPane div.calMonth table.daysShell td.calDay_here img.hereItem
	{
		position: relative;
		z-index: 31;
		width: 18px;
		height: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -6px;
		margin-bottom: -4px;
		background: url(img/eventcal/calendarDayHere.gif) center no-repeat;
	}
/* << */


/* >> calendar category search Version: rel-1-0-0 */
	#calendarCategorySearch
	{
		text-align: center;
		margin-top: 12px;
	}
	
	#calendarCategorySearch div.inner1
	{
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		background: url(img/eventcal/categorySearchBg1.gif) left top no-repeat;
		text-align: center;
	}
	
	#calendarCategorySearch div.formElementsOuter
	{
		width: 480px;
		margin: 0 auto;
		padding: 5px 0 10px;
	}

	#calendarCategorySearch form
	{
		margin: 0;
		background: url(img/eventcal/categorySearchBg2.gif) right top no-repeat;
	}
	
	
	#calendarCategorySearch div.selectOuter,
	#calendarCategorySearch div.buttonOuter
	{
		float: left;
		width: 280px;
		text-align: left;
	}
	
	#calendarCategorySearch div.selectOuter div.pmt
	{
		font-size: 11px;
		margin-bottom: 3px;
	}
	
	#calendarCategorySearch div.selectOuter select
	{
		width: 260px;
	}
	
	#calendarCategorySearch div.buttonOuter
	{
		width: 174px;
		margin-top: 14px;
		text-align: right;
	}
	
	#calendarCategorySearch div.buttonOuter input
	{
		width: 174px;
		height: 27px;
		background: url(img/eventcal/categorySearchButton.gif) center no-repeat;
	}
/* << */

