a {
	text-decoration: none;
	color: #000;
	text-align: center;
	font-size: 9px;
}
a:hover {
	text-decoration: none;
	font-size: 9px;
	color: #000;
}
.year {
	border-style: outset;
	border-width: 0px;
	background-color: #FAEBD7;
	text-align: center;
}
.month {
    border: 1px solid #d20d64;
	background-color: #ffffff;
	text-align: center;
	width: 180px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
  font-family:georgia;
	text-align: center;
	font-size: 18px;
	background-image: url(images/cal_back.jpg);
	background-repeat : no-repeat;
	color: #000000;
	height:26px;
 }
.dayname {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	color: #666;
 }
.weeknumtitle {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	border-style: none;
	border-width:1px;
}
.weeknum {
	text-align: center;
	font-size: 9px;
	height:26px;
	width:37px;
	color: #666;
	background-color: #FAEBD7;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #ffffff;
}
.monthpicker {
	font-size: 9px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 9px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	text-align: center;
	font-size: 9px;
	height:26px;
	width:37px;
}

.monthday {
    padding-left:2px;
    vertical-align: top;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	height:26px;
	width:37px;
}
.today {
  padding-left:2px;
  vertical-align: top;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	border-width: 0px;
	border-style: solid;
	color: #666;
	height:26px;
	width:37px;
}
.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	border-width: 1px;
	border-style: none;
	height:26px;
	width:37px;
}
.sunday {
  padding-left:2px;
  vertical-align: top;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	height:26px;
	width:37px;
}
.sunday a {
	color: #666;
}
.saturday {
  padding-left:2px;
	vertical-align: top;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	height:26px;
	width:37px;
}
.saturday a {
	color: #666;
}
.event {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.event a {
	color: #666;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #666;
	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;
}
#month td {
  border: 1px solid #000000;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

