body, html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #D30032;
}
a  img {
	border-style: none;
}
a:hover {
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	line-height: normal;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #C00;
}
h2 {
	color: #000000;
	margin: 4px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.Title h2 {
	font: normal 22px "Arial Narrow", "Arial Narrow Bold", "Arial Narrow Bold Italic", "Arial Narrow Italic";
}
h3 {
	color: #000000;
	padding: 0px;
	margin: 0px;
	z-index: -1;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	line-height: normal;
	margin: 12px 0px 6px;
	padding: 0px;
}
h5 {
	font: 16px/22px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h6 {
	color: #999;
	font: bold 14px/normal Arial, Helvetica, sans-serif;
	display: block;
	border-bottom: 1px solid #999;
	margin: 6px 0px 12px;
	padding: 0px 0px 6px;
}
.right   {
	padding-left: 14px;
	padding-top: 0px;
	vertical-align: top;
	float: right;
}
.left {
	float: left;
}
#regSideBox {
	border: 1px solid #e6e6e6;
	background: #FFFFFF;
	padding: 12px;
	margin-top: 14px;
}
#clear {
	clear: both;
}
#container {
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 275px;
	position: absolute;
}
#logo a {
	border-style: none;
	outline: none;
}
#enews   {
	color: #FFFFFF;
	width: 217px;
	margin-left: 0px;
	float: right;
	text-align: right;
}
#enews  #ea {
	background: #333333;
	color: #FFFFFF;
	padding: 1px;
	border: 1px solid #666666;
}
#signmeup {
	background: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #99CC33;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#topnav {
	padding: 0px;
	margin: 0px;
}
#nav_wrap {
	width: 715px;
	float: right;
}
#navHolder {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 18px;
}
#toplinkItems {
	float: left;
	color: #FFFFFF;
	padding: 0px 12px;
	margin-top: 0px;
}
#toplinks {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif; /* fonts added*/
	font-stretch: narrower;
	font-size: 11px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFF;
}
#toplinks .cartLinks {
	margin-left: 6px;
	color: #D7E99C;
	display: block;
}
#toplinks  a {
	color: #FFFFFF;
	float: left;
	margin: 0px;
	display: block;
	padding-top: 22px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#toplinks img        {
	padding: 0px;
	margin: 0px;
}
#toplinks a.last  {
	margin-right: 0px;
	padding-right: 6px;
	border-style: none;
	color: #D7E99C;
	display: block;
}
#toplinks  a:hover, #toplinks a.active {
	color: #FFF;
	text-decoration: underline;
}
#navMenuHolder {
	float: left;
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif; /* fonts added*/
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 686px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: 30px;
}
#navMenu ul {
	margin: 0px;
	padding: 0px;
}
#navMenu  li {
	float: left;
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif; /* fonts added*/
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 19px;
	text-transform: lowercase;
	text-align: left;
}
#navMenu li a {
	display: block;
	color: #000;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	font-weight: bolder;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#navMenu li a:hover, #navMenu li a.active {
	text-decoration: none;
	color: #FFF;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	z-index: 1000;
	background-color: #000;
}
#navMenu  li  ul {
	position: absolute;
	left: -999em;
	z-index: 100;
	margin: 0px 0px 0px;
	padding: 0px;
	background-color: #000;
	/*opacity for IE5+*/
  	filter: alpha(opacity=90);
	/*opacity for older Mozilla browsers*/
  	-moz-opacity: 0.9;
	/*opacity for mozilla/safari*/
  	opacity: 0.9;
}
#navMenu li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 148px;
}
#navMenu   li   ul   li a  {
	color: #FFF;
	display: block;
	margin-right: 0px;
	letter-spacing: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-right: 12px;
	padding-left: 12px;
	border-right-style: none;
}
#navMenu li ul a.small {
	color: #221B14;
	z-index: 1000;
	display: block;
	margin-right: 12px;
	letter-spacing: normal;
	border-right-style: none;
	padding: 4px 0px;
	margin-left: 12px;
	width: 82px;
}
#navMenu li ul a:hover  {
	color: #BFD736;
	background: #000;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
}
#navMenu li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 156px;
	padding: 0px;
	background: #ECD476;
}
#navMenu li ul ul li a {
	width: 136px;
	border-bottom-color: #DD9541;
	text-transform: capitalize;
}
#navMenu li ul ul li a:hover {
	color: #E95630;
	background: none;
}

