
/* General Print Styles */
body {
   background: white;
   font-size: 12pt;
   }
table {
    margin:10px 5px;
    table-layout:auto;
}
    table tr td, table tr th {
        text-align:left;
        width:auto;
        border:1px solid #000;
    }
    table tr td a, table tr th a {
        display:none;
    }
   
/* turn navigational elements off */
div#utility_nav {
   display: none;
   }
div#section_top {
    display:none;
}
div.main_nav {
    display:none;
}
div#footer {
    display:none;
}
div.left_nav {
    display:none;
}
div.photo_credit {
    display:none;
}
div#wrapper, div#main_content, div#background_wrapper {
   width: 100%;
   margin: 0 !important;
   padding: 0 !important;
   position: static !important;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#main_content {
   margin-left: 10%;
   padding-top: 1em;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
div#main_content a:link:after, div#main_content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
div#main_content a[href^="/"]:after {
   content: " (http://www.seattleopera.org" attr(href) ") ";
   }

div#calendar {
	padding:0;
	border-bottom:1px solid;
}
	div#calendar div.inner_perf {
	}
		div#calendar div.inner_perf a {
			display:block;
		}
		div#calendar div.inner_perf a:link:after,
		div#calendar div.inner_perf a:visited:after {
		   content:"" !important;
		}
	div#calendar span.calendar_nav,
	div#calendar div.calendar_call {
		display:none;
	}
	div#calendar table#event_calendar {
		width:6.9in !important;
		table-layout:fixed;
		font-size:65%;
	}
		div#calendar table#event_calendar th {
			background-color:#fff;
			padding:5px;
		}
			div#calendar table#event_calendar tr td {
				padding:5px;
				height:75px;
			}
				div#calendar table#event_calendar tr td p {
					padding:0px;
					margin:0;
					line-height:normal;
				}
				div#calendar table#event_calendar tr td a {
					display:inline;
				}
				div#calendar table#event_calendar tr td a:link:after,
				div#calendar table#event_calendar tr td a:visited:after {
				   content:"" !important;
				}

/* Production Notes*/
p#print_footer {
    font-weight:bold;
    font-size:0.7em;
}

/* RECEIPT PAGE */

div#checkout-thankyou-order-show {display:block !important;}
