/* CSS Document */
/* Palette di colori:
Blue oltremare: 	003 , 034 , 101
Azzurro sfondo:		197 , 216 , 231
Rosso scritta:		246 , 004 , 016
*/


#caltot {
	text-align:		center;
	position: 		relative;
	float: 			left;
	margin-top: 	2px;
	color: 			#000066;
	line-height:	18px;
}

#calmain {
	float: 			left;
}

.calday {
	float: 			left;
	width: 			19px;
	height: 		19px;
	border: 		1px solid #006699;
	margin: 		2px;
	background-color:	white;
}

.today {
	border: 			2px solid #cc0000;
	margin:				1px;
	color:				#cc0000;
}

.caldayname {
	float: 				left;
	width: 				19px;
	height: 			19px;
	background-color:	#C5D8E7;
	border: 			1px solid #006699;
	margin: 			2px;
}

#frecciasx , #frecciadx , #mese {
	font-weight:		bold;
	color: 				white;
	font-size: 			10px;
	background-color:	#006699;
}

#frecciadx a, #frecciasx a{text-decoration: none; color: white;}
.caldayevent a{	color: white;}
.calday a{text-decoration: none; color: #006699;}
.today a{color: #CC0000;}

#mese {
	float: 				left;
	width: 				119px;
	height: 			19px;
	border: 			1px solid #006699;
}

#calset {
	float: left;
	width: 5px;
	height: 168px;

}

.calweek {
position: relative;
float: left;
border-collapse:collapse;
width: 10px;
height: 19px;
background-color:#C5D8E7;
border: 1px dotted white;
margin-bottom: 2px;
margin-top: 2px;
margin-left: 1px;
}


.caldayevent {
	background-color: 	#C5D8E7;
	color: 				#CC0000;
	border: 			2px solid #cc0000;
	margin:				1px;	
}
.caldayevent a{
	color: 				#CC0000;
}

