﻿body, div, table
{
	margin: 0px;
	padding: 0px;
}

table.Calendar
{
	border-collapse: separate;
	border-spacing: 3px 3px;
}
table.Calendar td, table.Calendar th
{
	padding: 2px;
	margin: 3px;
}

table.title
{
	margin-bottom: 5px;
}

a.EntityEvent
{
	display: block;
	width: 100%;
	text-align: justify;
}
a.EntityEvent:hover
{
	text-decoration: underline;
	text-align: justify;
}
