ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, button {
    margin: 0;
    padding: 0;
}

/* General styles */
body {
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #3F4949;
    font-size: 90%;
}

#main {
    width: 830px; /* width of entire page */
    margin: 0 auto; /* centre align */
    padding: 0 15px;
    position: relative;
}

/* Header styles */
#header {
    clear: both;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #99CCCC;
}

#siteLogo {
    margin: 14px 0 0 -2px;
}

#poweredBy {
    position: absolute;
    top: 4px;
    right: 0;
}

#signedInMessage {
    position: absolute;
    top: 5px;
    left: 172px;
    font-family: Century Gothic, Arial, sans-serif;
}

.username {
    color: #FFCC33;
    font-weight: bold;
}

/************** DEFAULT STYLES **************/
img {
    border: none;
}

label, select, legend, input {
    font-size: 0.75em;
}

p, li, td, dd, a {
    font-size: 0.75em;
    color: #FFFFFF;
}

p {
    margin: 0 0 0.7em 0;
    line-height: 1.4;
    text-align: justify;
}

/* Cancel doubly-applied relative font-size for nested elements */
ol li p, li ul li, li ol li, td p, td select, td input, td a, th label, td label, li label, a label, li select, li a, li input, h2 a, p a, td h3, h3 a, .calendar td {
    font-size: 1em;
}

h1 {
    color: #99CCCC;
    font-size: 1.25em;
    font-weight: normal;
    margin: 0 0 0.4em 0;
}

h2, dt {
    color: #FFCC33;
    margin: 0 0 0.2em 0;
    font-size: 0.8em;
    font-weight: bold;
}

h3, h4 {
    color: #FFFFFF;
    font-size: 0.8em;
    margin: 0 0 0.1em 0;
}

th {
    font-size: 0.8em;
}

a:link, a:visited {
    color: #FFCC33;
    text-decoration: none;
}

a:hover, #headerBackgroundArt a:hover {
    color: #99CCCC;
    text-decoration: none;
}

legend {
    white-space: normal;
}

legend, .eventName {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0;
    color: #FFFFFF;
}

input, select {
    color: #3F4949;
}

input {
    padding: 1px;
}

ol, ul {
    margin: 0 0 0.5em 0.7em;
}

li {
    margin: 0.2em 0;
}

fieldset {
    border: 0;
    margin-bottom: 1em;
	overflow: auto;
}

fieldset ol, fieldset ul, #userDetails fieldset ul li, #userIdent fieldset ul li, fieldset#promoterFields ul li {
    list-style-type: none;
    margin-left: 0;
}

fieldset ol li, fieldset ul li {
    margin-bottom: 0.6em;
	overflow: auto;
    padding: 2px 0;
}

fieldset ol li label, fieldset ul li label {
    display: block;
    float: left;
    width: 220px;
    text-align: right;
    margin-right: 5px;
}

.formError {
	margin-left: 220px;
    color: #F25130;
}

#info th {
    width: 215px;
	text-align: right;
}

#warningMessage h3, #warningMessage li, p#warningMessage, #warnTimeout, #reservationCountdown p {
    margin-bottom: 10px;
    color: #F25130;
    font-size: 0.75em;
}

#warningMessage h3, #warningMessage li {
    margin-bottom: 0.3em;
}

#warnTimeout {
    color: #FFCC33;
}

label.radio, label.checkbox {
    width: auto;
}

.multiOptions {
    float: left;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #3F4949;
}

table {
    border-collapse: collapse;
    margin-bottom: 1em;
}

table td {
    padding: 2px 5px;
}

table tr.alt td {
    background: #2F3737;
}

.quickLink td {
    cursor: pointer;
}

#payerAuthIframe {
    background-color: #3F4949;
}

/**************************************************************/
/************** START COLUMN LAYOUT STYLES **************/
#container {
    width: 100%;
    position: relative;
}

#colLeft {
    float: left;
    width: 143px;
    padding: 5px 5px 5px 0;
}

#colCenter {
    float: left;
    width: 665px;
    padding: 5px 5px 4em 5px;
	overflow: hidden;
}

