td{
	font-family: arial, sans-serif;
}

.month {
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	width: 260px;
}

.monthname {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	padding-left: 30px;
	padding-right: 30px;
}
		
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #d9e251;
	color: #666666;
  	width: 14%;
  	padding-top: 3px;
  	padding-bottom: 3px;  	
}

.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}

tr.monthheader{
	background-color: #d9e251;

}

td.monthnav{
	background-color: #FFFFFF;

}

.actual_event{
	background-image: url(/images/event_blob.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height:30px;
}
	.actual_event a{
		text-decoration: none;
		color: #666666;
		position: relative;
		left: 1px;
	}
	
	.actual_event a:hover{
		color: #000000;
		position: relative;
		left: 1px;
	}

.monthnav a{
	font-family: arial, sans-serif;
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #384955;
	height:30px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:20px;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height:20px;
	width:20px;
}
.event a {
	color: #666666;
	text-decoration: none;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	width:20px;
}

.eventcontent {
	font-size: 10px;
	width: 100%;
}
