/* CSS Document */
div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

div#calendar table{
	font-size:7pt;
	text-align: center;
	border-collapse: collapse;
	border:1px solid #DAE7A7;
}

div#calendar table caption{
	color:#FFFFFF;
	background:#67794D;
	height:29px;
	text-align:center;
	line-height:29px;
	margin:0px;
}

div#calendar table th{
	background: #ACBF63;
	color:#000000;
}

div#calendar table td{
	line-height: 2em;
	background-color:#C8D78C;
}
div#calendar table caption a{
	color:#FFFFFF;
	font-size:8pt;
}

div#calendar table td a{
	display: block;
	background: #ffcf00;
	color: #535AB0;
	font-weight: bold;
	text-decoration: none;
}

div#calendar table td.today a{
	border: 1px solid #493;
}

div#calendar table caption a:hover{
	color:#FBBF01;
}
div#calendar table td a:hover{
	background: #FBBF01;
	color: #1f54a3;
}

div#calendar table td.today a:hover{
	border: 1px solid #FF0000;
}div#calendar table td.today a:hover{
	border: 1px solid #FF0000;
}


div#calendar span{
	display: none;
}