.cal_outertable {
	width: 70%;
	height: 70%;
	background: #FFFFFF;
	border: 2px solid #000000;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CCCCCC', startColorstr='#FFFFFF', gradientType='0');
     font-family: Arial;
	font-size: 18px;
}
.cal_outertable a {
	text-decoration: none;
        color: #000000;
}
.cal_outertable a:hover {
	text-decoration: none;
     color: #FF8000;
}
.cal_monthlist {
	font-size: 13px;
}
.cal_table {
	width: 100%;
	height: 100%;
	font-family: Arial;
}
.cal_table td {
	width: 14%;
	height: 16%;
	font-family: Arial;
}
.cal_nonday { }
.cal_current_day {
	padding: 5px;
	background: #EEEEA0;
	border: 1px solid #000000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(offx=2, offy=4, color=#808080, positive=1);
}
.cal_day {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #808080;
	filter:progid:DXImageTransform.Microsoft.DropShadow(offx=2, offy=4, color=#808080, positive=1);
}
.cal_day_num {
	text-align: right;
	font-weight: bold;
}
.cal_data {
	font-family: arial;
	font-size: 11px;
}
.cal_showinfo {
	width: 50%;
	text-align: left;
	padding: 10px;
	background: #EEEEA0;
	border: 2px solid #000000;
	font-family: arial;
	font-size: 13px;
}