@charset 'UTF-8';

html { margin: 0; padding: 0; background-color: #FFFFFF; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 15px;
	color: #333333;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}


h1 {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 16px;
}

h2 {
	color: #000000;
	font-size: 125%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 15px;
}

h3 {
	color: #656565;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 13px;
}

h4 {
	color: #656565;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 13px;
}



img {
	border: 0;
	vertical-align: middle;
	margin-right: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}

.buttons {
    text-align:center;
    margin-top: 15px;
}

a:link, a:hover, a:active, a:link, a:visited {
	color: #000000;
	/*font-weight: bold;*/
	text-decoration: none;
}

.buttonleft, .buttonleft a, .buttonleft a:link, .buttonleft a:visited, .buttonleft a:hover, .buttonleft a:active {
	width: auto;
	text-align: left;
	float:left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: normal;
	background-repeat: repeat-x;
	/*background-image: url(../images/btn_bg_grey.gif);*/
	border: 1px solid #A4A4A4;
	padding: 4px 10px 4px 10px;
	margin: 0px 10px 0px 0px;
	color: #333333;
	line-height:18px;
}

.buttoncenter, .buttoncenter a, .buttoncenter a:link, .buttoncenter a:visited, .buttoncenter a:hover, .buttoncenter a:active {
	width: auto;
	text-align: center;
	float:left;
	/*ont-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: normal;
	background-repeat: repeat-x;
	/*background-image: url(../images/btn_bg_grey.gif);*/
	border: 1px solid #A4A4A4;
	padding: 4px 10px 4px 10px;
	margin: 0px 10px 0px 0px;
	color: #333333;
	line-height:18px;
}
.buttoncenterred, .buttoncenterred a, .buttoncenterred a:link, .buttoncenterred a:visited, .buttoncenterred a:hover, .buttoncenterred a:active {
	width: auto;
	text-align: center;
	float:left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: normal;
	background-repeat: repeat-x;
	/*background-image: url(../images/btn_bg_red.gif);*/
	border: 1px solid #A4A4A4;
	padding: 4px 10px 4px 10px;
	margin: 0px 10px 0px 0px;
	color: #FFFFFF;
	line-height:18px;
}
.buttonright, .buttonright a, .buttonright a:link, .buttonright a:visited, .buttonright a:hover, .buttonright a:active {
	width: auto;
	text-align: right;
	float:left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight: normal;
	background-repeat: repeat-x;
	/*background-image: url(../images/btn_bg_red.gif);*/
	border: 1px solid #A4A4A4;
	padding: 4px 10px 4px 10px;
	margin: 0px;
	color: #FFFFFF;
	line-height:18px;
}

hr
{
	clear: both;
	display: none;
	visibility: hidden;
}
table{
	margin: 0px;
	padding: 0px;
	border: none 0px #ffffff;
	border-spacing:2px;

}

table.performances
{
	border-collapse: collapse;
	font-size: .9em;
	width: 100%;
}

table.performances th
{
	font-weight: normal;
}

table.performances .thead th,
table.performances .thead td
{
	background: #F8F8F8;
	border: none;
	border-left: 2px solid #FFF;
	padding: 1ex;
	font-weight: bold !important;
	white-space:nowrap;
}

table.performances thead td
{
	border-left: 0;
}

table.performances thead a:hover {
	background-color: #786C4D;
}


table.performances tbody th,
table.performances tbody td
{
	border-bottom: 1px dotted #B3B3B3;
	padding: 0.5em 1ex;
}

table.performances tbody td a {
	background-color:Transparent;
	text-decoration: underline;
}

table.performances tbody td.pages
{
    float:left;
    background-color:Transparent;
}
table.performances tr:hover
{
	background-color: #dddddd;
}

table.performances tbody th
{
	text-align: left;
}

table.performances tbody th:first-line
{
	font-weight: bold;
}

table.performances tbody td
{
	/*text-align: left;*/
	white-space: nowrap;
}

table.performances tr.sold-out
{
	color: #878787;
}

table.prices
{
	font-size: .9em;
	width: 100%;
	border:none 0 none;
}

table.prices th
{
	font-weight: normal;
}
table.prices tr
{
	border:none;
}

table.prices .thead th,
table.prices .thead td
{
	background: #F8EED5;
	border:none 0 none;
	border-left: 2px solid #FFF;
	padding: 1ex;
	font-weight: bold !important;
	white-space:nowrap;
}

table.prices thead td
{
	border-left: 0;
}
table.prices tbody th,
table.prices tbody td
{
	border-bottom: 1px dotted #B3B3B3;
	border-left:none;
	border-right:none;
	padding: 1em 1ex;
	text-align:left;
	vertical-align:bottom;
}

body.order-tickets label
{
	display: block;
	margin: 1em 0;
}

body.order-tickets label input,
body.order-tickets label textarea
{
	display: block;
}

body.order-tickets label.checkbox
{
	padding-left: 24px;
	position: relative;
}

body.order-tickets label.checkbox input
{
	position: absolute;
	top: 0;
	left: 0;
}

body.order-tickets .buttons
{
	margin: 2em 0;
	text-align: center;
}
.dgPager
{
	margin: 2em 0;
	text-align: center;
}
.puff
{
	/*margin-bottom: 20px;*/
}

.puff h2
{
	background: #786C4D url(images/header.gif) no-repeat bottom;
	color: #FFF;
	font-size: .9em;
	margin: 0;
	padding: 4px 0 12px 8px;
	text-transform: uppercase;
}

.puff h3
{
	font-size: 104%;
}

.puff h3,
.puff p,
.puff ul
{
	margin: 0 8px 0;
}

.puff p
{
	margin-bottom: 1em;
}

#calendar table
{
	background: #FFF;
	border-spacing: 1px;
}

#calendar table th, .tdhead {
	background: #B3B3B3;
	font-weight: normal;
}