#navMenu li:hover ul ul, #navMenu li:hover ul ul ul, #navMenu li.sfhover ul ul, #navMenu li.sfhover ul ul ul {
	left: -999em;
}
#navMenu li:hover ul, #navMenu li li:hover ul, #navMenu li li li:hover ul, #navMenu li.sfhover ul, #navMenu li li.sfhover ul, #navMenu li li li.sfhover ul {
	left: auto;
	z-index: 1000;
}
#flashMain {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	background-image: none;
	text-align: center;
	padding: 16px;
}
#flashWrap {
	background-color: #000;
	z-index: 1000;
}
#flashHolder {
	float: left;
	margin: 14px 0px;
	width: 600px;
	height: 400px;
	background: #000;
	text-align: left;
}
:focus { 
	outline: 0;
}
#flashRight {
	float: right;
	width: 252px;
	margin: 16px 0px 16px 24px;
	padding: 8px 12px;
	background: #F0FFE5;
	border: 1px solid #D7E99C;
	height: 384px;
}
#flashRight .Title {
	border-top-color: #B1D156;
}
#flashRight .pressWrap {
	padding: 8px 0px;
}
#flashRight img {
	float: left;
	margin-right: 8px;
}
.pressTitle {
	font-weight: bold;
	color: #333;
}
.allButton {
	float: right;
	margin-top: 6px;
	margin-right: 12px;
}
.TitleLeft {
	float: left;
}
#flashTop {
	background: url(../images/bg_content.gif);
	margin-right: 24px;
	margin-left: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#mainLowerTop  {
	background-image: url(../images/halftone_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 18px;
}
#mainLowerBottom {
	height: 28px;
	background-image: url(../images/halftone_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainLower {
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 60px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/halftone_mid.jpg);
	text-align: left;
	background-color: #FFF;
}
#mainLower #gallery {
	background-color: #000;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	color: #FFF;
}
#mainLower #gallery img {
	border: 1px solid #FFF;
	margin: 4px;
}
#mainRightCol {
	float: right;
	width: 351px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 6px;
}
#mainRightCol .leftWrap {
	float: left;
	width: 225px;
	border-top: medium solid #CCCCCC;
	margin-right: 24px;
}
#mainRightCol #giftcard {
	background-image: url(../images/giftCard.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 250px;
	font-style: italic;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	height: 90px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 24px;
	padding-left: 24px;
}
#mainRightCol .leftWrap a {
	margin-bottom: 6px;
	display: block;
	font-weight: bold;
}
#mainRightCol .leftWrap img {
	float: left;
	margin-right: 8px;
}
#mainRightCol .rightWrap {
	float: left;
	width: 230px;
	margin-right: 0px;
	border-top: medium solid #CCCCCC;
}
#mainRightCol .rightWrap a {
	margin-bottom: 6px;
	display: block;
	font-weight: bold;
}
#mainLevel2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 514px;
	float: left;
}
#mainLevel2 .boxes a{
	border: thick solid #648200;
	padding: 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background-color: #ACCB00;
	margin-right: 12px;
}
#mainLevel2 .boxes a:hover {
	color: #FFF;
	background-color: #8BA400;
}
#mainLevel2 .newProgs{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	margin-top: 12px;
}
#mainLevel2 .newProgs a {
	font-style: normal;
	color: #666;
	border-top-color: #577601;
	border-right-color: #577601;
	border-bottom-color: #577601;
	border-left-color: #577601;
	width: 204px;
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: center;
	background-color: #BFD736;
}
#mainLevel2 .classWrap {
	border: thick solid #EDEDED;
	padding: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#mainLevel2 .colListing  {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 6px;
}
#mainLevel2 .colListing .date {
	float: left;
	margin-right: 12px;
	color: #999;
}
#pageLeftCol #articleWrap .article .date {
	float: left;
}
#mainLevel2   .colListing .article{
	float: right;
	width: 400px;
}
#mainLevel2 .colListing .article .title a{
	font-size: 16px;
	color: #718800;
	line-height: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainLevel2 .colListing .article p {
	padding: 0px;
	margin-top: 6px;
}
#pagebttom {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/pagebottom.png) no-repeat center center;
	height: 20px;
	padding: 6px 0px 0px;
}
#mainNavHolder {
}
#mainNav {
	margin-right: 0px;
}
.mainShowWrap {
	margin-bottom: 6px;
	float: left;
	margin-right: 16px;
	width: 180px;
}
.mainShowWrap h4 {
	margin-top: 6px;
}
.mainShowImage {
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
#mainLevel2 .EventWrap {
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	padding-top: 8px;
}
#mainLevel2 .EventWrap img {
	float: left;
	margin-right: 12px;
}
#mainLevel2 .EventWrap .Title {
	color: #B01E23;
	font-size: 24px;
	font-style: normal;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
}
#mainlevel3 {
	background: url(../images/bg_content.gif);
}
#mainLeftCol {
	width: 300px;
	float: left;
	background: url(../images/bg_content.gif);
}
#eventsListCal {
	margin-bottom: 4px;
}
#eventsListCal td {
	padding-bottom: 12px;
	vertical-align: top;
}
.dateNum {
	font: bold 42px/38px "Arial Narrow";
	color: #99CC33;
}
.dateMo {
	color: #999999;
	font: 16px/22px "Arial Narrow";
	margin: 0px 0px 8px;
	padding: 0px;
	text-transform: uppercase;
}
#mainRightCol h1 {
	line-height: normal;
	margin: 8px 0px 0px;
	padding: 0px;
	font-family: "Arial Narrow", "Arial Narrow Bold", "Arial Narrow Bold Italic", "Arial Narrow Italic";
	color: #000000;
	font-weight: normal;
}
#mainRightCol ul {
	margin: 6px 0px 0px;
	padding: 0px;
}
#mainRightCol li {
	float: left;
	width: 138px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Title {
	font: 26px/32px "Arial Narrow";
	margin-bottom: 12px;
	background: repeat-x;
	padding-top: 6px;
	text-transform: uppercase;
}
#calendar {
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	padding: 8px;
	margin: 0px 8px 8px 0px;
}
#calendar   td   {
	padding: 4px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
