@charset "utf-8";
/* CSS Document */
/*
	Esplanade.com Screen Styles

	Table of Contents:
		typography
		layout
		behaviours
		forms
*/

/* typography
----------------------------------------------- */
/* Set all to 0 Split for IE 6*/

head {
	display: none; /* FOR PRINT */
}
script {
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0px;
}

html, body, ul, ol, li, p, div, span, a, img, h1, h2, h3, em, strong, b, input[type="text"], input[type="submit"], input[type="radio"], form, fieldset, select, option, textarea, input, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.1%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color: #000;
	background-color: #fff !important;
	display: block;	
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.1%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #fff !important; /* oct */
	color: #000000;		
}
body {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background: none !important;
	/* background-image: url(../images/bg_lines.gif); 
	background-repeat: repeat-y;
	background-position: 0 0; oct */
	/* PRINT */
	float: none !important; /* PRINT */
	width: 100%;


	-margin: -50px;		
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin:1em 5%; 
} 
ul {
	/* list-style-position: inside;
	-padding-left: -25px; IE6 fix
	-margin-left: -25px; */

	padding-left: 18px !important;
	margin-left: 0px;
	text-indent: 0px;
}
ul.gen {
	list-style-position: inside;
	-padding-left: -10px; /* IE6 fix */
	-margin-left: -10px;
	-margin-top: -5px;	
}
ul.gen li {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
li, dd { 
	/*margin-left:5%;
	padding-left: 10px;
	margin: 100px;	*/
} 
ul.star {
	list-style-position: outside;
	padding-left: 12px;
	margin-left: 10px;
	list-style-image: url(../images/blt_star.gif);
	list-style-type: none;
}
li.star {
	margin-left:-5px;
}
fieldset { 
	padding: .5em; 
}
.bold { /* June */
	font-weight: bold;
}
.hdr {
	color: #000; /* oct */
	font-size: 14px;
	font-weight: bold;
}
.hdr01 {
	color: #000; /* oct */
	font-size: 12px;
	font-weight: normal;
}
.hdr01B {
	color: #000; /* oct */
	font-size: 12px;
	font-weight: bold;
}
.hdrTitle {
	color: #000; /* oct */
	font-size: 13px;
	font-weight: bold;
	/* position: relative; */
}
.hdrTitleUp {
	color: #000; /* oct */
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
}
.hdrTitleHi {
	color: #ff7302;
	font-size: 16px;
}
.hdrHi { /* Hilite Header */
	color: #ff7302;
	font-size: 11px;
	font-weight: normal;
}
.hdrWhi { /* Hilite Header */
	color: #000; /* oct */
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
}
.hdrHi2 { /* Hilite Header */
	font-size: 12px;
	font-weight: normal;
	color: #ff7302;
}
.hdrHi2b { /* Hilite Header */
	font-size: 13px;
	font-weight: bold;
	color: #ff7302;
	padding-bottom: 2px;
}
.hdrTxt {
	color: #aaa;
	font-size: 11px;
	line-height: normal;
	padding-bottom: 8px;
}
.hdrTxtBI {
	font-size: 11px;
	color: #aaaaaa;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 8px;
}
.hdrIntro {
	color: #ccc;
	font-size: 18px;
	line-height: 26px;
}
.hdrPriBig, a.hdrPriBig, a.hdrPriBig:link, a.hdrPriBig:visited {
	font-size: 16px;
	color: #ff7302;
	font-weight: normal;
	text-decoration: none;
}
a.hdrPriBig:hover, a.hdrPriBig:active {
	font-size: 16px;
	color: #ff7302;
	font-weight: normal;
	text-decoration: underline;
}
.hdrSecSml {
	font-size: 10px;
	color: #767676;
}

.imgL {
	float: left;	
	padding-right: 15px;	
}
.imgLS { /* Small sq img about the centre */
	float: left;	
	padding-right: 12px;	
}
.imgR {
	float: right;	
	padding-left: 15px;
}
.imgDiv {
	width: 14px;
}
.imgDiv2 {
	width: 6px;
}
.imgGall {
	padding-bottom: 8px;	
}
.imgLGall {
	float: left;	
	padding-bottom: 8px;
	padding-right: 14px;
}
.imgRGall {
	float: right;
	padding-bottom: 8px;
	padding-right: 0px;
}
.imgFea {
	border: solid #323232 1px;
	border-bottom: 0px;
}
.fl_content { /* 071008 */
	display: block;
	visibility: visible; 
}
.fl_image { /* 071008 */
	display: none;
	visibility: hidden; 
}
.imgHdr {
	border-bottom: solid #323232 1px;
}
.imgBdr {
	border: solid #323232 1px;
}
.imgBorThi {
	border: solid #000000 4px;
}
.imgBoxLogo {
	display: block;
	border: solid #333333 1px;
	width: 120px;
	height: 120px;
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.lab { /*Label*/
	font-weight: bold;
	font-size: 12px;
	color: #ccc;
	line-height: 24px;
}
.lab3 { /*Label*/
	font-weight: bold;
	font-size: 13px;
	color: #ccc;
}
.lab11 { /* Label in column format */
	font-weight: bold;
	font-size: 11px;
	color: #ccc;
	margin-top: 4px;
}
.det { /*Detail*/
	font-weight: normal;
	font-size: 12px;
	color: #999;
}
.ans { /*FAQ ans*/
	color: #767676;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 30px;

}
.labCol { /* Label in column format */
	font-weight: bold;
	font-size: 12px;
	color: #ccc;
	float: left;
	text-align: left;
	width: 50px;
}
.labCol2 { /* Label in column format */
	font-weight: bold;
	font-size: 11px;
	color: #999;
}
.detCol { /* Detail in column format */
	font-weight: normal;
	font-size: 12px;
	color: #999;
	float: right;
	text-align: left;
	width: 80%;
}

.txtBr {
	padding-top: 14px;
}
.txtGry {
	color: #999;
}
.hilite { /* Hilite */
	color: #ff7302;
	font: inherit;
}
.error { /* Error Message */
	font-size: 10px;
	color: #cc0000;
}
	
.txt01 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.txt02 {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
div.txt02 {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

div.txt02 p, 
div.txt02 h1, 
div.txt02 h2, 
div.txt02 h3, 
div.txt02 h4, 
div.txt02 h5, 
div.txt02 h6 {
	margin: 0;
}

div.txt02 ol { /* June */
	list-style-type: decimal;
	list-style-position: outside;
	display: block;
	padding-left: 12px;
	margin-left: 10px;	
}
div.txt02 li { /* June */
	margin-left:5px;
}
div.txt02 ol.alpha { /* June */
	list-style-type: upper-alpha;
	list-style-position: outside;
	display: block;
	padding-left: 12px;
	margin-left: 10px;
}

div.txt02 a, 
div.txt02 a:link, 
div.txt02 a:visited { /*link right arrow */
	font-size: 13px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
	/*line-height: 24px;*/
	margin-top: 0.5em; 
    display: inline-block;
	padding: 0 0.8em 0 0 !important;            
	background: transparent url(../images/btn_angUp.gif) right 0.4em no-repeat;
	height:1%;
	zoom:1;
}
div.txt02 a:hover, 
div.txt02 a:active {
	font-size: 13px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: underline;
}

div.txt02 div.button a.button, 
div.txt02 div.button a:link.button, 
div.txt02 div.button a:visited.button, 
div.txt02 div.button a:hover.button, 
div.txt02 div.button a:active.button  {
	color: #4d4d4d;
	background-color: #000;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border: solid #323232 1px;
	height: 14px;
	padding: 2px 3px 0px 3px;
	cursor: pointer;	
	background: none;
}
.txtFtr {
	color: #464646;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
}
.txt03 {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
}
.txt03Sm {
	color: #ccc;
	font-size: 10px;
	font-weight: normal;
}
.txt11 {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
.txt11drk {
	color: #444;
	font-size: 11px;
	font-weight: normal;
}
.txtTitle {
	color: #000; /* oct */
	font-size: 13px;
	font-weight: normal;
}
.txtTitleLab {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 4px 0 0 0; /* for forms fields top spacing */	
}
.hiTitle {
	color: #ff7302;
	font-size: 13px;
	font-weight: normal;
}
.capVid {
	width: 480px;	
}
.capSnd {
	width: 220px;
}
a.lnkHi, a.lnkHi:link, a.lnkHi:visited {
	font-size: 12px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
}
a.lnkHi:hover, a.lnkHi:active {
	font-size: 12px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: underline;
}
a.lnkHiSm, a.lnkHiSm:link, a.lnkHiSm:visited {
	font-size: 11px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
}
a.lnkHiSm:hover, a.lnkHiSm:active {
	font-size: 11px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: underline;
}
a.lnkPri, a.lnkPri:link, a.lnkPri:visited {
	font-size: 12px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
	/* display: block; */
	padding: 4px 0 0 0;
}
a.lnkPri:hover, a.lnkPri:active {
	font-size: 12px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: underline;
	/* display: block; */
	padding: 4px 0 0 0;
}
a.lnkMore, a.lnkMore:link, a.lnkMore:visited {
	font-size: 11px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
	/*line-height: 24px;*/
	margin-top: 0.5em; 
    display: inline-block;
	padding: 0 0.8em 0 0 !important;            
	background: transparent url(../images/btn_angUp.gif) right 0.4em no-repeat;
	height:1%;
	zoom:1;
/*	padding-right: 10px;
	background-image: url(../images/btn_angUp.gif);
	background-repeat: no-repeat;
	background-position: 28px 4px;
*/	
}
a.lnkMore:hover, a.lnkMore:active {
	font-size: 11px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: underline;
}
a.lnkR, a.lnkR:link, a.lnkR:visited { /*link right arrow */
	font-size: 12px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
    display: inline-block;
	padding: 0 0.8em 0 0 !important;            
	background: transparent url(../images/btn_angUp.gif) right 0.4em no-repeat;
	height:1%;
	zoom:1;
}
a.lnkR:hover, a.lnkR:active {
	font-size: 12px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: underline;
    display: inline-block;
	padding: 0 0.8em 0 0 !important;            
	background: transparent url(../images/btn_angUp.gif) right 0.4em no-repeat;
	height:1%;
	zoom:1;	
}
a.lnkRSm, a.lnkRSm:link, a.lnkRSm:visited { /*link right arrow */
	font-size: 11px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
	padding-right: 10px;
	background-image: url(../images/btn_angUp.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	line-height: 18px;
}
a.lnkRSm:hover, a.lnkRSm:active {
	font-size: 11px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: underline;
}
a.lnkL, a.lnkL:link, a.lnkL:visited {
	color:#ff7302;
	font-size: 12px;
	font-weight: normal;	
	padding-left: 12px;
	line-height: 20px;
	background-image: url(../images/nav_icoOn.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
a.lnkL:hover, a.lnkL:active {
	color:#ff7302;
	font-weight: normal;	
	font-size: 12px;
	text-decoration: underline;
}
a.lnkT, a.lnkT:link, a.lnkT:visited { /* back to top */
	display: none;
	/* color: #ff7302;
	font-weight: normal;	
	font-size: 10px;
	text-decoration: none;
	padding-right: 10px;
	background-image: url(../images/btn_top.gif);
	background-repeat: no-repeat;
	background-position: right 2px; */
}
a.lnkT:hover, a.lnkT:active {
	color: #ff7302;
	font-weight: normal;	
	font-size: 10px;
	text-decoration: underline;
}
a.lnkP, a.lnkP:link, a.lnkP:visited { /* prev arw */
	color: #ff7302;
	font-weight: normal;	
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
a.lnkP:hover, a.lnkP:active {
	color: #ff7302;
	font-weight: normal;	
	font-size: 10px;
	text-decoration: underline;
}
a.lnkSub, a.lnkSub:link, a.lnkSub:visited, a.lnkSub:hover, a.lnkSub:active   {
	color: #666666;
	font-weight: normal;	
	font-size: 10px;
	text-decoration: underline;
}
a.lnkHdr, a:link.lnkHdr, a:visited.lnkHdr {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #ff7302;
	text-decoration: none;
}
a.lnkHdr, a:hover.lnkHdr, a:active.lnkHdr {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #ff7302;
	text-decoration: underline;
}
a.lnkHdrI, a:link.lnkHdrI, a:visited.lnkHdrI {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	color: #ff7302;
	text-decoration: none;
}
a.lnkHdrI, a:hover.lnkHdrI, a:active.lnkHdrI {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;	
	line-height: normal;
	color: #ff7302;
	text-decoration: underline;
}
a.lnkHdrB, a:link.lnkHdrB, a:visited.lnkHdrB {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #ff7302;
	text-decoration: none;
}
a.lnkHdrB, a:hover.lnkHdrB, a:active.lnkHdrB {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #ff7302;
	text-decoration: underline;
}
a.mnu, a.mnu:link, a.mnu:visited  {
	color:#ccc;
	font-size: 11px;
	font-weight: normal;
	padding-left: 12px;
	line-height: 20px;	
	background-image: url(../images/nav_icoOff.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;	
}
a.mnu:hover, a.mnu:active  {
	color:#ff7302;
	font-size: 11px;
	font-weight: normal;
	padding-left: 12px;
	line-height: 20px;	
	text-decoration: underline;
}
a.dwnld, a.dwnld:link, a.dwnld:visited  {
	color:#999;
	font-weight: normal;
	font-size: 12px;	
	padding-left: 12px;
	line-height: 20px;	
	background-image: url(../images/nav_icoOff.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;	
}
a.dwnld:hover, a.dwnld:active  {
	color:#999;
	font-weight: normal;
	font-size: 12px;	
	padding-left: 12px;
	line-height: 20px;
	text-decoration: underline;
}

a.lnkGry, a.lnkGry:link, a.lnkGry:visited  {
	color:#999;
	font-size: 11px;
	font-weight: normal;
}
a.lnkGry:hover, a.lnkGry:active  {
	color:#999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a.lnkGryB, a.lnkGryB:link, a.lnkGryB:visited  {
	color:#999;
	font-size: 13px;
	font-weight: normal;
}
a.lnkGryB:hover, a.lnkGryB:active  {
	text-decoration: underline;
}

/* layout GENERAL
----------------------------------------------- */
.con2_3 { /* two thirds*/
	width: 380px;
}
.con2_3_col { /* two thirds*/
	width: 348px;
	padding-right: 12px;
}
.con1_2 { /* 2 col */
	width: 300px;
	border-right: solid #26263c 1px;
	border-bottom: solid #26263c 1px;	
	padding: 10px 8px 10px 16px;
}
.con1_2_left { /* left of 2 col */
	width: 252px;
	-width: 248px; /* IE6 */
	padding: 0px 24px 0px 0px;
}
.con1_2_leftw { /* left of 2 col */
	width: 260px;
	-width: 262px; /* IE6 */
	padding: 0px 20px 0px 0px;
}
.con1_2_dot { /* 2 col right dot*/
	width:  252px;
	-width:  248px;	/* for IE 6 padding diff */
	padding: 0px 0px 0px 24px;
	margin: 0;
	background: url(../images/dotver.gif) top repeat-y;
	background-position: left;
}
.con1_2_dotM { /* 2 col right dot smaller right margin*/
	width:  262px;
	-width:  258px;	/* for IE 6 padding diff */
	padding: 0px 0px 0px 18px;
	margin: 0;
	background: url(../images/dotver.gif) top repeat-y;
	background-position: left;
}
.con_dot { /* col right dot*/
	padding: 0px 0px 0px 18px;
	margin: 0;
	background: url(../images/dotver.gif) top repeat-y;
	background-position: left;
}
.con1_4_txt { /* right of half col text */
	width:140px;
	-width:136px;
	padding: 0px;
}

.con1_6_txt { /* right of half col text (of press registration)*/
	width:170px;
	padding: 0px;
}

.con1_5 { /* right of half col text (of img venue detail */
	width: 170px;
	padding: 0px;
}
.con33 { /* 33% 3 col some space for 14px divider col */
	width: 31%;
}
.con30 { /* 3 col */
	width: 30%;
}
.con35 { /* 3 col */
	width: 35%;
}
.con40 { /**/
	width: 40%;
}
.con45 { /* 2 col */
	width: 45%;
}
.con20 { /* Press */
	float: left;
	width: 130px;
	padding-right: 10px;  
	text-align: left;
}
.con60 { /*Artist*/
	width: 60%;
}
.con80 { /* Press */
	float: right;
	width: 425px;
	-width: 422px;
	text-align: left;
}
.con70 { /* Sponsor 368*/
	width: 348px;
	text-align: left;
}

.conLabels { /* Send Friend */
	float: left;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	width: 90px;
	padding-top: 7px;
}

.conLabelspw { /* Retrieve Password */
	float: left;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	width: 40px;
	padding-top: 7px;
}

.conFields { /* Send Friend */
	float: left;
	width: 270px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.conFaq { 
	width: 60%;
	vertical-align: top;
	line-height: normal;
}
.conNowrap {
	white-space: nowrap;
}
.infoPanel {
	width: 189px;
	border-left: 0px;
	border-top: 0px;	
	border-right: solid #242424 1px;
	border-bottom: solid #242424 1px;	
	padding: 12px 18px 12px 12px;
}
.infoPanel2 {
	width: 168px;
	border: solid #242424 1px;
	border-left: 0px;
	padding: 12px 18px 12px 12px;
}
.rowB {
	display: block;
	clear:none;
	padding: 0;
	margin: 0;
}
.rowShd01 {
	background-color: #fff; /* oct */
	padding-left: 14px;
}
.rowShd02 {
	background-color: #fff; /* oct */
	padding-left: 14px;
}
.rowShd03 {
	background-color: #fff !important; /* oct */
	padding-left: 14px;
}
.rowShd04 {
	background-color: #fff; /* oct */
	padding-left: 14px;
}
.rowL1 {
	background-color: #fff; /* oct */
	padding: 2px 3px 2px 3px;
	display: block;
	height: 24px;
}
.rowL2 {
	background-color: #fff; /* oct */
	padding: 2px 3px 2px 3px;
	display: block;
	height: 24px;
}
.rowLayer {
	clear: both;
	position:relative;  /* for IE filter alpha to work */
	width:566px; 
	height:100%;
}

.rowfavhd {
	padding: 0;
	display: block;
	height: 20px;
}

.rowL1fav {
	background-color: #fff; /* oct */
	padding: 2px 3px 2px 3px;
	display: block;
	height: 90px;
}

.rowL2fav {
	background-color: #fff; /* oct */
	padding: 2px 3px 2px 3px;
	display: block;
	height: 90px;
}

div.row {
  width: 100%; /* 041108 */
  clear: both;
}
div.row p {
	margin: 0;
}

div.row02 {
  clear: both;
  padding-top: 1px;
}
div.row04 {
  clear: both;
  padding-bottom: 24px;
}
div.spacer {
  clear: both;
  height: 0px;
  line-height: 0;
  margin: 0;
  padding: 0;
  
  display: inline;
}
div.spacerM { /* medium 20px break */
  clear: both;
  height: 20px;
  /* display: inline;
  display: block; 041108 */ 
}
div.spacerB { /* big 40px break */
  clear: both;
  height: 40px;
}
div.spacer00 { /* half line break */
  clear: both;
  height: 4px;
}
div.spacer01 { /* single line break */
  clear: both;
  height: 8px;
  margin: 0;
  padding: 0;
  line-height: 8px;
}
div.spacer02 { /* dbl line break */
  clear: both;
  height: 16px;
  margin: 0;
  padding: 0;  
}
div.container {
  border: 2px dashed #333;
  background-color: #ffe;
}
div.zero {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
	border: 0;
}
.divLine {
	border-bottom: solid #242424 1px;
	margin: 0;
	padding: 0;
	height: 16px;
}
.divDot {
	height: 1px;
	width: 100%;
	background: url(../images/dotted.gif) top repeat-x;
}
.line02 { /* Search Panel */
	border-bottom: solid #595959 1px;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 100%;
}
.prVid {
  clear: right;
  float: right;
  margin: 0 auto;
  padding: 0;
  margin-top: 10px;
/*  border: solid #242424 1px;*/
}
.prVid2 {
  clear: right;
  float: right;
  margin: 0 auto;
  padding: 0;
  margin-top: 10px;

}
.hmCol {
	width: 160px;
	padding: 0;
	margin: 0;
}
.hmColDiv {
	width: 1px;
	height: 100%;
}
.hmColSpc {
	width: 18px;
	height: 100%;
}
.colSpc {
	width: 15px;
	height: 100%;
}
.hmMidRow {
	clear: none;
	/* bg in drop content */
	height: 100%;
}
.hmBtmRow {
	clear: none;
	background: url(../images/bg_hm_col.gif) top repeat-y;			
	height: 100%;
}
.indent {
	margin-left: 30px;
}

/* PRINT STYLES */
.pr_hdr {
	display: block;
	padding: 20px 0 8px 0; 
	margin: 10px 0 0 0; 
	color: #000000;
}
.pr_block {
	display:block !important;
}
.pr_none { /* PRINT */
	display:block; !important;
}
.pr_hide {
	display:none;
	height: 0;
}

/* layout FRAMEWORK
----------------------------------------------- */

/********** TOP **********/

#top {
	display: block !important;
	margin: 0;
	padding: 0;
	left: 0px;	

}
#top div.rowUtil {
	visibility: hidden;
	height: 0px !important;
	display: none !important;
	margin: 0;
	padding: 0;
	left: 0px;	
}
#top span.navUtil {
	visibility: hidden;
	height: 0px !important;
	
	float: left;
	width: 560px;
	padding-top: 4px;
	text-align: left;
} 
#top span.searchUtil {
	visibility: hidden;
	display: none;
	height: 0px !important;
}
#top a.navUtil, a.navUtil:link, a.navUtil:visited {
	visibility: hidden;
	height: 0px !important;
	
	color: #b3b3b3;
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
}
#top a.navUtil:hover, a.navUtil:hover {
	visibility: hidden;
	height: 0px !important;
	
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
}
#top a.navUtilOn {
	visibility: hidden;
	height: 0px !important;
	
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
}
#top a.navHdr, a.navHdr:link, a.navHdr:visited, a.navHdr:hover, a.navHdr:hover {
	visibility: hidden;
	height: 0px !important;
	
	display: block !important;
	margin: 0;
	padding: 0;		
}
#top a.navHome, a.navHome:link, a.navHome:visited {
	visibility: hidden;
	height: 0px !important;
	
	display: block !important;
	margin: 0;
	padding: 0;	
}
#top a.navHome:hover, a.navHome:hover {
	visibility: hidden;
	height: 0px !important;
	
	display: none !important;
	margin: 0;
	padding: 0;	
}
#top input[type="text"] {
	display: none !important;
}
#top input {
	display: none !important;
}
#top .noBdr {
	border:0;
}
#top input[type="image"] {
	display: none !important;
}
#top div.navMain {
	visibility: hidden;
	display: inline;
	height: 0px !important;

}
#top div.navHome {
	visibility: hidden;
	display: block;
	height: 0px !important;
}
#top a.block {
	padding: 0;
	margin: 0;
}
#top .topPanel { 
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	left: 0px !important;
	top: 0px !important;
	height: 10px !important;
	line-height: 10px !important;

}
/* PRINT */
#top .topPanel .spacer { 
	display: inline;
	margin: 0;
	padding: 0;
	left: 0px;	
}
#top .topSpace { 
	visibility: hidden;
	display: inline;	
	height: 0px !important;
	clear: both;
	/* bg color */
	border: 0px;
	padding: 0px;
	margin: 0px;


}
#top .topHdr {
	display: inline !important;
	
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;	
	color:#ccc;
	margin: 0px !important;
	padding: 0px !important;
	/* padding-top: 75px; PRINT affects */
	height: 100px !important; /* for IE disappearing text bug */	
	width: 800px;
}
.topHdr { /* June */

	font-size: 28px;
	font-weight: normal;	
	color:#ccc;
	margin: 0px !important;
	padding: 0px !important;
}
#top .topHdrPre {
	font-size: 11px;
	font-weight: normal;	
	color:#666;
	padding: 12px 0 12px 0;	
}
#top .topHdrSub {
	color:#aaa;
	font-size: 1.2em;
	margin-left: 14px;
	height: 1%; /* IE Disappearing Text */
}
#top .hdrLogoR {
	float: right;
	padding: 70px 14px 0 0;
}
#top .hdrLeft {
	float: left;
	width: 550px;
	margin-left: 0px;
	padding-left: 0px;
}
#top span {
	margin-left: 12px;
	border: 0px;
	padding: 0px;
}
.navTop_whatsOn { display: none !important; }
.navTop_eatDrinkShop { display: none !important; }
.navTop_about { display: none !important; }
.navTop_community { display: none !important; }

