.datepickerform {
	margin: 0px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-style: none;
	border-width: 1px
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #CDCD00;
	height: 20px;
	width: 30px;
}
	.event a {
		background-color: #CDCD00;
	}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.eventmanana {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: #C00000;
	height: 20px;
	width: 30px;
}
	.eventmanana a {
		background-color: #C00000;
		color: #fff;
	}
.eventpasado {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: #C0C0C0;
	height: 20px;
	width: 30px;
}
	.eventpasado a {
		background-color: #C0C0C0;
		color: #fff;
	}
.month {
	border-style: none;
	text-align: center;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 30px;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-style: none;
	border-width: 1px
}
.monthpicker {
	font-size: 11px;
	background-color: #fff;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height: 20px;
	width: 30px;
	color: #aaaaaa;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #fff;
	height: 20px;
	width: 30px;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fffcd1;
	height: 20px;
	width: 30px;
}
	.sunday a {
		color: #fffcd1;
	}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fffcd1;
	height: 20px;
	width: 30px;
}
	.saturday a {
		color: #fffcd1;
	}
.today {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px;
	height: 20px;
	width: 30px;
}
	.todayevent a {
		background-color: #c00000;
		color: #fff;
	}
.todayeventmanana {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: #C00000;
	height: 20px;
	width: 30px;
}
	.todayeventmanana a {
		background-color: #C00000;
		color: #fff;
	}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	height: 20px;
	width: 30px;
}
	.selectedevent a {
		background-color: #fff;
	}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #c00000;
	height: 20px;
	width: 30px;
}
.week {
	border-style: none;
	background-color: #fff;
	text-align: center;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height: 20px;
	width: 30px;
	background-color: #fff;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #fff;
	border-style: none;
	border-width: 1px
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #fff;
	text-align: center;
}.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.yearnavigation {
	font-size: 12px;
}
.yearpicker {
	font-size: 11px;
	background-color: #fff;
}
