@charset "utf-8";
/* CSS Document */

.bothcalendars {
	background-color:#edf5d0; /* greenish white */
	border:1px solid #c3d583; /* avacado */
	padding:5px;
	color:#748857; /*army*/
}
.bothcalendars .month {
	padding:5px;
	color:#344d20; /* evergreen */
}
.calendar th, .calendar td {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #c3d583; /* army */
	border-bottom:1px solid #c3d583; /* army */
}
.calendar .month, .calendar .days th {
	border:none;
}

.tooltipWidget {
	width:210px;
	background-color:#edf5d0; /* greenish white */
	color:#344d20; /* evergreen */
	border:1px solid #c3d583; /* army */
}
.tooltipWidget td {
	padding:3px;
}
.tooltipTitle {
	font-weight:bold;
	text-align:center;
}
.tooltipDate {
	font-size:10px;
	background-color:#fff;
	text-align:center;
	border-bottom:1px dotted #c3d583; /* army */
}
