#Calendar
{
	width: 100%;
	color: #555;
	margin-top: 20px;
	margin-bottom: 20px;
}
#CalTitle
{
	padding-top: 20px;
}

#Calendar thead th
{
	border-bottom: 1px solid #db7800;
}
#Calendar td
{
	padding: 3px;
	border-bottom: 1px solid #eee;
}