body {
	background: url(/images/MainBackground.jpg) top left repeat-x;
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
}

#bottomgrad {
	background: url(/images/bottomgrad.png) bottom left repeat-x;
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0;
	z-index: 5;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, serif;
	color: #333;
	margin-top: 0;
	margin-bottom: .5em;
}

#Container {
	width: 960px;
	margin-bottom: 25px;
}

#Content {
	width: 960px;
	background: #F6F9FE url(/images/ContentHolderBg2.jpg) top center no-repeat;
	border-bottom: solid 1px #e8eaf1;
	padding-bottom: 10px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	font-size: .95em;
}

#ContentLeft {
	width: 25%;
	padding: 5px;
}

#HotLinks,
#ShowsTicker,
#SponsorTicker,
#SupportArts{
	padding: 10px;
	background: #f4f6fc;
	border: solid 1px #d4dfde;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

#ContentRight {
	width: 75%;
	padding: 5px;
}

#Scholarships {
	font-size: .8em;
}

.DateTime {
	font-size: .75em;
}

.caption {
	padding: 10px;
	background-color: #f4f6fc;
	border: 1px solid #d4dfef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
	margin-top: 0;
	margin-right: 0;
	text-align: center;
	font-size: .7em;
}

a {
	color: #668591;
}

a:hover {
	color: #506872;
}

em {
	font-size: .8em;
	color: #000;
	font-weight: normal;
}

.no-border {
	list-style-type: none;
}

.no-border li {
	border: none;
}

.dots{
	list-style-type: disc;
}

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

#gallery a {
	text-decoration: none;
}

a.transparency img {
	filter: alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	padding: 6px;
	border: 1px solid #86746F;
	background-color: #f4f6fc;
}

a.transparency:hover img {
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80; 
	opacity: 0.80;
	padding: 6px;
	border: 1px solid #B4ABAA;
}

.imageborder {
	border: 1px solid #333333;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	margin-bottom: 5px;
}

.imageframe {
	padding: 6px;
	border: 1px solid #DDDDDD;
}

.breadcrumbs {
	font-size: .8em;
}

.paragraph {
	margin: 1em 0px;
}

.invalid {
	font-size: .8em;
	font-style: italic;
	color: red;
	font-weight: normal;
	float: right;
}

.formsuccess {
	font-weight: bold;
	vertical-align: middle;
	height: 29px;
}

#pgEffect{
	margin-top: 5px;
	background: #F1F3FA;
	padding: 5px;
	border: solid 1px #d4dfef;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.day{
	border: solid 1px #999;
}

#rescHolder{
	margin: 0 auto;
	text-align: center;
}

#calContainer{
	border: solid 1px #3f3f3f;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	width: 150px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

#calContainer .month{
	font-size: 3em;
	border-bottom: solid 1px #3f3f3f;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background: #93d6f5;
	text-decoration: underline;
}

#calContainer .date{
	font-size: 3em;
	padding-top: 23px;
	padding-bottom: 23px;
	background: #fbfbfb;
	-moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .6);
	-webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .6);
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .6);
}

#calContainer a{
	color: #111;
	text-decoration: none;
}

.rehearsal_schedule {
	border-collapse: collapse;
}

.rehearsal_schedule th{
	font-size: 1.3em;
}

.scheduled, .no_schedule, #today{
	border: solid 1px #999;
	padding: 5px;
	vertical-align: middle;
}

.no_schedule{
	color: #6f6f6f;
}

.border{
	padding: 10px;
	background-color: #f4f6fc;
	border: 1px solid #d4dfef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
	text-align: center;

}

#today{
	font-weight: bold;
}

#today a, .scheduled a{
	text-decoration: underline;
	color: #111;
}

#today a:hover, .scheduled a:hover{
	text-decoration: none;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/images/acrobat.gif) center left no-repeat;
}

a[href^="http:"] {
display:inline-block;
padding-left:20px;
background:transparent url(/images/external_link_icon.gif) center left no-repeat;
}

a[href^="mailto:"] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/images/email_icon.gif) center left no-repeat;
}

.shadow{
	-moz-box-shadow: -3px -3px 5px #999;
	-webkit-box-shadow: -3px -3px 5px #999;
	box-shadow: -3px -3px 5px #999;
}

#Resources td{
	vertical-align: top;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

/* == Previous Shows List ==*/

#previousShowsList{
	width: 100%;
	margin: 0 auto;
}

#previousShowsList td{
	width: 200px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

#previousShowsList a{
	text-decoration: none !important;
}

#SponsorTicker table td{
	border: solid 1px #f4f6fc;
	padding: 5px 3px 5px 3px;
}

#SponsorTicker table td:hover{
	background: #f2f2f2;
	border: solid 1px #d2d2d2;
}

.italic{
	font-style: italic;
}

.role{
	width: 264px;
	font-weight: bold;
}

.spacer{
	height: 10px;
}

.label-padding li{
}

.label-padding li label{
	margin-right: 10px;
}

fieldset{
	margin-top: 1em;
	width: 517px;
}

.required{
	color: red;
}

#CastList td{
	padding: 2px;
}

.alert{
	color: red;
}