#events_module { }

#events_module.list { }
	
	#events_module.list .list_item { }
		
		#events_module.list .list_item .title,
		#events_module.list .list_item .date,
		#events_module.list .list_item .byline,
		#events_module.list .list_item .content {
			margin-bottom: 5px;
		}
		#events_module.list .list_item .image {
			float: left;
			margin-right: 10px;
		}
		#events_module.list .list_item .footer a { font-style:normal; }
	
#events_module.entity{ }

	#events_module.entity .date,
	#events_module.entity .byline,
	#events_module.entity .content {
		margin-bottom: 5px;
	}
	#events_module.entity .image { }
	#events_module.entity .footer a { font-style:normal; }

#events_module .calendar.month {
	border-collapse: collapse;	
}
#events_module .calendar.week {
	border-collapse: collapse;
}
	
	#events_module .calendar .day {
		border: 1px solid;
		height: 7em;
		vertical-align: top;
	}

#events_module .homepage_contentbox_date {
	width:18%;
}

#events_module .right_side_wrapper {}

/* --- filter --- */

#events_module div.events_module_filter {

	margin:0px 0px 12px 0px;

}

	#events_module div.events_module_filter table {
	
		border-collapse:collapse;
	
	}

		#events_module div.events_module_filter table tr td.separator {
		
			width:12px;
		
		}
		
		#events_module div.events_module_filter table tr td.month {
			font-weight:bold;
		}
			
			#events_module div.events_module_filter table tr td input {

				position:relative;
				z-index:999999;
			
			}

			#events_module div.events_module_filter table tr td input.text {

				background:#ffffff url(../../../images/calendar_view_day.png) 108px center no-repeat;
				border-bottom:#e3e9ef solid 1px;
				border-left:#e2e3ea solid 1px;
				border-right:#e2e3ea solid 1px;
				border-top:#abadb3 solid 1px;
				cursor:pointer;
				padding:3px;
				width:120px;

			}

/* --- calendar --- */

div.events_module_calendar {

	margin:0px auto;
	position:relative;
	width:90%;

}

	div.events_module_calendar a.fc_previous {

		background-image:url(../../../javascripts/jquery/resources/smoothness/images/ui-icons_888888_256x240.png);
		height:18px;
		left:-30px;
		line-height:18px;
		position:absolute;
		top:0px;
		width:18px;

	}

	div.events_module_calendar a.fc_previous:hover {

		background-image:url(../../../javascripts/jquery/resources/smoothness/images/ui-icons_222222_256x240.png);

	}

	div.events_module_calendar .fc-content {

	}
	
		div.events_module_calendar div.fc-content div.fc-view table thead tr th {
			padding-bottom:2px;
		}
		
	div.events_module_calendar .fc-content table tr th {

		background:#666666;
		color:#ffffff;

	}

	div.events_module_calendar .fc-content table tr td.fc-sat,
	div.events_module_calendar .fc-content table tr td.fc-sun {

		background:#efefef;
		color:#636363;

	}

	div.events_module_calendar .fc-content table tr td.fc-other-month {

		background:#dfdfdf;
		color:#616163;
		opacity:1;

	}

		div.events_module_calendar .fc-content table tr td.fc-other-month .fc-day-number {
	
			opacity:0.5;
	
		}

	div.events_module_calendar .fc-content .fc-event {

		background:#efefef;
		border-color:#bbbbbb;
		color:#000000;
		font-size:12px;
		margin-top:2px;

	}

		div.events_module_calendar .fc-content .fc-event a,
		div.events_module_calendar .fc-content .fc-event a:link,
		div.events_module_calendar .fc-content .fc-event a:active,
		div.events_module_calendar .fc-content .fc-event a:visited,
		div.events_module_calendar .fc-content .fc-event a:hover,
		div.events_module_calendar .fc-content .fc-event a span {

			background:#efefef;
			border-color:#bbbbbb;
			color:#000000;
			font-size:12px;
			text-decoration:none;
			padding-top:2px;
			padding-bottom:2px;
		
		}

	div.events_module_calendar a.fc_next {

		background-image:url(../../../javascripts/jquery/resources/smoothness/images/ui-icons_888888_256x240.png);
		height:18px;
		position:absolute;
		right:-30px;
		top:0px;
		width:18px;

	}

	div.events_module_calendar a.fc_next:hover {

		background-image:url(../../../javascripts/jquery/resources/smoothness/images/ui-icons_222222_256x240.png);

	}

/* --- /// --- */