#colCenter[id] {
	overflow: inherit;
}

.clearFix {
    clear: both;
}

.clearRight {
    clear: right;
}

/************** END THREE COLUMN LAYOUT STYLES **************/
/************* NAVIGATION STYLES *************/
#nav, #nav ul {
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 0;
    z-index: 999;
}

#nav {
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    top: 45px;
    right: -12px;
}

/* -------------------------- */
/* The top main navigation links */
#nav a {
    display: block;
    padding: 5px 50px 2px 5px;
}

#nav li {
    float: left;
    padding: 0;
    list-style: none;
    margin: 0;
}

#news a, li#news a:hover, li#news a#activeNav {
    background: url('/images/alive/nav_arrow_down_box.gif') no-repeat 61% 65%;
}

#events a, li#events a:hover, li#events a#activeNav {
    background: url('/images/alive/nav_arrow_down_box.gif') no-repeat 79% 65%;
}

#myAccount a, li#myAccount a:hover, li#myAccount a#activeNav {
    background: url('/images/alive/nav_arrow_down_box.gif') no-repeat 76% 65%;
}

#help a, li#help a:hover, li#help a#activeNav {
    background: url('/images/alive/nav_arrow_down_box.gif') no-repeat 71% 65%;
}

/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
    background: #3F4949;
    position: absolute;
    left: -999em;
    height: auto;
    width: 130px;
    margin: 0;
    border: 1px solid #99CCCC;
}

#nav li li {
    padding: 0;
    width: 140px;
}

#nav li ul a {
    font-size: 0.7em;
    text-decoration: none;
    border: none;
    padding: 2px 10px;
    width: 110px;
    wid /th: 100px;
    margin:
    0;
}

#nav li ul li a.parent:link, #nav li ul li a.parent:hover, #nav li ul li a.parent:visited {
    background: url('/images/alive/nav_arrow_box.gif') 95% 60% no-repeat;
}

/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
    margin: -20px 0 0 130px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
    color: #FFCC33;
    background-image: none;
}

#nav li ul.under a:hover {
    color: #99CCCC;
    background-image: none;
}

/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.parent, #nav li ul.under li.sfhover a.parent {
    color: #99CCCC;
}

#nav li ul.under li:hover, #nav li ul.under li.sfhover {
    color: #99CCCC;
}

/* Colour of the active main nav link */
li a#activeNav {
    color: #FFFFFF;
}

/* IE fix to prevent the pop-out from lingering onscreen */
#nav li:hover, #nav li .sfhover {
    position: static;
}

/* -------------------------- */
#colLeft input, #colRight input {
    width: 95%;
}

.panel h2 {
    font-size: 0.85em;
    text-transform: lowercase;
    color: #FFFFFF;
}

.panel {
    margin-bottom: 15px;
}

.panel input {
    margin: 0.25em 0;
}

.panel #searchButton {
    float: right;
    width: auto;
    background: #3F4949;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    border: none;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
}

.panel .searchLinks {
    margin-top: 0.3em;
}

.inner ul li {
    line-height: 1.2;
    list-style: none;
}

.formSubmit {
    float: right;
    margin: 0 0 10px 0;
}

#advancedSearch .formSubmit, #info .formSubmit {
    margin-right: 280px;
}

#sitemap h2 {
    border-bottom: 1px solid #99CCCC;
}

.sitemapCol {
    float: left;
    margin: 0 50px;
}

/*************** NEWS ITEM STYLES **************/
.newsItem {
    width: 324px;
    float: left;
    margin: 0 8px 15px 0;
    overflow: hidden;
}

#newsContainer {
    padding-bottom: 1em;
}

.newsItem:hover {
    cursor: pointer;
}

.newsItem .newsInner { /*IE6 fix */
    cursor: pointer;
}

.newsItem p strong {
    font-weight: normal;
}

.newsItem h2 a:link, .newsItem h2 a:hover, .newsItem h2 a:visited {
    text-decoration: underline;
}

.newsItem img {
    float: left;
    margin-right: 5px;
}

.newsItem .more {
    color: #FFCC33;
}

