/* Sandler Center styles - 2008 */
/* last modified: Feb-Apr 2011 (site redesign) */

/****  Main page     ***************************************************************/
body { 
margin: 0px; 
padding: 0px; 

/* 2011 */
background-color: #1a270d; 
background-image: url(../images/bg-front-2011.jpg); 	
background-repeat: repeat-x;
}

.loadingpage {
background-color: #1a270d;
}

.livepage {
background-color: #1a270d; 
background-image: url(../images/bg-front-2011.jpg); 	
background-repeat: repeat-x;
}

#bgdiv {
    background: url(../images/bg-fronttop2-2011.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
}
#outercontainer {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


/* 2011 */
#maincontainer {
	width: 1000px;
	display: block;
    padding: 0;
	margin: 0;
	visibility: hidden;
}



#headerdiv {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	display: block;
	position: relative;
    width: 1000px;
    height: 160px;
	color: #fff;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;

}

#logoarea {
    position: absolute;
    top: 0px;
    left: 10px;
}

#topsponsors{
   position: absolute;
   width: 480px;
   height: 140px;
   background-color: #000; /* NOTE: remove this for production and render in widget */
   top: 0px;
   left: 275px;
}

#specialbutton{
   position:absolute;
   cursor: pointer;
   width: 105px;
   height: 28px;
   margin: 0px;
   padding: 0px;
   right: 60px;
   top: 80px;
  
}

#searchsp{
   margin: 0px;
   padding: 0px;
   width: 200px;
   position: absolute;
   left: 775px;
   top: 120px;
   z-index: 1;
}

.searchbox {
    margin: 0px;
	font-family:  "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 10px;
	background-color: #45402F;
	border: 1px solid #666;
	font-weight: normal;
	color: #FFFFFF;
	height: 11px;
	width: 125px;
}

#searchsp form, #searchsp input {
  margin: 0px;
  padding: 0px;

}

/* 2011   */
#menucontainer{
    position: relative;
    margin: 0px;
	padding: 0px;
    width: 1000px;
	height: 27px;
	display: block;
	background-color: #89902e;
	z-index: 1200;
}

#NavBar {
	margin:0px;
  	background-color: #89902e;
}

#NavBar li {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #89902e;
}

#NavBar li li {
    padding-left: 0px;
    padding-right: 0px;
}


#bottomdiv {
	margin:0px;
	padding:0px;
	background-color: #3D3D3D;
	
}


/* Old pre 2011 */
/*
#slideshow {
    margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding:0;
	display: block;
	width: 394px;
	height: 251px;
	float: left;
}*/


/* 2011 - Replaces artistpremier div */

/**************  Great Performance area **********************/
#gpblock{ /* Great Performance block */
	display: block;
	width: 1000px;
	height: 347px;
    margin:0;
    padding:0;
    position: relative;
    z-index: 500;
/*	background-color: #000;  */
}




/**************  Slider page area **********************/

#bannerdivslider{
    position: relative;
    margin-top: 20px;
    display: block;
	width: 1000px;
	border-bottom: solid 1px #646464;
}

#bannerdivslider img {
   padding-left: 70px;
}




#sliderblock{ 
	display: block;
	width: 1000px;
	display: block;
    margin:0;
    padding:0;
    position: relative;
    background-color: #3F3F3F;
}

#nav2 { 
    margin:0;
	padding: 0;
	display: block;
	text-align: center;
}
#nav2 a { 
	text-align: center; 
	text-decoration: none; 
	background-color: #000; 
	cursor: pointer;
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
    padding: 7px;
	padding-bottom: 0px;
}	
#nav2 a.activeSlide { 
	background-image:url(images/bullet2.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#nav2 a:focus { 
    outline: none; 
}


.slideshowcontent td{
   padding-left:5px;
   padding-right:5px;
}


.slideshowcontent p{
   color: #dddddd;
   line-height: 14px;
   	margin-top: 0px;
	padding-top: 5px;
}

