/* SPAC: Calendar PRINT CSS */
/* Shannon-Rose Design 2008 */

/* Hidden elements */
div#calendarSearch form, div#calendarSearch a, div#calendarSearch div,
div.eventRules,
img#buyTicketsLink,
div.eventMoreInfo, div.eventMoreInfo p, div.calendarHeaderCallout, div#footer
 {
	display: none!important;
	float: none!important;
	height: 0!important;
	width: 0!important;
	margin: 0!important;
}

div#nav, div#secondaryNav, div#subNav {
	display:none !important;
}

/* Genre Color Styles */
.balletBackground {
	background-color: #0072bc;
}
.orchestraBackground {
	background-color: #8f489c;
}
.operaBackground {
	background-color: #22b24c;
}
.concertBackground {
	background-color: #f7941d;
}
.festivalBackground {
	background-color: #ed1c24;
}
.specialEventBackground {
	background-color: #6B5B36;
}



div#content {
	background-color: #FFF;
	background-image: none;
	margin-top: 0;
}

div#calendarWrap {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0;
	margin-left: 0;
}

table#calendarMain {
	width: 100%;
}




/* Calendar Header */
div#calendarHeader {
	width: 100%;
	margin: 0!important;
}
#calendarHeader h1 {
	color: #4c4941;
	font: normal 18pt/22pt Georgia, "Times New Roman", Times, serif;
	top: 0;
}
#calendarSearch {
	border-right: none!important;
}
div#calendarSearch a.arrowLeft, div#calendarSearch a.arrowRight {
	display: none!important!;
	float: none;
	height: 0;
	width: 0;
	margin: 0;
}
#calendarSearch h2 {
	display: block!important;
	color: #4c4941;
	text-transform: uppercase;
/*	font: normal 12pt/14pt Georgia, "Times New Roman", Times, serif; */
	background-image: none;
	padding-top: 12px;
}

/* Calendar Table */
table#calendarMain th {
	width: auto;
}
table#calendarMain th p {
	text-transform: uppercase;
	color: #4c4941;
	margin: 3px 0 1px;
	letter-spacing: 0.1em;
	font: normal 9px/11px Arial, sans-serif;
}
table#calendarMain td {
	width: 14%;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
table#calendarMain td p {
	width: auto;
	margin: 0 0 0 1px;
	text-align: right;
	color: #fff;
	border-top: 0;
	padding-right: 7px;
	font: bold 12px/13px Arial, sans-serif;
}
table#calendarMain td.calendarSpacer {
	display: none;
}
/* Specific Row Color Styles */
table#calendarMain td.previousMonth, table#calendarMain td.nextMonth {
	background: transparent url(/imgs/calendar/previousMonthBkgd.gif) bottom right repeat-y;
}
table#calendarMain td.previousMonth p.dayHeader, table#calendarMain td.nextMonth p.dayHeader {
	background-color: #e8e7e3;
}
table#calendarMain td.currentMonth {
	background: transparent url(/imgs/calendar/currentMonthBkgd.gif) bottom right repeat-y;
}
table#calendarMain td.currentMonth p.dayHeader {
	background-color: #c6c3ba;
}
table#calendarMain td.selectedDay {
	background: transparent url(/imgs/calendar/selectedDayBkgd.gif) bottom right repeat-y;
}
table#calendarMain td.selectedDay p.dayHeader {
	background-color: #000;
}
table#calendarMain td.firstRow {
	width: auto;
}
table#calendarMain td.firstRow p.dayHeader {
	width: auto;
	margin: 0;
}
table#calendarMain td.firstRow p.calendarEvent {
	margin: 1px 0 0;
}
/* Calendar Event Styles */
table#calendarMain td p.calendarEvent {
	width: auto;
	margin: 1px 0 0 1px;
	text-align: left;
	padding: 0;
	font: normal 7pt/9pt Arial, sans-serif;
}
table#calendarMain td p.calendarEvent a {
	color: #000;
	padding: 5px;
	display: block;
	text-decoration: none;
	background-color: #FFF!important;
	background-image: none!important;
	border-bottom: 1px solid #666;
}
table#calendarMain td p.calendarEvent a:hover {
	color: #000;
	text-decoration: none;
}
/*
table#calendarMain td p.calendarEvent a.balletLink:hover {
	background: #0072bc url(/imgs/calendar/ballet/balletEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td p.calendarEvent a.orchestraLink:hover {
	background: #8f489c url(/imgs/calendar/orchestra/orchestraEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td p.calendarEvent a.operaLink:hover {
	background: #22b24c url(/imgs/calendar/opera/operaEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td p.calendarEvent a.concertLink:hover {
	background: #f7941d url(/imgs/calendar/concert/concertEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td p.calendarEvent a.festivalLink:hover {
	background: #ed1c24 url(/imgs/calendar/festival/festivalEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td p.calendarEvent a.specialEventLink:hover {
	background: #6B5B36 url(/imgs/calendar/specialevent/specialEventBkgd.jpg) bottom right no-repeat;
}
*/
table#calendarMain td p.calendarEvent img {
	display: inline;
	margin: 0 0 -1px 3px;
}

