﻿/* =======================================
    CSS STYLES FOR THE NEW BIG TIX WEBSITE
   ======================================= */

/* ===============
    BODY STYLES 
   =============== */
   
body
{
    margin: 0;
    background: url(/image/decorative/sitemastTile.gif) top left repeat;
    margin: 0 2% 30px 2%;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
}

body > div #nav li.sfhover ul
{
   position:static;
}

body > div #nav li:hover ul
{
   position:static;
}


/* ===============
    HEADING STYLES 
   =============== */
   
h1
{
   font-size:1.4em;
   margin:0px 0 0.8em 0;
   padding:3em 0 0 0;
   color:#8B0404;
   height: 25px;
}
h2
{
    font-size: 1.1em;
    margin: 2.5em 0 1em 0;
    color: #16518B;
}
h3
{
    font-size: 16px;
    margin: 1em 0;
    color: #0000FF;
    width: 90%;
}
h4
{
    font-size: small;
    margin: 0em 0 1em 0;
    color: #0000FF;
    text-align: left;
}
h5
{
    font-size: 2em;
    margin: 2em 0 1em 0;
    color: #0000FF;
}
p
{
   margin:0.2em 0 0.4em 0px;
    text-align: center;
}


/* ===============
    A & LINK STYLES 
   =============== */


a#active /* sets colour of a links when active */
{
    color: #FFFFFF;
}

#topLink
{
    padding: 20px 0 5px 0;
    font-size: 0.8em;
    clear: both;
    text-align: right;
    margin-top: 0px;
}
a.topLink
{
   text-decoration:none;
   padding:0 5px 5px 0;
}
#topLink a.topLink
{
   text-decoration:none;
   padding:0 5px 5px 0;
}

/* ===============
    GENERIC STYLES  
   =============== */
   
centre
{
   text-align:center;
}

.clearLeft
{
   clear:left;
}
.clearRight
{
   clear:right;
}
.nb
{
   font-weight:bold;
}
.ni
{
   font-style:italic;
}
.pnnn
{
   padding-top:15px;
}
.nnpn
{
   padding-bottom:15px;
}
.right
{
   text-align:right;
}

.u
{
   color:#f30;
   font-family:Arial;
   font-weight:bold;
}

.underline
{
   text-decoration:underline;
}


/* =============
    TABLE STYLES 
   ============= */

table th
{
    color: #fff;
    background-color: #C0C0C0;
}

table td, table th
{
    vertical-align: top;
}

table tr
{
    
}

table tr.even
{
   background:#fff;
   color:#101d27;
}

table.noWrap td
{
   white-space:nowrap;
}

table.twoTone
{
    border: #000000;
    width: 100%;
}

table.twoTone th
{
    background-position: #CC99FF;
    background: #CC99FF;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #000;
}

table.twoTone td
{
   background:#efefef;
   border-bottom:1px solid #000;
}

ul.space li
{
   padding-bottom:5px;
}


/* ========================
    PAGE BANNER STYLES 
   ======================== */

#header
{
    margin: 0;
    text-align: right;
    padding: 0;
    height: 226px;
    z-index: 3;
    background-color: #9999FF;
}

#sitemastleft
{
    margin: 0;
    float: left;
    overflow: hidden;
    width: 158px;
    height: 200px;
    background-repeat: no-repeat;
}
#sitemastcentre
{
    height: 200px;
    width: auto;
    margin-top: 0px;  
    overflow: hidden;
    text-align: left;
}
#sitemastright
{
    float: right;
    height: auto;
    overflow: hidden;
    width: 280px;
}
#sitemastborder
{
    margin: 0 auto 0 auto;
    float: right;
    height: 200px;
    width: 65px;
    overflow: hidden;
    background-color: #8E1A77;
}

#sitemastHeading
{
    text-align: center;
}

span.sitemastHeadingPurple
{
    text-align: center;
    font-size: xx-large;
    color: #800080;
}

span.sitemastHeadingWhite
{
    text-align: center;
    font-size: xx-large;
    color: #FFFFFF;
}

/* ========================
    PAGE NAVIGATION STYLES 
   ======================== */
   

#navBackground
{
    background-color: #8E1A77;
    height: 1.8em;
}