.slideshow { 
    margin: 0;
	margin-left: 60px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-top: 5px;
	padding: 0; 
	clear: left; 
	color: #ffffff; 
	background-color: #3F3F3F;
}
.slide { margin: 0; padding: 0 }
.slideshow, .slide { width: 922px; }
.slideshow img { 
	border: 1px solid #777777; 
	background-color: #1e1e1e; 
    margin: 0px; 
    cursor: pointer;
    text-align: center;
    width: 182px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.slideshow img:hover {
  border:solid 1px; #fff;
}

.slideshow a:hover img.bordered {border: 1px solid #FFFFFF}

.slideshow td:hover {
background-color: #222;
}


.slideshow a {
	color: #999;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.slideshow a:hover {
	color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;		
	
}

#lowerpagehome {
	background-color: #000000;	
}

.slide td {
     width: 180px;	
}

.slide p {
   padding-left: 10px;
}


.slide h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #afbc22;
	cursor: pointer;
}

.slide  h3 {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #b22626;*/
	color: #eee;
}

#NextBtn {
	margin:0;
	padding:0;
	position: absolute;
	visibility: hidden;
	top:50px;
	left: 15px;
	z-index: 1000;
	width: 50px;
	height: 45px;
	cursor: pointer;
}

#PrevBtn {
	margin:0;
	padding:0;
	position: absolute;
	visibility: hidden;
	top:50px;
	right: 15px;
	z-index: 1800;
	width: 50px;
	height: 45px;
	cursor: pointer;
	
}



.slidebanner {
	margin: 0px;
	padding: 0px;
	padding-left: 41px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #afbc22;
}

/**************  END Slider  ***************************/

/**************  Bottom page area **********************/

/************ Social Media  ***************************/

#socialmediafront a:hover{
   text-decoration: none;
}




#bottomblock{ 
	display: block;
	width: 1000px;
	display: block;
    margin:0;
    padding:0;
    position: relative;
}





a {
outline: none;
}

#gpbbanner {
	width: 1000px;
	height: 31px;
	background-color: #000;
}
.gpbbanner {
   	padding: 3px;
}
.gpbcontentdiv {
  height:256px;
  width:560px;
}
.gpbbuttondiv {
  height:60px;
}
#gpbmainblock {
 width: 1000px;
 height: 325px;
}

#gpbartist {
   width: 400px;
   height: 325px;
}


#gpbmainblock td h2 {
    margin: 0px;
    font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 24px;
	color: #000;
}

#gpbmainblock td h3 {
    margin: 0px;
    padding:0px;
    margin-bottom: 15px;
    font-weight: normal;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #797c31;
}


#gpbmainblock td p {
    margin: 0px;
    font-weight: normal;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #222;
}

.gpmainblock a {
    text-decoration: none;
}

.gpmainblock a:hover {
    text-decoration: underline;
}



/*  The pager used in the Feature block  */
#cyclenav {
     z-index: 50; 
	 position: absolute; 
	 bottom: -38px; 
	 right: 5px;
	 
}

#cyclenav a{
    background: #89902E; /* #004791*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	/*font-weight: bold;*/
	padding: 0px 5px;
	margin: 0px 3px;
	border: solid 1px #89902E; /* OLD: #004791*/
}

#cyclenav a.activeSlide { 
    background: none;
	border: solid 1px #afbd22;
}
#cyclenav a:focus { outline: none; }



.buttonsblock {
 	padding: 10px;
 /*	position: absolute;*/
 	bottom: 0px;
 	left: 400px;

}

.gpbcontent {
   position: relative;
   margin: 0px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 8px
}
/*
#artistpremier{
	display: block;
	width: 358px;
	height: 251px;
	float: right;
	border: 1px solid #333333;
	padding:0;
	margin-left: 0px;
	margin-right: 11px;
	margin-top: 0px;
	margin-bottom: 0px;

}
*/

/**************  End Great Performance area  **********************/




/************* All Events List  ***********************************/

.upcomingblock {
	display: block;
	float: left;
	width: 470px;
	margin: 0;
	padding: 0px;
}

.bar_upcoming {
	background-image: url(../images/barbg-1.gif);
	background-repeat: repeat-x;

}

div.clearer {
clear: left; 
line-height: 0; 
height: 0;

}

