/* _______________________________________(EVENTS)_____ */	

#events {
	text-align:left;}
	
.event-title {
	color:#009999;
	display:block;
	border-bottom:1px solid #009999;
	margin-top:10px;}

.event-text {
	font-size:8pt;
	line-height:9pt;
	text-align:left;
	display:block;
	margin-top:3px;}

.expandBtn {
	padding-right:4px;
	position:relative;
	top:3px;
	float:left;}
	

/* _____________________________________(CALENDAR)_____ */	

#calendar {
	padding:5px 5px 10px 9px;
	background-color:#d1d1d1;
	text-align:center;
	font-family:helvetica, arial, sans-serif;
	height:170px;}

.cal-wday, .cal-nday { /* where wday = day title && nday = numbered day */
	float:left;
	width:21px;
	text-align:right;
	margin-bottom:0;
	padding:2px 6px 2px 0px;
	border-right:1px solid #fff;}

.cal-wday {
	color:#990000;
	font-weight:bold;}

.cal-days {
	overflow:hidden;}
	
.cal-month {
	font-weight:bold;
	text-align:center;
	color:#303030;
	margin-top:2px;
	margin-bottom:10px;}

.today {
	font-weight:bold;
	color:#303030;}

.event {
	font-weight:bold;
	color:#63493e;}

.blank {
	color:#909090;}