#nav
{
    height: 1.8em;
    float: left;
    text-align: center;
    margin: 0 auto 0 auto;
}

#nav a, #nav span /* default nav menu bar properties with a#active */
{
   display:block;
   width:7em;
   color:#fff;
   text-decoration:none; 
   font-weight:bold;
   padding:3px 5px 6px 5px;
   white-space:nowrap;
}

#nav ul /* sets main up menu bar properties */
{
    width: 100%; /* total width */
    margin: 0 auto;
    list-style: none;
}

#nav a:hover
{
    color: #FF6600;
    font-weight: bold;
}

#nav li /* sets up menu option widths and position of menu options */
{
    float: left; /* up against left page % margin */
    position: relative; /* relative to the last item in the list */
    width: 8em; /* width needed for Opera */
    z-index: 3; /* on top */
}

#nav li ul /* sets up frame work for second-level lists */
{
   position:absolute;
   width:7em;
   z-index:3;
   left:-999em; /* use left instead of display to hide menus because display:none isn't read by screen readers */
}

* html #nav li ul /* second-level lists for ie 5.5 and ie6 positions the menu straight under li */
{
   margin-top:1px;
}

#nav li ul li /* default second-level list menu options */
{
    text-align: left;
    width: 11em; /* works differently in IE6 */    
    border-top: 0 solid #60666a;
    border-bottom: 0 solid #60666a;
    border-right: 1px solid #60666a;
    background: #fff url(/image/decorative/cssMenuBackground.gif) no-repeat left bottom;
    margin-left: -20px; /* adjust left align under menu */
}

#nav li ul li.details /* details second-level list */
{
   width:11em;
}

#nav li ul li a /* hyperlink second-level list menu options */
{
   color:#60666a;
   font-weight:normal;
   padding:3px 5px 6px 5px;
   width: 11em;
}

#nav li ul li a:visited /* hyperlink second-level list menu options */
{
   color:#60666a;
   font-weight:normal;
   padding:3px 5px 6px 5px;
   width: 1em;
}


#nav li ul li.subHeading
{
    background: #FF6600;
    width: 11em;
}


#nav li ul li.subHeading a:hover
{
   color:#fff;
   font-weight:bold;
}

#nav li ul li.subHeading a
{
   color:#fff;
   font-weight:bold;
}

#nav li.sfhover ul
{
   left:auto;
}

#nav li:hover ul
{
   left:auto;
}

/* ========================
    PAGE CONTENT STYLES 
   ======================== */

#content
{
    margin: 0 0 0px 110px;
    padding: 0 30px 0 50px;
    background: #fff url('/image/decorative/rightBorder.gif') repeat-y right top;
}
#contentHolder
{
    margin: 0;
    padding: 0;
    background: url(/image/decorative/topLeft.gif) top left repeat-y;
    height: auto;
    width: 100%;
}

.ContentHead
{
    background-color: #9999FF;
    color: #800080;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    vertical-align: middle;
    padding-left: 60px;
    padding-top: 5px;
    clip: auto;
    margin-bottom: 0px;
    min-height: 30px;
    padding-bottom: 2px;
}

.bodytext1
{
    color: #800080;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
    text-align: justify;
    margin-bottom: 8px;
}

.bodytext2
{
    color: #800080;
    font-family: Verdana, Arial;
    font-size: small;
    font-weight: normal;
    margin-top: 0px;
    text-align: justify;
    margin-bottom: 10px;
}

