table.cal {
	border: thin solid #FFFFFF;
}

td.cal_titol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
	height: 30px;
}

td.cal_dies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	height: 15px;
}

td.cal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
}

td.cal_festiu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
}

a.festiu:link, a.festiu:visited, a.festiu:hover, a.festiu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration:none;
}

td.cal_buit {
	background-color: #CCCCCC;
	height: 20px;
}