.newsItem p {
    margin-bottom: 0;
    display: inline;
}

#newsItem img, #seatingPlan {
    float: right;
    margin: 0 0 10px 10px;
    text-align: center;
}

#newsItem img, #seatingPlan {
    margin: 5px 0 5px 20px;
}

#seatingPlan {
    width: 150px;
}

#seatingPlan img {
    border: none;
}

#seatingPlan a:hover {
    text-decoration: none;
}

#seatingPlan a label {
    cursor: pointer;
}

#seatingPlan p {
    font-weight: bold;
    text-align: center;
    font-size: 75%;
}

#clickForMore {
    color: #FFCC33;
    cursor: pointer;
}

.required {
    font-weight: bold;
}

.required .note, #additionalLinks .note {
    font-weight: normal;
}

#alertsUpdate li label {
    font-size: 1.1em;
}

#info .phoneNumber, .refNumber {
    font-size: 1.1em;
    font-weight: bold;
    color: #ffCC33;
}

#processing {
	margin: 20px 315px;   /* Leftright value should be half the page(content)width -16px */
}

.resultCount {
    float: right;
}

.noWrap {
	white-space: nowrap;
}

#alphaSelect {
	border-bottom: 1px solid #99CCCC;
	margin: 0 0 2em 0;
}

#alphaSelect a:link, #alphaSelect a:visited, #alphaSelect a:hover {
	margin: 0 0.18em;
	font-size: 1.251em;
}

#alphaSelect a.active {
	margin: 0 0.08em;
	font-size: 2.085em;
} 

#confirmationOffers {
	margin-top: 2em;
    clear: both;
}
/******* EXTRA SESSION DATA STYLES *******/
.highlight {
    color: #FFCC33;
}

.large {
    font-size: 90%;
}

.small {
    font-size: 65%;
}

#additionalEventInfo ul.column {
    margin: 0 0 1em 0;
}

#additionalEventInfo ul.column li {
    float: left;
    width: 47%;
    list-style: none;
    margin: 0 10px 0.2em 0;
}

#additionalEventInfo p, #additionalEventInfo h2, #additionalEventInfo h3, #additionalEventInfo h4 {
    clear: left;
}
/******** EVENT STYLES ***********/
#eventList, #ticketList, #deliveryOptions {
    width: 100%;
}

#eventList td, #ticketList td, #deliveryOptions td {
    padding: 5px 8px;
    width: auto;
}

#eventList th, #ticketList th, #deliveryOptions th, .eventList td.date {
    border-bottom: 1px solid #99CCCC;
}

#ticketList tr.totalRow th, #deliveryOptions tr.totalRow th {
    border: none;
}

#deliveryOptions th {
    text-align: left;
}

#eventList td, .totalRow th, td.currency, #ticketList td.currency {
    white-space: nowrap;
}

#ticketList td, .status {
    text-align: center;
}

#ticketList {
    clear: right;
}

#ticketList td.pricing {
    text-align: left;
    font-weight: bold;
}

#maxTickets {
    text-align: right;
    font-weight: bold;
}

#eventDetails {
    margin-bottom: 20px;
}

.date, #deliveryOptions .totalRow th, #ticketList .totalRow th, 
td.currency, #ticketList td.currency, #ticketList td#shipment, 
#ticketList th.subTotal, #ticketList .ticketSelect {
    text-align: right;
}

.eventStatus, #userDetails fieldset ul li label {
    font-weight: bold;
}

.status a {
    font-weight: normal;
}

.BuyTickets a, .SoldOut a, .Cancelled a {
    font-size: 1.15em;
    font-weight: bold;
}

#NotOnSale h3 {
    padding: 10px 5px;
    border-top: 1px solid #99CCCC;
    border-bottom: 1px solid #99CCCC;
    font-size: 90%;
    text-align: center;
}

.Cancelled, .SoldOut, .Cancelled a, .SoldOut a {
    color: #FFFFFF;
}

.PhoneVenue, .PhoneToBook, .PhoneVenue a, .PhoneToBook a {
    color: #99CCCC;
}

