/* --------------------- Background Colors
*/
.bg-bianco {
	background-color: #ffffff;
}


.bg-marroni {
	background-color: #765C4C;
}


.bg-porcini {
	background-color: #f5f5f0;
}


.bg-sasso {
	background-color: #3c3c3c;
}


/* --------------------- Styles
*/
.calContainer {
	display: table;
	padding-left: 22px;
	padding-right: 22px;
}

.calDay {
	display: table-cell;
	text-align: center;
	border: 1px solid white;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.calDayActive {
	cursor: pointer;
	background-color: #f5f5f0;
}

.calDayDay {
	display: table-cell;
	text-align: center;
	font-weight: bold;
}

.calDayHidden {
	background-color: white;
	color: white;
}

.calDayHover {
	cursor: pointer;
	background-color: #765C4C;
	color: white;
}

.calDayInactive {
	cursor: no-drop;
	background-color: #f5f5f0;
	color: #cccccc;
}

.calDayLine {
	display: table-row;
}

.calLeft {
	display: table-cell;
	text-align: left;
	width: 80px;
}

.calLeftArrow {
	cursor: pointer;
	z-index: 100;
}

.calRight {
	display: table-cell;
	text-align: right;
	width:80px;
}

.calRightArrow {
	cursor: pointer;
	z-index: 100;
}

.calRow {
	display: table-row;
}

.calTitle {
	display: table;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.calTravel {
	cursor: pointer;
	background-color: #f5f5f0;
	display: table-cell;
	width: 120px;
	height: 32px;
	vertical-align: middle;
}

.calTravelActive {
	cursor: pointer;
	background-color: #765C4C;
	color: white;
}

.calTravelinfo{
	display: table;
	text-align: center;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.calTravelTo {
	display: table-cell;
	height: 32px;
	vertical-align: middle;
}

.calMonth {
	display: table-cell;
	width: 72%;
}