/********** LEFT COLUMN **********/ 
#colLeft { /* bg navLeft */
	display: none;
	width: 0px !important; /* minus the bg vertical line */


	height:100%;
	top:0px;
	left:0px;
	border:0px;
	padding:20px;
	/* z-index:2; */
}
#colLeft div.logo {
	position: absolute;
	left: 50px;
	top: 70px;
}
#colLeft div.navLeft {
	display: none;

	font-size: 11px;
	font-weight: normal;
	position: absolute;
	left: 20px;
	top: 185px;
	width: 170px;
}
#colLeft .navLeftHdr {
	font-size: 19px;
	font-weight: normal;
	line-height: normal;
	color:#fefefe;
	padding-top: 18px;	
	padding-bottom: 5px;
}
#colLeft a {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
	/* line-height: 26px; */
}
#colLeft2 a {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 8px;
	/* line-height: 26px; */
}
ul.nav {
	list-style-position: outside;
	padding-left: 0px !important;
	margin-left: 5px;
	list-style-type: none;
}
ul.nav a, ul.nav a:link, ul.nav  a:visited  {

	line-height:normal !important;
}
ul.nav a:hover {
	color:#ff7302;	
}
ul.nav li {
	margin-left:-5px;
	line-height:12px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.navSub {
	list-style-position: outside;
	list-style-image: url(../images/nav_icoOff.gif);
	list-style-type: none;
	margin: 0;
	padding: 0;	
	padding-left: 10px !important;
	margin-left: 8px;	
}
ul.navSub li {
	margin-left:-5px;
	line-height: normal;
	margin: 0;
	padding-top: 1px;	
	padding-bottom: 1px;			
}
li.navSubOn {
	color:#ff7302;
	margin-left:-5px;
	line-height: 15px;
	list-style-position: outside;
	list-style-image: url(../images/nav_icoOn.gif);
	list-style-type: none;		
}
ul.navSub li.navSubOn a:link, 
ul.navSub li.navSubOn a:visited {
	color: #ff7302;
}
ul.navSub a {
	color:#eee;
	line-height: 16px;	
}
ul.navSub a:hover {
	color:#ff7302;
	text-decoration: underline;
}
a.navLeft:link, a.navLeft:visited {
	color:#e0e0e0;
}
a.navLeft:hover, a.navLeft:active {
	color:#ff7302;
}
a.navLeftOn:link, a.navLeftOn:visited {
	color:#ff7302;
}
a.navLeftOn:hover, a.navLeftOn:active {
	text-decoration: underline;
}

a.navLeft2, a.navLeft2:link, a.navLeft2:visited { /* double line */
	display: block;
	font-size: 11px;
	font-weight: normal;
	color:#e0e0e0;
	line-height: normal;	
	padding-top: 6px;
	margin-bottom: -7px;	
}
a.navLeft2:hover, a.navLeft2:active {
	color:#ff7302;
}
a.navLeftOn2:link, a.navLeftOn2:visited {
	color:#ff7302;
}
a.navLeftOn2:hover, a.navLeftOn2:active {
	text-decoration: underline;
}

a.navLeftSub, a.navLeftSub:link, a.navLeftSub:visited  {
	color:#eee;
	padding-left: 12px;
	line-height: normal;
	background-image: url(../images/nav_icoOff.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
a.navLeftSub:hover, a.navLeftSub:active  {
	color:#ff7302;
	padding-left: 12px;
	line-height: normal;
	background-image: url(../images/nav_icoOff.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
}
a.navLeftSubOn, a.navLeftSubOn:link, a.navLeftSubOn:visited {
	color:#ff7302;
	padding-left: 12px;
	line-height: normal;
	background-image: url(../images/nav_icoOn.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a.navLeftSub:hover, a.navLeftSub:active {
	color:#ff7302;
	padding-left: 12px;
	line-height: normal;
	background-image: url(../images/nav_icoOn.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: underline;
}

a.navLeftSub2, a.navLeftSub2:link, a.navLeftSub2:visited  {
	color:#ccc;
	padding-left: 24px;
	line-height: 16px;
	background-image: url(../images/nav_icoOff.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
}
a.navLeftSub2:hover, a.navLeftSub2:active  {
	color:#ff7302;
	padding-left: 24px;
	line-height: 16px;
	background-image: url(../images/nav_icoOff.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;	
}
a.navLeftSub2On, a.navLeftSub2On:link, a.navLeftSub2On:visited {
	color:#ff7302;
	padding-left: 24px;
	line-height: 16px;
	background-image: url(../images/nav_icoOn.gif);
	background-repeat: no-repeat;
	background-position: 12px 2px;
}

/********** MAIN CONTENT incl right column **********/
/*.content>p {margin:0px;}
.content>p+p {text-indent:30px;}
All the content boxes belong to the content class. */
/* bg tile */
.content {
	/* position: relative; 041108 */
	position:static; /* PRINT browser default 041108*/
	display: block;
	float: none;
	/* left: 199px; */
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	/* min-height:600px; DO NOT ADD HERE CAUSES PROBS WITH LINKS Stretch Bg. Max SEP 071008 */
	/* height:100% !important; /* Place footer at Max height  */
}

.contentHead { /*To get background to cover right with tabs*/
	background-color: #FF0029;
	width:100%;
}
/* ie6 565 rest 595 */
/* Container flush */
#contentCont {
	position:static;
	display: block;
	float: none;
	/* width: 100%; 041108*/
	font-size: 11px;
	border-top: solid #242424 1px;
	padding: 0;
	margin: 0;
	/* min-height:650px; 071008 041108*/
	/* height:100% !important; Place footer at Max height  041108*/	
}
#contentContTab { /* When theres tabs the div line is done by tabs*/
	float: none;
	width: 595px; /*FF value*/ 
	-margin: 565px IE value 
	/*width: 565px;*/
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/* Content, with indents : bg navFlowover */
.contentBody {
	float: none;
	font-size: 11px;
	margin:0;
	padding: 14px;
	padding-top: 18px;
	width: 565px; /*FF value*/ 
	-width: 565px; /*IE value*/ 
}
/* Content, with tabs so flush */
.contentBodyTab {
	float: none;
	width:100%;
	height: 100%;
	font-size: 11px;
	margin:0;
}
/* Content, with indents : full - search*/
.contentFull{
	float: none;
	font-size: 11px;
	margin:0;
	padding: 14px;
	padding-top: 18px;
	width: 773px;
	border-top: solid #242424 1px;
}
.contentBodyFull{
	display: block;
	font-size: 11px;
	margin:0;
	padding: 14px;
	width: 754px;
	-width: 742px; /* #June */
	
}
/**********RIGHT COLUMN**********/
#colRight {
	display: none !important;	
}
/**********FOOTER**********/
#footer {
	display:none !important;	
}
/* layout PANELS / BEHAVIOURS
----------------------------------------------- */
.conDates {
	width: 560px;
	height: 35px;
	border-bottom-color: #ff7302;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 0;
	margin: 0;
}
.boxDates a, a:link, a:visited, a:hover, a:active, span {
	color: #000; /* oct */
	font-size: 10px;
	font-weight: bold;
} 
.boxDates {
	width: 76px;
	height: 35px;
	float: left;
	text-align: center;
	border-right-color: #27272b;
	border-right-style: dashed;
	border-width: 1px;
}
.boxDatesOn {
	color: #ff7302;
	width: 76px;
	height: 35px;
	float: left;
	text-align: center;
	border-right-color: #27272b;
	border-right-style: dashed;	
	border-width: 1px;	
	background-image: url(../images/btn_ptrUp.gif);
	background-repeat: no-repeat;
	background-position: 32px 30px;
}
.boxDatesLast {
	width: 76px;
	height: 35px;
	float: left;
	text-align: center;
	border: 0px;;
}
.formBox {
	background-color: #000000;
	border: solid #4d4d56 1px;
	padding: 10px;
	font-size: 13px;
	color: #999;
}
/* Overlay Header ADD Image */
#feature {
	position: relative;
	width: 98px;
	height: 68px;
}
#feature-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 29px;
	height: 29px;
	/*filter:alpha(opacity=90);
	opacity:0.9;*/	
}
#feature a {
	color: #000; /* oct */
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/* Overlay Zoom Image */
#zoom {
	position: relative;
	width: 178px;
	height: 108px;
}
#zoom-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 29px;
	height: 28px;
	/*filter:alpha(opacity=90);
	opacity:0.9;*/	
}
#zoom.a {
	color: #000; /* oct */
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.tblEvents table, div.tblEvents {
	font-size: 10px;
	font-weight:normal;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
}
.tblEvents th {
	font-size: 10px;
	font-weight:bold;
	color: #999999;
	border-bottom: solid #242424 1px;
	padding-bottom: 7px;
}
.tblEvents tr {
	border-bottom: solid #242424 1px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;	
}
.tblEvents td {
	margin: 0px;	
	padding: 7px 7px 7px 7px; /* cell padding */
	border-right: solid #000000 thin;
}
.tblEvents td.last {
	border: 0px;
	margin: 0px;	
	padding: 7px 7px 7px 7px; /* cell padding */
}
.tblEvents td.image {
	margin: 0px;
	padding: 0px;
	width: 98px;
	border-right: 0px;
}
.tblEvents img.tnail {
	border: solid #333333 1px;
	margin: 0px;
	padding: 0px;
	/*width: 98px;
	height: 68px;
	*/
}
.tblEvents a.eveName, a:link.eveName, a:visited.eveName, span.eveName, div.eveName {
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #ff7302;
	text-decoration: none;
}
.tblEvents a:hover.eveName, a:active.eveName {
	text-decoration: underline;
}
.tblEvents span.eveOrg, div.eveOrg {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.tblEvents a.eveMore, a:link.eveMore, a:visited.eveMore {
	font-size: 10px;
	font-weight: normal;
	color: #ff7302;
	text-decoration: none;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 10px;
	background-image: url(../images/btn_angUp.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
}
a.eveMore:hover, a.eveMore:active {
	text-decoration: underline;
}

.tblEvents td.tblDiv00, .tblDiv00 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 9px;
}
.tblEvents td.tblDiv01, .tblDiv01 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background:url(../images/dotted.gif) bottom repeat-x;
	line-height: 9px;
}
/*
ROW GREYS
1. 1e1e2a 01
2. 0f0f16 02
3. 080808 03
4. 1e1e1e 04
5. 0f0f0f 05
6. 080808 06
7. 1e1e1e 04
8. 0f0f0f 05
9. 080808 06
10. 1e1e1e 04
*/
.tblEvents tr.tblShd01 {
	padding-top: 8px;
	background-color: #1e1e2a;
}
.tblEvents tr.tblShd02 {
	background-color: #0f0f16;
}
.tblEvents tr.tblShd03 {
	background-color: #080808;
}
.tblEvents tr.tblShd04 {
	background-color: #1e1e1e;
}
.tblEvents tr.tblShd05 {
	background-color: #0f0f0f;
}
.tblEvents tr.tblShd06 {
	background-color: #080808;
}
/* COLLAPSIBLE PANEL */
div.collHdr {
	margin-left: 0;
	padding: 0px;
	/*padding-top: 20px;*/
	border: 0px solid #00009C;
	width: 170px;
}

div#collPanel {
	display: block;
	margin: 0px;
}
/* END COLLAPSIBLE PANEL */

.button div.button, span.button {
	display: none !important;
	height: 0px;
	margin: 0 !important;
	padding: 0 !important;	
	visibility: hidden;
}
.button a.button, a:link.button, a:visited.button, a:hover.button, a:active.button  {
	display: none !important;
	height: 0px;
	margin: 0 !important;
	padding: 0 !important;	
	visibility: hidden;
}
.btnGry a.btnGry, a:link.btnGry, a:visited.btnGry, a:hover.btnGry, a:active.btnGry  {
	color: #616161;
	background-color: #1d1d1d;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border: solid #525252 1px;
	height: 14px;
	padding: 3px 9px 2px 9px;
	cursor: pointer;
}
a.btnBox, a:link.btnBox, a:visited.btnBox, a:hover.btnBox, a:active.btnBox  {
	color: #4d4d4d;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border: solid #323232 1px;
	height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	width: 158px;
	cursor: pointer;
}
.button a.btnBig, a:link.btnBig, a:visited.btnBig {
	color: #4d4d4d;
	font-size: 10px;
	display: block;
	text-align: left;
	border: solid #323232 1px;
	width: 150px;
	height: 28px;
	padding: 38px 0 8px 8px;
	vertical-align: bottom;	
	cursor: pointer;	
}
.button a:hover.btnBig, a:active.btnBig  {
	color: #4d4d4d;
	font-size: 10px;
	display: block;
	text-align: left;
	border: solid #323232 1px;
	width: 150px;
	height: 28px;
	padding: 38px 0 8px 8px;
	vertical-align: bottom;	
	text-decoration: underline;
	cursor: pointer;	
}


/* forms
----------------------------------------------- */
form {
	font-size: 10px;
	font-weight: normal;
	color: #b3b3b3;
	margin: 0;	
	padding: 0;
	display:inline;
}
input, textarea {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;	
	padding: 0px;	
}
select {
	color: #4d4d4d;
	font-size: 10px;
	font-weight: normal;
	background-color: #000;
	outline: solid #353535 1px;
	height: 18px;
	border: thin;
	margin:0px;
	padding:0px;
}
a.opt {
	color: #4d4d4d;
}
input[type="text"] {
	font-size: 10px;
	color: #999;
	background-color: #111;
	border-style: solid;
	border-color: #363636;
	border-width: 1px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
} 

input[type="text"].drk {
	font-size: 10px;
	color: #999;
	background-color: #111;
	border-style: solid;
	border-color: #363636;
	border-width: 1px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
input.drk {
	font-size: 10px;
	color: #999;
	background-color: #111;
	border-style: solid;
	border-color: #363636;
	border-width: 1px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
input[type="image"] {
	margin: 0px;
	padding: 0px;
	cursor: pointer;	
}
input.blk, input[type="reset"].blk, input[type="submit"].blk {
	background-color: #000000;
	border: solid #323232 1px;
	color: #616161;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	outline: 0px;
	width: 68px; /* Artist update */
	height: 18px;
	line-height: 8px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}

 input.blk { /*repeat for ie6 */
	background-color: #000000;
	border: solid #323232 1px;
	color: #616161;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	outline: 0px;
	width: 68px; /* Artist update */
	height: 18px;
	line-height: 8px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}
#frmBlk input[type="text password"] {
	font-size: 10px;
	background-color: #000000;
	border-style: solid;
	border-color: #363636;
	border-width: 1px;
	height: 16px;
	margin: 0px;
	-margin: -1px;
	padding: 0px;
	padding-left: 2px;
}
#frmBlk input { 
	font-size: 10px;
	background-color: #000000;
	border-style: solid;
	border-color: #363636;
	border-width: 1px;
	height: 16px;
	margin: 0px;
	padding-left: 2px;
}
#frmBlk input[type="image"] {
	border: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;	
}
#frmBlk input[type="submit"].grey, #frmBlk input[type="reset"].grey, #frmBlk input.grey {
	background-color: #1d1d1d;
	border: solid #525252 1px;	
	color: #616161;
	font-size: 10px;
	padding: 2px;	
	width: 68px;
	height: 20px;
	cursor: pointer;	
}
#frmBlk input.grey { /*repeat for ie6 */
	background-color: #1d1d1d;
	border: solid #525252 1px;	
	color: #616161;
	font-size: 10px;
	padding: 2px;	
	width: 68px;
	height: 20px;
	cursor: pointer;	
}
#frmGry input[type="text"] {
	color: #6e6e6e;
	font-size: 11px;
	background-color: #060606;
	border-style: solid;
	border-color: #232323;
	border-width: 1px;
	height: 16px;
	-margin: -1px;
	margin: 4px 0 0 0;	
	padding: 0px;
	padding-left: 2px;
}
#frmGry input[type="checkbox"] {
	color: #6e6e6e;
	font-size: 11px;
	background-color: #060606;

}
#frmGry input[type="radio"] {
	border: 0;
	margin: 0;
	padding: 0;
	height: 13px;
}
#frmGry input { /*repeat for ie6 */
	color: #6e6e6e;
	font-size: 11px;
	background-color: #060606;
	border-style: solid;
	border-color: #232323;
	border-width: 1px;
	height: 16px;
	margin: 4px 0 0 0;
	padding: 0px;
	padding-left: 2px;
}
#frmGry input.radio { /*repeat for ie6 take out radio border*/
	border: 0px;
}
#frmGry textarea {
	color: #6e6e6e;
	font-size: 11px;
	background-color: #060606;
	border-style: solid;
	border-color: #232323;
	border-width: 1px;
	margin: 4px 0 0 0;
	padding: 0px;
	padding-left: 2px;
	overflow: hidden;
}
#frmGry input[type="submit"].grey, #frmGry input[type="reset"].grey, #frmGry input.grey {
	background-color: #1d1d1d;
	border: solid #525252 1px;	
	color: #616161;
	font-size: 10px;
	padding: 2px;
	width: 68px;
	height: 20px;
	cursor: pointer;	
}
#frmGry input.grey { /*repeat for ie6 */
	background-color: #1d1d1d;
	border: solid #525252 1px;	
	color: #616161;
	font-size: 10px;
	margin: 4px 0 0 0;	
	padding: 2px;
	padding-bottom: 4px;
	width: 68px;
	height: 20px;	
	cursor: pointer;	
}
#frmGry input[type="reset"].blk, #frmGry input[type="submit"].blk {
	background-color: #000000;
	border: solid #323232 1px;
	color: #616161;
	font-size: 10px;
	margin: 0;
	padding: 1px 2px 2px 2px;
	width: 68px;
	height: 18px;
	cursor: pointer;
}
#frmGry input.blk { /*repeat for ie6 */
	background-color: #000000;
	border: solid #323232 1px;
	color: #616161;
	font-size: 10px;
	padding: 1px 2px 2px 2px;
	width: 68px;
	height: 20px;
	cursor: pointer;
}
input[type="submit"].grey, input[type="reset"].grey { /* darker grey general button without form ID */
	background-color: #1d1d1d;
	border: solid #525252 1px;	
	color: #616161;
	font-size: 10px;
	padding: 2px;	
	width: 68px;
	height: 20px;
	cursor: pointer;	
}
input.grey { /* IE 6darker grey general button without form ID */
	background-color: #1d1d1d;
	border: solid #525252 1px;	
	color: #616161;
	font-size: 10px;
	padding: 2px;	
	width: 68px;
	height: 20px;
	cursor: pointer;
	margin: 0;
	padding: 0;	
}
.btn_form {
	margin: 0px;	
	padding: 0px;
}

