/* MAIN BACKGROUND COLOUR: background-color */
body {
	background-color: #505050;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	text-align: center;
}

html { 
	height:auto; 
} 

* { 
    -moz-box-sizing: border-box; 
} 

img {
	border: 0;
}

/* Hide from IE5-mac \*/

* html #pagecontainer {
	margin-left: 0px;
	height: 435px;
	width: 100%;
}

* html #fix {
	margin-top: 0px;
}

* html #container {
	height: 100%;
	min-height: 0;
}

* html #borders {
	height: 100%;
	min-height: 0;
}

* html #navbg {
	position: absolute;
}

* html #topimage {
	margin-left:0;
	height: 1%;
}

* html #toppanel {
	margin-right: -2px;
	margin-top: 10px;
	width: 446px;
}

* html #searchbtn {
	position: absolute;
	margin-left: 5px;
	margin-top: -6px;
}

* html #headertop {
	width: 100%;
}

* html #headermain {
	width: 100%;
}

* html #headermid {
	width: 100%;
}

* html #formpanell {
	margin-right: -3px;
}

* html #formpanelr {
	margin-left: 0;
	width: 100%;
}

* html #columngreyB {
	margin-right: 12px;
	margin-left: 10px;
}

* html #columnwhiteB {
	margin-right: 12px;
	margin-left: 10px;
}

* html #venueimage {
	margin-left: 437px;
}

* html #map holder {
	margin-right: -3px;
}

* html #mapvenue {
	margin-left: 0;
	width: 194px
}

* html #panel300grey {
	margin-right: -3px;
	margin-left: 298px;
}

* html #panel300wht {
	margin-left: 0px;
}

* html #panel222r {
	margin-left: 0px;
	width: 221px;
	margin-top: 0px;
}

* html #panel376l {
	margin-right: -3px;
}

* html #panel600exp {
	width: 597px;
}

/* End IE5/mac hide */

/* THIN BORDER EDGE COLOUR: border-left, border-right */
#container {
	margin-left: auto; 
	margin-right: auto;
	width: 745px;
	height: auto;
	min-height: 592px;
	background-color: #FFFFFF;
	text-align: left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 10px 10px 0px 10px;
}

/* MAIN BORDER COLOUR: border-left, border-right */
#borders {
	margin-left: auto; 
	margin-right: auto;
	width: 757px;
	height: auto;
	min-height: 600px;
	background-color: #505050;
	border-left: solid 4px #000000;
	border-right: solid 4px #000000;
}

#headertop {
	width: 725px;
	height: 4px;
	background-color: #CCCCCC;
}

#headermain {
	width: 725px;
	height: 114px;
	background-color: #EDEDED;
	border-top: solid 1px #FFFFFF;
	background-image: url(images/viewtix_header_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#headermid {
	width: 725px;
	height: 5px;
	background-color: #FFFFFF;
	background-image: url(images/viewtix_header_image2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* MAIN HEADING BAR, TITLE COLOURS and IMAGE: background-color, color, background-image */
#titlebar {
	height: 30px;
	background-color: #505050;
	background-image: url(images/viewtix_header_image3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 7px;
	font-weight: bold;
	margin: 0;
}

#navbg {
	float: left;
	background-color: #EDEDED;
	height: 435px;
}

#nav {
	width: 121px;
	background-color: #CCCCCC;
}

.navitem {
	display: block; 
	height: 21px;
	background-color: #CCCCCC;
	margin-left: 4px;
	border-left: solid 1px #EDEDED;
	padding-left: 7px;
	padding-top:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.navitem:link {
	display: block;
	height: 21px;
	background-color: #CCCCCC;
	margin-left: 4px;
	border-left: solid 1px #EDEDED;
	padding-left: 7px;
	padding-top:4px;
	padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.navitem:visited {
	display: block;
	height: 21px;
	background-color: #CCCCCC;
	margin-left: 4px;
	border-left: solid 1px #EDEDED;
	padding-left: 7px;
	padding-top:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* NAV HOVER COLOUR & TEXT: border-left, color */
a.navitem:hover {
	display: block;
	width: 121px;
	height: 21px;
	background-color: #EDEDED;
	border-left: solid 5px #3266CC;
	border-top: solid 1px #A2A2A2;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 7px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3266CC;
	text-decoration: none;
	margin: 0px;
}

/* EXPANDED MENU BACKGROUND COLOUR: background-color */
#navexpand {
	width: 121px;
	background-color: #FFCD62;	
	border-top: solid 1px #655850;
	border-bottom: solid 1px #FFFFFF;
	padding: 0px 5px 8px 12px;
}

#pagecontainer {
	width: 725px;
	border-left: solid 121px #EDEDED;
	padding-left:5px;
	padding-bottom: 20px;
}

#fix {
	margin-top: -5px;
}

