﻿td, th {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 120px;
	padding: 10px 0;
	text-align: center;
}

table {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

th {
	background: #666;
	color: #fff;
}

.other-month {
	background: #eee;
    color:#999
}


.availabilitymark{
    font-size:13px;
    margin-left:10px
}

.availabilityable{
    cursor:pointer;
    color:blue
}
#beforemonth{
    float:left;
    cursor:pointer;
}
#nextmonth{
    float:right;
    cursor:pointer;
}

.thistoday{
    color:green;
}
#ReserveCalendarDay{
    margin-top:30px;
}

.ReserveableFacilityMark{
    cursor:pointer;
    color:blue
}

.closedday{
    color:darkgray;
}

.current-month>.sun{
    color: red
}
.current-month>.sat{
    color:blue
}

.current-month>.other-day{
    color:gray;
}