#calendar .noDay {
	background: #e6e6e6;
}
#calendar  .noClass a {
	color: #666666;
}
#calendar   .activeEvent a    {
	font-weight: bold;
	color: #99CC33;
}
#calendar .today {
	background: #e6e6e6;
	font-weight: bold;
}
.formalert {
	line-height: normal;
	font-weight: bold;
	background: #e6e6e6;
	padding: 6px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.studioSearch  {
	float: right;
	margin-top: 6px;
	font: 12px/14px "Arial Narrow";
}
.studioSearch #go {
	color: #FFFFFF;
	background: #6F0E6F;
	border-style: none;
	font-family: "Arial Narrow";
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
}
#mainStudioList {
	height: 250px;
	overflow: auto;
	background: url(../images/bg_content.gif);
	border: 1px solid #e6e6e6;
	padding: 6px;
}
#mainStudioList .right {
	border-style: none;
	padding-top: 12px;
}
#mainStudioList td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: middle;
}
#mainStudioList img {
	background: url(../images/greybkg.gif);
	padding: 4px;
}
#mainStudioList tr:hover  {
	background-color: #e6e6e6;
}
#mainlevel4 {
	margin: 12px 0px 12px;
	background: url(../images/bg_content.gif);
}
#mainBuzzLeft {
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	padding: 12px;
	float: left;
	width: 500px;
	margin-right: 24px;
}
.mainBuzzImage {
	float: left;
	margin-right: 12px;
	background: #000000;
	height: 125px;
	width: 200px;
	padding: 8px;
}
.mainBuzzRight {
	float: right;
	width: 265px;
}
#mainbuzzRight {
	background: #FFFFFF;
	padding: 12px;
	float: right;
	width: 325px;
	border: 1px solid #e6e6e6;
}
#pageWrap {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	background-image: none;
	padding: 6px;
}
#pageWrap .Title {
	color: #D30032;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 44px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#pageBottom {
	background-image: url(../images/pageBottom.gif);
	height: 11px;
}
#crumbWrap   {
	text-align: left;
	color: #333333;
	margin: 0px 0px 0px;
	font-size: 11px;
	letter-spacing: -.02em;
	font-style: italic;
}
#crumbWrap a {
	font-weight: bold;
	color: #99CC33;
}
#content {
	padding: 0px;
}
#pagelevel1bkg {
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(../images/images/contentBkg.gif);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 16px;
	margin: 0px;
	padding-bottom: 24px;
}
#pageTop {
	background-image: url(../images/images/contentTop.gif);
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#pageWrap #pageTopImg {
	height: 130px;
	background-image: url(../images/bwayrevue4.jpg);
}
#pageLeftCol #articleWrap .colListing {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 24px;
	margin-top: 6px;
}
#pageLeftCol #articleWrap .colListing td {
	padding-top: 0px;
	padding-bottom: 0px;
}
#pageLeftCol {
	float: right;
	width: 625px;
	padding: 12px;
	min-height: 500px;
	margin-right: 0px;
	z-index: 0;
	margin-top: 6px;
}
#pageLeftCol input , #pageLeftCol select, #pageLeftCol textarea{
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: medium solid #E5E5E5;
}
#pageWrap #pageLeftCol p {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #333;
}
#pageLeftCol #articleWrap .article {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#pageLeftCol #articleWrap .article .right {
	width: 525px;
}
#pageLeftCol #articleWrap .article .title {
	font-size: 14px;
	font-weight: normal;
}
#pageLeftCol  #articleWrap img {
	margin-right: 24px;
	float: left;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
