@charset "utf-8";
/* CSS Document */

div#Calendario {
	width:473px;
	z-index:1;
	background-color: #EEEEEE;
	border: 1px solid #C9D5E0;
	margin-top: 5px;
}
div#Calendario_Cornice {

}
div#Calendario_Container_Titolo {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow: hidden;
	padding: 2px;
}
div#Calendario_Titolo {
	font-weight: bold;
	color: #4674A6;
	background-color: #EAEFF2;
}
div#Calendario_Chiudi {
	float: right;
	text-align: right;
	color: #ABABAB;
	font-weight: bold;
}
div#Calendario_Chiudi a:link {
	color: #ABABAB;
	text-decoration: none;
}
div#Calendario_Chiudi a:visited {
	color: #ABABAB;
}
div#Calendario_Chiudi a:hover {
	color: #000000;
}
div#Calendario_Riga {
	width: 473px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #FFFFEA;
}
div#Calendario_RigaDifferent {
	width: 473px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #F4FFFF;
}
div#Calendario_RigaIntestazione {
	width: 473px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #FFFFFF;
}
.Calendario_GiorniIntestazione {
	float: left;
	width: 66px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.Calendario_GiorniDomIntestazione {
	float: left;
	width: 66px;
	text-align: center;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.Calendario_Giorni {
	float: left;
	width: 66px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #6C95C1;
}
.Calendario_GiorniDom {
	float: left;
	width: 66px;
	text-align: center;
	color: #884444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.Calendario_GiorniCopiaOVER {
	float: left;
	width: 66px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
}

