/* CSS Document */
#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#calendar table{
	width: 90%;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto 5px;
	border-collapse: collapse;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #493;
	background: transparent;
}

#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#calendar table td.today a{
	border: 1px solid #493;
}

#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

#calendar table td.today a:hover{
	border: 1px solid #636;
}

#calendar span{
	display: none;
}