#pageLeftCol #articleWrap td {
	padding: 6px 12px 6px 0px;
	border-bottom: 1px solid #CCCCCC;
}
#pageLeftCol  #catListWrap {
	margin-top: 24px;
}
#pageLeftCol #regRequired {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC;
}
#pageLeftCol #showListing td {
	vertical-align: top;
	padding: 12px 6px;
	border-bottom: 1px solid #CCCCCC;
}
#pageLeftCol #showListing .Title {
	margin-bottom: 0px;
	padding-top: 2px;
	font-size: 22px;
}
#pageLeftCol .showDetailRight {
	width: 395px;
	border-style: none;
	float: right;
}
#showDetailWrap .showDetailRight .Title {
	width: 290px;
}
.showDetailRight .date  {
	color: #333;
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 6px;
}
#showTabs .TabbedPanelsContent {
	margin: 0px;
	padding: 6px;
}
.showDetailRight h1 {
	font-size: 42px;
	line-height: 48px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#showDetailWrap {
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.showWrap .showDetailImage {
	background: url(../images/greybkg.gif);
	padding: 6px;
	margin: 12px 8px;
	float: left;
}
#pageLeftCol .showDetailImage img {
	margin: 0px;
}
.showWrap {
	margin: 18px 0px;
	background: #FFFFFF;
	padding-bottom: 6px;
	border-bottom: 1px solid #E3E3E3;
}
.showWrap .date {
	color: #666;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 0px;
}
.showWrap .right {
	float: right;
	width: 450px;
	margin-bottom: 6px;
	padding-top: 0px;
}
.showWrap .right h3 {
	font-size: 22px;
	line-height: 26px;
}
.showWrap img {
	margin-right: 12px;
	float: left;
}
.showWrap  ul {
	margin-left: 6px;
	padding-left: 6px;
}
#showDetailWrap  img {
	margin-right: 12px;
	padding: 4px;
	margin-top: 0px;
	float: left;
	border: 1px solid #e6e6e6;
}
#showDetailWrap .description a img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#showDetailWrap .description .prices {
	float: left;
	margin-bottom: 12px;
	margin-top: 6px;
	font-size: 16px;
}
.showDetailRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
#showDetailWrap .showDetailRight img {
	padding: 0px;
	border-style: none;
}
#showDetailWrap p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#showDetailWrap .description {
	padding-top: 6px;
	margin-top: 12px;
}
#castWrap {
	margin-top: 12px;
}
.headshot {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-bottom: 4px;
}
.headshot img {
	background: url(../images/greybkg.gif);
	padding: 4px;
	margin-bottom: 4px;
	float: none;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1200px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 50%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 16px;
	border: 16px solid #99CC33;
	background-color: #FFFFFF;
	z-index:1002;
	overflow: auto;
	color: #333333;
}
.white_content img {
	background: url(../images/greybkg.gif);
	padding: 8px;
	margin-right: 12px;
}
#pageRightCol {
	float: left;
	width: 250px;
	padding: 0px;
	background-image: url(../images/sidebarBkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageRightCol .level2 {
	margin-top: 24px;
	padding-top: 8px;
	margin-bottom: 12px;
	padding-bottom: 8px;
}
#pageRightCol .level2 .caption {
	font-size: 10px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
}
#pagelevel1bkg #sidebarList {
	background: #FFF;
	float: right;
	padding: 12px;
	margin-top: 12px;
	font-size: 12px;
}
#pageSubnav {
	margin-top: 48px;
	padding-left: 24px;
	min-height: 442px;
}
#pageSubnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pageSubnav li a {
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 14px;
	color: #333;
	letter-spacing: -0.03em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 180px;
	padding-left: 4px;
}
#pageSubnav li a:hover {
	text-decoration: none;
	color: #D31D32;
}
#pageSubnav li       .active{
	color: #D31D32;
}
#pageSubnav li ul li a {
	margin-left: 14px;
	font-size: 12px;
	color: #999999;
	padding: 2px 0px 2px;
	line-height: normal;
	margin-top: 4px;
	border-style: none;
	margin-bottom: 4px;
}
#pageSubnav li ul li a:hover {
	color: #000000;
	font-weight: normal;
}
#pageSubnav li ul li a.active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: none;
}
#pageWideWrap {
	padding-right: 48px;
	padding-left: 48px;
	background-image: url(../images/images/contentBkg.gif);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 16px;
	margin: 0px;
	min-height: 400px;
	padding-bottom: 32px;
}
#pageWideWrap #registerHolder {
	margin-top: 4px;
}
#registerHolder th  {
	text-align: left;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
