.schedule-week-table{
	background: #dddddd;
	padding: 1px;
	width: 63px;
	height: 20px;
	float: left;
}

.schedule-day-table{
	background: #dddddd;
	padding: 1px;
	width: 63px;
	height: 63px;
	float: left;
}

.Calendar-week-slot {
	background-color: #bbf;
	border: 1px solid #00b;
	text-align: center;
	width: 60px;
	height: 20px;
}

.Calendar-week-slot.Calendar-week-slot-hover{
    background-color: #D88;
}

.Calendar-day-slot {
	background-color: #FFF;
	border: 1px solid #00b;
	text-align: left;
	width: 60px;
	height: 60px;
}

.Calendar-day-slot.Calendar-day-slot-hover {
    background-color: #D88;
}

.Calendar-day-slot.Calendar-day-slot-disable {
    background-color: #aaa;
}

.plan-time-table {
	background-color: #fff;
	border: 1px solid #bbb;
	text-align: left;
	width: 500px;
	height: 18px;
}

td.time-label-delete-button {
	background-color: #fff;
	border: 1px solid #bbb;
	text-align: center;
	width: 10px;
	height: 10px;
	padding: 0px 0px 0px 0px;
}

td.time-label-index {
	background-color: #bbf;
	border: 1px #bbb;
	text-align: right;
	width: 20px;
	height: 16px;
	padding: 0px 3px 0px 0px;
}

td.time-label-type {
	background-color: #bbf;
	border: 1px #bbb;
	text-align: left;
	width: 241px;
	height: 16px;
	padding: 0px 3px 0px 0px;
}

td.time-label-time {
	background-color: #bbf;
	border: 1px #bbb;
	text-align: left;
	width: 210px;
	height: 16px;
	padding: 0px 3px 0px 0px;
}

#plans-view .plan-warp {
    cursor: pointer;
	border: 1px solid #bbb;
}

#plans-view div.td.plan-label {
	background-color: #ddd;
	border: 1px solid #bbb;
	font-weight: bold;
	text-align: right;
	width: 20px;
	padding: 0px 3px 0px 0px;
}

#plans-view .plans-view-over{
    border:1px solid #dddddd;
	background: #dddd66;
    padding: 1px;
}
#plans-view .plans-view-selected{
    background: #6666dd;
    border: 1px solid #dddddd;
    padding: 1px;
}
