<!--/*--><![CDATA[/*><!--*/

@media screen, print {

.calendar {
}

.calendar thead .month {
	height: 30px;

	padding: 4px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
}

.calendar thead .month a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.calendar tbody tr.weekdays th {
	text-transform: capitalize;
	text-align: left;
	border-bottom: 1px solid #F1EFE2;
	border-right: 1px solid #F1EFE2;
}

.calendar tbody tr td {
	width: 14%;
	font-size: 10px;
	text-align:left;
	border-bottom: 1px solid #F1EFE2;
	border-right: 1px solid #F1EFE2;
	vertical-align: top;
	height: 40px;
}

.calendar .today {
	background-color: #FF9900;
}

}

/*]]>*/-->