/* CSS Document */
/*main container*/
#main
{ 
  background: #ff0000 url(../graphics/main.png) repeat-y;
  color: #57696F;
  margin-left: auto; 
  margin-right: auto;
  width: 780px;
}

/*links container*/
#links
{ background: #1798E9 url(../graphics/blue_linkfoot.png);
  border-color: #57696F;
  color: #444;
  font-size: 88%;
  height: 20px;
  margin-left: auto; 
  margin-right: auto;
  padding: 8px 21px 0px 19px;
  text-align: center;
  width: 726px;
}

#links a
{
  background: transparent;
  color: #444;
  text-decoration: none;
}

/*logo container*/
#logo
{ 
  background: #FFF url(../graphics/logo.jpg) no-repeat;
  border-bottom: 2px solid;
  border-bottom-color: #1798E9;
  border-top: 2px solid;
  border-top-color: #57696F;
  color: #57696F;
  height: 104px; /* was 126px */
  margin-left: auto; 
  margin-right: auto;
  width: 766px;
}

#logo h1
{ 
  font-size: 160%;
  letter-spacing: .2em;
  margin: 0px;
  padding: 28px 0px 0px 139px;
}

#logo h2
{
  font-family: arial;/*, sans-serif;*/
  font-size: 108%;
  letter-spacing: .2em;
  margin: 0px;
  padding: 5px 0px 0px 139px;
}

/*menu container*/
#menu
{
  background: #000000 url(../graphics/contentgradient.jpg) repeat-y;
  height: 30px; /* value set at 33px (was 30px) for Netscape */
  margin-left: auto; 
  margin-right: auto;
  /*margin-top: -26px; /* this is used to move the menu into the logo section. Was 30px but 1px border added to LI */
  padding-left: 0px;
  padding-top: 3px;
  position: relative;
  width: 766px;
}

#menu td a
{ 
  background: transparent; /* set to stop padding moving menu down in NN*/
  color: #ffffff;
  display: block; 
  float: left; 
  font-size: 18px;
  font-family: arial;
  font-weight: normal;
  height: 21px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  text-decoration: none; 
}


#menu td a#selected
{
  color: #ff8000;
}

#menu td a:hover
{ 
  color: #ff8000;
} 

#content
{
  background: #000000 url(../graphics/contentgradient.jpg) repeat-y;
  color: #57696F;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 766px;
}

/*footer container*/
#footer
{
  background: #1798E9 url(../graphics/blue_linkfoot.png);
  border-color: #57696F;
  border-top: 2px solid;
  color: #444;
  font-size: 88%;
  height: 20px;
  margin-left: auto; 
  margin-right: auto;
  padding: 8px 21px 0px 19px;
  position: relative;
  text-align: center; 
  text-decoration: none;
  width: 726px;
}

#footer a
{
  background: transparent;
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}


#dropmenudiv
{
  border:1px solid #000000;
  border-bottom-width: 0;
  font-family: arial;
  font-size:12px;
  line-height:22px;
  position:absolute;
  z-index:100;
}

#dropmenudiv a
{
  /*background: url(../graphics/menuli.jpg) repeat-x;*/
  background: #000000;
  /*border-bottom: 1px solid #ffffff;*/
  color: #c0c0c0;
  display: block;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 0;
  text-decoration: none;
  text-indent: 10px;
  width: 100%;
}

#dropmenudiv a:hover
{ 
  /*background: url(../graphics/menulihover.jpg) repeat-x;*/
  color: #ff8000;
}

#showhistory
{ 
  background: url(../graphics/largecurtains.jpg) no-repeat;
  width: 710px;
}

/* Thumbnail Viewer */
#thumbBox
{ 
  /*Outermost DIV for thumbnail viewer*/
  background: #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-family: arial;
  left: 0;
  position: absolute;
  padding: 5px;
  padding-bottom: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: auto;
  z-index: 10;
}

