
#calendar_div, #calendar_div td, #calendar_div th {
	margin:0;
	padding:0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width:185px;
	border-collapse:separate;
	margin:0;
}

.calendar td {
	padding:0;
}
.calendar td a span{display: none}
.calendar td a:link, .calendar td a:hover,.calendar td a:visited
{
	text-decoration:none;
	color:#000000;
	position:relative; 
   
   }
/*	
.calendar td a:hover
{ 
	display: block; 
    z-index: 25;
    margin: 0;
	text-decoration:none;
	
	width:auto;
	height:auto;}*/
	

	
.calendar td a:hover span{ /*lo span verr mostrato solo sullo stato :hover */
    display: block; 
    position:absolute;
    top: 2em; 
    left: 2em; 
    width: 180px;
    border: 1px solid #E8E7E7; /*
    background-color: #E2007A; */
    background-image:url(../../images/tooltip-calendario.png);
    padding:8px;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    z-index:100;
    color:#f7f7f7}
	
.selected a{
	color:#E2007A!important;}
	
	/*
	
	
div.date-calendar-day {
	line-height:1;
	width:40px;
	float:left;
	margin:6px 10px 0 0;
	background:#F3F3F3;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#999;
	text-align:center;
	font-family:Georgia, Arial, Verdana, sans;
}
div.date-calendar-day span {
	display:block;
	text-align:center;
}
div.date-calendar-day span.month {
	font-size:.9em;
	background-color:#B5BEBE;
	color:white;
	padding:2px;
	text-transform:uppercase;
}
div.date-calendar-day span.day {
	font-weight:bold;
	font-size:2em;
}
div.date-calendar-day span.year {
	font-size:.9em;
	padding:2px;
}*/




.calendar {
	margin:0px 0 17px 0;
	width:215px;
	border-bottom:1px solid #fff;
}
.calendar .header {
	background:#e8e7e7;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:0px;
	height:auto;
	color:black;
}
.calendar .header a {
	color:black;
}
.calendar .header a.prev {
	float:left;
	background:url(../images/cal_arrows.gif) left center no-repeat;
	padding-left:14px;
	margin-left:4px;
}
.calendar .header a.next {
	float:right;
	background:url(../images/cal_arrows.gif) right center no-repeat;
	padding-right:14px;
	margin-right:4px;
}

.calendar table {
/*	border-collapse:separate !IMPORTANT;*/
	width:100%;
}

.caltable{
	border-spacing:2px;
}
.calendar table th {
	font:bold 8pt Arial;
	text-align:center;
	padding:0px;
	height:20px;
	width:14%;
	color:black;
}
.daystyle
{
	/*font-weight:bold!important;
	border-color:#E8E7E7;*/
	font-size:12px;
	color:#fff!important;
	height:8px;
	width:10px;
	border:none!important;
	}


	
.calendar table td 
{
	
	background-color:Transparent!important;
	

	text-align:center;
	padding:0px;
	color:#fff;
	height:22px;

	margin:5px;
	border-collapse:separate;
}
.calendar table {
	

	border-collapse:separate;
}

.calendar table td.NextPrevStyle{	

	/*background-color:#E8E7E7;
	border:1px solid #E8E7E7;*/
	font-size:13px;
	color:#FFDD00;
	text-transform:capitalize;
	padding:0px 3px;
	width:5px;
}
.calendar table td.NextPrevStyle a{	

	height:20px;
	line-height:20px;
	color:#FFDD00!important;
	
}
.calendar table td.NextPrevStyle a .left,.calendar table td.NextPrevStyle a .right{
	margin-top:5px;
	}
	
.calendar table td.NextPrevStyle a .left{
	padding-left:10px;
	border:none;
	}
	
.calendar table td.NextPrevStyle a {
	border:none;
	/*float:left;
	background:url(../images/cal_arrows.gif) left center no-repeat;

	padding:0 14px;
color:#C00!important;
	margin:0 4px;
	font-weight:bold!important;*/
}

.calendar table td.otherday{
	color:#CCC !important;
	visibility:hidden;

		
}
.calendar table .TitleStyle
{
	background-color:none!important;	
	text-transform:capitalize;
	font-size:18px!important;
	color:#fff;
	 font-weight:normal;
   font-style:normal;
	border-bottom:1px solid #fff;
  font-family: 'msc-animazione';   
	
}

.calendar table th.DayHeaderStyle{

	/*border-bottom:1px solid #CCCCCC;*/
	color:#fff;
	height:20px;
	margin-bottom:-2px;
	  font-family: 'msc-animazione';   font-weight:normal;
   font-style:normal;
	  font-size:16px;

}


.calendar table td.sel {
	border:solid 1px black;
	background:url(../images/cal_sel.gif) 0px 0px;
}
.calendar table td a {
	font-weight:normal;
	display:block;

	color:white;
}
