/* CSS Document */

#calendar-holder {
	margin-top:15px;
	/*background: url(/media/calendar-bot.gif) no-repeat bottom left;*/
	padding-bottom: 13px;
}
#calendar-holder h1 {
	font-size: 1.0em;
	color: #FFFFFF;
	background:#009933; /*url(/media/h1-border.gif) repeat-x left bottom;*/
	font-weight: normal;
	padding:4px 5px 5px 5px;
	margin:0 0 0px 0;
	text-align:center;
	border-bottom: 1px solid #fff;	
}
.calendar {
	margin-top:7px;
}
#calendar {
	width: 160px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #CCC;
	font: normal 12px/20px  Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #fff;
}

#calendar .nav, #calendar .nav a {
	font: bold 18px  Arial, Helvetica, sans-serif;
	color: #000033;	
	text-align: center;
	text-decoration: none;
}	


#calendar caption {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	width: 160px; 
	color: #3A3764;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px  Arial, Helvetica, sans-serif;
	color: #3A3764;
	background: #E9E9E9;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align:center;
}

#calendar .today, #calendar td.today a, #calendar td.today a:link {
	color: #2D55AA;
	text-decoration:none;
	background: #CAC6C6;
}
#calendar .activity {
	background: #F7F7F7;
}

#calendar td {
	color:#999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 16px;
	height: 16px;
	text-align: center;
	/*background: url(/media/bg_calendar.gif) no-repeat right bottom;*/
}

#calendar td a {
	/*text-decoration: none;*/
	font-weight: bold;
	display: block;
	text-align:center;
	height:20px;
	margin:auto;
}

#calendar td a:link, #calendar td a:visited {	
	color: #2D55AA;
	text-decoration:none;
}

#calendar td a:hover, #calendar td a:active, #calendar td.today a:hover {
	color: #FF6500;
	text-decoration:underline;
}
