#div_calendar
{
	
}

#calendar {
	border: 1px solid #0000FF;
	height: 300px;
	width: 450px;
	float: left;
	display: none;
}

.calhead {
	background-color: #DCDCDC;
	color: #0000FF;
	font-weight: bold;

}

.dayhead {
	height: 30px;
	background-color: #CCCCFF;
	color: #000099;
	font-weight: bold;
	vertical-align: middle;
	text-align:center;
}

.weekday
{
	background-color: #FFFFFF;
	color: #0000FF;
	font-family: Tahoma, System, Verdana;
	font-size: 12px;
	cursor: pointer;
}

.weekday:hover
{
	background-color: #FFCCFF;
	color: #0000FF;
	font-family: Tahoma, System, Verdana;
	font-size: 12px;
	cursor: pointer;
}

.today
{
	background-color: #FF9FAA;
	color: #0000FF;
	font-family: Tahoma, System, Verdana;
	font-size: 12px;
	cursor: pointer;
	
}

.today:hover
{
	background-color: #FF0000;
	color: #0000FF;
	font-family: Tahoma, System, Verdana;
	font-size: 12px;
	cursor: pointer;
}

.weekend
{
	background-color: #FFFFFF;
	color: #0000FF;
	font-family: Tahoma, System, Verdana;
	font-size: 12px;
	cursor: pointer;
}

.weekend:hover
{
	background-color: #FFCCFF;
	color: #0000FF;
	font-family: Tahoma, System, Verdana;
	font-size: 12px;
	cursor: pointer;
}

.past_day
{
	background-color: #FFCCFF;
	color: #0000FF;
	font-family: Tahoma, System, Verdana;
	font-size: 12px;
	text-decoration: line-through;
}