.smartcal {
	border:1px solid #CCC;
	clear:left;
	display:inline;
	float:left;
	margin-top:20px;
}
	.smartcal h3 {
		margin:10px 0;
		text-align:center;
	}
	.smartcal table,
	.smartcal tr,
	.smartcal th,
	.smartcal td {
		margin:0;
		padding:0;
		font-size:1em;
		vertical-align:top;
	}

.smartcal .smartcal-weekheader th {
	height:auto;
	padding:2px 0;
}
.smartcal .smartcal-week {
	border-bottom:1px solid #CCC;
	min-height:80px;
	width:553px;
}
tr.lastweek {
	border:0;
}
.smartcal-dayheader {
	border-right:1px solid #FFF;
	color:#FFF;
	font-size:1.3em;
	height:auto;
	text-align:center;
	width:78px;
}
.lastdayheader {
	border-right:1px solid #8B0000;
	width:79px;
}
.smartcal-day {
	min-height:80px;
	width:78px;
}
	td.lastday {
		border-right:0;
		width:79px;
		height:79px;
	}
	td.past {
		background:#EEE;
	}
	td.prefix {
	}
	td.suffix {
	}
	td.today {
		background:#FFD;
	}
	.smartcal-day .datebox {
		display:inline;
		font-size:1.2em;
		height:16px;
		float:left;
		clear:both;
		padding:0 4px;
		margin:0;
	}
		dl.smartcal-itinerary {
			display:inline;
			float:left;
			list-style-type:none;
			margin:0 0 5px;
			padding:0;
			width:78px;
			text-align:center;
		}
			.smartcal-itinerary dt {
				font-size:1.2em;
				font-weight:bold;
				color:#8B0000;
			}
			.smartcal-itinerary dd {
				font-size:1.1em;
				margin:0 4px;
				line-height:1.2;
			}

		td.past dt,
		td.past dd {
			color:#999;
		}



.smartcal-widget {
	display:inline;
	float:left;
	margin:0 25px 50px;
	position:relative;
	width:190px;
}
	.smartcal-widget .smartcal-ctrl {
		float:left;
		height:40px;
	}
		.smartcal-widget .smartcal-ctrl .title {
			width:135px;
			float:left;
		}
			.typography #Sidebar .smartcal-widget .smartcal-ctrl .title p {
				color:#900;
				text-align:center;
				font:bold 14px Georgia,"Times New Roman",Times,serif;
				padding:0;
				margin:0;
			}
		.smartcal-widget .smartcal-ctrl .prv,
		.smartcal-widget .smartcal-ctrl .nxt {
			float:left;
			text-align:center;
			width:27px;
			margin:0 auto;
		}

.smartcal-widget table,
.smartcal-widget tr,
.smartcal-widget th,
.smartcal-widget td {
	margin:0;
	padding:0;
	color:#000;
}

.smartcal-widget .smartcal-week {
	clear:left;
	display:inline;
	float:left;
	width:190px;
}

.smartcal-widget .day1,
.smartcal-widget .day2,
.smartcal-widget .day3,
.smartcal-widget .day4,
.smartcal-widget .day5,
.smartcal-widget .day6,
.smartcal-widget .day7 {
	border:1px solid #F7F7F7;
	display:inline;
	float:left;
	font:bold 10px Verdana,Arial,sans-serif;
	height:25px;
	line-height:25px;
	text-align:center;
	width:25px;
}

.smartcal-widget .day1,
.smartcal-widget .day7 {
	background:#CCC;
}

.blank{background:#EEE}

.smartcal-widget .smartcal-dayheader {
	font-weight:bold;
	height:20px;
	line-height:20px;
}


.eventday {
	background:#39F url(../images/has-event.jpg) 0 0 repeat-x;
	color:#FFF;
}

.pastevent{color:#999}

//	CONTENT STYLING

#Events {
	width:435px;
	display:inline;
	float:left;
}
	#Events .event {
		border-bottom:1px solid #CCC;
		width:435px;
		padding-bottom:5px;
		margin-bottom:10px;
	}