@charset "UTF-8";
/* CSS Document */

.caltable{
	background-color:#ffffff;
	border-top:#999999 dotted 1px;
	border-left:#999999 dotted 1px;
	border-right:#999999 dotted 1px;
}
.caltable th{
	font-weight:normal;
	color:#ffffff;
	padding:2px;
	background-color:#993366;
	width:14%;
	text-align:center;
}
.caltable td{
	padding:0px;
	color:#666666;
	border-bottom:#999999 dotted 1px;
	height:90px;
	vertical-align:top;
}
.caltable a{
	color:#666666;
}
.caltable a:hover{
	color:#993366;
}
.caltablemonth{
	background-color:#eeeeee;
}
.caltableday{
	background-color:#FFCCFF;
}

