.calendaryear {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
table.calendarmonth {
	border-style: none;
	text-align: center;
	margin: 10px 0px;
}
.calendarmonth tr {
	width: 150px;
	overflow: hidden;	
}
.calendarmonth td {
	border: 0px;
	font-weight: bold;	
	padding: 1px 2px;
	width: 18px;
	height: 18px;
}
td.calendaryearname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
td.calendarmonthname {
	text-align: center;
	font-size: 11px;
	width: 150px;
	text-transform: uppercase;
	background-color: #999;	
	color: white;
}
td.calendardayname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ACBF26;
	border-bottom: 2px solid #ACBF26;
}
.calendarweeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.calendarweeknum {
	text-align: center;
	font-size: 10px;
	color: #000099;
	background-color: #e9e9e9;
}
.calendaryearnavigation {
	font-size: 12px;
}
.calendardatepicker {
	background-color: #e4e4e4;
}
.calendardatepickerform {
	margin: 0px;
}
.calendarmonthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.calendarmonthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.calendaryearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.calendarpickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.calendarnomonthday {
	text-align: center;
	font-size: 10px;
	color: #aaaaaa;
}
.nextmonth {
	display:inline;
}
.nextmonth  .calendarmonthname {
	background: #CCC;
}
.calendarmonthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.calendartoday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;	
	color: red;
}
.calendarselectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
}
.calendarevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
}
.calendarevent a {
	background-color: #ffff99;
	color: red;
}
.calendarselectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
}
.calendarselectedevent a {
	background-color: #ffff99;
	color: red;
}
.calendartodayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #dec769;
}
.calendartodayevent a {
	background-color: #ffff99;
	color: red;
}
.calendareventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