h3.PhoneVenue a, h3.PhoneToBook a {
    color: #99CCCC;
}

.OnSaleSoon, .PleaseTryLater, .CurrentlyOffSale, .OnSaleSoon a, .PleaseTryLater a, .CurrentlyOffSale a {
    color: #FFCC33;
}

.noResult {
    font-weight: bold;
    font-size: 90%;
    color: #FFCC33;
    text-align: center;
    padding-top: 1em;
}

#ticketList select {
	width: 4em;
}

#ticketList tr.totalRow td.currency, #deliveryOptions tr.totalRow td.currency {
	font-size: 1.25em;
	color: #99CCCC;
	width: 3em;
	padding: 0.3em 0.5em;
}

#promoterFields h2, #userIdent h2, 
#tAndC h2, #paymentMethods h2, 
#customerConfirmation h2, #importantInfo h2 {
    color: #FFFFFF;
    border-bottom: 1px solid #99CCCC;
    margin: 1em 0 0.7em 0;
}

#userIdent, #paymentMethods,
.userDetails, .paymentDetails {
	overflow: auto;
}

#paymentMethods {
	position: relative;
    border-bottom: 1px solid #99CCCC;
	padding-bottom: 20px;
}

.userDetails, .paymentDetails {
	width: 315px
}

#signIn, #paypalDetails {
    float: right;
    padding-left: 15px;
}

#newUser, #cardDetails {
    padding-right: 15px;
    border-right: 1px solid #99CCCC;
}

.userDetails h3, .paymentDetails h3, 
h3#bookingRef, h3#customerRef {
	margin-bottom: 0.7em;
}

fieldset#promoterFields ul li label {
    width: 330px;
}

fieldset#promoterFields ul li label.radio, 
fieldset#promoterFields ul li label.checkbox {
    width: auto;
}

#userIdent fieldset ul li label, 
#paymentMethods fieldset ul li label {
    width: 122px;
}

#promoterFields .formError, 
#userIdent .formError, 
#paymentMethods .formError {
	text-align: center;
	margin-left: 0;
}

select#countryid {
	width: 170px;
}

.paymentIcon {
    float: right;
}

.paymentDetails fieldset {
	margin-top: 2em;
}
/* BUTTON STYLING */
.progressControls {
    clear: right;
    margin: 2em 0 0 0;
    overflow: auto;
}

.progressControls li {
    list-style: none;
    font-size: 0.8em;
    margin: 0;
	width: 70px;
}

.progressControls[class] li {
	width: auto;
}

.progressControls li.cancel, .progressControls li.back {
    float: left;
    margin-right: 1.5em;
}

.progressControls li.next, .progressControls li.print {
    float: right;
    margin-left: 1.5em;
}

.button {
    display: block;
    background: #3F4949;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC33;
    cursor: pointer;
    border: 1px solid #99CCCC;
}

.checkoutOption.button {
    font-size: 0.8em;
    float: right;
}

a.button {
    padding: 2px 8px 3px 8px;
}

input.button, button.button {
    padding: 1px 3px 2px 4px;
}

.button:hover {
    color: #99CCCC;
}

#info .button {
	margin-left: 225px;   /*IE6 */
}
/* PROGRESS METER  */
#progressMeter {
    padding: 5px;
    margin: 0 0 10px 0;
    background: #2F3737;
}

#progressMeter ol {
    text-align: center;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#progressMeter li {
    display: inline;
    margin: 0 20px;
    font-weight: bold;
    color: #7F8585;
}

#progressMeter li a:link, #progressMeter li a:visited {
    color: #99CCCC;
}

#progressMeter li a:hover, #progressMeter li.active a {
    color: #FFCC33;
}

/******** VENUE STYLES ***********/
#venue #eventListLink {
    text-align: center;
}

.venueDetails {
    width: 320px;
    margin-bottom: 0;
}

#venue #eventListLink {
    text-align: center;
}

.venueDetails th, .venueDetailsContinued th, #competition th {
    text-align: right;
    vertical-align: top;
    width: 90px;
}

.venueDetailsContinued {
    clear: right;
}