.featureinfo {
  width:100%;
  padding: 0;
  margin: 0;
}

.greatperf_img {
  border: 1px solid #333333;
  margin: 5px;
}

.btn_buynow  {
	margin:0;
	padding:0;
}

.featureinfo td {
    padding:0;
	margin:0;
	font-size: 11px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	line-height: normal;
	font-weight: normal;
	letter-spacing: .092em;
}

.featureinfo td h1 {
    padding:0;
	margin:0;
	font-size: 14px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	line-height: normal;
	font-weight: bold;
	letter-spacing: .070em;
}

.featureinfo td  h2 {
    padding:0;
	margin:0;
	font-size: 12px;
	color: #8f8806;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	line-height: normal;
	font-weight: normal;
	letter-spacing: .092em;
}

.featureinfo td  h3 {
    padding:0;
	margin:0;
	font-size: 12px;
	color: #8f8806;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	line-height: normal;
	font-weight: normal;
	letter-spacing: .092em;
}

.featureinfo td  h4 {
	font-size: 11px;
	color: #3C3802;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.featureinfo td  p {
    padding:0;
	margin:0;
	font-size: 11px;
	color: #4B4803;
	line-height: 16px;
	color: #333333;
	letter-spacing: .052em;
}

.featureinfo td a {
    padding:0;
	margin:0;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	letter-spacing: .052em;
}

.featureinfo td a:hover {
	padding:0;
	margin:0;
	font-size: 11px;
	color: blue;
	text-decoration: none;
}

.upcomingmonthblock {
	display: block;
	width: 440px;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	line-height: normal;
	font-weight: normal;
	letter-spacing: .022em;
	color: #FFFFFF;
	background-color: #91B591;
}

.monthevents {
	display: block;
	width: 430px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}
.monthevents a {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding: 2px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: .022em;
	color: #000;
	font-size: 12px;
}

.monthevents a:hover {
	color: green;
	text-decoration: none;
}

.upcomingevents_title {
   font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
   color: #ffffff;
   font-size: 16px;
   background-color: #444444;
   	background-image: url(../images/bg_allev_title.gif);
	background-repeat: repeat-x;

}

.upcomingevents_content  {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#upcomingevevnts_content td img {
   border: solid 1px #ffffff;


}

.upcomingevents_content a{
   font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
   color: #aaaaaa;
   font-size: 10px;
   text-decoration: none;
}

.uptitle2 {
   margin:0px;
   padding:0px;
   font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
   color: #afbc22;
   font-size: 13px;
}

#EventsPanel span a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#upcomingevents {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #343434;
	color: #ffffff;
	padding: 10px;
	padding-top: 180px;
	margin-top: 9px;
	margin-left: 10px;
	width: 475px;
	border: 1px solid #555;
	background-image: url(../images/bg_allevents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:relative;
}


#upcomingevents_content {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    height: 220px;
    width: 455px;
    position:relative;

}


#upcomingevents_shadow{
	background-image: url(../images/btm_shadow_allevents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    position:absolute;
    top:0px;
    bottom:0px;
    z-index:100;
    width: 455px;
    height: 150px;
}


.upcomingevents_content a:hover {
	color: #ffffff;
	text-decoration: none;
}

.separation {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	letter-spacing: .092em;
	font-weight: normal;
	text-align:center;
	padding:0;
	margin: 0;
}

.moreinfo {
	display: block;
	width: 100px;
	height: 25px;
	float: left;
	text-align:center;
	margin:0;
	padding-bottom: 10px;
}

.moreinfo h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4B4803;
	line-height: 16px;
	color: #8f8806;
	letter-spacing: .052em;
}

.moreinfo a:hover {
	color: #FF0000;
	text-decoration: none;
}

#eventstabs {
	display: block;
	width: 485px;
	float: left;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding:0;
}

#greatperformances {
	clear:both;
}

#upcomingevents {
	clear:both;
}

#infocollapsibles {
	width: 260px;
	float: right;
	display:block;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 36px;
	padding:0;

}



/*************** Accordion styles ******************************/

#sandleraccordion {
    width: 470px;	
    padding-left: 10px;
    padding-right: 10px;
   
}

