/* @override http://www.artsclub.com/template1/css/basic.css */

/* Swatches 2008-2009
*  Yellow: fff200
*  Faded yellow: 898320
*  Dark: 221c22
*  
*
*
*/

/* ------------------------- Template ------------------------- */

html, body {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Tahoma, san-serif;
	font-size: 100%; 
	color: #000; 
	background-color: #eee;
}

/* -------- General styles -------- */

a img {
	border: 0px none;
}

.clear {
	clear: both;
	height: 0; 
	line-height: 0; 
	font-size: 1px; 
}

img {
	border: 0px none;
}

#playsTable a img {
    border: 1px solid #000;
}

.offScreen {
	position: absolute;
	top: 0;
	color: #fff;
	left: -10000px;
	font-size: 1px;
}

.playTitle {
	font-style: normal;
}

.posL {
	float: left;
}

.posR {
	float: right;
}

/* -------- Bug Fix -------- */
div.clearFloat {
	clear: both;
}

.clearfix:after {
    content: ""; 
	display: block;
	clear: both; 
	height: 0; 
	line-height: 0;
    visibility: hidden;
    font-size: 0
}

/* ------- Page -------- */
#pageWrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

/* ------- Banner -------- */
#bnrWrap {
	position: relative;
	height: 107px;
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: .65em;
	color: #999;
	background-color: #fff;
}

#bnrLogo {
	float: left;
	margin: 22px 0 0 15px;
	padding: 0;
}

#bnrJoin {
	float: right;
	width: 16em;
	margin: 25px 24px 0 0;
	padding: 0;
	text-align: right;
}

#bnrJoin div.btn3 {
	margin: 0;
}

#bnrLinks {
	clear: right;
	float: right;
	width: 60%;
	margin: 22px 24px 0 0;
	padding: 0;
	text-align: right;
}

#bnrLinks ul {
	margin: 0;
	padding: .3em 0;
	list-style-type: none;
}

#bnrLinks ul li {
	display: inline;
	margin: 0;
	padding: 5px 0;
}

#bnrLinks a {
	margin: 0 0 1em 0;
	padding: .3em 0;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#bnrLinks a:hover, #bnrLinks a:active {
	color: #999;
	text-decoration: none;
}

#bnrLinkHome a {
	margin-left: 17px;
	padding-left: 20px;
}

#bnrLinkHome a:link, #bnrLinkHome a:visited {
	background-image: url('../graphics/banner/icon_home.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#bnrLinkHome a:hover, #bnrLinkHome a:active {
	background-image: url('../graphics/banner/icon_home_on.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#bnrLinkTickets a {
	margin-left: 17px;
	padding-left: 25px;
}

#bnrLinkTickets a:link, #bnrLinkTickets a:visited {
	background-image: url('../graphics/banner/icon_tickets.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#bnrLinkTickets a:hover, #bnrLinkTickets a:active {
	background-image: url('../graphics/banner/icon_tickets_on.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#bnrLinkCalendar a {
	margin-left: 17px;
	padding-left: 20px;
}

#bnrLinkCalendar a:link, #bnrLinkCalendar a:visited {
	background-image: url('../graphics/banner/icon_calendar.gif');
	background-repeat: no-repeat;
	background-position: left center
}

#bnrLinkCalendar a:hover, #bnrLinkCalendar a:active {
	background-image: url('../graphics/banner/icon_calendar_on.gif');
	background-repeat: no-repeat;
	background-position: left center
}

#bnrLinkLogin a {
	margin-left: 18px;
	padding-left: 22px;
}

#bnrLinkLogin a:link, #bnrLinkLogin a:visited {
	background-image: url('../graphics/banner/icon_login.gif');
	background-repeat: no-repeat;
	background-position: left center
}

#bnrLinkLogin a:hover, #bnrLinkLogin a:active {
	background-image: url('../graphics/banner/icon_login_on.gif');
	background-repeat: no-repeat;
	background-position: left center
}

#bnrLinkViewCart a {
	margin-left: 17px;
	padding-left: 23px;
}

