* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
table.calendarAjax {
	font-size: 16px;
	background:#f1f1f1;
	border:1px solid #a1a1a1;
	margin:5px;
}
table.calendarAjax td, table.calendarAjax th {
	width: 30px;
	height: 30px;
	text-align: center;
	
	vertical-align: middle;
	color: #444;
	position: relative;
}
table.calendarAjax th {
	height: 30px;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
	font-size: 14px;
}
table.calendarAjax td:hover, table.calendarAjax th:hover {
	color: #222;
}
table.calendarAjax td.date_has_event {
	color: #444;
	font-weight: bold;
	cursor:pointer;
	background:#e4e4e4;
}
table.calendarAjax td.date_has_event:hover {
	background:#808080;
	color:#f1f1f1;
}
table.calendarAjax td.today {
	color: #1a1a1a;
	background:#ffffff;
}
table.calendarAjax td.today:hover {
}

.calendarHeader
{
	background:#f1f1f1;
}
table.calendarAjax tfoot
{
	font-size:10pt;
}
#calendarContainer
{
	float:right;
	margin-right:15px;
	background:none;
}
.eventCalendar
{
	text-align:center;
}
.eventCalendar table.calendarAjax{
	float:right;
}
table.calendarAjax td.calendarButton:hover
{
	color:#f1f1f1;
	background:#1a1a1a;
}
table.calendarAjax td.calendarButton
{
	font-size:18pt;
	font-weight:bold;
	cursor:pointer;
	color:#1a1a1a;
}
.contentCalendar
{
	padding:10px;
}
#calendarEventContainer
{
	width:390px;
	overflow:hidden;
	padding:10px;
	cursor:default;
	float:left;
}
a.more
{
	float:right;
}
table.calendarListingElement
{
	border-bottom:1px dotted #a1a1a1;
	width:100%;
}
h1.repertuar
{
	color:#1a1a1a;
	font-family:Trebuchet MS;
}