/* Selected Event Styles */
table#calendarMain td a.activeBalletEvent {
	background: #0072bc url(/imgs/calendar/ballet/balletEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td a.activeOrchestraEvent {
	background: #8f489c url(/imgs/calendar/orchestra/orchestraEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td a.activeOperaEvent {
	background: #22b24c url(/imgs/calendar/opera/operaEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td a.activeConcertEvent {
	background: #f7941d url(/imgs/calendar/concert/concertEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td a.activeFestivalEvent {
	background: #ed1c24 url(/imgs/calendar/festival/festivalEventBkgd.jpg) bottom right no-repeat;
}
table#calendarMain td a.activeSpecialEvent {
	background: #6B5B36 url(/imgs/calendar/specialevent/specialEventBkgd.jpg) bottom right no-repeat;
}
/* Calendar Side Bar */
div#calendarSideBar {
	margin-top: 14px;
	float: none;
	display: block;
	page-break-before: always;
}
#calendarSideBar p.whiteSpace {
	display: none;
}
/* Performers Color Key */
div#colorKey {
	display: none;
	width: 199px;
	padding: 7px 0 0 12px;
	position: absolute;
	right: 0.2in;
	top: 0.15in;
	background-color: #fff;
}
#colorKey p {
	color: #4c4941;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 0;
	padding: 0;
	font-size: 7pt;
	line-height: 7pt;
}
#colorKey li {
	color: #4c4941;
	margin: 0 0 2px;
	padding: 0;
	font-size: 7pt;
	line-height: 8pt;
}
#colorKey ul.colorKeyLeft {
	width: 82px;
	float: left;
	display: inline;
	padding: 0;
	margin: 5px 0 0 6px;
}
#colorKey ul.colorKeyRight {
	width: 95px;
	float: left;
	padding: 0;
	display: inline;
	margin: 5px 0 0;
}
/* Color Key Color Blocks */
#colorKey span {
	vertical-align: 10%;
	height: 8px;
	font-size: 8px;
	padding: 0 0 0 14px;
}

