﻿#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;
}
div#banner {
	background-image: url('images/banners/banner_calendar.jpg');
	background-color: black;
}

div.aboutthis {
	position:absolute;
	font-size: .8em;
	text-align:right;
	top: 8px;
	left:708px;
	width: auto;
	color: white;
	z-index: 100;
}

.aboutstory {
	display:none;
	width: 0;
	height: 0;
}

div.aboutthis a{
	color: white;
    font: .96em Verdana, sans-serif; 
}

div.aboutthis a:hover + span.aboutstory{
	position: absolute;
	display: block;
	white-space:normal;
	height: auto;
	width: 390px;
	left: -350px;
	top: 25px;
	z-index: 250;
    padding: 5px; 
    margin: 5px; 
    color: white; 
    background: black;
    font: 1em Arial, sans-serif; 
    text-align: center;
}

div#headertxt { /* hide standard MAG banner */
	z-index: 1;
}