#thumbBox .footerbar
{ 
  /*Footer DIV of thumbbox that contains "close" link */
  color: #000000;
  font: bold 12px arial;
  letter-spacing: 5px;
  line-height: 1.1em;
  padding: 5px 0;
  text-align: right;
}


#thumbBox #thumbImage
{ 
  /*DIV within thumbbox that holds the enlarged image */
  background-color: #000000; /*white;*/
}

#thumbLoading
{ 
  /*DIV for showing "loading" status while thumbbox is being generated*/
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background-color: #EFEFEF;
  padding: 5px;
  z-index: 5;
}

td
{
  vertical-align: top;
}

/* global */
html
{
  height: 100%;
}

body
{ 
  background: #ffffff url(../graphics/back.png) repeat;
  font-family:  arial;
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  padding: 0px;
  color: #57696F;
  text-align: center;
}

blockquote
{
  border-color: #1798E9;
  border-left: 8px solid;
  margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
}

p
{ 
  color: #ffffcc;
  font-family: arial;
  font-size: 14px; /* seems to be ignored if set of body? */
  font-weight: normal;
  line-height: 1.5em; /*was 1.7 but changed as font-family set to arial*/
  margin: 5px;
  padding: 0px 0px 16px 0px;
}

h1
{
  color: #f5deb3;
  font-family: arial;/*, sans-serif;*/
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 10px;
}

h2
{
  color: #ff0000;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  margin: 5px;
  padding: 0px 0px 4px 0px;
}

h3
{
  color: #f5fffa;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin: 5px;
  padding-bottom: 0px;
}

h4
{
  color: #33CCFF;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
}

h5
{
  color: #ff0000;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
}

h6
{
  color: #33CCFF;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
}

td h5
{
  color: #ff0000;
  font-family: arial;
  font-weight: bold;
}

td.but 
{
	height:43px;
  text-align:center
}

td.but 
{
	border-bottom: 1px solid #703E1C;
	text-align:  left;
  padding-left: 5px; 
}

td.shows
{
  background: transparent;
  height: 76px;
  width: 235px;
  text-align: center;
}

td.shows2
{
  background: transparent;
  padding-left: 5px;
}

td.shows3
{
  /*background: url(../graphics/curtains3.jpg) no-repeat;*/
  background: transparent;
  height: 76px;
  width: 710px;
  text-align: center;
}


td.shows p
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}

td.shows3 p
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}

td.venues
{
  background: url(../graphics/curtains2.jpg) no-repeat;
  background-position: center;
  height: 76px;
  text-align: center;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  color: #c0ff95;
}

td.venues p
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}

td.gallery
{
  text-align: center;
}

td.costumes
{
  color: #ffffff;
  font-family: arial;
  font-size: 14px;
}

a
{
  color: #00a1ff;
  text-decoration: none;
  outline: none;;
}

a:visited
{
  color: #00a1ff;
}

a.but 
{
	font-size: smaller; 
	font-weight: bold; 
	color: #703E1C;
	text-decoration: none; 
	font-family: arial;/*, helvetica,sans-serif;*/
}

a.but:hover, a.butselect
{
	color: #ffffff;
}

a.shows
{
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  font-weight: strong;
}

a.shows:visited
{
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  font-weight: strong;
}

textarea
{
  font-family: arial;
  font-size: 10pt;
}

img
{
  border: 0px;
}

img.gallery
{
  border: 1px;
  border-color: #999999;
}

ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ 
  list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

li.shows
{
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  list-style-type: none;
  margin-left: 10px;
}

li.gallery
{
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  list-style-image: url(../graphics/orangedot.gif);
  list-style-type: none;
  margin-left: 10px;
}

li.tickets
{
  color: #000000;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;
  list-style-type: disc;

}

/*Custom settings*/
.blue
{
  color: #109CEF;
  padding: 0px 40px 0px 20px;
}

.datetitle
{
  font-weight: bold;
  font-Size : 17px;
  color: #ff6600;
  font-family: Arial;
}

