body {
    margin: 0;
    padding: 0;
    width: 950px;
}

#mainwrapper {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	/* margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
	*/
}

#innerwrapper {
	width: 950px;
	min-width: 908px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.disclaimer {
	color: #000;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.2em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 48px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

	.disclaimer strong {
	font-weight: bold;
	color: #000;
	display: inline;
	}

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

	.subcalendarlinks a:link, .subcalendarlinks a:visited, .subcalendarlinks a:active {
	color: #3399cc;
	font-weight: bold;
	}

	.subcalendarlinks .left {
	float: left;
	padding: 0px 20px 0px 0px;
	text-align: right;
	width: 45%;
	}

	.subcalendarlinks .right {
	float: right;
	padding: 0px 0px 0px 20px;
	text-align: left;
	width: 45%;
	}

/* footer */


		.textlinks a:link, .textlinks a:visited, .textlinks a:active {
	color: #666;
		}







/* utility */

.center {
text-align: center;
}

.colorlink {
margin: 20px 0px;
}

.colorlink a:link, .colorlink a:visited, .colorlink a:active {
	color: #FF4723 !important;
	padding: 20px 0px;
}



.clear {
clear: both;
margin: 0px;
padding: 0px;
height: 0px;
font-size: 0px;
line-height: 0px;
}

.backtotop {
text-align: right;
font-size: .8em;
padding: 0px 20px 0px 0px;
}

/* /utility /*




/*ticketing*/

.monthheader {
/* background-image: url(../images/ticketing/monthbg.gif); 
background-position: center center;
background-repeat: no-repeat;*/
background-color: #64BACA;
width: 940px;
height: 34px;
line-height: 34px;
margin: 0px auto 0 auto;
text-align: left;
font-weight: bold;
font-size: 16px;
padding: 0px 0px 0px 28px;
color: #000;
font-family: arial black, arial, helvetica, sans-serif;
border-color: #008EA8;
border-style: solid;
border-width: 1px;
}

.calendarholder {
width: 950px;
/* background-image: url(../images/ticketing/calendarbgtile.gif); */
background-repeat: repeat-y;
padding: 7px 0 0 5px;
margin:10px 0 0 0;
}

.calendar {
margin: 0 0 25px 10px;
width:960px;
}

.calendar td {
background-image: url(../images/ticketing/calendarbgstandard2.png);
background-repeat: no-repeat;
width: 132px;
height: 84px;
padding: 0px;
margin: 0px;
vertical-align: top;
}

	.calendar .empty {
	background-image: none;
	}

	.calendar .weekend {
	background-image: url(../images/ticketing/weekend2.png);
	}

.calendarheader {
width: 950px;
height: 37px;
margin: 0 auto 10px 0 ;
/* background-image: url(../images/ticketing/calendarbgtop.gif); */
background-repeat: no-repeat;
}

	.calendarheader table {
	margin: 0 auto;
	width:970px;
	}

	.calendarheader td {
	width: 100px;
	background-color: #E3E3E3;
    border-right: 1px solid #B5B5B5;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    text-align: left;
	}

.calendarfooter {
/* width: 908px;
height: 37px;
margin: 0px auto 10px auto;
 background-image: url(../images/ticketing/calendarbgbottom.gif); 
background-repeat: no-repeat; */
}


.contentwrapperheader {
width: 565px;
height: 45px;
background-image: url(../images/ticketing/formbgtop.gif);
background-repeat: no-repeat;
line-height: 40px;
}

.contentwrapperfooter {
width: 550px;
height: 45px;
background-image: url(../images/ticketing/formbgbottom.gif);
background-repeat: no-repeat;
text-align: right;
color: #000;
padding: 0px 15px 0px 0px;
margin: 0px 0px 15px 0px;
font-size: .7em;
font-weight: bold;
line-height: 45px;
}

.contentwrapper {
	min-height: 623px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
	font-family: Arial, Helvetica, sans-serif;	
	width: 880px;
	/* background-color: #FBF3E0; 
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FF4723; */
}

	.contentwrapper table {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

	.contentwrapper input {
	background-color: transparent;
	color: #000;
	border-width: 0px;
	padding: 3px;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #aaa;
	}

	.contentwrapper .inputlong {
	width: 300px;
	}

	.contentwrapper .inputshort {
	width: 100px;
	}

	.contentwrapper .inputtiny {
	width: 50px;
	}

	.contentwrapper select {
	padding: 3px 5px;
	background-color: transparent;
	color: #000;
	border-width: 0px;
	border: 1px solid #aaa;
	}

	.contentwrapper option {
	border-width: 0px;
	}

	.contentwrapper textarea {
	background-color: #EDEDED;
	border: 1px solid #ff4723;
	margin: 0 auto;
	width: 500px;
	height: 200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	}

	.contentwrapper p {
	text-align: left !important;
	margin: 0 0 26px 0;
	padding: 0 0 16px 0;
	color: #333;
	/* line-height: 1.5em; */
	border-bottom: 1px solid #0091AB;
	}

	.contentwrapper a:link, .contentwrapper a:visited, .contentwrapper a:active {
	font-weight: bold;
	color: #3399cc;
	}
	.hidden {
		display: none;
	}

	.contentwrapper .navigation a:link, .contentwrapper .navigation a:visited, .contentwrapper .navigation a:active {
	font-size: .8em;
	}

	.commentnavigation .alignleft, .commentnavigation .alignright {
	margin: 0px 30px 25px 30px;
	}

	.entry .aligncenter {
	margin: 0 auto;
	display: block;
	}

/* forms */

.colorfield {
background-color: #ffeef6;
border: 1px solid #ef74c1;
}

#request_photo {
	background-color: #ffeef6;
	border: 1px solid #ef74c1;
}

.mainlogoimage {
	margin: 0px auto 30px auto;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
	color: #FF4723;
}

.alert {
	background-color: #F00;
	background-image: url(../images/alert.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.alertmessage {
font-weight: normal;
text-align: left;
/* font-size: 18px; */
height: 15px;
}

.label {
	width: 30%;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	color: #333;
}

.field {
width: 70%;
text-align: left;
padding: 5px;
}

.block {
	font-weight: bold;
	padding: 0px 20px;
	margin: 0px 0px 20px 0px;
	color: #666;
	text-align: left;
}

.fieldtext {
	color:#ff4723;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	padding: 0px 2px;
}

.divider {
line-height: 0px;
font-size: 0px;
height: 3px;
width: 476px;
margin: 0px auto 20px auto;
background-image: url(../images/dividerbg.png);
background-repeat: no-repeat;
clear: both;
}


.left {
float: left;
margin: 0px 0px 10px 30px;

}

.datecontent {
text-align: right;
font-size: 12px;
line-height: 1.2em;
color:#666666;
 padding: 0px 14px 0 0;
}

	.datecontent a:link, .datecontent a:visited, .datecontent a:active {
	color: #C62300;
	font-weight: bold;
	text-decoration: none;
	font-size:1.2em;
	}

	.datecontent a:hover {
	text-decoration: underline;
	}

.day {
font-weight: bold;
width: 120px;
text-align: right;
padding: 7px 10px 0px 0px;
color: #000;
font-size: .7em;
}

.center {
	text-align: center !important;
	color: #FF4723;
	font-weight: bold;
	display: block;
}

	.center a:link, .center a:visited, .center a:active {
	color: #fff;
	}

.submitbutton {
	background-image: url(../images/submitbg.png);
	background-repeat: repeat-x;
	line-height: 25px;
	padding: 0px 10px;
	font-weight: bold;
	color: #ff4723 !important;
}

.spacer {
height: 150px;
}


.col1 {
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-right: 1px solid #CCCCCC;
}

	.col1 p {
	margin: 0px 0px 6px 0px;
	}

.col2 {
width: 300px;
float: left;
text-align: center;
margin: 0px 0px 10px 0px;
border-right: 1px solid #CCCCCC;
}

	.col2 p {
	margin: 0px 0px 6px 0px;
	}

.col3 {
width: 300px;
float: right;
text-align: right;
margin: 0px 0px 10px 0px;
}

	.col3 p {
	margin: 0px 0px 6px 0px;
	}

	.col3 a:link, .col3 a:visited, .col3 a:active {
	color: #40183a;
	}


.selectstate {
	text-align: left;
	color: #FF4723;
	font-size: 0.9em;
	margin: 20px 0px 20px 15px;
}

.showlistings {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #FF4723;
	width: 95% !important;
	margin: 0px auto 20px auto !important;
	text-align: center;
	color: #333;
	font-size: 0.7em;
}

	.showlistings .header {
	color: #FF4723;
	font-weight: bold;
	font-size: 1.1em;
	}

	.showlistings td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #FF9C8A;
	text-align: center;
	padding: 5px;
	}

.tabletitle {
margin: 0px 0px 0px 13px !important;
font-size: .9em;
}

/* /forms */

/* post formatting */
#contentrightcol .postmetadata {
	color: #FF4724;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-size: 0.7em !important;
}

#contentrightcol .postfooter {
width: 545px;
height: 19px;
background-image: none;
background-repeat: no-repeat;
margin: 0px 0px 3px 0px;
padding: 0px;
}

