body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	line-height: 1.25;
	margin: 0px;
	font-weight: bold;
}
td {
	vertical-align: top;
}

a:link {
	color: #0099FF;
}
a img { border: none; }
/* Start Primary Navigation */
#navigation {
	width: 192px; margin: 0; padding: 0;
}
#navigation, #navigation li {
	list-style: none !important; padding: 0;
}
#navigation li {
	margin: 0.6em 5px 0.6em 20px;
}
#navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
#navigation a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#navigation a:hover {
	color: #FF6330;
}
.navCurrentPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}

.nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}


.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
/* End Primary Navigation */


.All_Address {
	color: #FF6600;
	font-weight: bold;
}
.All_GrenericTheater {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.IndexProductions {
	background-color: #FF6600;
}
.IndexProductionsFont {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.IndexProductionsPlayTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.IndexProductionsPlaywright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.IndexProductionPlayDates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000033;
}


.IndexHighlight16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}




.AllBodyTable {
	background-color: #FFFFFF;
}

.copyright {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.Prd_Playwright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.Prd_PlayTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.Prd_Emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.Prd_Italicized {
	font-style: italic;
}
.Prd_Subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	background-position: center;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.Rsv_Required {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}

#announcementbox a { color: #DD0005; font-weight: bold; }
.showlist { font-size: 120%; }
.centered { text-align: center; }

.errorMessage {
	color: #990000;
	background-color: #FFCACA;
	border: 2px solid #990000;
	padding: 15px;
	margin: 10px;
}
.errorMessage p {
	margin: 3px 0px 3px 0px;
}
.successMessage {
	color: #0e650a;
	background-color: #88f383;
	border: 2px solid #20df15;
	padding: 15px;
	margin: 10px;
}
.infoMessage {
	color: #452501;
	background-color: #ffeeca;
	border: 2px solid #ffbf3c;
	padding: 15px;
	margin: 10px;
}

.hidetext, .hidetext * { overflow: hidden; font-size: .1em; line-height: 100000px; }
h1.potty {
	text-align: center;
	width: 690px; height: 207px;
	background: url("images/temporary/FightForRightBanner690.jpg") top center no-repeat;
	margin: 0 auto -15px auto;
}

a.orangebutton, .orangebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ce8e28;
}.orangebutton:hover {
	color:#000 !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}.orangebutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.navCurrentPage .orangebutton { display: none; /* Hide on donate page */ }


.darkorangebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff5ff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff5ff;
	box-shadow:inset 0px 1px 0px 0px #fff5ff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7c54), color-stop(1, #a8310d) );
	background:-moz-linear-gradient( center top, #ff7c54 5%, #a8310d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c54', endColorstr='#a8310d');
	background-color:#ff7c54;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e3e3e3;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #854e05;
}.darkorangebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a8310d), color-stop(1, #ff7c54) );
	background:-moz-linear-gradient( center top, #a8310d 5%, #ff7c54 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8310d', endColorstr='#ff7c54');
	background-color:#a8310d;
}.darkorangebutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.largerbutton { padding: 10px 35px; font-size: 18px; }

.boxcentered { margin: 0 auto; }

.bodyTable tr .AllBodyTable table tr td div table tr .AllBodyTable h4 {
	font-weight: normal;
}
.bodyTable {
	font-weight: normal;
}
.notbold {
	font-weight: normal;
}
.paddedbodycolumn {
	padding: 0 10px;
}
a img { border: none; }
.alignleft { text-align: left; }

.reserveseats {
	font-size: 1.4em;
}
.reserveseats a { font-weight: bold; }

.nonprofitfooter {
	font-size: 120%;
	font-weight: bold;
	color: #A002CB;
}

.alignRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
}