.year {
	border-style: outset;
	border-width: 1px;
	/*background-color: #ffffff;*/
	text-align: center;
}
.month {
	border-style: none;
	/*background-color: #ffffff;*/
	text-align: center;
	float:left;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	color:#C7A469;
	font-size:16px;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing:1px;
	margin-bottom:-15px;
	/*background-color: #ffffff;*/
	color: #fffffff;
	border-style: none;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/*background-color: #ffffff;*/
	color: #ffffff;
	border-style: none;
	border-width:1px
}
.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:90px;
	width:90px;
	color: #ffffff;
	/*background-color: #ffffff;*/
}
.week {
	border-style: none;
	/*background-color: #ffffff;*/
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	/*background-color: #ffffff;*/
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #ffffff;
}
.monthday {
	border: #CCCCCC 1px solid;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #ffffff;*/
	color: #ffffff;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border: #333333 1px solid;
	background-color: #666666;
	color: #ffffff;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border: #333333 1px solid;
	background-color: #CCCCCC;
	height:90px;
	width:90px;
}
.sunday {
	border: #666666 1px solid;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	height:90px;
	width:90px;
}
.sunday a {
	color: #667171;
}
.saturday {
	border: #666666 1px solid;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	height:90px;
	width:90px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	color: #FFFFFF;
	background-color:#CCCCCC;
	height:90px;
	width:90px;
}
.event a {
	color: #666666;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*border-width: 1px;
	border-style: solid;*/
	color: #000000;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
/* ============= Misc. ================*/
ul.float {margin-left:-40px;}
li.calendar {list-style:none;margin:1px 1px 1px 1px;border:1px solid #666666;;float:left;width:400px;padding:5px;height:auto;}
.calendar a {text-decoration:none;}