#contentrightcol .postbutton a:link, #contentrightcol .postbutton a:active, #contentrightcol .postbutton a:visited {
color: #fff;
margin: 0px 0px 5px 0px;
font-size: .7em;
}

#contentrightcol .entry p {
margin: 0px 30px 15px 30px;
}

#contentrightcol ul.postmetadata {
margin: 0px 0px 15px 0px;
line-height: normal;
}

.addthis {
margin: 0px 0px 5px 0px;
text-align: center;
}

#contentrightcol ul.st-related-posts li {
margin: 0px 0px 0px 15px;
font-size: .8em;
}

#contentrightcol .navigation a:link, #contentrightcol .navigation a:active, #contentrightcol .navigation a:visited {
font-size: .7em;
}

/* /post formatting */

/* blocks with image bgs for text  */

.seelive {
	/* background-image:url(../images/ticketing/boxBG.gif); */
	background-repeat:repeat-x;
	color:#666666;
	font-size:0.8em;
	height:195px;
	text-align:left;
	width:254px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	/* background-color: #FBF3E0; */
}
.seeLiveHead {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	font-family: "arial black", arial, helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 12px;
}

/*  /blocks with image bgs for text  */





/* jquery and validation styles */
label.error {
	color:#F00;
	display:block;
	font-size:75%;
	font-weight:bold;
}

