@CHARSET "UTF-8";
.calHolder{
	position: relative;
	background: url("../img/calbg.gif");	
	width: 209px;
	height: 200px;
	margin:auto;
	text-align: center;
}
.calMove{
	color: #333;
	font-size: 7pt;
}
.cal {
	position:relative;
	top:10px;
	left: 10px;
	font-size: 9pt;	
	text-align: center;
	padding:0px;
	border:0px;
	border-collapse: collapse;
}
.cal td {
	padding: 1px;	
}
.cal td a {
	font-weight:normal;	
	width: 25px; height: 20px;

}

.calNavi {
	font-weight: bolder;
	font-size: 12pt;
}
.calWeekdays {
	color: #bababa;
	font-size: 10pt;
}
.calWeekend a{
	color: #666;
	font-style: italic;	
}
.calMonth {
	font-weight: bolder;
}
.calMonth1 {
	background-color: #dadada;
}
.calMonth2 {
	background-color: #bababa;
}
.calMonth3 {
	background-color: #aaaaaa;
}

.calDay{
	width: 25px; height: 20px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	background: url("../img/day.gif") no-repeat;
}
.calCurrentDay{
	background: url("../img/curday.gif") no-repeat;
}
.calCurrentDayEvents{
	background: url("../img/curdaysel.gif") no-repeat;
}
.calEvents{ 
	background: url("../img/daysel.gif") no-repeat;
}
.calEvents a{ 
	font-weight: bold ! important;
}