#bnrLinkViewCart a:link, #bnrLinkViewCart a:visited {
	background-image: url('../graphics/banner/icon_cart.gif');
	background-repeat: no-repeat;
	background-position: left center
}

#bnrLinkViewCart a:hover, #bnrLinkViewCart a:active {
	background-image: url('../graphics/banner/icon_cart_on.gif');
	background-repeat: no-repeat;
	background-position: left center
}

/* -------- Top Nav -------- */

h2#siteNav {
	position: absolute;
	left: -1500px;
	font-size: 10%;
}

a.skipNav {
	position: absolute;
	left: -1500px;
	font-size: 10%;
}

#topNav {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #333;
	background-repeat: repeat-y;
	background-position:  left top;
}

#udm {
	width: 980px;
	margin: 0 0 0 21px;
	text-align: left;
}

#udm h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#udm h3 a {
	margin: 0 20px 0 0;
	padding: 7px 10px !important;
}

#nav_aboutus h3 a {
	margin: 0;
}


/* -------- Main Wrapper -------- */

#mainWrap {
	position: relative;
	min-height: 80%;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url('../graphics/mainwrap_bg2.gif');
	background-repeat: repeat-y;
	background-position:  left top;
	background-color: #fff;
}

/* -------- Home Page -------- */

#homeMainWrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #444;
}

#homeFlash {
	position: relative;
	z-index: 0;
	height: 440px;
	margin: 0;
	padding: 0;
}

#homeImage {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}

#homeImage p {
	margin: 0;
	padding: 0;
}

#homeImage img {
	margin: 0;
	padding: 0;
	border: 0px none;
}
	
div.homeBtns {
	display: none;
	clear: both;
	height: 21px;
	padding: 4px 0 0 0;
	text-align: left;
	line-height: 21px;
	background-color: #333;
}

div.homeBtns img {
	margin: 0 10px;
}

div.homeBtns p {
	width: 280px;
	margin: 4px 10px;
	font-size: 60%;
	text-align: center;
}


/* --- Features --- */

div.featureWrap {
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #ccc;
}

div.feature {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	color: #fff;
}

div.featureContent {
	position: relative;
	height: 104px;
	margin: 0;
	padding: 8px 8px 3em 8px;
	color: #333;
	background-color: #fff;
	background-image: url('../graphics/features/featurecontent_bg2.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	border: 2px solid #fff;
}

div.featureContent h3 {
	margin: 0 0 .4em 0;
	padding: 0; 
	font-size: 110%;
	color: #c00;
}

div.featureContent h3 a  {
	text-decoration: none;
}

div.featureContent h3 a:hover, div.featureContent h3 a:active {
	text-decoration: underline;
}


div.featureContent img {
	float: left;
	padding: 0;
	border: 0px none; margin-left:0; margin-right:9px; margin-top:2px; margin-bottom:0
}

div.featureContent p {
	margin: 0;
	padding: 0;
}

div.featureContent a {
	color: #c00;
}

div.featureContent div.btn1 {
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 85%;
}

div.featureContent div.btn1 a {
	color: #fff;
}


/* -------- Home Features -------- */
#homeFeatureBox {
	float: none;
	clear: both;
	margin: 0;
	padding: 8px 0 0 0;
	background-color: #dddddf;
}


#homeFeatureBox div.featureWrap {
	float: left;
	width: 232px;
	margin: 0 0 8px 8px;
}

#homeFeatureBox div.featureContent {
	background-color: #fff;
}
#homeFeatureBox div.featureContent div.btn1 {
}
/* -------- Features -------- */

#featureCol {
	float: left;
	width: 212px;
	margin: 0;
	padding: 8px 0 0 0;
	font-style: normal;
	font-weight: normal;
}

#featureCol div.featureWrap {
	width: 194px;
	margin: 0 0 8px 8px;
}

/* -------- Left Buttons -------- */

#leftButtons {
	width: 197px;
	margin: 0 0 8px 8px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