.venueDetailsContinued td {
    text-align: justify;
}

#map {
    width: 570px;
    height: 300px;
    border: 1px solid #99CCCC;
}

#noMap {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    padding: 130px 10px;
}

#relatedVenues {
    background: #2F3737;
    padding: 0.2em 0.4em;
    text-align: justify;
}

#relatedVenues h2 {
    color: #FFFFFF;
}

#relatedVenues ul {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.2;
}

#relatedVenues ul li {
    display: inline;
    padding: 0 2px;
}

#relatedVenues ul li a.largest {
    font-size: 1.6em;
}

#relatedVenues ul li a.vlarge {
    font-size: 1.5em;
}

#relatedVenues ul li a.large {
    font-size: 1.4em;
}

#relatedVenues ul li a.medium {
    font-size: 1.2em;
}

#relatedVenues ul li a.small {
    font-size: 1.1em;
}

#relatedVenues ul li a.vsmall {
    font-size: 1em;
}

#relatedVenues ul li a.smallest {
    font-size: 0.8em;
}

/*************** FOOTER STYLES **************/
#footer {
    border-top: 1px solid #99CCCC;
    clear: both;
    width: 865px;
    margin-bottom: 2em;
    padding: 5px;
    z-index: 998;
}

#footer p {
    font-size: 70%;
    padding: 3px 0 0 0;
    text-align: right;
}

#footerNav {
    float: left;
    list-style: none;
    text-align: left;
    margin: 0;
}

ul#footerNav {
    padding: 0;
}

#footerNav li {
    display: inline;
    margin: 0 20px 0 0;
}

/* START 404 PAGE STYLES */
.error {
    width: 700px;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #99CCCC;
    background: #3F4949;
}

.error h1 {
    font-weight: bold;
    font-size: 1.3em;
}

.error h2 {
    font-size: 1em;
}

.error p, .error dd {
    font-size: 0.85em;
    text-align: justify;
}

.error dt {
    margin: 5px 0;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
}

.error dd {
    margin-bottom: 15px;
    line-height: 1.4;
}

/* END 404 PAGE STYLES */
/******* ON SALE PAGE STYLES *******/
#quicklinksLight {
    margin: 0 0 20px 0;
}

#quicklinksLight li {
    list-style-type: none;
    display: inline;
}

#onsaleToday .eventName {
    text-align: left;
    background: #2F3737;
}

/******* LIGHT SITE STYLES *******/
body#light #colCenter {
    width: 820px;
}

body#light .panel {
    position: absolute;
    bottom: 10px;
    right: 0;
    border: 1px solid #99CCCC;
    padding: 2px 8px;
    vertical-align: middle;
}

body#light .panel h2, body#light .panel form, body#light .panel .searchLinks {
    display: inline;
}

body#light .panel h2, body#light .panel input {
    margin-right: 7px;
}

body#light .panel #searchButton {
    float: none;
    padding: 0;
    margin-right: 25px;
}

body#light #quicklinksLight {
    clear: right;
}

#lightInfo {
    padding-top: 5px;
}

#lightInfo p {
    margin-bottom: 0;
}

/** JQUERY UI DIALOG **/
.ui-dialog {
    border: 1px solid #99CCCC;
    padding: 2px;
    background-color: #3F4949;
    color: #FFCC33;
}

.ui-dialog-titlebar {
    padding: 6px 10px;
    background-color: #2F3737;
}

.ui-dialog-title {
    font-weight: bold;
    font-size: 0.82em;
}

a.ui-dialog-titlebar-close {
    float: right;
    color: #FFCC33;
}

.ui-dialog-content {
    padding: 5px 15px;
    line-height: 1.5;
    background-color: #3F4949;
    color: #CC2504;
}

.ui-dialog-content ul {
    margin-left: 1em;
}

.ui-dialog-content li {
    margin: 20px 0;
    line-height: 1.5;
    font-weight: bold;
    font-size: 0.8em;
    color: #FFCC33;
}

.ui-dialog-content span.note {
    font-weight: normal;
    font-size: 1em;
    color: #FFFFFF;
}



