.nav {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}
.nav:HOVER {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #66615e;
	padding: 0px;
	margin: 0px;
	width: 150px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-style: none;
	border-width:1px;
	vertical-align: middle;
}
.dayname {
	text-align: center;
	font-size: 10px;
	/*font-weight: bold;*/
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px;
	border-bottom: 1px solid #66615e;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: "Trebuchet MS", arial;
	border-bottom: 1px solid #66615e;
	background-color: #8f8f8f;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #999999;
	background-color: #ffffff;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #1360df;
	height:20px;
	width:20px;
}
.esemenymonthday {
 text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #f7f6f6;
	border: 1px dotted #b2aaa4;
	color: #3675d9;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
	border-color: #f78320;
	color: #1360df;
	height:20px;
	width:20px;
}
.esemenytoday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	background-color: #f7f6f6;
	border-color: #f89728;
	color: #1360df;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.esemenysunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #1360df;
	height:20px;
	width:20px;
	background-color: #f7f6f6;
	border: 1px dotted #b2aaa4;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #1360df;
	height:20px;
	width:20px;
	background-color: #ffffff;
}
.sunday a {
	color: #1360df;
}
.esemenysaturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #1360df;
	height:20px;
	width:20px;
	background-color: #f7f6f6;
	border: 1px dotted #b2aaa4;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #1360df;
	height:20px;
	width:20px;
	background-color: #ffffff;
}
.saturday a {
	color: #1360df;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffffff;
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	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: red;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.esemenynap {
 color: #3675d9;
	text-decoration: none;
}
