/* calendar style */
#calendarDiv {
	display: block;
	display: none;
	position: relative;
	font-family: Open Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#calendarDiv a {
	cursor: pointer;
}

#data_scadenta {
	cursor: pointer;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 10px;
	width: 180px;
	border: 1px solid #747474;
	border-top: none;
	font-weight: bold;
}

#calendar .weekDaysTitleRow {
	background: #747474;
	color: #e0e0e0;
	font-weight: bold;
	height: 16px;
}
#calendar .weekDaysRow {
	background: #eee;
	color: #666;
}
#calendar .weekDaysCell {
	color: #7f7f7f;
	border: 1px outset #ababab;
}

#calendar .weekendDaysCell {
	color: #7f7f7f;
	background: #cecece;
	border: 1px outset #bcbcbc;
}

#calendar .weekendDaysCellOver {
	color: #000;
	background: #ccc;
	border: 1px solid #ddd;
}

#calendar .weekDaysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#calendar #today {
	background: #9b9b9b;
	color: #000;
}
#linksTable {
	width: 180px;
	border: 1px solid #747474;
	border-bottom: none;
	background: #cecece;
}

#linksTable a {
	display: block;
	color: #7f7f7f;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px;
}
#linksTable a:hover {
	color: #333;
}


#luna{
	background: url(../img/banda_luna.gif) repeat-x;
	border: 1px solid #747474;
	border-bottom: none;
	border-top: none;
}

#luna td{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 21px;
}

#year_select{
	background: url(../img/banda_luna.gif) repeat-x;
	border: 1px solid #747474;
	border-bottom: none;
	border-top: none;
}

#year_select td{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 21px;
}


#year_select a#prevYear{
	background: url(../img/sageata_st.gif) no-repeat;
	width: 11px;
	height: 21px;
	display: block;
	margin-left: 5px;
}

#year_select a#nextYear{
	background: url(../img/sageata_dr.gif) no-repeat;
	width: 11px;
	height: 21px;
	display: block;
	padding: 0;
}

#luna a#prevMonth{
	background: url(../img/sageata_st.gif) no-repeat;
	width: 11px;
	height: 21px;
	display: block;
	margin-left: 5px;
}

#luna a#prevMonth:hover{
	background: url(../img/sageata_st_over.gif) no-repeat;
}

#luna a#nextMonth{
	background: url(../img/sageata_dr.gif) no-repeat;
	width: 11px;
	height: 21px;
	display: block;
	padding: 0;
}

#luna a#nextMonth:hover{
	background: url(../img/sageata_dr_over.gif) no-repeat;
}