#leftButtons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftButtons ul li {
	margin: 0  0 2px 0;
	padding: 0;
	line-height: 1.6em;
	background-color: #f3f3f3;
	background-image: url('../graphics/leftnav/leftbtn_bg.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	border-top: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #ccc;

}

#leftButtons ul li a {
	display: block;
	margin: 0;
	padding: .4em 1em .4em 2.6em;
	color: #666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: .4em .2em;
}

#leftButtons ul li a:link, #leftButtons ul li a:visited {
	text-decoration: none;
	color: #666;
}

#leftButtons ul li a:hover, #leftButtons ul li a:active {
	text-decoration: none;
	color: #c00;
}

#leftButtons a.leftBtns_season {background-position: .4em .3em;}
 #leftButtons a.leftBtns_season:link, #leftButtons a.leftBtns_season:visited {background-image: url('../graphics/leftbtns/ic_season.gif');}
 #leftButtons a.leftBtns_season:hover, #leftButtons a.leftBtns_season:active {background-image: url('../graphics/leftbtns/ic_season_on.gif');}

#leftButtons a.leftBtns_flex {background-position: .4em .3em;}
 #leftButtons a.leftBtns_flex:link, #leftButtons a.leftBtns_flex:visited {background-image: url('../graphics/leftbtns/ic_flex.gif');}
 #leftButtons a.leftBtns_flex:hover, #leftButtons a.leftBtns_flex:active {background-image: url('../graphics/leftbtns/ic_flex_on.gif');}
 
 #leftButtons a.leftBtns_tickets {background-position: .4em .3em;}
 #leftButtons a.leftBtns_tickets:link, #leftButtons a.leftBtns_tickets:visited {background-image: url('../graphics/leftbtns/ic_tickets.gif');}
 #leftButtons a.leftBtns_tickets:hover, #leftButtons a.leftBtns_tickets:active {background-image: url('../graphics/leftbtns/ic_tickets_on.gif');}

#leftButtons a.leftBtns_contest {background-position: .7em .4em;}
 #leftButtons a.leftBtns_contest:link, #leftButtons a.leftBtns_contest:visited {background-image: url('../graphics/leftbtns/ic_contest.gif');}
 #leftButtons a.leftBtns_contest:hover, #leftButtons a.leftBtns_contest:active {background-image: url('../graphics/leftbtns/ic_contest_on.gif');}

#leftButtons a.leftBtns_mail {background-position:  .7em;}
 #leftButtons a.leftBtns_mail:link, #leftButtons a.leftBtns_mail:visited {background-image: url('../graphics/leftbtns/ic_mail.gif');}
 #leftButtons a.leftBtns_mail:hover, #leftButtons a.leftBtns_mail:active {background-image: url('../graphics/leftbtns/ic_mail_on.gif');}

#leftButtons a.leftBtns_taf {background-position: .6em .5em;}
 #leftButtons a.leftBtns_taf:link, #leftButtons a.leftBtns_taf:visited {background-image: url('../graphics/leftbtns/ic_taf.gif');}
 #leftButtons a.leftBtns_taf:hover, #leftButtons a.leftBtns_taf:active {background-image: url('../graphics/leftbtns/ic_taf_on.gif');}

#leftButtons a.leftBtns_reviews {background-position:  .6em;}
 #leftButtons a.leftBtns_reviews:link, #leftButtons a.leftBtns_reviews:visited {background-image: url('../graphics/leftbtns/ic_reviews.gif');}
 #leftButtons a.leftBtns_reviews:hover, #leftButtons a.leftBtns_reviews:active {background-image: url('../graphics/leftbtns/ic_reviews_on.gif');}

#leftButtons a.leftBtns_seating_maps {background-position: .4em .2em;}
 #leftButtons a.leftBtns_seating_maps:link, #leftButtons a.leftBtns_seating_maps:visited {background-image: url('../graphics/leftbtns/ic_seating_maps.gif');}
 #leftButtons a.leftBtns_seating_maps:hover, #leftButtons a.leftBtns_review:active {background-image: url('../graphics/leftbtns/ic_seating_maps_on.gif');}
 
