td.item{
	font-family : arial;
	font-size 	: 10px;
}

.days{
	font-family : arial;
	text-align	:center;
	width		:35px;
	height		:20px;
	font-size	: 11px;
	font-weight	:bold;
	color		:black;
	background-color	:#D6E3F3;
}

.highlighted{
	cursor:hand;
	background-color:#FBE694;
	border: solid #BB5503 1px;
	text-align: center;
}

td.normal{
	font-family : arial;
	cursor:normal;
	background-color:#F6F6F6;
	text-align			:center;
}

td.headerCal{
	background-color:gray;
	font-weight:bold;
	color:white;
}

@media print {
	.NoPrint{
		visibility: hidden;
	}

	.highlighted{
		font-weight:bold;
		background-color:silver;
		text-decoration:underline;
	}
}

.button{
		cursor:hand;