.dates
{
  font-weight: bold;
  font-Size : 17px;
  color: #33CCFF;
  font-family: Arial;
}

.timeprice
{
  font-weight: bold;
  font-Size : 17px;
  color: #FF6666;
  font-family: Arial;
}

.whitetext
{
  font-weight: bold;
  font-Size : 12pt;
  color: #ffffff;
  font-family: Arial;
}

.whitetextsmall
{
  font-weight: bold;
  font-Size : 10pt;
  color: #ffffff;
  font-family: Arial;
}

.redtext
{
  font-weight: bold;
  font-size : 12pt;
  color: #ff0000;
  font-family: Arial;
}

.bluetext
{
  font-weight: bold;
  font-Size : 12pt;
  color: #0000ff;
  font-family: Arial;
}

.bluetextsmall
{
  font-weight: bold;
  font-Size : 8pt;
  color: #33CCFF;
  font-family: Arial;
}

.emailtext
{
  font-weight: normal;
  font-size : 10pt;
  color: #33CCFF;
  font-family: Arial;
}

.tandctext
{
  font-weight: normal;
  font-size : 10pt;
  color: #0000FF;
  font-family: Arial;
}

.contactinformation
{
  font-Size : 14pt;
  font-weight: bold;
  color: #33CCFF;
  font-family: Arial;
}

.contacttitle
{
  font-Size : 14pt;
  font-weight: bold;
  color: #c0ff95;
  font-family: Arial;
}

.contactname
{
  font-Size : 12pt;
  font-weight: bold;
  color: #ff0000;
  font-family: Arial;
}

.contactphone
{
  font-Size : 14pt;
  font-weight: bold;
  color: #ffa500;
  font-family: Arial;
}

.contactemail
{
  font-Size : 12pt;
  font-weight: normal;
  color: #c0ff95;
  font-family: Arial;
}

.ticketsonsale
{
  font-Size : 40pt;
  font-weight: bold;
  color: #00CC00;
  font-family: Arial;
}

.character
{
  font-weight: bold;
  font-Size : 14px;
  /*color: #ffffff;*/
  font-family: Arial;
}

.character td
{
  background: url(../graphics/menuli.jpg) repeat-x;
  color: #0000ff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.character td a
{
  color: #0000ff;
  text-decoration: none;
}

.character td a:visited
{
  color: #0000ff;
}

.links
{
  font-weight: bold;
  font-Size : 14px;
  text-align: left;
  /*color: #ffffff;*/

}

.links a
{
  font-weight: bold;
  font-Size : 15px;
  color: #FFcc00;

}

.links a:visited
{
  font-weight: bold;
  font-Size : 15px;
  color: #FFcc00;

}


.tickets
{
  font-weight: normal;
  font-Size : 14px;
  color: #ffffff;
  font-family: Arial;
}

.actor
{
  font-weight: bold;
  font-Size : 10pt;
  color: #c0ff95;
  font-family: Arial;
}

.bluetable
{
  background-color: #0000ff;
}

.features
{
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  font-family: arial; /*Verdana, Arial, Helvetica, sans-serif*/
}

.acknowledgement
{
  font-Size : 10pt;
  font-style: italic;
  font-weight: normal;
  color: #ffffff;
  font-family: Arial;
}


.gradient
{
  background: url(../graphics/menuli.jpg) repeat-x;
}

table.tickets
{
  background-color: #ffffff;
  border: 4px ridge #33CCFF;
}

table.request
{
  border: 4px ridge #33CCFF;
}

#ajaxticker1
{
  width: 600px;
  height: 50px;
  border: 1px ridge black;
  padding: 5px;
  background-color: #FEEEB8;
  font-size: 14pt;
}
  
#ajaxticker1 div
{
   /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
  background-color: #FEEEB8;
}
  
.someclass
{
 /*class to apply to your scroller(s) if desired*/
}

