.cal {
padding-left: 20px;
width:168px;

}
.year {
background-color:#D5C99F;
	text-align: center;
}
.month {
	border-style: none;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 12px;

background-color:#D5C99F;
}
.monthname {
	text-align: center;
	font-size: 10px;
	color: #000000;
	font-weight:bold;

	padding-bottom: 5px;
	padding-top: 5px;
background-color:#D5C99F;
}
.dayname {
	text-align: center;
	font-size: 10px;

	color: #000000;
	background-color:#D5C99F;
}
.weeknumtitle {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
background-color:#D5C99F;
}
.weeknum {
	text-align: center;
	font-size: 9px;
	height:16px;
	width:16px;
	color: #000000;
}
.yearnavigation {
	font-size: 8px;
}
.datepicker {
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	border:0;
}
.monthpicker {
	font-size: 7px;
}
.yearpicker {
	font-size: 7px;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 9px;
	height:16px;
	width:16px;
	color: #990000;
	background-color:#D5C99F;
}
.monthday {
	text-align: center;
	font-size: 9px;
	color: #000000;
	height:16px;
	width:16px;
	background-color:#D5C99F;
}
.today {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color:#006600;
	color:#ffffff;
	height:16px;
	width:16px;
}
.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color:#D5C99F;
	height:16px;
	width:16px;
}
.sunday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #990000;
	height:16px;
	width:16px;
	background-color:#D5C99F;
}
.sunday a {
	color: #990000;
}
.saturday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #990000;
	height:16px;
	width:16px;
	background-color:#D5C99F;
}
.saturday a {
	color: #990000;
}
.event {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color:#660000;
	color: #FFFFFF;
	height:16px;
	width:16px;
}
.event a {
	color: #ffffff;
	text-decoration:none;
}
.selectedevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color:#D5C99F;
	color: #000000;
	height:16px;
	width:16px;
}
.selectedevent a {
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color:#006600;
	color: red;
	height:16px;
	width:16px;
}
.todayevent a {
	color: #ff0000;
}
.eventcontent {
	font-size: 9px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

