table.cal {
	border: none;
}

/* the month and year header */
caption {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-valign: top;
}

/* top row cells which hold day names */
tr.calheader {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-valign: top;
}

/* day cells */
tr.calcell {
	border: none;
	height: 20px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f28c9a;
	font-weight: bold;
	text-valign: top;
}

/* day cells with events */
td.event {
	color: #ffffff;
	background: #f38a98;
	text-valign: top;
	
}

td.desc {
	border: none;
	text-align: left;
	vertical-align: middle;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #666666;
	font-weight: bold;
	text-valign: top;
}
