#calendar {
	margin-bottom:20px;
}

#calendar table{
   border-collapse:collapse;
   font-size:11px;
   width:100%;
   color:#898989;
}

#calendar table td{
   border: 1px solid #d7d7d7;
   padding:5px 0px;
   text-align:center;
   background:url('../images/bg_calendar.jpg') repeat-x;
}

#calendar table tr.header td{
   background:none;
   background-color:#eeeeee;
   color:#363636;
   font-size:10px;
   text-transform:uppercase;
   font-weight:bold;
   padding:7px 0px;
}

#calendar table td.calendarToday{
   background:url('../images/bg_calendar_active.jpg') repeat-x;
}

#calendar table td.calendarToday a{
   color:#fff;
   text-decoration:none;
}

#calendar table a{
    color:#363636;
    text-decoration: underline;
}

#calendar table tr.month td{
	border:0px;
	background:none;
	font-size:12px;
}

#calendar table tr.month a{
	color:#0090d0;
	font-size:12px;
	text-decoration:none;
	line-height:18px;
}

#calendar table tr.month span a{
	color:#0090d0;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px dashed #0090d0;
	margin:0px 3px;
}

#calendar_archive {
display:none;
}
