/*   inizio  --------*/

.CalEventi {
	width: 200px !important;
}

.CalEventi th {
    background-color: #FBB04D;
    border-top-color: #87212E;
    border-top-style: solid;
    border-top-width: 1px;
    color: #CC0000;
}

.CalEventi th img{
    border: 0;
}

.CalEventi .GiorniSettimana td {
background-color: #FBB04D;
color: #CC0000;
}

.CalEventi td {
	width: 20px;
	text-align: center;
}

.CalInt {
	width: 200px !important;
	background-color: #FBB04D;
	border-top-color: #87212E;
	border-top-style: solid;
	border-top-width: 1px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.vuoto {
	background-color: #EEEEEE;
}
.NoEvento {
	background-color: #fef3e5;
    color: #CC0000  !important;
}
.Evento {
	background-color: #fce6ca;
	color: #fd2020 !important;
}
.CalEventi a{
	color: #fd2020 !important;
	text-decoration: underline;
	font-weight: bold;
}

.Oggi{
border: 2px solid rgb(251, 176, 77) !important;
background-color: #fdddb4;
}

/*  fine --------*/
