.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FFFFEA;
	text-align: center;
width:710px;

}

.year img{
	border:none;
}
.month {
	border-style: none;
	background-color: #EDE4F6;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFEA;
	color: #667171;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 7px;
	font-family: Courier monospace;
	font-weight: bold;
	color: #667171;
	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:15px;
	width:20px;
	color: #CD5C5C;
	background-color: #FFFFEA;
}
.week {
	border-style: none;
	background-color: #EDE4F6;
	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: #FFFFEA;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #EDE4F6;
}
.yearpicker {
	font-size: 11px;
	background-color: #EDE4F6;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EDE4F6;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:15px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #CCCCFF;
	color: #000000;
	height:15px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #000000;
	height:15px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:15px;
	width:20px;
}
.sunday {
	background-color: #CCCCFF;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #CCCCFF;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:20px;
}
.saturday a {
	color: #667171;
}


.key{
font-size: 9px;
	color: #000000;
	background-color:#fff;
width:105px;


}

.special{
text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	background-color: blue;
	height:15px;
	width:20px;
}

.event {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: red;
	height:15px;
	width:20px;
}
.event a {
	color: #000000;
}

.end{
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
        background: #cccccc url("/images/half.gif") no-repeat top left;
	height:15px;
	width:20px;
}
.end a {
	color: #000000;
}

.start{
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
        background: #cccccc url("/images/halfstart.gif") no-repeat top left;
	height:15px;
	width:20px;
}
.start a {
	color: #000000;
}

.selectedevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:15px;
	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:15px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: none;
	border-width: 1px;
	width: 100%;
height: 1px;
background-color:red;



}