body {
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

a {
	text-decoration: none;
}

/*banner*/
#banner {
	position: relative;
	height: 123px;
	background: transparent url(../../images/headerbg.gif) top left no-repeat;
}
#banner h1 {
	text-indent: -9999px;
	margin: 0;
}
#banner p {
	text-indent: -9999px;
	margin: 0;
}
#homelink {
	position: absolute;
	display: block;
	top: 15px;
	left: 3px;
	height: 70px;
	width: 180px;
	text-indent: -9999px;
	z-index: 5;
	overflow: hidden;
}

/*actions*/
#actions {
	position: absolute;
	top:0;
	right:0;
	background-color: #7cb13b;
}

#adminactions {
	position: absolute;
	top:22px;
	right:0;
	background-color: #7cb13b;
}

#actions a, #adminactions a {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 10px;
	color: white;
	font-weight: bold;
	border-left: 1px solid #c7dbb5;
}

#actions a:hover, #adminactions a:hover {
	color: #ccc;
}

a#_ctl0__banner__viewCart {
	background-image: url(../../images/carts.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	padding-left: 28px;
}

a#_ctl0__banner__viewCart:hover {
	background-position: 4px -29px;
}

/*menuwrapper*/
#menuwrapper {
	background-color: #a90505;
}

/*navmenu*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 797px; /*For KHTML*/
  list-style: none;
  height: 24px;
  z-index: 10;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  z-index: 10;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  z-index:10;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  z-index: 10;
  height: auto !important; /* Mozilla applies height restrictions on ul#navmenu li to these otherwise */
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #A90505;
  border-right-color: #A90505;
  border-bottom-color: #A90505;
  padding: 0 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #A90505;
  color: #eabeba;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #bf1f1f;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #be3c3c;
  color: #f2c6c6;
    border: 1px solid #be3c3c;
  border-right-color: #be3c3c;
  border-bottom-color: #be3c3c;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #d35656;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
  
}

/*wrapper*/
#wrapper {
	position:relative;
	width: 800px;
	margin: 0px auto;
}

/* contentwrapper */
#contentwrapper {
	border-top: 1px solid #a90505;
	border-bottom: 1px solid #100a48;
	margin-top:0px;
	position: relative;
	background: #669 url(../../images/contentbg.gif) top left repeat-y;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* sidebar */
#sidebar {
	position: absolute;
	left: 12px;
	width: 237px;
	top: 20px;
	height: auto;
	color: #999ad2;
	background-color: transparent;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}

#sidebar p {
	font-size: 11px;
	line-height: 16px;
}

#sidebar a {
	font-weight:bold;
}

#sidebar a:link {
	color: #999ad2;
}

#sidebar a:visited {
	color: #b4b5de;
}

#sidebar a:hover {
	color: #ccc;
}
/*eNewsLetter*/
#eNewsLetter {
	position: absolute;
	left: 12px;
	width: 250px;
	bottom: 100px;
}
#eNewsLetter p {
	margin:0;
	color: #d9ddfd;
	text-transform: uppercase;
	font-size: 11px;
}

/* address */
#address {
	position: absolute;
	left: 12px;
	width: 237px;
	bottom: 20px;
}

#address p {
	margin:0;
	color: #d9ddfd;
	text-transform: uppercase;
	font-size: 11px;
}

#address a {
	color: #d9ddfd;
	font-weight:bold;
}

/*mainwrapper*/
#mainwrapper {
	margin-left:260px;
	background-color: #669;
}

/*divs under mainwrapper*/
#mainwrapper div {
	position: relative;
	padding: 10px 15px;
}

#mainwrapper div p, ul{
	font-size: 11px;
}

#mainwrapper div h1 {
	font-size: 16px;
}

#mainwrapper div h2 {
	font-size: 14px;
}

#mainwrapper div a:hover {
      color: #bebfd8;
}

#previousperf, #nextperf {
	font-size: 11px;
	font-weight: bold;
	color: #999ad2;
}

#previousperf a:link, #nextperf a:link, #previousperf a:visited, #nextperf a:visited {
	color: #999ad2;
}

#previousperf a:hover, #nextperf a:hover {
	color: white;
}

.darkblue {
	color: white;
	background-color: #669;
}

.darkblue a {
	color: white;
	font-weight: bold;
}

.mediumblue {
	color: #d9ddfd;
	background-color: #7076af;
}

.mediumblue a {
	color: #d9ddfd;
	font-weight: bold;
}

