#calendar_view div.content {
	width: auto;
	float: none;
}

#calendar_view div.contentbar {
	width: auto;
	float: none;
}

#calendar_view div.headermenu {
	overflow: hidden;
	min-height: 0;
	background: #fff;
}

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

#calendar_view div.headermenu ul {
	display: none;
}

#calendar_view div.headermenu .header_view_title {
	background: none;
	font-size:150%;
padding:0;
color: #33738B;
}

#calendar_view div.block {
	background: none;
	padding: 0;
}

div.calendar table {
	background: #fff;
}

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

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

.calendar_list_type div.calendar table tr td {
	height: auto;
	width: 100%;
	border-left: none;
	border-right: none;
	border-top: none;
}


#calendar_view div.calendar_options div.editor h3 {
	
}

.calendar_options_categories, .calendar_options_displaytype {
	float: left;
	width: 50%;
}

div.calendar_options div.actions {
	clear:both;
}
