.cal_table1 {
width:100%;
border:0;
text-align:center;
}

.cal_month {
text-align:center;
}

.cal_month_btn {
width:30px;	
}

.cal_table2 {
width:100%;
border:0;
text-align:center;
}

.cal_days {
font-weight:bold;
}

.cal_week {
font-weight:bold;
}

.cal_mark {
font-weight:bold;
background-color:#CCC;
}

.cal_list {
text-align:right;
}

.cal_active {
font-weight:bold;
font-size:1.2em
background-color:#CCC;
}

.cal_active_mark {
font-weight:bold;
font-size:1.2em
background-color:#CCC;
}

.cal_current {
font-weight:bold;
font-size:1.2em;
background-color:#E2202F;
color:#FFF;
}

.cal_current_mark {
font-weight:bold;
font-size:1.2em;
background-color:#E2202F;
color:#FFF;
}

.cal_current_active {
font-weight:bold;
font-size:1.2em;
background-color:#E2202F;
color:#FFF;
}

.cal_current_active_mark {
font-weight:bold;
font-size:1.2em;
background-color:#CCC;
}

.cal_table2 a:hover {
position: relative;
}

.cal_table2 a span {
display: none;
}

.cal_table2 a:hover span {
display: none;
}