
table.showcalendar {
	margin: auto;
	font-size: 12px;
	border-bottom: 1px solid #000;
	
}

table.showcalendar caption {
	margin-bottom: 5px;
	min-width: 650px;
	max-width: 800px;	
}

table.showcalendar .leader {
	color: white;
	font-weight: bold;
	font-size: 13px;
	background: url("../images/nav-bg.gif") left top repeat-x;
}

table.showcalendar td {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: #000 1px solid;
}

table.showcalendar th {
	padding: 2px 20px 2px 2px;
	font-size: 13px;
	color: #fff;
	background-color: #463c3c;
	border: 1px solid #000;
}

table.showcalendar td {
	padding: 2px 20px 2px 5px;
}

.calendarsort {
	float: right;
}