.cal table {
	border: none;
	background-color: #3399CC;
}

/* the month and year header */
.cal caption {
	font-size: 14px;
	font-weight:bold;
	color:#FF6600;
	padding-bottom:10px;
	padding-top:0px;
}

/* top row cells which hold day names */
.cal th {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #3399CC;
	color: #FFFFFF;
}

/* day cells */
.cal td {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 100px;
	height: 60px;
	text-align: left;
	vertical-align: top;
	background-color:#E8F4FF;
padding:2px;
}
.cal h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom:1px;
}
.cal h3 a:link, .cal h3 a:visited {
color:#000000;
text-decoration:none;
}
.cal h3 a:hover {
color:#FF6600;
text-decoration:none;
}

}
.calBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;

}
.calSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #333333;
	font-style: italic;
	padding-top:3px;
}


/* day cells with events */
.cal td.event {

	background-color: #ffffff;
	color: #000000;
}
.cal .eventDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;

	color:#FF6600;
}
.calTopNav {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;

}