/* -------- Footer -------- */

#footer {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana;
	font-size: 60%;
	color: #fff;
	background-color: #333;
	background-image: url('../graphics/footer/phone-number.gif');
	background-repeat: no-repeat;
	background-position: 341px center;
}

#footerText {
	float: left;
	width: 300px;
	margin: 16px;
}

#footerText p {
	margin: 0 0 .7em 0;
	padding: 0;
}

#footerText a {
	color: #fff;
	text-decoration: none;
}

#footerText a:hover, #footerText a:active {
	color: #fff200;
	text-decoration: underline;
}

#footerGraphic {
	float: right;
	width: 300px;
	text-align: right;
	margin: 16px;
}

#footerGraphic img {
	margin: .75em 0 0 0;
	padding: 0;
}

/* -------- General Buttons -------- */

div.btn1 {
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: 1px solid #333;
}

div.btn1 a {
	display: block;
	padding: .1em .8em;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #b51515;
}

div.btn1 a:hover, div.btn1 a:active {
	background-color: #d51515;
}

div.btn2 {
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: 1px solid #333;
}

div.btn2 a {
	display: block;
	padding: .1em .8em;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #3C9038;
}

div.btn2 a:link, div.btn2 a:visited {
	color: #fff;
}

div.btn2 a:hover, div.btn2 a:active {
	background-color: #25A81F;
}

#contentWrap div.btn2 a {
	padding: .3em .8em;
	color: #fff;
	text-decoration: none;
}
 
 div.btn3 {
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	font-weight: bold;
	border: 1px solid #333;	
}

div.btn3 a {
	display: block;
	padding: .2em .8em;
	margin: 0;
	color: #333;
	text-decoration: none;
	border: 2px solid #fff;
	background-color: #fff200;
}

div.btn3 a:link, div.btn3 a:visited {
	color: #333;
}

div.btn3 a:hover, div.btn3 a:active {
	background-color: #ffc;
}

div.btn4 {
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	font-weight: bold;
}

div.btn4 a {
	display: block;
	padding: .4em .8em;
	margin: 0;
	color: #333;
	text-decoration: none;
	background-color: #fff200;
}

div.btn4 a:link, div.btn4 a:visited {
	color: #333;
}

div.btn4 a:hover, div.btn4 a:active {
	color: #333;
	background-color: #ffc;
}

div.btn5 {
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: 1px solid #333;
}

div.btn5 a {
	display: block;
	padding: .1em .8em;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #333;
}

div.btn5 a:hover, div.btn5 a:active {
	color:#333;
	background-color: #b51515;
}

#contentWrap div.btn5 a {
	color: #fff;
	text-decoration: none;
} 

#contentWrap div.btn5 a:hover, #contentWrap div.btn5 a:active {
	color: #333;
	text-decoration: none;
}


/* -------- Play box -------- */

/*--- Graphic --- */

#contentWrap div.playBox {
	float: right;
	width: 263px;
	margin: 0 0 15px 15px;
	padding: 0;
}

div.playBox div.playBoxLinks div.btn5 {
	float: left;
	width: 122px;
	margin: 5px 0 0 5px;
	padding: 0;
	font-size: .85em;
	text-align: left;
}

/*--- Flash --- */

#contentWrap div.playBoxFlash {
	float: right;
	width: 300px;
	margin: 0 0 15px 15px;
	padding: 0;
}

div.playBoxFlash div.playBoxLinks div.btn5 {
	float: left;
	width: 124px;
	margin: 8px 0 0 16px;
	padding: 0;
	font-size: .85em;
	text-align: left;
}

div.playBoxFlash  div.playBoxLinks {
	padding: 0 0 8px 0;
}

/*--- Shared --- */

div.playBoxLinks {
	margin: 1px 0 0 0;
	padding: 0 0 5px 0;
	background-color: #eee;
}

div.playBoxLinks div.btn5 a {
	margin: 0;
	padding: 3px 1em 1px 3em;
	height:16px;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0em center;
	font-size:10px;
}

