#superContainer
{
	background: #fdf9ec url('../images/events/photoBackg.jpg') no-repeat 50% 100%;
}

#stageContainer
{
	position: absolute;
	left: 33px;
	top:106px;
	padding: 15px 0 0 15px;
	width: 709px;
	height: 355px;
}

#calendarTable
{
	width: 500px;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	background-color: #222;
	color:#fff;
	border: 1px solid #aaa;
	border-top: none;
}

#calendarTable caption
{
	background: #690 url('../images/events/calendarCaptionBackg.jpg') repeat 0 0;
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto 0 0;
	padding: 15px 10px 6px;
	border: 1px solid #aaa;
	border-bottom: none;
}

#calendarTable thead tr th
{
	background: #fc0 url('../images/events/calendarTH_Backg.jpg') repeat-x 0 50%;
	color: #660;
	font-family: sans-serif, Georgia, Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 15px 0 3px 8px;
	text-align: left;
	border-left: 1px solid #b90;
}

#calendarTable tbody tr
{
	background-color: #ddd;
	color: #000;
}

#calendarTable tbody tr.alt
{
	background-color: #eee;
	color: #000;
}

#calendarTable tbody tr td
{
	padding: 8px;
	text-align: left;
	border-left: 1px solid #aaa;
	font-weight: bold;
}

.first
{
	border-left: none!important;
}

#calendarTable tbody tr.alt td
{
	padding: 8px;
	text-align: left;
}

#calendarTable tbody tr td a
{
	color: #0066FF;
	text-align: left;
	text-decoration: underline;
}

#calendarTable tbody tr td a:hover
{
	text-decoration: none;
}

#calendarTable tbody tr td span
{
	color: #d00;
	text-transform: uppercase;
	font-size: 1.2em;
}

#linksCal
{
	margin: 0 auto;
	padding: 0 0 13px;
	text-align: center;
	width: 175px;
	position: absolute;
	left: 520px;
	top: 55px;
	background: #66CCFF url('../images/events/calendarDownloadPDF_Backg.jpg') repeat-x 0 0;
	border: 1px solid #FFFFFF;
	filter: alpha(opacity=70);
	opacity:.70;
    -moz-opacity: 0.70;
}

#linksCal ul
{
	list-style: none;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}

#linksCal ul li
{
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
	clear: both;
}

#linksCal ul li img
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#linksCal ul li a
{
	background-color: transparent;
	color: #000;
	text-align: left;
	text-decoration: underline;
	float: left;
	margin: 4px auto 0 0;
}

#linksCal ul li a:hover
{
	text-decoration: none;
}

#backToTop
{
	width: 500px;
	margin: 0 auto 0 0;
	padding: 20px 0 40px;
	text-align: right;
}

#backToTop a
{
	display: block;
	margin: 0 20px 0 auto;
	padding: 0;
	text-align: right;
	background-color: transparent;
	color: #000;
}





