div.legend_tab {
	float: right;
	text-align: right;
	margin-top: 10px;
	}
#wip_calendar_body h2 {
	font-size: 1.3em;
	font-weight: bold;
	}
#wip_calendar_body td{
	padding: 0 2px;
}
#wip_calendar_body td.wip_calendar_blank{
	border: 1px solid #D0D0D1; background: #F1F1F1;
}
#wip_calendar_body td.wip_calendar_sum{
	vertical-align: bottom; text-align:right; border: 1px solid #D0D0D1; background: #F1F1F1;
}
#wip_calendar_body td.wip_calendar_normal {
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #D0D0D1;
	line-height: 14px;
}
#wip_calendar_body td.wip_calendar_today {
	background: #F8F7A5;
}
#wip_calendar_body td.wip_calendar_holiday {
	background: #FFDFE6;
}
.ui-multiselect input:hover,  .ui-multiselect input:focus {
	background: none repeat scroll 0 0 transparent;
	border: medium none !important;
	cursor: default;
	float: left;
	margin: 0;
	padding: 3px 0 3px 6px;
}
