

#calendarWidget {
	width: 245px;
}
#calendarWidget a {
	text-decoration: none;
}

#calendarWidget table {
	border: solid #888378 1px;
	border-collapse: collapse;
}

#calendarWidget tr.month-title td,
#calendarWidget tr.month-title th {
	background: #888378;
}

#calendarWidget tr.month-title td a {
	color: white;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 5px;
	white-space:nowrap;
}
#calendarWidget tr.month-title th {
	color: white;
	font-size: 12px;
	white-space: nowrap;
}

#calendarWidget tr.wday-title th {
	width: 35px;
	background: #D4D5B7;
	font-size: 11px;
}
#calendarWidget #selmonth {
	background-color: #888378;
	color: #fff;

	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
}




#calendarWidget td.day {
	text-align: center;
	vertical-align: center;
	height: 26px;
	line-height: 26px;
	background-color: #FCFCFC;
	border: solid #888378 1px;
}

#calendarWidget td.day a {
	color: #D33258;
}

#calendarWidget .day > div {
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
	width: 100%; height: 100%;
}

#calendarWidget .day.has-events > div {
	font-weight: bold;
	background-color: #F8F9DB;
}
#calendarWidget .day.has-events > div:hover {
	box-shadow: 2px 2px 0px #888378 inset, -2px -2px 0px #888378 inset;
}



#calendarWidget td.day-placeholder {
	background: #e1e1e1;
}