#footer {
	clear: left;
	width: 725px;
	height: 33px;
	background-color: #FFFFFF;
	border-right: solid 15px #EDEDED;
	border-left: solid 120px #EDEDED;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
}

a.footerlinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
}

a.footerlinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
}

a.footerlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#venueimage {
	position: absolute;
	margin-left: 439px;	
}

#topvenue {
	float: left;
	background-color: #EDEDED;
	width: 598px;
	height: auto;
	padding: 0px 10px 20px 10px;
	margin-top: 10px;
}

#toppanel {
	float: left;
	background-color: #EDEDED;
	width: 448px;
	height: 150px;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

#topimage {
	margin: 10px 0px 0px 449px;	
	height: 150px;
}

.mainblack11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

a.mainblack11:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

a.mainblack11:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

a.mainblack11:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}

/* MAIN HEADING TEXT COLOUR: color */
.headingblue16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
/* and here */
a.headingblue16:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
/* and here */
a.headingblue16:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
/* and here */
a.headingblue16:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 5px;
}

.headingblack16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

a.headingblack16:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

a.headingblack16:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

a.headingblack16:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 5px;
}

.headingblack14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

a.headingblack14:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

a.headingblack14:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

a.headingblack14:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 5px;
}

.navbullets{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	list-style-type: disc;
	padding: 3px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	list-style-position: inside;
	line-height:16px;
}

.bulletlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	list-style-type: disc;
	padding: 3px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	list-style-position: outside;
	line-height:16px;
}

.numberedlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	list-style-type: decimal;
	padding: 3px 0px 0px 0px;
	margin: 3px 0px 0px 48px;
	list-style-position: outside;
	line-height:16px;
}

.italicblack11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* BLUE LINK TEXT SAME AS HEADINGBLUE COLOUR: color */
.mainblue11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}
/* and here */
a.mainblue11:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}
/* and here */
a.mainblue11:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}

a.mainblue11:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

/* HEADING TEXT SAME AS HEADINGBLUE COLOUR: color */
.headingblue14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
/* and here */
a.headingblue14:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
/* and here */
a.headingblue14:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}
/* and here */
a.headingblue14:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 5px;
}
/* TEXT LINKS WITH ARROWS: color */
.textbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
/* and here */
a.textbtn:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
/* and here */
a.textbtn:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
/* and here */
a.textbtn:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
/* TOP SEARCH BAR & TEXT: background-color, color */
#searchbar {
	background-color: #FF6600;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 1px;
	padding: 6px 10px 0px 10px;
}

.textblack10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.textwhite11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.textwhite11:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.textwhite11:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.textwhite11:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* MAIN HEADING BARS & TEXT: background-color, color */
#headingbar {
	background-color: #505050;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px 0px 10px;
	margin: 1px 0px 1px 0px;
}

/* ??? */
#headingbarB {
	background-color: #505050;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px 0px 10px;
	margin-top: 1px;
}

#panel600 {
	background-color: #EDEDED;
	padding: 10px 10px 10px 10px;
}

#columnwhite {
	float: right;
	background-color: #FFFFFF;
	margin-top: 1px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

#columngreyB {
	float: right;
	background-color: #EDEDED;
	margin-top: 1px;
	margin-right: 27px;
	margin-left: 7px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

#columnwhiteB {
	float: right;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 27px;
	margin-left: 7px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

#columngrey {
	float: right;
	background-color: #EDEDED;
	margin-top: 1px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

#row_grey {
	background-color: #EDEDED;
	height: auto;
	width: 598px;
	padding-bottom: 5px;
}

#row_wht {
	background-color: #FFFFFF;
	height: auto;
	width: 598px;
	padding-bottom: 5px;
}
/* TABLE TOP COLOR & TEXT: background-color, color */
#columnheader {
	float: right;
	background-color: #505050;
	height: 21px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
	margin-top: 1px;
	margin-bottom: 10px;
}

/* A-Z NAV TEXT COLOR (SAME AS HEADINGBLUE) & HOVER COLOUR: color */
#azlist ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
} 
/* and here */
#azlist ul li {
	margin-left: 0px;
	padding: 0px 3px 0px 4px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}
/* and here */		
#azlist ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}
/* and here */
.azlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}
/* and here */
a.azlist:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}
/* and here */
a.azlist:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #1E3F7B;
	text-decoration: none;
}
/* HOVER COLOUR here: color */
a.azlist:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #FF6600;
	text-decoration: underline;
}

#formpanell {
	float: left;
	background-color: #EDEDED;
	border-right: dashed 1px #8BA2D5;
	padding: 10px 10px 10px 12px;
	width: 299px;
	height: 275px;
}

#formpanelr {
	margin-left: 299px;
	background-color: #EDEDED;
	padding: 10px 10px 10px 12px;
	width: 300px;
	height: 275px;
}

