.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FAEBD7;
	text-align: center;
}
.month {
	border-style: none;
	text-align: center;
	margin-top: 10px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	/* background-color: #eeeeee; */
	color: #667171;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 0.8em;
	color: #667171;
	border-style: none;
	border-width:1px;
	padding: 5px;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/* background-color: #FFEFDB; */
	color: #000000;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #974245;
	height:20px;
	width:20px;
	color: white;
}
.sunday {
	/* background-color: #FFEFDB; */
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	/* background-color: #FFEFDB; */
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.eventL, .todayeventL {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #498965;
	height:20px;
	width:20px;
}
.eventL a, .todayeventL a {
	color: #ffffff;
	cursor: pointer;
}
.eventL a:hover, .todayeventL a:hover {
	text-decoration: none;
	color: yellow;
}
.eventO, .todayeventO {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #A81313;
	height:20px;
	width:20px;
}
.eventO a, .todayeventO a {
	color: #ffffff;
	cursor: pointer;
}
.eventO a:hover, .todayeventO a:hover {
	text-decoration: none;
	color: yellow;
}
.eventC, .todayeventC {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #6B2569;
	height:20px;
	width:20px;
}
.eventC a, .todayeventC a {
	color: #ffffff;
	cursor: pointer;
}
.eventC a:hover, .todayeventC a:hover {
	text-decoration: none;
	color: yellow;
}
.eventX, .todayeventX {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #00048C;
	height:20px;
	width:20px;
}
.eventX a, .todayeventX a {
	color: #ffffff;
	cursor: pointer;
}
.eventX a:hover, .todayeventX a:hover {
	text-decoration: none;
	color: yellow;
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
#divagenda a {
text-decoration:none;
}
