.calendar_container .calendar_navigation
{
	background-color: #E0EEFC;
	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: #D5E3F4;
	padding: 8px;
	font-weight: normal;
	text-align: left;
}

.calendar_list_type .calendar table th
{
}

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

.calendar_list_type .calendar table td
{
	height: auto;
	width: 100%;
	border: none;
	padding: 0px;
	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;
}

.calendar table td ul li
{
	background: none;
	margin: 1px 0 3px;
}

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

#calendar_view div.headermenu
{
	background: none;
	color: #33738B;
	min-height: 0;
}

#calendar_view div.headermenu ul
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
}

#calendar_view div.headermenu h2
{
	font-size: 150%;
	padding: 0;
}

#calendar_view div.headermenu span.header_text
{
	display: none;
}

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

#calendar_view .calendar_navigation
{
	width: 50%;
	float: right;
	clear: right;
	margin-bottom: 0;
}

#calendar_view .calendar
{
	clear: both;
	padding-top: 5px;
}

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

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


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

#calendar_event .event_info
{
	float: right;
	width: 230px;
	margin-left: 14px;
}


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

#calendar_editevent #calendar_editevent_body
{
	clear: both;
}