.calendar_container .calendar_navigation
{
	background-color: #EFEFEF;
	height: 24px;
	line-height: 24px;
}

.calendar_container .calendar_navigation a
{
	text-transform: uppercase;
}

.calendar table
{
	width: 100%;
	table-layout: fixed;
}

.calendar table th
{
	background-color: #EFEFEF;
	padding: 8px;
	font-weight: normal;
	text-align: left;
}

.calendar_list_type .calendar table th
{
}

.calendar table td
{
	height: 82px;
	width: 82px;
	position: relative;
	border: 1px solid #ccc9c5;
	overflow: hidden;
}

.calendar_list_type .calendar table td
{
	height: auto;
	width: 100%;
	border: none;
}

.calendar table td.current_day
{
}

.calendar table td span.day_number
{
	display: block;
	background: none;
	padding: 4px;
}

.calendar_list_type .calendar table td span.day_number
{
	float: left;
}

.calendar table td ul
{
	list-style: none;
	padding-left: 3px;
}

.calendar table td ul li
{
	background: none;
	margin: 1px;
	list-style-type: disc;
	list-style-position: inside;
	color: #FF1E00;
}

.calendar table td ul li.event_category_1
{
}

.calendar table td ul li.event_category_1 a
{
}

.calendar_list_type .calendar table td ul li
{
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #ccc9c5;
	margin: 0px;
	list-style: none;
}


.calendar table td ul li a
{
}


#calendar_view .calendar_container h2
{
	width: 50%;
	float: left;
	clear: left;
	background-color:#EFEFEF;
	height:24px;
	line-height:24px;
	font-size: 100%;
	text-indent: 8px;
	padding: 0;
	color:#34281A;
}

#calendar_view .calendar_navigation
{
	width: 50%;
	float: right;
	clear: right;
	padding: 0;
	text-indent: 8px;
}

#calendar_view .calendar
{
	clear: both;
}

#calendar_view .calendar_description_container
{
	clear:both;
	margin-bottom: 2px;
}

#calendar_view .calendar_description
{
	float: left;
	width: 50%;
}

#calendar_view .calendar_ical
{
	float: right;
	width: 50%;
	text-align: right;
}

#calendar_view .calendar_container
{
	clear: both;
}

#calendar_view .calendar_options
{
	width: 100%;
}

#calendar_view .calendar_options #calendar_view_categories_label,
#calendar_view .calendar_options #calendar_view_display_label
{
	width: 120px;
}

#calendar_view .calendar_options tbody td
{
	padding: 8px;
}

#calendar_view .calendar_options tbody td table td
{
	padding: 1px;
}

#calendar_view .calendar_options_block
{
	padding: 0px;
}

#calendar_view .calendar_nextmonths_container .calendar_container
	{
		clear: right;
		float: right;
		width: 370px;
	}

	#calendar_view .calendar_nextmonths_container .calendar_container:first-child
	{
		float: left;
		clear: left;
	}

		#calendar_view .calendar_nextmonths_container .calendar_container h2
		{
			clear: both;
			float: none;
			width: auto;
		}

		#calendar_view .calendar_nextmonths_container .calendar_container span.date_display
		{
			margin-left: 11px;
		}

		#calendar_view .calendar_nextmonths_container .calendar_list_type .calendar table td ul li
		{
			margin-bottom: 10px;
		}

		#calendar_view .calendar_nextmonths_container .calendar_list_type .calendar table td ul li span
		{
			display: block;
		}

#calendar_event #calendar_event_location
{
	margin-bottom: 2px;
}

#calendar_event #calendar_event_schedule
{
	margin-bottom: 2px;
}

div#calendar_event span.body
{
	float: left;
	overflow: hidden;
	width: 490px;
}

#calendar_event .event_participant_status
{
	margin-bottom: 2px;
}

#calendar_event .event_participant_status .status_list div span span:last-child
{
    display: none;
}

#calendar_event .event_info
{
	float: right;
	width: 218px;
}

#calendar_event h1,
#calendar_event span.body
{
	margin-left: 14px;
	margin-right: 14px;
	display: block;
}


#calendar_editevent #calendar_editevent_category,
#calendar_editevent #calendar_editevent_location,
#calendar_editevent #calendar_editevent_title
{
	float: left;
}

#calendar_editevent #calendar_editevent_body
{
	clear: both;
}

