/* CSS Document */
.cal_table1 {
	width:100%;
	border:0;
}

.cal_month {
	text-align:center;
}

.cal_month_btn {
	
}

.cal_table2 {
	width:100%;
	border:0;
}

.cal_days {
	font-weight:bold;
}

.cal_week {
	font-weight:bold;
}

.cal_mark {
	font-weight:bold;
}

.cal_list {
        text-align:right;
}

.cal_active {
	font-weight:bold;
	font-size:1.2em;
        background-color:#DFDFDF;
}

.cal_active_mark {
	font-weight:bold;
	font-size:1.2em;
        background-color:#DFDFDF;
}

.cal_current {
	font-weight:bold;
	font-size:1.2em;
        background-color:#DFDFDF;
}

.cal_current_mark {
	font-weight:bold;
	font-size:1.2em;
        background-color:#DFDFDF;
}

.cal_current_active {
	font-weight:bold;
	font-size:1.2em;
        background-color:#DFDFDF;
}

.cal_current_active_mark {
	font-weight:bold;
	font-size:1.2em;
        background-color:#DFDFDF;
}

.cal_table2 a:hover {
	position: relative;
}

.cal_table2 a span {
	display: none;
}

.cal_table2 a:hover span {
	display: block;
   	position: absolute;
	top: 10px;
	left: -100px;
   	padding: 5px;
	margin: 10px;
	z-index: 100;
	background: #EFFBFF;
	border: 1px solid #CCCCCC;
	opacity: 0.9;
	width:200px;
        font-size:10px;
}