.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-weekheader th {
	background-color:#8B0000;
	height:auto;
	padding:2px 0;
	font-size:1.1em;
}
.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 td.smartcal-day {
	min-height:80px;
	width:78px;
	font-size:0.8em;
}
	.smartcal table td.lastday {
		border-right:0;
		width:79px;
		height:79px;
	}
	td.prefix {
	}
	td.suffix {
	}
	td.today {
		background:#FFD;
	}
	.smartcal-day .datebox {
		display:inline;
		font-size:1.3em;
		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 table .smartcal-itinerary dt {
				font-size:1.2em;
				font-weight:bold;
				color:#8B0000;
				margin:0 0 4px;
			}
			.smartcal table .smartcal-itinerary dd {
				font-size:1.1em;
				margin:0 4px;
				line-height:1.2;
			}

		.smartcal table td.past {
			background:#EEE;
		}
			.smartcal table td.past dt,
			.smartcal table td.past dd {
				color:#999;
			}