/* Search ROW for Events */
#searchRow {
	color: #999999;
	font-weight: bold;
	font-size:10px;
}
#searchRow div.fields {
	float: left;
	padding-right: 6px;
}
#searchRow div.fieldsLast {
	float: left;
	padding: 0px;
}
#searchRow div.label {
	text-align: left;
	padding-bottom: 2px;
}
#searchRow input[type="text"] {
	font-size: 10px;
	color: #999;
	background-color: #111;
	border-style: solid;
	border-color: #363636;
	border-width: 1px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

/* Select Drop Down */

.dhtmlgoodies_contentBox{
	visibility:hidden;
	position:absolute;
	background-color: #111111; 
	overflow:hidden;
	border: solid #363636 1px;		
	border-top: solid 1px #111111;	
	margin-top:-1px;
	padding: 0;
	z-index: 1000;	/* So that it will go over the scroll on right */
}
.dhtmlgoodies_contentBoxGr{
	height:0px;
	visibility:hidden;
	position:absolute;
	background-color: #3a3a3a;
	overflow:hidden;
	padding: 0 0 0 0;
	border: solid #595959 1px;
	border-top: solid 1px #3a3a3a;
	margin-top: -2px;
	z-index: 1001;
}
.dhtmlgoodies_content{
	position:relative;		
	font-size: 10px;
	line-height: 16px;
	width:100%;
	margin-top: -3px;
	padding: 2px;
	z-index: 1002;
}
.selectDD a.selectDD, a:link.selectDD, a:visited.selectDD, a:hover.selectDD, a:active.selectDD { /* Event DD */
	color: #999999;
	font-size: 10px;
	display: block;
	border: solid #363636 1px;	
	padding: 2px 2px 2px 2px;
	margin: 0;
	background-color: #111111;	
	background-image: url(../images/btn_arwDwn.gif);
	background-position: right 2px;
	background-repeat: no-repeat;		
}
.selectGr a.selectGr, a:link.selectGr, a:visited.selectGr, a:hover.selectGr, a:active.selectGr { /* Search Panel DD */
	color: #999999;
	font-size: 10px;
	display: block;
	border: solid #595959 1px;	
	padding: 2px 2px 2px 2px;
	margin: 0;
	background-color: #3a3a3a;	
	background-image: url(../images/btn_arwDwnGr.gif);
	background-position: right 2px;
	background-repeat: no-repeat;		
}
/* Tooltips */
.dhtmlgoodies_tooltip{
	visibility:hidden;
	position:absolute;
	background-color: #000;
	overflow:hidden;
	border: 0px;
	margin: 0px;

	padding: 0;
	z-index: 1000;	/* So that it will go over other elements */
	background-image: url(../images/tooltip.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: solid #292929 1px;	
}
.dhtmlgoodies_content1{
	
	font-size: 11px;
	color: #999;
	line-height: 16px;
	margin-top: 31px;

	padding: 0 18px 18px 18px;
	z-index: 1002;
	background-color: #000;
	overflow:hidden;
	border: solid #292929 1px;
	border-top: 0px;
	width: 216px;
	height: 120px;
}
.lnkClose {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: 15px;
	margin-left: 230px;
}
/* Page numbers */
.pgNum {
	display: inline; /* PRINT */
	
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;
	padding: 8px 0 8px 0;
}
.pgNum a.curr {
	display: inline; /* PRINT */
	
	font-size: 11px;
	color: #aaaaaa;
	text-align: center;
	border: solid #323232 1px;	
	padding: 2px 3px 3px 3px;
	margin: 1px;
	line-height: 22px;
	background-color: #111111;
}
.currPg {
	display: inline !important;/* PRINT */
	
	font-size: 11px;
	color: #000; /* oct */
	text-align: center;
	padding-left: 3px;
	margin-left: 3px;
	text-decoration: underline;
}
.pgNum a.next {
	display: inline; /* PRINT */
	
	font-size: 11px;
	font-weight: normal;	
	color: #aaaaaa;
	text-align: center;
	border: 0;
	background-color: #111111;
	padding: 2px 3px 3px 3px;
	margin: 1px;
	line-height: 20px;
}
a.nxtPg, a.nxtPg:link, a.nxtPg:visited {
	display: inline; /* PRINT */
	
	font-size: 11px;
	color: #aaaaaa;
	text-align: center;
	padding-left: 3px;
	margin-left: 3px;
	line-height: 20px;
	text-decoration: none;
}
a.nxtPg:hover, a.nxtPg:active {
	display: inline; /* PRINT */
	float: none !important;
	
	font-size: 11px;
	color: #aaaaaa;
	text-align: center;
	text-decoration: underline;
	border: 0;
	padding-left: 3px;
	margin-left: 3px;
	line-height: 20px;
}
/* SWITCH CONTENT - used Diary Loc*/
.hdrSC {
	font-size: 13px;
	width: 538px;
	height: 18px;
	display: block;
	background-color: #050508;
	border-bottom: solid #3f3f46 1px;
	padding-left: 12px;
	padding-top: 0;
	cursor: pointer;
	text-transform: uppercase;
}
.switchgroupDL {
	display: block !important; /* PRINT */
	border: solid #3f3f46 1px;
	border-top: 0px;
	width: 488px;
	padding: 30px;
	margin-top: 0px;
}
.switchgroupFAQ {

	display: block !important; /* PRINT */
	color: black; /* PRINT */
	background-color: white; /* PRINT */
	
	border: solid #3f3f46 1px;
	border-top: 0px;
	width: 488px;
	padding: 30px;
	margin-top: 0px;
}
.switchHdrArtist {
	color: black; /* PRINT */
	width: 100%;
	
	background-color: #050505;
	border-bottom: solid #3f3f46 1px;	
	padding: 12px;	
	cursor:pointer;
}
.switchHdrArtistOff {
	display: block !important;
	background-color: #050505;
	border-bottom: solid #3f3f46 1px;	
	padding: 12px;

}
.switchgroupArtist {
	display: block !important;
	border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: black;
	background-color: white;	
}
/* SCROLL DRAG DROP */
.thumb {
	display: none !important;
}
.ddscrollbar {
	display: none !important;
}
.ddscrollpanel {
	display: none !important;
}
.ddscrollcontent {
	display: none !important;
}
/* SELECT Div Viewer Homepage */
.dropcontent{
	width: 558px;
	/* border: solid black 0px;
	background-color: #FF0000;*/
	height: 100%;
	display:block;
	background: url(../images/bg_hm_col.gif) top repeat-y;		
}

.dropcontent2{ /* org chart */
	width: 558px;
	display:block;
}

.sendBox {
	position:absolute;
	display:none;	
	width: 360px;
	height: 285px;
	padding: 16px 15px 0px 14px;
	background-color: #000;	
	border: solid #474747 1px;
}

.passwordBox {
	position:absolute;
	display:none;	
	width: 310px;
	height: 110px;
	padding: 16px 15px 0px 14px;
	background-color: #000;	
	border: solid #474747 1px;
}

.errorBox {
	padding: 15px 15px 15px 15px;
	margin: 15px 0px 15px 0px;
	background-color: #000;	
	border: solid #242424 1px;
	font-size: 13px;
	color: #cc0000;
}
#pnlLayer { /* PRINT FOR IE */
	height: 1000px !important;
	-height: 100% !important;
	border: 1 solid black !important;
	display: block;
	width: 570px;
	position: relative !important;	
}
.sponsorBox {


	left: 0 !important;

	position: relative !important;
	display:none;	
	width: 546px; /*566*/
	height: 100% !important;
	/* height: 400px; expandable?*/
	padding: 16px 14px 10px 14px;
	color: black;
	background-color: #FFF;	
	border: solid #474747 0px;
	z-index: 100;
	
	top: 0 !important;
	
}
.closeBox {
	float: right;
	margin-top: -16px;
	width: 16px;
	height: 16px;
	background-image: url('../images/btn_close.gif');
	background-repeat:no-repeat;

}
.noBdr {
	border:0;
}
/* Sponsor Div */
.sponsorLogoBox {
	display: block;
	width: 178px;
	height: 108px;
	background-color: white;
	text-align: center;
	padding: 0px 0 0px 0;

}

/* Favourites */
.ftrImg {
	float: left;
	padding: 10px 0px 10px 10px;
}

