#stevecal {
	border-top-color: #b2b2b2;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	width: 298px;
}

#stevecal .date {
	width: 298px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}

#stevecal .date p {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#stevecal ul.days {
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	width: 280px;
}

#stevecal ul.days li {
	padding-bottom: 2px;
	padding-top: 2px;
	color: #242b2e;
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
	font-size: 0.7em;
	background-color: #dee4e8;
	width: 40px;
}

#stevecal ul.dates {
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	width: 280px;
}

#stevecal ul.dates li {
	padding: 5px;
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
	font-size: 0.7em;
	background-color: white;
	width: 30px;
}

#stevecal ul.dates li a {
	display: block;
	text-decoration: none;
}

#stevecal ul.dates li a:link, #stevecal ul.dates li a:visited {
	color: #242b2e;
	background-color: #dee4e8;
}

#stevecal ul.dates li a:hover {
	color: white;
	background-color: #74787d;
}

span.today {
	color: #cccccc;
	background-color: #e6e6e6;
	display: block;
}

