#calendar{
	color: silver;
	text-align:center;
	padding:0px;
	font-family: Arial;
	color: #004400;
	font-size:12px;
}

#calendar td{
	size:12px;
	text-align:center;
}

#calendar td.label, td.nav{
	font-weight:bold;
	color:#000000;
}

#calendar .cell, .weekend{
	width:30px;
	height: 30px;
	border:1px solid silver;
	cursor:hand;
}

#calendar .empty{
	width:30px;
	height: 30px;
	border:1px dotted;
}

#calendar .selected{
	width:30px;
	height: 30px;
	border:1px solid #6B9439;
	background:#ffffdd;
}

#calendar a, #calendar a:visited{
	size:15px;
	text-decoration:none;
}

#calendar_key td{
	font-size:10px;
}

#calendar_key .cell{
	width:15px;
	height: 15px;
	border:1px solid silver;
	font-size:8px;
	text-align:center;
}

#calendar_key .selected{
	width:15px;
	height: 15px;
	border:1px solid #6B9439;
	font-size:8px;
	text-align:center;
}

#calendar_key .empty{
	width:15px;
	height: 15px;
	border:1px dotted;
	font-size:8px;
	text-align:center;
}

