/* CSS Document */
/* Palette di colori:
Blue oltremare: 	003 , 034 , 101
Azzurro sfondo:		197 , 216 , 231
Rosso scritta:		246 , 004 , 016
*/

#calendar
{
	background:		url(../img/bg_calendar.jpg) no-repeat;
	width:			185px;
	margin:			auto;
	margin-bottom: 	15px;
}
#caltot {
	width: 			183px;
	text-align:		center;
	margin:			auto;
	margin-top: 	2px;
	color: 			#000066;
	border-left:	1px solid #006699;
	line-height:	24px;
}
#calspace{width:	100%; height:	21px;}
#calname
{
	width:			182px;
	margin: 		auto;
	line-height:	24px;
}

.calday {
	float: 			left;
	width: 			25px;
	height: 		25px;
	border-right: 		1px solid #006699;
	border-bottom:		1px solid #006699;
}

.today {

	color:				#006699;
	font-weight:		bold;	
	background-color:	#BCE7FF;
}

.caldayname {
	float: 				left;
	width: 				25px;
	height: 			25px;
	background-color:	#C5D8E7;
	border-right: 		1px solid #006699;
	border-bottom:		1px solid #006699;
}

#frecciasx , #frecciadx , #mese {
	font-weight:		bold;
	color: 				white;
	font-size: 			12px;
}

#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: 				124px;
	height: 			25px;
}
#frecciadx, #frecciasx
{
	float:				left;
	width:				25px;
	height:				25px;
}

#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;
	border: 			2px solid #cc0000;
	margin:				1px;	
}
.caldayevent a{
	color: 				#006699;
}