#sandleraccordion div {
    height: 180px;	
    font-size: 11px;
   
}


/*********************************************************/
/***         Lower Accordion                          ****/
/*********************************************************/

/****   Purchase Tickets  ****/
#accord_subscribe strong, #accord_subscribe a{
   font-size: 13px;
}

#accord_subscribe p {
    padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 210px;
	padding-right: 5px;
	font-weight: bold;
}

#accord_subscribe br {
	line-height: 5px;
}

#accord_subscribe a:hover {
   text-decoration: none;	
   
}

#accord_subscribe span {
	color: #C6239D;	
	
}

#accord_subscribe a {
	color: #afba39;	
}




/****   Parking Information  ****/
#accord_parking {
background-color: #000;
}
#accord_parking p {
	padding:0;
	padding-left: 200px;
	font-weight: bold;
}

#accord_parking a {
   color: #afba39;		
}

#accord_parking a:hover {
   text-decoration: none;	
}


/****   Support  ****/
#accord_support {
	background-color: #000;
}
#accord_support p {
	margin: 0;
	padding:0;
	padding-left: 120px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 11px;
}

#accord_support a {
   color: #afba39;		
}

#accord_support a:hover {
   text-decoration: none;	
}


/****   Directions  ****/
#accord_directions {
	background-color: #000;
}
#accord_directions p {
	margin: 0;
	padding:0;
	padding-left: 180px;
	font-weight: bold;
}

#accord_directions a {
   color: #afba39;		
}

#accord_directions a:hover {
   text-decoration: none;	
}




/****   Contact Us  ****/
#acc_contact {

}
#acc_contact h5, #acc_boxoffice p{
	padding:0;
	padding-left: 180px;
	font-weight: bold;
}
#acc_contact h5{
	 font-size: 14px;
}


/****   Box Office  ****/
#acc_boxoffice {
   line-height: 18px;
}
#acc_boxoffice h5, #acc_boxoffice p{
	padding:0px;
	margin: 0px;
	font-weight: bold;
}
#acc_boxoffice h5{
	 font-size: 14px;
}


/************** END Accordion **********************************/





/****   Special   ***************************************************************/
#acc_mailinglist {
   background-color: #E2CE7E;
}

#acc_mailinglist #content_ml{

	font-size: 11px;
	line-height: 16px;
    color: #333333;
    font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding: 10px;
}


#acc_parkinginfo {
 /*	background-color: #E2CE7E; */
    	background-color: #000000;
}

#acc_parkinginfo #content_parking{
	background-color: #E2CE7E;
	font-size: 11px;
	line-height: 16px;
    padding: 10px;
	color: #333333;
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
}


#acc_directions {
	background-color: #E2CE7E;
}



#acc_directions #content_directions{
	background-color: #E2CE7E;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding: 10px;
}


#acc_contactinfo {
	background-color: #E2CE7E;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-serif;
}

#acc_contactinfo  #acc_contactinfo_content{
	padding: 10px;
}


#acc_parkinginfo #parkingmap {

margin: 5px;

}


/****   Bottom  elements   ***************************************************************/


#bottomcontainer {
	height: 120px;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #80908f;

}

#footer {
/*
    padding-top: 5px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 955px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	color: #515151;
	
*/
}
/*  Other page elements   ************************************************************************/


.cleardiv {
clear:both;
margin: 0;
padding: 0;
line-height: 0; 
height: 0;
}

.columnspacer {
display:block;
width: 260px;
height: 1px;
}

.clearright {
	clear:right;
	margin: 0;
	padding: 0;
	line-height: 0; 
    height: 0;
}


.clearleft {
	clear:left;
	margin: 0;
	padding: 0;
	line-height: 0; 
    height: 0;
}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


p {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #4F4F4F;
}

.bottom {
	width: 782px;
	height: 5px;
	display:block;
}






/* 2011 */



.footer {
    clear:both;
	width: 1000px;
	height: 120px;
	display:block;
	font-family:  "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #eeeeee;
	text-align:center;
	letter-spacing: .082em;
}

#sandlerfooter {
  	visibility: hidden;
}