.lightblue {
	color: #2f2b59;
	background-color: #a0a4bc;
}

.lightblue a {
	color: #2f2b59;
	font-weight: bold;
}

.textbutton  {
	border: 1px solid #9a9;
	background-color: #acafc4;
	color: #2f2b59;
	padding: 2px;
	text-transform: uppercase;
}

#mainwrapper div a.textbutton:hover {
	color: #5953ac;
	background-color: #bec0d1;
}

.perfcalhead
{
    margin: 0px;
    font: bold 11px/12px Verdana, Arial, Helvetica, sans-serif;
    color: #2f2b59
}

.perfcalsub
{
    margin: 0px;
    font: bold 9px Verdana, Arial, Helvetica, sans-serif;
    color: #2f2b59
}

.perfcalsub:hover
{
    color: #56528B
}

.perfcaltxt
{
    margin: 0px;
    font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
    color: #2f2b59
}
/* special divs */

#mainwrapper div#fourperformances {
	padding: 0px;
	position: relative;
	height: 300px;
	background-color: #669;
}

#mainwrapper div#fourperformances #perf1, #mainwrapper div#fourperformances #perf2, #mainwrapper div#fourperformances #perf3, #mainwrapper div#fourperformances #perf4 {
	width:135px;
	margin:0;
	padding:0;
	position:absolute;
	z-index:9;
	top:0px;
}

#perf1 {left:0px;}
#perf2 {left:135px;}
#perf3 {left:270px;}
#perf4 {left:405px;}

#perf1 img, #perf2 img, #perf3 img, #perf4 img {
	margin:0;
	padding:0;
}

#perf1 p, #perf1 h3, #perf2 p, #perf2 h3, #perf3 p, #perf3 h3, #perf4 p, #perf4 h3 {
	margin: 7px 4px;
	color: #bfc2e1;
	font-size: 11px;
}

#perf1 h3 a, #perf2 h3 a, #perf3 h3 a, #perf4 h3 a {
	color: #bfc2e1;
}

#perf1 h3 a:hover, #perf2 h3 a:hover, #perf3 h3 a:hover, #perf4 h3 a:hover {
	color: #FFFFFF;
}

#perf1 p.perfdates, #perf2 p.perfdates, #perf3 p.perfdates, #perf4 p.perfdates {
	color:white;
}

#mainwrapper div.splash {
	padding: 0px;
	position: relative;
}

.splash img {
	padding: 0px;
	margin: 0px;
}

/* footer */
#footer {
	background-color: #100f48;
	padding: 4px 10px 8px 0px;
	text-align: right;
}

#footer a {
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 12px;
}

#footer a:link {
	color: #669;
}

#footer a:visited {
	color: #669;
}

#footer a:hover {
	color: #cccccc;
}
/* Custom ID's */
.details {
	width: 100%;
	position: relative;
	padding:0px;
	margin:0px;
}
.details td {
	font-size: 11px;
}

.details2 {
	width: 100%;
	padding:2px;
	margin:0px;
	border-collapse:collapse;
}
.details2 td {
	font-size: 11px;
}

.mytabpanel
{
   background-color:Aqua;
}
#purchaseTix 
{
	padding: 0px;
	width:93%; 
	margin-bottom: 15px; 
	font-size:10px;
	border: 1px solid #369;
}
/*.nopadIndent {
	padding:0px;
	margin-top: 5px;
	padding-left: 0px;
}*/
.bannerLabel
{
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 10px;
	color: white;
	font-weight: bold;
	border-left: 1px solid #c7dbb5;
}
.hilite {
	color:#ffff66;
	font-weight: bold;
	font-size: 12px;
}
.headpar
{
    font-weight: bold;
    font-size: 12px;
    color: #000048;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif
}
.performanceSearch
{
    margin: 0px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
}
#regtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#regtable th {
	background-color: #100f48;
}
input.perfbutton
{
	border-right: #99aa99 1px solid;
	border-top: #99aa99 1px solid;
	font-size: 10px;
	border-left: #99aa99 1px solid;
	width: auto;
	height:20px;
	border-bottom: #99aa99 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2f2b59;
	text-transform: uppercase;
}

.insidedate
{
    MARGIN: 0px;
    FONT: 10px/12px Verdana, Arial, Helvetica, sans-serif;
    COLOR: #ffffff
}
#rightcol {
	float:right;
   padding:0px;
	margin:0px;
	vertical-align:top;
}

#leftcol 
{
	float:left;
	vertical-align:top;
   padding:0px;
	margin:0px;
}
