table.basorecal
{
	border: 1px solid #ccc;
}

table.basorecal th
{
	border: 1px solid #ccc;
	background-color: #395268;
	color: #eee;
	width: 135px;
	height: 14px;
}

table.basorecal td
{
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	min-height: 50px;
	font-size: 10px;
	padding: 1px 2px 5px 2px;
	vertical-align: top;
}

table.basorecal tr.dateheader td
{
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #eef;
	font-size: 8px;
	text-align: right;
	padding: 0px;
	height: 10px;
}

span.dateheader
{
	font-size: 20px;
	font-weight: bold;
}

table.basorecal tr td a span, span.popup  
{
	position: absolute; 
	display: none;
	border: 1px solid #395268;
	background-color: #fff;
	width: 200px;
	padding: 5px;
	color: #333;
	text-decoration: none;
}
table.basorecal tr td a:hover span
{
	display: inline;
}

h4.eventHeader
{
	margin: 0px;
	border-bottom: 1px solid #333; 
	color: #bc5c29;
}