.insp_ecal_legend1 {
	background: #df8686;
}
.insp_ecal_legend2 {
	background: #88b6d6;
}
.insp_ecal_legend3 {
	background: #ddd;
}
.widget_insp_event_calendar_widget {
	margin: 1em 0;
}
.widget_insp_event_calendar_widget table.ecal_table {
	width: 100%;
	margin: 0 0 1em;
	border-collapse: separate;
	border-spacing: 2px;
	color: #333;
}
.widget_insp_event_calendar_widget table.ecal_table thead th {
	width: 14%;
	padding: 6px 0;
	text-align: center;
	background: #ccc;
}
.widget_insp_event_calendar_widget table.ecal_table thead th.week_0 {
	color: #e44;
}
.widget_insp_event_calendar_widget table.ecal_table thead th.week_6 {
	color: #44e;
}
.widget_insp_event_calendar_widget table.ecal_table tbody td {
	width: 14%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #dfdfdf;
}
.widget_insp_event_calendar_widget table.ecal_table tbody td .event_note {
	display: none;
	width: 116px;
	height: auto;
	margin: 3px 0 0;
	padding: 5px;
	text-align: left;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
}
.widget_insp_event_calendar_widget table.ecal_table tbody td.commented {
	background-image: url(../comment_left.gif);
	background-position: right top;
	background-repeat: no-repeat;
    cursor: default;
}
.widget_insp_event_calendar_widget table.ecal_table tbody td.commented:hover div {
    display: block;
}
.widget_insp_event_calendar_widget .ecal_ctrl {
	width: 100%;
}
.widget_insp_event_calendar_widget .ecal_ctrl ul {
	width: 100%;
	height: 1em;
	margin: 0;
	padding: 0;
}
.widget_insp_event_calendar_widget .ecal_ctrl ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
}
.widget_insp_event_calendar_widget .ecal_ctrl ul li:hover {
	color: #44e;
}
.widget_insp_event_calendar_widget .ecal_ctrl ul li.prev {
	width: 49%;
	float: left;
	text-align: left;
}
.widget_insp_event_calendar_widget .ecal_ctrl ul li.next {
	width: 49%;
	float: right;
	text-align: right;
}
.widget_insp_event_calendar_widget table.legend_table {
	width: 100%;
	margin: 6px 0;
	border-collapse: separate;
	border-spacing: 2px;
}
.widget_insp_event_calendar_widget table.legend_table th {
	width: 16px;
	padding: 0;
	text-align: center;
}
.widget_insp_event_calendar_widget table.legend_table th img {
	display: inline;
}
.widget_insp_event_calendar_widget table.legend_table td {
	padding: 0;
	text-align: left;
	line-height: 16px;
}
