@charset "utf-8";
/* CSS Document */

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

#calheader ul li {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: square;
	color: #333333;
	margin-left: 0px;
	line-height: normal;
}

#calfooter td {
	font-weight:normal;
	color: #cc3300;
	line-height: normal;
}

.calendarMonth {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}

.calendarTitle {
	line-height:20px;
	color:#FFFFFF;
	font-family: arial;
	font-size: 16px;
	font-weight: lighter;
	text-transform: none;
	font-variant: small-caps;
	letter-spacing: .4em;
	}
	



