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

#navigation div#calendar table{
	width: 100%;
	font-size:7pt;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	border:1px solid #054FAF;
}

#navigation div#calendar table caption{
	margin: 0 auto;
	background:#D9EFFC;
}

#navigation div#calendar table th{
	color: #493;
	background: #054faf;
	color:#FFFFFF;
}

#navigation div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
	background-color:#D9EFFC;
}
#navigation div#calendar table caption a{
	color:#FF6600;
	font-size:8pt;
}

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

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

#navigation div#calendar table caption a:hover{
	color:#9AC7DF;
}
#navigation div#calendar table td a:hover{
	background: #9AC7DF;
	color: #636;
}

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


#navigation div#calendar span{
	display: none;
}