@charset "UTF-8";
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* typography.css */
h1, h2, h3, h4, h5, h6, #maincontent .inlineheading, #maincontent a.inlineheading  {
	font-weight:normal;
	color: #6B1429;
}
#maincontent .inlineheading, #maincontent a.inlineheading {
	font-size:1.25em;line-height:1;
	text-decoration:none;
}
h1 {font-size:1.4em;line-height:1.25;margin-bottom:0.5em;}
h2 {font-size:1.25em;margin-bottom:0.75em;}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p.half-bottom { margin-bottom: 0.75em };
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
h1 img.right, li img.right {
	float:right;
	margin: 10px 0 10px 10px;
}
body {
	line-height:1.5;
	color:#333333;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
/* now define styles */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	background-image: url(../images/backgrounds/background-blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainwrap {
	width:926px;
	margin: 20px auto 10px;
}
#header {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	clear:both;
	font-size:1em;
	height: 193px;
}
ul.hmenu {
	margin:0;
	padding:0.5em 0 0 0;
	color:#FFFFFF;
	list-style:none;
	font-weight:normal;
	display:block;
	font-size:1.1em;
	clear:both;
	padding-left:10px;
}
ul.hsubmenu {
	padding-top:0;
	font-size:0.9em;
	background: url(../images/backgrounds/body-normal-top.png) no-repeat center top;
	height:2em;
}
.about ul.hsubmenu {
	background: url(../images/backgrounds/body-about-top.png) no-repeat center top;
}
.franchise ul.hsubmenu {
	background: url(../images/backgrounds/body-franchise-top.png) no-repeat center top;
}
ul.hsubmenu a {
	font-variant:normal;
}
ul.hmenu li {
	list-style:none;
	float:left;
	margin: 0;
	background:url(../images/backgrounds/tabs/tab-normal-lhs-off.png) top left no-repeat;
	padding:0;
}
.hmenu a {
	color: #F5FFFA;
	padding: 5px 20px 0 0;
	margin: 0 0 0 10px;
	display:block;
	text-decoration: none;
	font-variant:small-caps;
	background:url(../images/backgrounds/tabs/tab-normal-rhs-off.png) top right no-repeat;
}
.hmenu a:hover {
	color:#FFFF00;
	background:url(../images/backgrounds/tabs/tab-normal-rhs-on.png) top right no-repeat;
}
.hmenu li:hover {
	color:#FFFF00;
	background:url(../images/backgrounds/tabs/tab-normal-lhs-on.png) top left no-repeat;
}
ul.hmenu li.on, ul.hmenu li.on:hover {
	background:url(../images/backgrounds/tabs/tab-normal-lhs-on.png) top left no-repeat;
}
ul.hmenu li.on a, ul.hmenu li.on a:hover {
	background:url(../images/backgrounds/tabs/tab-normal-rhs-on.png) top right no-repeat;
	font-weight:normal;
	color:#FFFF00;
}
ul.hmenu li.franchise {
	background:url(../images/backgrounds/tabs/tab-franchise-lhs-off.png) top left no-repeat;
}
ul.hmenu li.franchise:hover,ul.hmenu li.franchise.on {
	background:url(../images/backgrounds/tabs/tab-franchise-lhs-on.png) top left no-repeat;
}
ul.hmenu li.franchise a {
	background:url(../images/backgrounds/tabs/tab-franchise-rhs-off.png) top right no-repeat;
}
ul.hmenu li.franchise a:hover,ul.hmenu li.franchise.on a {
	background:url(../images/backgrounds/tabs/tab-franchise-rhs-on.png) top right no-repeat;
}
ul.hmenu li.about {
	background:url(../images/backgrounds/tabs/tab-about-lhs-off.png) top left no-repeat;
}
ul.hmenu li.about a {
	background:url(../images/backgrounds/tabs/tab-about-rhs-off.png) top right no-repeat;
}
ul.hmenu li.about:hover,ul.hmenu li.about.on {
	background:url(../images/backgrounds/tabs/tab-about-lhs-on.png) top left no-repeat;
}
ul.hmenu li.about a:hover,ul.hmenu li.about.on a {
	background:url(../images/backgrounds/tabs/tab-about-rhs-on.png) top right no-repeat;
}
ul.hsubmenu li,ul.hsubmenu li.on, ul.hsubmenu li:hover,ul.hsubmenu li.on:hover, ul.hsubmenu li a, ul.hsubmenu li a:hover,ul.hsubmenu li.on a, ul.hsubmenu li.on a:hover {
	background-image:none;
}
#contentwrap {
	width:100%;
}
#maincontent {
	font-size:0.8em;
	background: url(../images/backgrounds/body-normal-back.png) repeat-y center top;
	padding: 15px 25px 10px 18px;
}
#maincontent a {
	color: #78283D;
	text-decoration:none;
}
#maincontent a:hover {
	color: #BB264B;
	text-decoration:underline;
}
#maincontent h1 a {
	color:#6B1429;
	text-decoration:none;
}
#maincontent h1 a:hover {
	color:#6B1429;
	text-decoration:underline;
}
#footer, #footernote {
	font-size:0.6em;
	padding: 0.5em 0.5em 1.5em 0.5em;
	text-align: center;
	line-height:1.25em;
	clear:both;
}
#footer {
	background: url(../images/backgrounds/body-normal-btm.png) no-repeat center top;
}
.about #footer {
	background: url(../images/backgrounds/body-about-btm.png) no-repeat center top;
}
.franchise #footer {
	background: url(../images/backgrounds/body-franchise-btm.png) no-repeat center top;
}
#footernote {
	background-color: transparent;
}
#footer, #footer a {
	color: #E1E0A0;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
}
.ns {
	visibility:hidden;
}
#TxtCol {
	width:390px;
	float:left;
	padding:0;
}
#EventCol {
	width:470px;
	float:left;
	padding: 0 0 0 20px;
}
div.box {
	margin: 0 0 1em;
	padding: 0;
}
div.box div.boxcontent {
	clear:both;
	overflow:hidden;
	padding: 15px;
}
#TxtCol div.box {
	background: url(../images/backgrounds/rb-x390-top.jpg) no-repeat center top;
}
#TxtCol div.boxcontent {
	background: url(../images/backgrounds/rb-x390-btm.jpg) no-repeat center bottom;
}
#EventCol div.box {
	background: url(../images/backgrounds/rb-x470-top.jpg) no-repeat center top;
}
#EventCol div.boxcontent {
	background: url(../images/backgrounds/rb-x470-btm.jpg) no-repeat center bottom;
}
#EventCol .box-about {
	background: url(../images/backgrounds/rb-x470-bt-top.jpg) no-repeat center top !important;
}
#EventCol .box-about div.boxcontent {
	background: url(../images/backgrounds/rb-x470-bt-btm.jpg) no-repeat center bottom !important;
}
#TxtCol .box-franchise {
	background: url(../images/backgrounds/rb-x390-frnchs-top.jpg) no-repeat center top !important;
}
#TxtCol .box-franchise div.boxcontent {
	background: url(../images/backgrounds/rb-x390-frnchs-btm.jpg) no-repeat center bottom !important;
}
#TxtCol .box-about {
	background: url(../images/backgrounds/rb-x390-bt-top.jpg) no-repeat center top !important;
}
#TxtCol .box-about div.boxcontent {
	background: url(../images/backgrounds/rb-x390-bt-btm.jpg) no-repeat center bottom !important;
}
#EventCol .box-franchise {
	background: url(../images/backgrounds/rb-x470-frnchs-top.jpg) no-repeat center top !important;
}
#EventCol .box-franchise div.boxcontent {
	background: url(../images/backgrounds/rb-x470-frnchs-btm.jpg) no-repeat center bottom !important;
}
.subhead {
	font-size:0.9em;
}
th {
	font-weight:normal;
	background-color: #6B1429;
	color:#FFFFFF;
}
#eventtable {
	border: solid 1px #6B1429;
	margin: 5px auto;
}
#eventtable th, #eventtable td {
	padding:2px;
}
#eventtable a {
	text-decoration:none;
}
#eventtable tbody tr:hover {
	background-color: #B7C2E8;
	cursor: pointer;
}
tr.even {
	background-color:#E0EFE2;
	background-color:#C2D8C0; /* darker for tobys screen */
}
#wideTxtCol {
	float: left;
	width: 650px;
}
#narrowPicCol {
	float: left;
	width: 200px;
	margin-left: 30px;
}
div.colHalf {
	float: left;
	width: 430px;
}
.left20 {
	padding-left:20px;
}
.left25 {
	padding-left:25px;
}
#maincontent ul {
	margin: 1em 1.5em;
}
.last {
	margin-bottom:0;
}
li.dropdown {
	position:relative;
}
li.dropdown ul {
	list-style:none;
	position:absolute;
	margin-left:15px;
	background-color:#165E6B;
	z-index:50;
	display:none;
	top:1.8em;
	left:0;
	border-top: 1px none #999999;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #999999;
	white-space:nowrap;
}
li.dropdown:hover ul,li.iehover ul {
	display:block;
}
li.dropdown ul li {
	float:none;
	font-size:0.8em;
}
li.dropdown ul li a {
	color:#FFFFFF !important;
}
li.dropdown ul li a:hover {
	color:#FFFF00 !important;
}
.bold {
	font-weight:bold;
}
.choiceLabel {
	font-size:1.5em;
}
#ukmap {
	margin: 0px;
	padding: 0px;
	float: right;
}
#eventteaser {
	font-weight: bold;
}
#homepagesearch option {
	font-size:1em;
}
.places {
	color:#006600;
}
.noplaces {
	color:#990000;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.txtcenter{text-align:center;}
.txtleft{text-align:left;}
.txtright{text-align:right;}
.blockcenter { margin-left:auto; margin-right:auto; }
.italics { font-style:italic; }
hr {
	clear:both;
}
img.venue_thumbnail {
	float: right;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
}
#maincontent a.importantlink {
	font-style: italic;
	color: #0000FF;
}
#maincontent a.booknow {
	color:#FF0000;
}
.compact {
	font-size:10px;
}
.proceed { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
width: 87px;
height: 18px;
background-image: url(/images/proc_btn.gif);
}
.clearproc { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
width: 80px;
height: 16px;
background-image: url(/images/clearprocbtn.gif);
}
.clearsubbtn { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
width: 80px;
height: 16px;
background-image: url(/images/clearsub.gif);
}
.clearresbtn { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
width: 80px;
height: 16px;
background-image: url(/images/clearres.gif);
}
.continue { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(/images/continue_btn.gif);
width: 78px;
height: 18px;
}
.nochexcont { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(/images/nochex_cont_btn.gif);
width: 119px;
height: 18px;
}
.nchx { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(/images/nochex.gif);
width: 273px;
height: 29px;
}
.mcards { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(/images/multicards.gif);
width: 243px;
height: 29px;
}
.blank {
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
height: 18px;
color: Navy;
}
.addguest {
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
background: url(/images/addguest_btn.gif);
width: 78px;
height: 18px;
}
.tellfriend {
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
background: url(/images/tellafriend_btn.gif);
width: 167px;
height: 18px;
}
.reg { 
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
background: url(http://www.whenthemusicsstops.com/images/register_btn.gif);
width: 78px;
height: 18px;
color: red;
}
.info {
	background: #DDFFFF;
}
.sold_out {
	color:#FF0000;
}
ul.holiday_list {
	list-style: square;
}
.highlightbox {
	background: #E7FECE;
	padding: 5px;
	border: 1px solid #E2FDB6;
	margin:1em 0;
}
.fielderror {
	outline-width: 1px;
	outline-color:#CC0000;
	outline-style:solid;
}

