.year {
	text-align: left;
	width:420px;
}
.month {
	border-style: none;
	background-color: #F5F2E1/*#CCCCCC*/;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 12px;
	background-color:#A8A7A2/*#443f3c*/;
	color: #FFFFFF;
	border-style: solid;
	border-width:0px;
	width:70%;
}
.dayname {
	text-align: center;
	font-size: 11px;
	/*color: #FFFFFF;*/
	color: #443f3c;
	border-style: none;
	border-width:1px
}
.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:monthnavigation Tahoma, Arial, sans-serif;
	background-color:#A8A7A2/*#443f3c*/;
	width:15%;
}
.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;
	background-color: #FFFFFF;
	color: #bbbbbb;
	height:20px;
	width:20px;
}

.monthday a{
	text-align: center;
	font-size: 11px;
	/*background-color: #000000;*/
	color: #443f3c;
	height:20px;
	width:20px;
	text-decoration:none;
}


.monthday a:hover{
	color: #FFFFFF;
}

.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEE9E9;
	color: #443f3c;
	height:20px;
	width:20px;
	text-decoration:none;
	border:2px solid #9C1F2E/*#8ed200*/;
}

.today a{
	color: #443f3c;
	text-decoration:none;
}

.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #9C1F2E/*#8ed200*/;
	color:#000000/*#FFFFFF*/;
	height:20px;
	width:20px;
}
.sunday {
	background-color: #EEEEEE;
	text-align: center;
	font-size: 11px;
	color: #bbbbbb;
	height:20px;
	width:20px;
}
.sunday a {
	color: #443f3c;
	text-decoration:none;
}

.sunday a:hover{
	color: #FFFFFF;
}

.saturday {
	background-color: #EEEEEE;
	text-align: center;
	font-size: 11px;
	color: #bbbbbb;
	height:20px;
	width:20px;
}
.saturday a {
	color: #443f3c;
	text-decoration:none;
}

.saturday a:hover{
	color: #FFFFFF;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.event a {
	color: #000000;
}
.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%;
}

