.day-month-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align:center;
	background-color: #CCCCCC;
}

#month-title-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	width:270px;
	height:20px;
	text-align:center;
}

#cal-form-fields {
	width:300px;
	height:20px;
	padding:4px;
}

/* size of calendar table */
.cal-body {
	background-color:#333333;	
	width:270px;
	line-height:25px;
}

#cal-nav img {
	border:0px;
	}
	
.cal-day-header {
	background-color:#FFFFFF;	
}


.blank-days {
	background-color: #F7F7F7;
}


.highlight-day-private { /* PRIVATE */
	font-size: 11px;
	background-color: #FFFFFF;
}
.highlight-day { /* PUBLIC */
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.day {
	font-size: 11px;
}
.today-day {
	font-size: 11px;
	font-weight: bold;
	color:#990000;
	background-color:#F7F7F7; 
}
.event-header {
	font-size: 1em;
	font-weight: bold;
	color:#000000;
}
.event-text {
	font-size: 1em;
}
.select-box-text {
	font-size: 11px;
}