#contentWrap div.playBoxLinks div.btn5 a:hover, #contentWrap div.playBoxLinks div.btn5 a:active {
	color: #fff;
}

div.playBoxLinks div.btn5 a.playBox_tickets:link, div.playBoxLinks div.btn5 a.playBox_tickets:visited {
	background-image: url('http://www.artsclub.com/template1/graphics/playbox/icons/ic_tix.gif');
	background-position: 0 0;
	padding-left:3.0em;
}
div.playBoxLinks div.btn5 a.playBox_tickets:hover, div.playBoxLinks div.btn5 a.playBox_tickets:active {
	background-image: url('http://www.artsclub.com/template1/graphics/playbox/icons/ic_tix.gif');
	background-position: 0 -20px
}
div.playBoxLinks div.btn5 a.playBox_taf:link, div.playBoxLinks div.btn5 a.playBox_taf:visited {
	background-image: url('../graphics/playbox/icons/ic_tellafriend.gif');
	background-position: 1px 0;	
	padding-left:2.5em;
}
div.playBoxLinks div.btn5 a.playBox_taf:hover, div.playBoxLinks div.btn5 a.playBox_taf:active {
	background-image: url('../graphics/playbox/icons/ic_tellafriend.gif');
	background-position: 1px -20px;
}
div.playBoxLinks div.btn5 a.playBox_clips:link, div.playBoxLinks div.btn5 a.playBox_clips:visited {
	background-image: url('../graphics/playbox/icons/ic_videos.gif');
	background-position: 0 0;
	padding-left:3.0em;
}
div.playBoxLinks div.btn5 a.playBox_clips:hover, div.playBoxLinks div.btn5 a.playBox_clips:active {
	background-image: url('../graphics/playbox/icons/ic_videos.gif');
	background-position: 0 -20px;
}
div.playBoxLinks div.btn5 a.playBox_photos:link, div.playBoxLinks div.btn5 a.playBox_photos:visited {
	background-image: url('../graphics/playbox/icons/ic_pix.gif');
	background-position: 1px 0;
	padding-left:2.5em;
}
div.playBoxLinks div.btn5 a.playBox_photos:hover, div.playBoxLinks div.btn5 a.playBox_photos:active {
	background-image: url('../graphics/playbox/icons/ic_pix.gif');
	background-position: 1px -20px;
}

 
/* -------- Content -------- */

#contentWrap {
	float: right;
	width: 767px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #fff;
}

#content {
	margin: 24px 24px 26px 24px;
	padding: 0;
	background-color: transparent;
}

#contentWrap td p {
	margin: .7em 0 1em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	line-height: 125%;
}

#contentWrap td p.caption {
	margin: .2em 0 .2em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

#contentWrap h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 200%;
	color: #b51515;
}

#contentWrap h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #000;	
}

#contentWrap h3 {
	margin: 1em 0 .4em 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 130%;
	color: #444;
}

#contentWrap h4 {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #444;
}


#contentWrap p {
	margin: .7em 0 1em 0;
	padding: 0;
	line-height: 125%;
}

#contentWrap ul {
	/*margin: .5em 0 .5em 1em;
	padding: 0 0 0 1em;
	list-style-type: square;
	line-height: 130%;*/
}

#contentWrap ul li {
	/*margin: 0;
	padding: 0;*/
}

#contentWrap em {
	font-style: italic;
}

#contentWrap strong {
	font-weight: bold;
}

#contentWrap a {
	color: #466f83; /* original #596971; */
	text-decoration: underline;
}

#contentWrap a:hover, #contentWrap a:active {
	color: #c00;
}


/* -------- Page Nav Buttons -------- */

#contentWrap ul.pageNav {
	margin: .2em 0 1.7em 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#contentWrap ul.pageNav li { 
	display: inline;
	margin: 0 .5em 0 .5em;
}

