﻿#calendar {
	/*position: absolute;*/
	left: 2px;
	/*top: 184px;*/
	width: 797px;
	border: 1px solid #FFFFFF;
	padding-bottom: 20px;
	z-index: 50;
}

#calendar table{
	border-collapse:collapse;
	z-index: 100;
	background-color:white;
}

.eventinfo {
	color: #000000;
	font-family: Tahoma, arial, sans-serif;
	font-size: .95em;
	font-weight: normal;
	padding: 0 2px 0 2px;
}

.eventinfo a:hover + img {
	position: absolute;
	border: 1px solid #000000;
	display: block;
	max-width: 160px;
	max-height: 160px;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	z-index: 500;
}

img.large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

tr.dayofweek {
	padding: 2px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Book Antiqua", Times, serif;
	font-size: 1.15em;
	font-weight: normal;
	background-color: #000000;
	height: 30px;
}

tr.dayofweek td {
	border: 1px solid #FFFFFF;

}

.daycell {
	position: relative;
	border: 1px solid #808000;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-collapse:collapse;
}
.datenumbers {
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	background-color: #FFFF99;
	text-align: left;
	padding: 2px 2px 4px 4px;
	margin: 0;
	text-decoration: none;
}
.variety, .jazz, .classical, .dance, .comedy {
	border-width: thin;
	font-weight: lighter;
	text-align: center;
	letter-spacing: .2em;
	font-size: .95em;
	font-variant: small-caps;
	text-transform: capitalize;
	border-top-style: solid;
	border-bottom-style: solid;
	margin: 2px;
	padding: 0;
}
.variety {
	color: #6699FF;
}
.jazz {
	color: #FF66FF;
}
.classical {
	color: #66FF66;
}
.dance {
	color: #FF9933;
}
.comedy {
	color: #9933FF;
}