#mapvenue {
	margin-left: 408px;
	margin-top: 20px;
	background-color: #EDEDED;
	width: 190px;
	height: 400px;
	padding: 0px 10px 20px 10px;
}

#mapholder {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* FORM ERROR PANEL COLOUR: background-color */
.errOutput{
	background-color: #FFCD62;
	padding: 10px;
	margin-bottom: 1px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* SECONDARY LINK TEXT SAME AS TEXTBTN: color */
.textorange11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
/* and here */
a.textorange11:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
/* and here */
a.textorange11:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
/* and here */
a.textorange11:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}

#endorsement {
	margin-left: 120px; 
	border-left: solid 1px #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 3px 10px 0px 30px;
}

#panel300wht {
	float: left;
	background-color: #FFFFFF;
	width: 288px;
}

#panel300grey {
	margin-top:20px;
	margin-left: 301px;
	background-color: #CCCCCC;
	width: 298px;
	height: 438px;
	padding-left: 10px;
}

#panel376l {
	float: left;
	width: 376px;
	margin-top: 10px;
}

#panel222r {
	margin-left: 376px;
	width: 223px;
	height: 584px;
	margin-top: 10px;
}

#ticketbg {
	float: right;
	background-color: #E6DAD1;
	width: 276px;
	height: auto;
}

#tickettop {
	width: 252px;
	border: solid 8px #CFBAAD;
	padding: 10px 10px 10px 10px;
	margin-left: 12px;
	margin-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#ticket {
	width: 252px;
	border-left: solid 8px #CFBAAD;
	border-right: solid 8px #CFBAAD;
	padding: 10px 10px 10px 10px;
	margin-left: 12px;
	margin-right:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

#ticketbase {
	background-color: #E6DAD1;
	width: 252px;
	border-top: solid 8px #CFBAAD;
	margin: 0px 12px 0px 12px;
	padding: 0px 12px 0px 12px;
}

#ticketbgbase {
	background-color: #E6DAD1;
	width: 276px;
	height:30px;
	background-image: url(images/viewtix_ticketbase_img.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#ticketl {
	width: 312px;
	margin-top: 51px;
	padding: 0px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}


#panel600exp {
	background-color: #EDEDED;
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
}

/* ALL SKIN IMAGES: background-image */

.headerlogo {
	display: block;
	width: 225px;
	height: 113px;
	background-image: url(images/viewtix_header_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.howtopanel1 {
	width: 600px;
	height: 274px;
	background-image: url(images/viewtix_index_howto_panel2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.howtopanel2 {
	width: 150px;
	height: 252px;
	background-image: url(images/viewtix_sml_howto_panel.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.footerlogo {
	display: block;
	width: 121px;
	height: 55px;
	background-image: url(images/viewtix_footer_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.calendaricon {
	display: block;
	width: 27px;
	height: 30px;
	background-image: url(images/viewtix_search_cal_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.openquote {
	width: 28px;
	height: 21px;
	background-image: url(images/viewtix_openquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.closequote {
	width: 28px;
	height: 21px;
	background-image: url(images/viewtix_closequote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.recommended {
	width: 600px;
	height: 31px;
	background-image: url(images/viewtix_recomm_heading.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.howto1 {
	width: 202px;
	height: 19px;
	background-image: url(images/viewtix_1_txt.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.howto2 {
	width: 202px;
	height: 30px;
	background-image: url(images/viewtix_2_txt.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.howto3 {
	width: 202px;
	height: 30px;
	background-image: url(images/viewtix_3_txt.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.howto4 {
	width: 202px;
	height: 30px;
	background-image: url(images/viewtix_4_txt.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.howto5 {
	width: 202px;
	height: 19px;
	background-image: url(images/viewtix_5_txt.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.morebutton1 {
	display: block;
	width: 81px;
	height: 19px;
	background-image: url(images/viewtix_more_btn1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -2px;
}

.morebutton2 {
	display: block;
	width: 81px;
	height: 19px;
	background-image: url(images/viewtix_more_btn2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -2px;
}

#buybutton1 {
	display: block;
	position: absolute;
	margin: 5px 0px 0px 3px;
	width: 124px;
	height: 11px;
	background-image: url(images/viewtix_buytixnow_btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#buybutton2 {
	display: block;
	position: absolute;
	margin: 5px 0px 0px 3px;
	width: 124px;
	height: 11px;
	background-image: url(images/viewtix_buytixnow2_btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#searchbtn {
	position: absolute;
	margin-top: -24px;
	margin-left: 380px;
	width: 34px;
	height: 30px;
	background-image: url(images/viewtix_search_go_btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#nyepromo {
 width: 410px;
 height: 169px;
 background-image:  url(images/viewtickets_nye_promo.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
 text-align: right;
 padding: 78px 12px 0px 175px;
}
 
a#home {
 display: block;
 width: 597px;
 height: 247px;
 cursor: pointer;
 text-decoration: none;
}
 

