body
{
	font-family: sans-serif;
}

.calendar
{
	border: 1px solid;
	background-color:White;
	border-color:#6B9ED5;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	font-size :9pt;
	color:Black;
	width :100%;
	table-layout:fixed;

}

.calendarTitle
{
	background-color: #000080;
}

.calendar Td
{
	height:8.5em;
}

.calendarTitle,
.calendarTitle td
{
	color: #ffffff;
	font-weight: bold;
}

.calendarNextPrev
{
	font-weight: normal;
	padding: 2px;
}

.calendarNextPrev a,
.calendarNextPrev a:visited,
.calendarNextPrev a:hover
{
	background-color: ButtonFace;
	border: outset 2px;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	color: ButtonText;
	padding: 0px .5em;
	text-align: center;
	text-decoration: none;
}

.calendarDayHeader
{
	background-color: #CCCCCC;
	border-bottom-color:#BBBBBB;
	border-bottom-width:inherit;
	font-weight: bold;
	height:2em !important;

}

.calendarDay
{
	color: #000000;
	vertical-align:top;
	text-align:right;
	width:100%;
	height:6.0em;
	
}

.calendarDay a,
.calendarDay a:visited,
.calendarDay a:hover
{
	color: #0000ff;
}

.calendarOtherMonthDay
{
	color: #AAAAAA;
	vertical-align:top;	
	text-align:right;
	height:6.0em;
	width:100%
	
}

.calendarOtherMonthDay a,
.calendarOtherMonthDay a:visited,
.calendarOtherMonthDay a:hover
{
	color: #000;
}


.calendarWeekendDay
{
	background-color: #FFF4F7;
	vertical-align:top;
	text-align:right;
}

.calendarTodayDay
{
	color:Red;
	vertical-align:top;
	text-align:right;
}

.calendarSelectedDay
{
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
	vertical-align:top;
	text-align:right;

}

.calendarSelectedDay a,
.calendarSelectedDay a:visited,
.calendarSelectedDay a:hover
{
	color: #ffffff;
}

.calendarSelector
{
	background-color: #c0c0e0;
}

.calendarSelector a,
.calendarSelector a:visited,
.calendarSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
	vertical-align:top;
	text-align:right;
}

.BTHeaderCalendar
{
	border-right-style: solid;
	border-bottom: solid;
	border-top: solid;
	
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-right-width: 0.1em;	
	
	padding-bottom:0.3em;
	padding-top:0.1em;
	
	border-right-color: #000;
	border-left-color: #fff;
	border-top-color: #fff;
	border-bottom-color: #000;
	background-color: #BED2ED;
	
	font-size:0.8em;

}


/* Classi per aventi*/

.DivContenitoreEventi
{
	position:relative;
	text-align:left;   
	width:100%;
}

.DivSubContenitoreEventi{
	width:100%; 
	height:6.0em; 
	overflow:hidden; 
} 

.divEvento 
{
	z-index:-1;
	text-align:left;
	height:1.5em; 
	color:#000000;
	/*white-space:nowrap;*/
	width:13em;
}

.divEvento a div.TollTip
{
	display: none;
}

.divEvento a {
	z-index:-1; 
    text-decoration: none;
    color:#000000;
    
}
			
.divEvento a:hover 
{
	position:relative;
	z-index: 25; 
	border-width:1px;
	color:#000000;
}

.divEvento a:hover div.TollTip
{
	display: block; 
	position:absolute;
	top: 2em; 
	left: 0em; 
	width:20em;
	border: 1px solid #000000; 
	background-color: #fff; 
	color:#000;
	z-index: 25; 
	text-align: left;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding: 1em;
	text-decoration:none;
	white-space:normal;

}

.divEvento a div.TollTipSotto{display: none}

.divEvento a:hover div.TollTipSotto
{
	display: block; 
	position:absolute;
	top: -5em; 
	left: 2em; 
	width:20em;
	border: 1px solid #000000; 
	background-color: #fff; 
	color:#000;
	z-index: 25; 
	text-align: left;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding: 1em;
	text-decoration:none;
	white-space:normal;

}


.CalendarDayEmpty
{
	width:100%;
	height:6.0em;
}
.segnalazioneAltriMsg
{
	text-align:center;
	z-index: 125; 
}
	
#TitoloScad
{
	color:#000;
	font-weight:bold;
}

#CenterHeaderCalendar
{
	width:50%;
	height:2em;
	text-align:center;
	background-color:#BED2ED;
}

#LeftHeaderCalendar
{
	width:25%;
	height:2em;
	vertical-align:middle;
	text-align:left;
	background-color:#BED2ED;
}

#RightHeaderCalendar
{
	width:25%;
	height:2em;
	text-align:right;
	background-color:#BED2ED;
	font-size: 0.6em;
	color: #000000;
	padding-bottom:0.5em;
	vertical-align:bottom;
	
}

#RightImgHeaderCalendar
{
	text-align:center;
	padding-right:0.5;
	background-color:#BED2ED;
}

.TdScadenzarioAnnuale
{
	text-align:left;
	padding-left:1.5;
	background-color:#BED2ED;
	font-size:0.8em;
	font-weight: normal;
	vertical-align: middle;
	color: black;
	font-family: Verdana;
}

#CatHeaderCalendar
{
	width:10%;
	height:2em;
	text-align:center;
	vertical-align:top;
	background-color:#BED2ED;
	margin-top:1em;
}