#registerHolder input, #registerHolder select {
	border: medium solid #DFDFDF;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
}
#pageWideWrap #miniLeftCol{
	float: left;
	width: 200px;
	margin-top: 12px;
}
#headlineUpper {
	margin-top: 0px;
	text-align: left;
}
#headlineUpper #crumbWrap {
	text-align: right;
}
#headlineUpper .Title {
	margin-top: 24px;
}
#loginform {
	float: left;
	width: 325px;
	margin-right: 24px;
	padding: 24px;
	border: 1px solid #E5E5E5;
}
#createAcccount {
	float: right;
	width: 400px;
	padding: 24px;
	border: 1px solid #E4E4E4;
}
#ticketBox {
	margin-top: 12px;
	border: 1px solid #e6e6e6;
	padding: 8px;
}
#ticketBox .Title {
	font-size: 16px;
	padding-top: 0px;
	color: #666666;
}
#filterBox {
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	margin-bottom: 12px;
	padding: 6px 6px 12px;
}
#filterBox select {
	border: 1px solid #99CC33;
	background: #ffffff;
	font-size: 14px;
	color: #666666;
}
#classList   td   {
	padding: 2px 0px;
	line-height: 14px;
}
#articleWrap #classList2 td{
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 8px;
}
#articleWrap .highlight {
	color: #FFF;
	background-color: #C00;
	padding: 6px;
	border: 1px solid #900;
	margin-top: 6px;
	margin-bottom: 12px;
}
#articleWrap .highlight a{
	color: #FFF;
	text-decoration: underline;
}
#classList2 th {
	border-bottom: 1px solid #99CC33;
	padding: 4px 8px;
}
#classList th {
	padding-bottom: 6px;
	border-bottom: 1px solid #99CC33;
}
#pageRightCol #studioMiniCal {
	background: #FFFFFF;
	padding: 12px;
	border: 1px solid #e6e6e6;
}
.instructorHolder {
	margin-bottom: 12px;
	margin-top: 12px;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	padding: 8px;
}
.instructorWrap {
	background: #FFFFFF;
	padding: 4px;
}
.instructorWrap img {
	background: #99CC33;
	padding: 4px;
	float: left;
	margin-right: 6px;
}
.instructorDetails {
	float: right;
	width: 135px;
	margin-top: 12px;
}
#pageLeftCol .instructorDetails {
	width: 325px;
}
#calendarWrap {
	margin-top: 12px;
	background: url(../images/bg_content.gif);
}
#calendarMenu {
	background: #FFFFFF;
	padding: 12px;
	float: left;
	width: 150px;
	border: 1px solid #e6e6e6;
	margin-right: 12px;
}
#calendarView {
	background: #FFFFFF;
	padding: 8px;
	border: 1px solid #e6e6e6;
}
#calendarView th {
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../images/title_bkg.gif) repeat-x center top;
	font: normal 24px/normal "Arial Narrow";
	text-transform: uppercase;
}
#calendarView td {
	padding: 6px;
	border: 1px solid #e6e6e6;
	width: 10%;
	height: 100px;
}
#calendarView .dow {
	height: 15px;
	color: #666666;
	background: url(../images/bg_content.gif);
	text-align: center;
}
#calendarView   .dateNo  {
	font: bold 18px/22px "Arial Narrow";
	color: #94C531;
}
.calClass a {
	font-size: 11px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e6e6e6;
}
#calendarMenu #sortEvents {
	margin-top: 6px;
	font: 14px "Arial Narrow";
	border: 1px solid #99CC33;
}
#callogin  #login {
	padding: 2px;
	font-size: 12px;
	background: #99CC33;
	color: #333333;
	border: 1px solid #8CBA30;
}
.calEvent a {
	font-size: 11px;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
	color: #242424;
}
.calEventWrap {
	margin-top: 12px;
}
#galleryHolder {
	padding: 8px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 8px;
}
#galleryMainImage {
	float: right;
	width: 632px;
}
#galleryThumbWrap {
	float: left;
	margin-right: 12px;
	width: 210px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}