.bodytext_italic
{
    list-style: circle;
    color: #FF6600;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}

a.bodytext_italic
{
    list-style: circle;
    color: #FF6600;
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.bodytext_large
{
    list-style: circle;
    color: #FF6600;
    font-family: Verdana, Arial;
    font-size: large;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 6px;
}

.bodytext3
{
    color: #800080;
    font-family: Verdana, Arial;
    font-size: medium;
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.bodytext4
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 244px;
}

/* ===============
    FOOTER STYLES 
   =============== */
   
div#footer
{
    
}

#footer
{
   margin:0 0 10px 0;
   padding:0 10px 0 10px;
   font-size:0.8em;
   clear:both;
   border-top:1px dotted #000;
   clear:left;
}
#footerHolder
{
    background: url(/image/decorative/footer.gif) bottom left repeat-x;
    height: 31px;
    border-left: 5px solid #500202;
    margin: 0 -26px 0 -156px;
    border-left-color: #8E1A77;
}
#footer p
{
   padding:0 0 20px 0;
   line-height:1.5em;
}


/* ===============
    WARNING STYLES 
   =============== */
   
   
div#javascriptWarning
{
   padding-top:2em;
   color:#fff;
}
div#javascriptWarning ul
{
   background-color:#8B0404;
   padding:1em;
   margin:0;
   list-style:none;
}
div#javascriptWarning ul li
{
   padding:0;
   margin:0;
}
div#javascriptWarning ul li a:visited
{
   color:#fff;
}
div#javascriptWarning ul li a:active
{
   color:#fff;
}
div#javascriptWarning ul li a:hover
{
   color:#fff;
}
div#javascriptWarning ul li a:link
{
   color:#fff;
}


/* ===============
    COLUMN STYLES 
   =============== */
   
div#Column
{
    display: block;
    margin-left: 15px;
    margin-bottom: 15px;
}

div#Column .boxhead 
{
	background:url('/image/decorative/centreBoxHeadRight.gif') no-repeat right top;
	margin:0;
	padding:0;
	text-align:center;
	width: 360px;
}

div#Column .sidebox
{
    margin: 0;
    width: 360px;
    background: url('/image/decorative/centreBoxBodyRight.gif') no-repeat right bottom;
    padding: 0;


}

div#Column .boxhead h2
{
    background: url(  '/image/decorative/centreBoxHeadLeft.gif' ) no-repeat left top;
    margin: 0;
    padding: 5px 0 4px 0;
    color: white;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1em;
    width: 360px;
}

div#Column .boxbody
{
    background: url('/image/decorative/centreBoxBodyLeft.gif') no-repeat left bottom;
    margin: 0;
    padding-bottom: 10px;
    width: 360px;
}

div#Column .promo
{
    width: 98%;
    text-align: center;
    color: #800080;
    text-decoration: none;
    font-size: large;
    height: auto;
}

div#Column image .promo
{
    width: 50px;
}

div#Column a .promo 
{
    height: 210px;
    width: 161px;
    margin-right: 0px;
    margin-left: 6px;
}

/* Artist Photo */

div#Column .artist
{
    width: 100%;
    text-align: center;
    color: #800080;
    text-decoration: none;
    font-size: large;
    height: 468px;
}

div#Column image .artist
{
    width: 260px;
}

div#Column a .artist
{
    height: 190px;
    width: 144px;
    margin-right: 5px;
    margin-left: 5px;
}

/* Sponsors Logos */

div#Column .sponsors
{
    width: 100%;
    text-align: center;
    color: #800080;
    text-decoration: none;
    font-size: large;
    height: 468px;
}

div#Column image .sponsors
{
    width: 260px;
}

div#Column a .sponsors
{
    height: 137px;
    width: 158px;
    margin-right: 5px;
    margin-left: 5px;
}



/* ===============
    SITE STYLES 
   =============== */
   
A.SiteLink:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000FF;
	font-size: 11px;
}   

A.SiteLink:link
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #0000FF;
    font-size: 12px;
    font-weight: bold;
}   

A.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
}   

A.SiteLink:hover    
{
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:link
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}
   
div.SiteDetail
{
    width: 700px;
    margin-top: 0px;
    min-height: 700px;
    height: auto;
}
span.SiteDetail
{
    color: #0033cc;
    font-size: 10pt;
    font-family: Verdana;
    width: 42%;
    text-align: center;
}
table.SiteDetail
{
    width: 700px;
    height: auto !important;
    height: 700px;
    min-height: 1px;
}

table.SiteDetail th
{
    color: #fff;
    background-color: #9999FF;
    padding: 5px 5px 4px 10px;
}

table.SiteDetail td, table.SiteDetail th
{
   vertical-align:top;
   padding:3px 5px 3px 10px;
   text-align:left;
}