#calendar table td
{
	border: 1px solid #ffffff;
	font-size: 88%;
	padding: .6ex .6ex;
	text-align: center;
}

#calendar table td.has-event
{
	background: #F8F8F8;
	border: 1px solid #ffffff;
}

#calendar table td.today
{
	background: #FFC425;
	border: 1px solid #78716F;
}

#calendar a
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#calendar .no-events a {
	cursor: default;
}

.tooltips {
	position: relative;
}

.tooltip {
	position: absolute;
	top: -24px;
	display: none;
	border: solid 1px black;
	padding: 10px;
	width: 208px;
	overflow: hidden;
	background: #e9e8e7;
	font-size: 0.85em;
}

.tooltip .date {
	text-decoration: underline;
	display: inline;
}

.tooltip .event {
	color: #6b6a6a;
	font-weight: bold;
	background: none;
	padding: 7px 0 0 0;
	width: 100%;
}

.tooltip p {
	margin: 0;
}

input#txtFromDate, input#txtToDate, select#ddlLcnName, select#ddlVenName, select#ddlShoName {
	width: 177px;
	padding: 1px;
	font-size: 90%;
}

select#ddlMonth {
	width: 100px;
	padding: 1px;
	font-size: 90%;
}

.searchlbl {
	width: 80px;
	float: left;
}

#lblShowSearch {
	width: 700px;
	float: left;
}

#dgShows {
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pnlSearch br {
	display: none;
}

#txtFreeSearch {
  margin-top: 20px;
}

/*#txtFreeSearch*/

input, select {
  /*font-size: 0.75em;*/
  font-size: 100%;
}


#cmdFreeSearch, #btnAdvSearcn {
  padding: 0 10px 0 10px;
  margin-left: 4px;
  height: 24px;
}

.dgPager a { font-weight: bold; color:#FF9600; font-size: 14px; text-decoration:underline; }
.dgPager { font-size: 14px; }
.dgPager td { background: none; white-space:nowrap !important; }


#pnlAdvSearch {
	font-size: 0.69em;
	color: #333333;
}


#pnlAdvSearch select { margin-bottom: 8px; }

#btnAdvSearcn { margin-bottom: 30px; margin-top: 10px; }
#pnlAdvSearch span { line-height:1.6em; }

#pnlAdvSearch #calendar { margin-top: 4px; margin-left:80px; width:180px; }

#dgOffers a { font-weight: bold; color:#FF9600; font-size: 12px; text-decoration:underline; }

#optDespatch input { margin-right: 4px; }

a#vilkar { font-weight: bold; color:#FF9600; font-size: 14px; text-decoration:underline; }

a#btnShowAdvSearch { font-weight: bold; color:#FF9600; font-size: 14px; text-decoration:underline; }
a#cmdHelp { font-weight: bold; color:#FF9600; font-size: 14px; text-decoration:underline; }

a#cmdNotYou { font-weight: bold; color:#FF9600; font-size:12px; text-decoration:underline; }