@media all {
div.calendar {
	margin:15px;
	float:right;
}
div.calendar table {
	border: 0px;
	font-family: arial;
	font-weight: normal;	
}
div.calendar table td {
	font-size: 9px;
	text-align: center;
	border: 0px;
}
div.calendar table .calendar-month {
	font-family:verdana;
	font-weight: bold;
	margin-top: 3px;
	font-size: 11px;
	text-align: center;
}
div.calendar table .calendar-month a,
div.calendar table .calendar-month a:visited {
	text-decoration: none;
	color:#333333;
}

div.calendar table .change-month a,
div.calendar table .change-month a:visited {
	font-size:7px;
}

div.calendar table .calendar-month a:hover {
	color:#ff4700;
}

div.calendar table th {
	color: green;
	text-align: center;
	height: 10px;
	font-size: 7pt;	
}
div.calendar table td a,
div.calendar table td a:visited {
	font-size: 9px;
	text-decoration: none;
	color:#333333;
}

div.calendar table td a:hover {
	color:white;
	background-color: #ff4700;
}

div.calendar table td:hover{
	background-color: #ff4700;
}

div.calendar table td.spacer:hover{
	background-color: white;
}

div.calendar table td.active{
	background-color: #f9e5c5;
}

div.calendar table td.active:hover{
	background-color: #ff4700;
}

div.calendar table td:hover a{
	color: white;
}

div.calendar table.prevnext {width: 100%; margin-top: .3em;}
div.calendar table.prevnext td{
	font-size: smaller;
}
div.calendar table.prevnext td a{text-decoration: none}
}

@media print {
    div.calendar table td.active {
	border: 1px solid #666666;
    }
}
