@charset "utf-8";
.datecenter {
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    height: 500px;
    border: 1px solid #CECECE;
    text-align: center;
}

.today {
    color: #000000;
    /*border-radius: 20px;*/
    background-color: #3A727F;
}

.SelectedDay{
	color: #ffffff;
    /*border-radius: 20px;*/
    background-color: #3A727F;
	}
.titleday {
    width: auto;
    height: auto;
    text-align: left;
}
/*TodayDayStyle當天日期；
OtherMonthDayStyle非當月日期；
SelectedDayStyle選擇日期；
TitleStyle年月標題；
DayNameFormat星期幾Shortest只顯示一二三四五六日；
DayStyle日期樣式*/