.PageDetail
{
    width: 100%;
    height: auto;
    margin-top: 0px;
}
span.PageDetail
{
    color: #0033cc;
    font-size: 10pt;
    font-family: Verdana;
    width: 42%;
    text-align: center;
}
table.PageDetail
{
    width: 700px;
    height: 614px;
}

p.PageDetail
{
    height: 15px;
    margin-bottom: 0px;
}

/* ===============
    MAIN STYLES 
   =============== */
   
div.MainDetail
{
    min-height: 600px;
    height: auto;
}

div.PageDetailLeft
{
    width: 285px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    height: auto;
}
div.PageDetailCentre
{
    width: 100%;
    clear: both;
    height: 119px;
}
div.PageDetailRight
{
    width: 386px;
    float: right;
    overflow: visible;
    height: auto;
    margin-bottom: 10px;
}
div.MainText
{
	text-align: left;
	height: 295px;
	width: 300px;
}


img.ImageButton
{
    border-style: none;
    height: 28px;
    margin-top: 15px;
    margin-bottom: 39px;
}

/* ===============
    PROMO STYLES 
   =============== */
   
div.Promo1
{
    margin: 50px 50px 50px 80px;
    padding-top: 10px;
    width: 500px;
    padding-left: 10px;
}

img.Promo1
{
    padding: 7px 0px 10px 10px;
    margin: 0px;
    border-style: none;
    height: 135px;
    width: 160px;
}

div.Promo2
{
    margin: 13px 0px 9px 8px;
    padding-top: 10px;
    width: 291px;
    padding-left: 10px;
    height: 201px;
}

img.Promo2
{
    border-style: none;
    height: 406px;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 27px;
    margin-right: 5px;
    width: 300px;
}

div.Promo3
{
    margin: 13px 0px 9px 8px;
    padding-top: 10px;
    width: 291px;
    padding-left: 10px;
    height: 201px;
}

img.Promo3
{
    border-style: none;
    height: 259px;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 27px;
    margin-right: 5px;
    width: 325px;
}

div.Promo4
{
    margin: 13px 0px 9px 8px;
    padding-top: 10px;
    width: 291px;
    padding-left: 10px;
    height: 201px;
}

img.Promo4
{
    border-style: none;
    height: 552px;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 415px;
}

/* ===============
    PAYMENT STYLES 
   =============== */
   
#OrderReciept
{
    
}

img.OrderReciept
{
    height: 145px;
    width: 627px;
}

/* ===============
    PRINT STYLES 
   =============== */

.PrintDetail
{
    width: 100%;
    height: 100%;
}

div.PrintHeader
{
    
}
  
.PrintHeader
{
    width: 361px;
    height: 130px;
    margin-left: 7px;
    margin-bottom: 15px;
}

#PrintContent
{
    margin: 0px 0px 0px 10px;
    padding: 0 10px 0 10px;
    background: #fff url('/image/decorative/rightBorder.gif') repeat-y right top;
}

#PrintContentHolder
{
    margin: 0;
    padding: 0;
    background: url('/image/decorative/topLeft.gif') repeat-y left top;
    width: 700px;
}

@media print
{
   body
   {
      color:#000;
      background:none;
   }
   
   #DontPrintButton
   {
      display:none;
   }
}


/* ===============
    UNUSED STYLES 
   =============== */

.button
{
    padding: 10px 5px 10px 5px;
    margin: 0 0 0 30px;
    width: 250px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.button a:visited
{
    background-color: #fff;
    border: 1px solid #022950;
    border-left: 8px solid #3300FF;
    color: #3300FF;
    padding: 2px 12px 2px 12px;
}
.button a:link
{
    background-color: #fff;
    border-left: 8px solid #3300FF;
    color: #022950;
    padding: 2px 12px 2px 12px;
    border-style: solid;
    border-width: 1px 1px 1px 10px;
    border-color: #022950;
}
.button a:active
{
   background-color:#FF3300;
   color:#fff;
   padding:2px 12px 2px 12px;
   border:1px solid #fff;
   border-left:4px solid #fff;
}
.button a:hover
{
    background-color: #FF3300;
    color: #fff;
    padding: 2px 12px 2px 12px;
    border: 1px solid #fff;
    border-left: 4px solid #fff;
}
