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;
}
.overall_color{
	margin-right: 5px;
	width: 35px;
	line-height: 16px;
}
.fee_box {
	padding: 5px;
}
.paddingBottom5 {
	padding-bottom: 5px;
}
.range_box {
	padding: 15px 5px;
}
.charge_label {
	padding-left: 20px;
	padding-right: 5px;
	float: right;
	color: #00418d;
}
.border_top {
	border-top: solid 1px #CCC;
}
.status_box {
	border: solid 1px;
	text-align: center;
	padding: 2px;
	color: #FFF;
	font-size: 11px;
	width: 80px;
}
.status_gray {
	background-color: #8C8C8C;
	border-color: #808080;
}
.status_red {
	background-color: #D7060B;
	border-color: #BA0612;
}
.status_blue {
	background-color: #0069D9;
	border-color: #0063FF;
}
.status_green {
	background-color: #018000;
	border-color: #077A06 ;
}
.total_by_currency {
	font-weight: bold;
}