#contentWrap ul.pageNav li a {
	text-decoration: none;
	padding: .1em 1em .1em 1em;
	color: #596971;
	background-color: #f0f1f2;
	text-decoration: none;
	border: 1px solid #6d7a81;
}

#contentWrap ul.pageNav li a:visited {
	color: #596971;
	background-color: #f0f1f2;
	text-decoration: none;
}
 
#contentWrap ul.pageNav li a:hover, #contentWrap ul.pageNav li a:active {
	color: #fff;
	background-color: #8d9da5;
	text-decoration: none;
}

/* ----- Donation calculator ----- */

#donations {
	width: 90%;
	padding: 1em;
	background-color: #f0f1f2;
} 

#donations input {
	width: 5em;
	text-align: right;
} 

div.donations_results {
	width: 90%;
	padding: 1em;
	background-color: #f0f1f2;
}

/* ----- Calendar ----- */

table#calendar {
width: 100%;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Tahoma, san-serif;
font-size: 100%;
border-collapse: collapse;
}

#calendar caption {
visibility: hidden;
margin: 0;
padding: .5em 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: normal;
font-size: 1%;
color: #c00;
text-align: center;
background-color: transparent;
}

#calendar th {
width: 14%;
margin: 0;
padding: .2em 0;
font-family: Verdana, Helvetica, Tahoma, san-serif;
font-weight: normal;
font-size: 90%;
text-align: center;
color: #fff;
border: 1px solid #bcc1c3;
background-color: #8d9da5;
}
 
#calendar td {
overflow: visible;
height: 10em;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Tahoma, san-serif;
font-weight: normal;
font-size: 90%;
text-align: left;
vertical-align: top;
border: 1px solid #bcc1c3;
background-color: #fff;
}

#calendar td p {
margin: .4em;
padding: 0;
}

#calendar td.calDay {
background-color: #fff;
}

#calendar td.calEmpty {
background-color: #ddd;
}

#calendar td.calDay div {
margin: 0;
padding: .3em .4em;
}

#calendar td.calDay div.calSpacer {
min-height: 9.5em;
}

#calendar td.calDay div.calStanley {
position: relative;
min-height: 9.5em;
}

#calendar td.calDay div.calGranville {
position: relative;
min-height: 2em;
}

#calendar td.calDay div.calSpecial {
position: relative;
min-height: 1em;
}

#calendar td.calDay p.calTheatre {
margin: 0;
padding: 0;
}

#calendar .calendarButton {
margin: 0;
padding: 0 .5em 0 .5em;
}

#calendar img {
border: none;
}

#calendar a:link, #calendar a:visited, #calendar a:hover, #calendar a:active {
font-weight: normal;
}

#contentWrap div.calNav {
position: relative;
width: 100%;
margin: 1em 0 .5em 0;
padding: 0;
font-size: 85%;
text-align: center;
vertical-align: middle;
}

#contentWrap div.calNav div.clear {
clear: both;
}

#contentWrap div.calNav a {
display: block;
padding: .2em .3em;
text-decoration: none;
color: #596971;
border: 1px solid #bcc1c3;
background-color: #fff;
}

#contentWrap div.calNav a:hover, #contentWrap div.calNav a:active {
color: #fff;
background-color: #8d9da5;
}

#contentWrap div.calNav div.calNavCur {
width: 17em;
margin: .5em auto;
text-align: center;
}

#contentWrap div.calNav div.calNavCur h3 {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: normal;
font-size: 185%;
color: #c00;
text-align: center;
background-color: transparent;
}

#contentWrap div.calNav div.calNavL {
position: absolute;
bottom: .6em;
left: 0;
width: 12em;
text-align: center;
}

#contentWrap div.calNav div.calNavR {
position: absolute;
bottom: .6em;
right: 0;
width: 12em;
text-align: center;
}

#contentWrap div.calNav div.calNavYr {
float: left;
width: 3em;
margin: .5em .5em 0 0;
padding: .2em 0;
text-align: left;
}

#contentWrap div.calNav div.calNavMo {
float: left;
width: 4em;
margin: .5em .5em 0 0;
text-align: center;
}