/* Event Details Styles */
div#eventWrapper {
	width: 100%;
}
#eventWrapper h4 {
	color: #fff;
	margin: 0;
	padding-left: 8px;
	font-size: 12px;
	line-height: 22px;
	background-color: #000;
}
#eventWrapper h2 {
	color: #fff;
	padding-left: 8px;
	font: normal 14px/25px Georgia, "Times New Roman", Times, serif;
}
/* Specific Event Detail Styles */
div#eventDetails {
	color: #2e2c2b;
	margin-bottom: 20px;
}
#eventDetails img {
	margin: 8px;
}
#eventDetails h1 {
	margin: 8px;
	text-transform: uppercase;
	font: bold 14px/18px Helvetica, Arial, sans-serif;
}
#eventDetails h2 {
	margin: 0 0 0 8px;
	padding-left: 0;
	width: auto;
	color: #2e2c2b;
	height: auto;
	text-transform: uppercase;
	font: normal 9px/12px Arial, sans-serif;
}
#eventDetails h3 {
	margin: 8px 8px 0;
	font: bold 14px/18px Helvetica, Arial, sans-serif;
}
#eventDetails p {
	margin: 10px 8px;
	font: normal 11px/15px Helvetica, Arial, sans-serif;
}
#eventDetails div.eventMoreInfo {
	width: 70px;
	float: right;
	display: inline;
	margin: 0 8px 8px;
	background-color: #bbb9b3; 
}
#eventDetails .eventMoreInfo p {
	color: #fff;
	padding: 8px 5px;
	margin: 0;
	font: normal 9px/12px Arial, sans-serif;
}
#eventDetails a {
	font-weight: bold;
}
/* Event Rules */
#eventWrapper div.eventRules {
	
}
#eventWrapper .eventRules p {
	color: #fff;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font: normal 10px/15px Arial, sans-serif;
}
#eventWrapper .eventRules p img {
	margin-right: 5px;
	display: inline;
}
/* Calendar Overlay */
div#overlay {
	float: right;
	display: none;
	width: 0;
	z-index: 2;
	background: transparent url(/imgs/calendar/calOverlayTransparent.png) top left repeat;
	position: relative;
}
div#overlayContent {
	margin-top: 15px;
}
/* Back to Calendar Header Bar */
#overlayContent div.backToCalendar {
	width: 706px;
	height: 22px;
	text-align: right;
}
.backToCalendar p {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	padding-right: 21px;
	width: 150px;
	float: right;
	font: normal 10px/22px Arial, sans-serif;
}
.backToCalendar p a {
	color: #fff;
	display: block;
}
.backToCalendar p a:hover {
	color: #fff;
	text-decoration: none;
}
.backToCalendar img {
	display: inline;
	margin: 0 0 -1px 11px;
}
/* Left Content Area */
div#overlayLeft {
	display: inline;
	float: left;
	width: 347px;
	overflow: auto;
	margin-top: 19px;
	color: #4c4941;
}
#overlayLeft h1 {
	margin: 0 0 0 17px;
	font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
}
#overlayLeft h2 {
	margin: 0 0 21px 17px;
	font: normal 13px/18px Helvetica, Arial, sans-serif;
}
#overlayLeft h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 17px 17px;
	font: normal 9px/12px Arial, sans-serif;
}
#overlayLeft p {
	margin: 0 10px 20px 17px;
	font: normal 11px/16px Helvetica, Arial, sans-serif;
}
/* Right Content Area */
div#overlayRight {
	display: inline;
	float: left;
	margin-top: 19px;
	width: 358px;
}
#overlayRight img {
	margin: 0 0 0 19px;
}
#overlayRight p {
	margin: 15px 19px;
	color: #4c4941;
	font: normal 10px/14px Arial, sans-serif;
}
/* Related Audio Box */
#overlayRight div.relatedAudio {
	margin: 0 0 0 19px;
	background-color: #a8a69f;
	width: 320px;
	height: 43px;
	color: #fff;
}
#overlayRight .relatedAudio img {
	margin: 0 0 17px;
	float: left;
	display: inline;
}
.relatedAudio h1 span {
	float: left;
	text-transform: none;
	letter-spacing: 0;
	display: inline;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
}
.relatedAudio h1 {
	text-transform: uppercase;
	margin: 7px 0 0 14px;
	letter-spacing: 0.1em;
	float: left;
	display: inline;
	font: normal 9px/12px Arial, sans-serif;
}
/* Additional Images */
div#thumbnails {
	width: 320px; 
	margin: 19px;
}
#thumbnails div.tnail {
	width: 102px;
	height: 100px;
	float: left;
	display: inline;
	margin-right: 7px;
}
#thumbnails div.lastTnail {
	width: 102px;
	height: 100px;
	float: left;
	display: inline;
	margin-right: 0;
}
#thumbnails .tnail img {
	margin: 0;
	border: 1px solid #7f7f7d;
}