#galleryThumbWrap img {
	margin: 0px 12px 5px 0px;
	border: 1px solid #FFF;
	text-align: center;
}
#galleryThumbWrap .gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#ticketHolder {
	padding: 18px;
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
}
#ticketHolder #selectSeating th {
	padding-top: 2px;
	padding-bottom: 0px;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	font-family: "Arial Narrow";
	border-bottom: 1px solid #CCCCCC;
}
#ticketHolder   th   {
	text-align: left;
	padding: 2px 0px;
	background: url(../images/bg_content.gif);
	border-bottom: thin solid #999999;
}
#ticketHolder    td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e6e6e6;
}
#ticketHolder   .bottomRow  td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-style: none;
}
#ticketHolder  .subtotal  td {
	border-top: thin solid #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select    {
	border: 1px solid #97CA32;
	background: url(none);
	font-size: 13px;
	color: #333333;
	padding: 2px;
	line-height: normal;
}
option   {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 1px;
	padding-bottom: 1px;
}
input,textarea  {
	background: #FFFFFF;
	border: 1px solid #99cc33;
	padding: 4px 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font: 12px Arial, Helvetica, sans-serif;
}
table h3 {
	margin: 0px;
	padding: 0px;
}
.disclaimer {
	margin-top: 12px;
	border-top: 1px solid #e6e6e6;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
}
.disclaimer a {
	font-weight: bold;
	color: #666666;
}
.nowPlaying {
	background: #FFFFFF;
	margin-top: 12px;
	border-bottom: thin solid #99CC33;
}
.nowPlaying img {
	background: #CCCCCC;
	padding: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.nowPlaying a {
	display: block;
	padding: 12px 24px;
	background: #e6e6e6;
}
.nowPlaying a:hover {
	background: #99CC33;
	color: #000000;
}
.instructions {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	display: block;
	font-style: italic;
}
.instructions a {
	font-weight: bold;
	color: #99CC33;
}
.required {
	color: #C4002E;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}
.seriesTitle {
	color: #999999;
	font: 12px Arial, Helvetica, sans-serif;
}
.seriesDesc {
	margin: 6px 12px;
	color: #666666;
	padding: 6px;
	border: 1px solid #e6e6e6;
}
#registerHolder {
	background: #FFFFFF;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
.classOptWrap {
	border: 1px solid #e6e6e6;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.classOptWrap th {
	padding: 6px;
	color: #99CC33;
	font-weight: bold;
	font-size: 16px;
	background: #FFF;
}
.classOptWrap td {
	padding-top: 6px;
	padding-bottom: 6px;
}
.classOptWrap h3 {
	margin: 0px;
	padding: 0px;
}
#cartStudentInfo {
	border: 1px solid #e6e6e6;
	padding: 6px;
}
#cartStudentInfo th {
	background: url(none);
}
#miniCart {
	padding: 6px;
	margin: 0px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: normal;
}
#miniCart th {
	background: #e6e6e6;
	color: #8C055F;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}