/* cms overrides */

.screen-reader-text {
display: none;
}

ol {
text-align: left;
margin: 0px 15px 0px 15px;
}

ol li {
clear: both;
}

.avatar {
float: left;
margin: 0px 10px 10px 0px;
}

.alignleft {
float: left;
margin: 0px 10px 10px 30px;
}

.alignright {
float: right;
margin: 0px 30px 10px 10px;
}

img.alignleft {
margin: 0px 10px 10px 0px;
}

img.alignright {
margin: 0px 0px 10px 10px;
}

.noticeBox{
	width:720px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#3499cd;
	color:#FFF;
	font-weight:bold;
	text-align:center
	
}

.cbs_tooltip {
background:#fde0da;border:solid 4px #ff4723;padding:5px;font-family:arial;font-size:12px;width:250px;
}
.callout {color:#dd7a1f;}

.tapingInfo {
  background: url("../images/ticketing/tapingInfoBg.gif") repeat-x scroll center top transparent;
  font-size: 15px;
  margin-left: 35px;
  margin-top: 45px;
  padding-left: 20px;
  padding-top: 1px;
}
.tapingInfo .red{ color:#F00; font-weight:bold; }
.tapingInfo .grey{  color:#666666; font-weight:bold; }
.tapingInfo .orange{  color:#dd7a1f; font-weight:bold; }

h3.tickets-info-hdr{
    font-family: "lato", arial, san-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top:25px;
    margin-left: 20px;
    color: #2a2a2a;
}

p.tickets-info-body{
    font-family: "lato", arial, san-serif;
    font-size: 16px;
    font-weight: 300;
    margin:0;
    margin-left: 20px;
    color: #2a2a2a;
}

p.taping-info-body{
    font-family: "lato", arial, san-serif;
    font-size: 16px;
    font-weight: 300;
    color: #2a2a2a;
    margin-left: 20px;
}
p.taping-info-body span {font-weight: 700}
p.taping-info-body span.red{color:#F00; }
p.taping-info-body span.grey{color:#666666; }
p.taping-info-body span.orange{color:#dd7a1f; }