#miniCart td {
	padding: 4px 0px;
}
.cartRow  {
	border-bottom: 1px solid #CCCCCC;
}
#miniCart #checkout {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	padding: 2px;
	margin: 0px;
}
#miniCart .titleRow td {
	font-weight: bold;
	border-top: 1px solid #e6e6e6;
	padding-top: 6px;
	padding-bottom: 0px;
}
.cartLinks ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cartLinks  li a {
	color: #666666;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	list-style: square;
	border-bottom: 1px solid #CCCCCC;
	display: block;
}
.cartLinks a:hover {
	color: #99CC33;
}
.bottomRow   td   {
	margin: 0px;
	padding: 0px;
}
.cartRow td {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#chooseDropIn {
	padding: 12px;
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
}
#contentImage {
	float: left;
	padding: 8px;
	background: #e6e6e6;
	border: 1px solid #CCCCCC;
	margin-right: 24px;
	margin-bottom: 24px;
}
#contact td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#contact th {
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
}
#relatedHolder {
	background: #FFFFFF;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 24px;
	float: left;
	width: 350px;
	font-size: 12px;
	line-height: 14px;
}
.prodWrap {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: medium solid #CCCCCC;
	float: left;
	width: 180px;
	margin-right: 18px;
	text-align: center;
}
.prodImage {
	margin-right: 0px;
	text-align: center;
}
#pageLeftCol .prodWrap #add {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #000000;
}
#pageLeftCol .prodWrap #options {
	border-color: #CCCCCC;
	font-size: 12px;
}
#cartSubnav {
	margin-top: 12px;
}
#cartSubnav    ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#cartSubnav  li  a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-left: 0px;
	border-top: 1px solid #CCCCCC;
}
#cartSubnav  li  a:hover {
	color: #99CC33;
	text-decoration: none;
}
#cartSubnav  .active       {
	font-weight: bold;
	color: #99CC33;
	background: url(../images/activebkg.gif) repeat left center;
}
#cartSubnav    .active   .seriesDesc {
	font-weight: normal;
}
.PageNumberHolder {
	float: right;
}
.PagingHolder {
	margin-top: 4px;
	margin-bottom: 8px;
	color: #999999;
}
.TotalRecordCount {
	float: left;
}
#continue {
	border: 1px solid #E90042;
	text-transform: uppercase;
	padding: 6px 4px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	background-color: #C4002E;
}
.pressWrap {
	padding: 8px;
	margin-bottom: 6px;
	border-bottom: 1px solid #e7e7e7;
}
#pageRightCol .theatreWrap {
	padding: 4px 4px 4px 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#pageRightCol .classRecWrap {
	padding: 4px 4px 4px 12px;
	margin: 12px 6px;
}
#pageRightCol .yourClassHolder {
	margin: 4px 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.pressWrap img {
	float: left;
	margin-right: 24px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	padding: 0px 8px 12px 18px;
	font-size: 11px;
	width: 960px;
	text-align: center;
	margin-bottom: 24px;
}
.footerCol {
	float: left;
	width: 125px;
	margin-right: 16px;
	border-right: 1px solid #FFFFFF;
}
.footerColLast {
	float: left;
	width: 100px;
	margin-right: 6px;
	border-style: none;
}
#footer   a {
	color: #999999;
	text-decoration: none;
	padding-right: 4px;
	margin-right: 4px;
	display: block;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
}
#footer a:hover {
}
#footer   .category {
}
#footerInfo {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 12px;
}
#footerInfo a {
	float: none;
	display: inline;
}
.highlightNotes  {
	background: #E9F4D8;
	padding: 6px;
	border: 1px solid #E1EEA4;
	font-size: 11px;
	line-height: 13px;
}
#pageLeftCol #articleWrap .colListing .slidingDiv {
	font-size: 14px;
	font-style: italic;
	border: medium solid #EBEBEB;
	padding: 12px;
	color: #666;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.show_hide {
	display: none;
}

