
body {
	font-family : verdana, arial, helvetica;
        background: #9fabad;
        text-align: center;
        margin: 0px;
}

p {	
	color : black;
}

td {
	color : black;
	
}

a {
	text-decoration : underline;
}

table.layout {
	width: 100%px;
	height: 100%px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px;
}

.rightbar {
	background-color : #e5e5e5;
}
table.accountbar {
	color : #222222;
	background-color : #e5e5e5;
	
}

table.accountbar td {
	vertical-align: middle;
}

table.accountbar td table {
	margin-right: auto;
	margin-left: 20px;

}

table.accountbar form {
	margin: 4px;
}	

table.mainmenu {
	font-size: 0.7em;
        text-align: left;
        font-weight: bold;
        width: 100%;
}



img.mainmenulogo {
	border: 0px;
	margin-top: 100px;
	margin-bottom: 100px;
}


table.occlist {
	border-collapse: collapse;
	padding: 0px;
	border: 1px solid #aaaaaa;
	font-size: 0.8em;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

table.occlist td, th{
	border: 1px solid #aaaaaa;
}

table.occlist th {
	vertical-align: middle;
	
	text-align: center;
	padding-left: 10px;
	color : #222222;
	font-size : 0.8em;
	font-weight : bold;
	background: #e5e5e5;
	padding: 5px;
	
}
table.occlist td {
	font-weight: normal;
	font-size : 0.8em;
	color : black;
	background: #e5e5e5;
	text-align: left;
	padding: 3px;
	
}

.SBTitle {
	color : #222222;
	font-size : 1em;
	
	margin: 10px;
	text-align: left;
	padding: 2px;
}

.maintext {
	margin-left: 0px;
	margin-right: 0px;
}

a.occlist {
	color: #222222;
	text-decoration: none
}

div.menutitle {
	color: #333333;
	background: #bcc4c6 url(/pics/layout/ticketable/slice_1_0.png) repeat-x bottom;
	border-bottom: 1px solid #aaaaaa;
	font-size: 0.7em;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
}

div.midmenutitle {
	color: #333333;
	background: #d3dcde;
	border-bottom: 1px solid #aaaaaa;
	font-size: 0.7em;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 70px;
}

div.venuelogo {
	text-align: center;
}

div.venuelogo img {
	opacity: .7;
	filter: alpha(opacity=70);
	padding-bottom: 5px;
}

div.venuelogo img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
}


table.introimages img {
        opacity: .85;
        filter: alpha(opacity=85);


}

table.introimages img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
}





td.mainmenu {
        color: #777777;
        height: 25px;
        text-align: left;
}

td.mainmenu span {
	padding-left: 10px;

}

td.mainmenu-current img {
	vertical-align: middle;
	
}




td.mainmenu-current {
	height: 25px;
	padding-left: 10px;
	font-weight:bold;
	text-align: right;
	color: #153b40;
	background: #bcc4c6 url(/pics/layout/ticketable/slice_1_0.png) repeat-x bottom;
}



td.mainmenu-active {
        font-weight:bold;
        height: 25px;
        vertical-align: middle;
        text-align: left;
	
}



.sidebarfield {
	font-size:0.8em;
	color: #222222;
	text-align: left;
}

.sidebartext {
	font-size:0.9em;
	color: #222222;
	text-align: left;
}

.explaintext, .importanttext {
	font-size:0.8em;
	color: #333333;
	text-align: left;
	padding: 1ex;
	margin: 10px;
	margin-right: auto;
	position: relative;
}

.contactbox {
	font-size:0.7em;
	color: #333333;
	text-align: left;
	padding: 1ex;
	margin-right: auto;
}

.importanttext {
	
	font-weight: bold;
	
}

.explaintexthead {
        font-size : 1em;
        margin: 10px;
        text-align: left;
        padding: 2px;
	color: #333333;
}

a {
	text-decoration: none;
	color: #416641;
}

a:visited {
	text-decoration: none;
	color: #416641;
	
}

a:hover {
	text-decoration: underline;
	color: #2b8e2b;
}


div.multiline {
	text-align: left;
}



table.inputtable th {
	border: 0px;
}
table.inputtable td {
	background-color: #e5e5e5;
	color: black;
	padding: 5px;
}

table.inputtable {
	background-color: #e5e5e5;
	margin-top: 20px;
	font-size: 0.7em;
	border: 1px solid #c1c1c1;
	margin-bottom: 20px;
}
a.inputtable {
	font-weight:normal;
	text-decoration: underline;
	color: #416641;
	text-align: center;
}
a.inputtable:visited {
	font-weight:normal;
	text-decoration: underline;
        color: #416641;
}
a.inputtable:hover {
	font-weight:normal;
	text-decoration: underline;
        color: #2b8e2b;
}

table.inputtable tr td:first-child {
 	text-align: right;
}

table.inputtable tr td {
 	text-align: left;
}



table.purchaseform td {
        background-color: #e5e5e5;
        color: black;
}

table.purchaseform {
        background-color: #e5e5e5;
        margin-top: 20px;
}
a.purchaseform {
        font-weight:normal;
        text-decoration: underline;
        color: #416641;

}
a.purchaseform:visited {
        font-weight:normal;
        text-decoration: underline;
        color: #416641;
}
a.purchaseform:hover {
        font-weight:normal;
        text-decoration: underline;
        color: #2b8e2b;
}


table.pricetable td {
        background-color: #e5e5e5;
        color: black;
	text-align: left;
}

table.pricetable {
        background-color: #e5e5e5;
        margin-top: 20px;
}
a.pricetable {
        font-weight:normal;
        text-decoration: underline;
        color: #416641;

}
a.pricetable:visited {
        font-weight:normal;
        text-decoration: underline;
        color: #416641;
}
a.pricetable:hover {
        font-weight:normal;
        text-decoration: underline;
        color: #2b8e2b;
}


.inputlinktable {
	background-color: #d1d1d1;
	font-size: 0.8em;
	color: #222222;
}
a.inputlinktable {
	font-weight:bold;
	text-decoration: underline;
	color: #416641;
}
a.inputlinktable:visited {
	font-weight:bold;
	text-decoration: underline;
	color: #416641;
}
a.inputlinktable:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #2b8e2b;
}


a.mainmenu {
        font-weight:bold;
        color: #416641;
        display: block;
        line-height: 2em;
        height: 100%;
        vertical-align: middle;
        padding-left: 10px;

}
a.mainmenu:hover {
        text-decoration: underline;
        color: #2b8e2b;
        font-weight:bold;
	text-decoration: none;
	background: #dae3e6;
}

p.accountbar {
	margin: 0px;
	text-align: right;

}

div.accountbarcontainer {
	margin: 20px;
	font-size: 0.8em;
	
	clear: both;
	border: 1px solid #c1c1c1;
}

a.accountbar {
        text-decoration: underline;
        color: #416641;
}
a.accountbar:visited {
        text-decoration: underline;
        color: #416641;
}

a.accountbar:hover {
        text-decoration: underline;
        color: #2b8e2b;
}




.priceerrornote {
	font-weight: bold;
	color: #991111;
	
}

.priceerrormessage {
	font-weight: bold;
	color: black;
	
}


.formerror {
	color: #991111;
	font-weight: bold;
	font-size: 0.7em;
}
span.infowarning {
	color: #991111;
	font-size: 0.7em;
	font-weight: bold;
}

img {
	border: 0px;
}

table.contentshadow {
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
}

div.content {
	margin: 0px;	
}

.content{
	color: #444444; 
	padding: 0px;
	background-color: #f3f3f3;
 	color:#777777;
	
}

div.banner0 {
 margin-right: 300px;
}

div.footer0 {
	margin-left: auto;
	margin-right: auto;
	width: 884px;
	
}

div.mainmenu {
	
	padding: 0px;
	margin: 20px;
	font-size: 0.7em;
	border: 1px solid #b6b6b6;
	
}

div.internalfooter {
	width: 100%;
	font-size: 0.7em;
	text-align: right;
	vertical-align: top;
	background: #c1c1c1 url(/pics/layout/footerblend.png) repeat-y;
	clear: both;
}

div.internalheader {
	
	text-align: left;
	padding: 5px;
	vertical-align: middle;
	background: #afbabb;
	border-bottom: 1px solid #d5d5d5; 
	color: #143a3f;
	font-weight : bold;
	font-size: 0.9em;
	position: relative;
}

div.internaltableheader {
	vertical-align: middle;
	text-align: center;
	padding: 3px;
	padding-left: 10px;
	background: #afbabb;
	border-bottom: 1px solid #aaaaaa;
	color : #222222;
	
	font-weight : bold;
}

div.standardtableheader {
	vertical-align: middle;
	text-align: ceneter;
	padding: 4px;
	padding-left: 10px;
	color : #222222;
	font-size : 0.7em;
	font-weight : bold;
	background: #e5e5e5;
	border-bottom: 1px solid #aaaaaa;
	margin: 0px;
}

div.standard:hover {
	 border: 1px solid #999999;
}


div.darktableheader {
	vertical-align: middle;
	text-align: center;
	padding: 4px;
	padding-left: 10px;
	color : #222222;
	font-size : 0.7em;
	font-weight : bold;
	background-color: #d2d2d2;
	border-bottom: 1px solid #aaaaaa;
}

div.standard {
	border: 1px solid #aaaaaa;
	background-color: #e5e5e5;
	margin: 10px;
}

div.importantinfo  {
	border: 1px solid #991111;
	background-color: #c9c9c9;
	font-size: 0.7em;
	margin: 10px;
}

div.importantinfotableheader {
	vertical-align: middle;
	text-align: center;
	padding: 4px;
	padding-left: 10px;
	color : #991111;
	font-size : 0.7em;
	font-weight : bold;
	background: #c1c1c1 url(/pics/layout/standardblend.png) repeat-y;
	border-bottom: 1px solid #991111;
	margin: 0px;
}

div.standard p {
	margin: 4px;
	text-align: left;
	font-size: 0.7em;
}



table.findnearest {
	font-size: 0.6em;
	margin: 3px;
	
}

table.findnearest th {
	font-size: 0.9em;
	border-collapse: collapse;
	text-align: left;
	padding: 5px;
	margin: 5px;
	margin-right: auto;
	background-color: #d2d2d2;
	border: 1px solid #d9d9d9;
}



div.offers {
	float: right;
	background-color: #c1c1c1;
	border-left: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
	font-size: 0.7em;
	margin: 0px;
	height: 100%;
	width: 260px;
	min-height: 350px;
}

div.offerouter {
	width: 100px;
	height: 75px;
	border:1px solid white;
}

div.offers div.thumbs {
	margin-top: 10px;
}

div.offerborder {
	width: 96px;
	height: 33px;
	border: 2px solid white;
	border-bottom: 40px solid white;
	filter: alpha (opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	-khtml-opacity: 0.5;
}


img.offerthumbnone {
	filter: alpha (opacity=40);
	-moz-opacity: .40;
	opacity: .40;
	-khtml-opacity: 0.4;
	border: 0px;
}

img.offerthumbinline  {
	filter: alpha (opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	border: 0px;
}

div.offerscontent {
	float:left;
	text-align: left;
	margin: 10px;

}

div.offerscontent h5 {
	margin: 8px;
	margin-left: 2px;
	
}

div.offerscontent h6 {
	margin: 5px;
	margin-left: 8px;
	
}

div.offerscontent table {
	background-color: #999999;
	font-size: 0.8em;
	border-collapse: collapse;
	
}

div.offerscontent td {
	background-color: #dddddd;
	border: 1px solid #999999;
	 
	
}
div.offerscontent th {
	background-color: #c1cfdb;
	border: 1px solid #999999;
	
}
div.offers div.link {
	margin-top: 10px;
	text-align: right;
}

div.offers a {
	font-size: 1.3em;
}


table.directions {
	font-size: 0.7em;
}

table.directions th {
	padding-top: 7px;
	padding-bottom: 7px;
	background: #afbabb;
	color: #143a3f;
	padding-left: 10px;
	border: 1px solid #aaaaaa;
}

table.directions td {
	padding: 5px;
}


table#venueTable {
	font-size: 0.6em;
	background-color: #999999;
	font-size: 0.8em;
	border-collapse: collapse;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
	
	
}

table#fromTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 0px;
	
}

table#venueTable td {
	background-color: #dddddd;
	border: 1px solid #999999;
	cursor: pointer; 
	
}
table#venueTable th {
	padding: 5px;
	background-color: #c1cfdb;
	border: 1px solid #999999;
	
}

table#venueTable tr.selected td {
	background-color: #eeeeee;
	border: 1px solid #999999;
	
	font-weight: bold;
	font-size: 1.2em;
}

tr#mapdir {
	margin-top: 20px;
}

.invisible {
	display: none;
}

div#map {
	border: 1px solid #999999;

}

td#venueInfo div.venueInfoText {
	text-align:left;
	margin-top: 20px;
	width: 100%;
	padding-left: 50px;
	
}

td#venueInfo img.venueImage {
	border: 1px solid #999999;
}

td#venueInfo pre {
	font-family : verdana, arial, helvetica;
}

table.directions table.linkbox {
	font-size: 1em;
}

table.venueTable table.linkbox {
	font-size: 1.2em;
}


div.floatright {
	float: right;
	z-index: 100;
}

div.floatleft {
	float: left;
}

div.floatnone {
	float: none;
}


span.hi {
	color: black;
}


div.styleselect {
 border: 1px solid #aaaaaa;
 background: #9fabad url(/pics/layout/ticketable/slice_1_2.png) repeat-x;
 margin-top: auto;
 margin-bottom: auto;
 margin-right: 20px;
 	display: table-cell;
	float: right;
	clear: none;	
	padding: 3px;
	margin-right: 7px;
	vertical-align: middle;
}

div.styleselect img {
	border: 0px; 
	cursor: pointer; 
	margin: 1px;
	vertical-align: middle;
}

div.styleselect img.point {
	cursor: default;
}

div.venuetable pre {
	font-family : verdana, arial, helvetica;
	text-align: left;
	padding: 3px;

}
div.venuetable  {
	font-size: 0.7em;
	border: 1px solid #aaaaaa;
	background-color: #c9c9c9;
	margin: 5px;
	text-align: left;
}

div.venuetable td.name {
	font-size: 1.2em;
	padding: 5px;
	padding-top: 10px;
}

div.venuetable td.venuetableimage {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	
}

table.venueTable {
	width: 100%;
	border-collapse: collapse;
}

table.venueTable td {
	padding: 0px;
}

tr.odd {
	background-color: #bfbfbf;
}

table.linkbox {
	display: table-cell;
	vertical-align: middle;
	border-collapse: collapse;
	font-size: 0.7em;
	margin: 20px;
	background-color: #d2d2d2;
	border: 1px solid #c1c1c1;
}

table.linkbox td {
	padding: 0px;
	
}

table.linkbox a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 2px;
	padding-left: 0px;	
}

table.linkbox a:hover {
	background-color: #dddddd;
	text-decoration: none;
	color: #2b8e2b;
}


table.linkbox img {
	vertical-align: middle;
	padding: 3px;
}


table.extraLinks {
	text-align:center;
        margin-left: auto;
        margin-right: auto;
	padding: 0px;

}



.container {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

.container td {
  padding: 0;
}

a#ticketablelink {
  height: 50px;
  width: 167px;
  display: block;
}

a#slice00link {
  height: 50px;
  width: 157px;
  display: block;
}




a#ticketablelink:hover {
  background: #154044 url(/pics/layout/ticketable_nomenu/slice_ticketable.png) no-repeat;

}

a#slice00link:hover {
  background: #154044 url(/pics/layout/ticketable/slice_0_0.png) no-repeat;

}


#sliceticketable {
  color: #ffffff;
  height: 50px;
  width: 167px;
  margin: 0;
  text-align:left;
  background: #446c6f url(/pics/layout/ticketable/slice_ticketable.png) no-repeat
}

table.nomenu #sliceticketable {
  background: #154044 url(/pics/layout/ticketable_nomenu/slice_ticketable.png) no-repeat;
    height: 50px;
  width: 167px;

}

#slice00 {
  color: #ffffff;
  height: 50px;
  width: 157px;
  margin: 0;
  text-align:left;
  background: #446c6f url(/pics/layout/ticketable/slice_0_0.png) no-repeat;
}

table.nomenu #slice00 {
  background: #154044 url(/pics/layout/ticketable_nomenu/slice_0_0.png) no-repeat;
}


#slice01 {
  color:#ffffff;
  height: 50px;
  width: 10px;
  margin:0;
  text-align:left;
  background: #143b40 url(/pics/layout/ticketable/slice_0_1.png) no-repeat;
}

table.nomenu #slice01 {
  background: #154044 url(/pics/layout/ticketable_nomenu/slice_0_1.png) no-repeat;
}


#slice02 {
  color: #eeeeee;
  margin:0;
  padding:0;
  height: 50px;
  text-align:right;
  background: #143b40 url(/pics/layout/ticketable/slice_0_2.png) repeat-x;
}

#slice10 {
  width: 157px;
  height: 300px;
  text-align:left;
  vertical-align: top;
  background: #bcc4c6 url(/pics/layout/ticketable/slice_1_0.png) repeat-x;
  
}

table.nomenu #slice10 {
  background: #9fabad url(/pics/layout/ticketable/slice_1_2.png) repeat-x;
}

#slice11 {
  color:#ffffff;
  width: 10px;
  margin:0;
  text-align:left;
  background: #9fabad url(/pics/layout/ticketable/slice_1_1.png) no-repeat;
}

table.nomenu #slice11 {
  background: #9fabad url(/pics/layout/ticketable/slice_1_2.png) repeat-x;
}

#slice12 {
  color:#ffffff;
  margin:0;
  text-align:left;
  background: #9fabad url(/pics/layout/ticketable/slice_1_2.png) repeat-x;
  vertical-align: top;
}

table.nomenu #slice10 {
  background: #9fabad url(/pics/layout/ticketable/slice_1_2.png) repeat-x;
  width: 100%;
}

#slice20 {
  width: 157px;
  text-align:left;
  vertical-align: top;
  background: #bcc4c6;
  
}

table.nomenu #slice20 {
  background: #9fabad;
}


#slice21 {
  color:#ffffff;
  width: 10px;
  margin:0;
  text-align:left;
  background: #9fabad url(/pics/layout/ticketable/slice_2_1.png) repeat-y;
  vertical-align: top;
}

table.nomenu #slice21 {
  background: #9fabad;
}



#slice30 {
  width: 157px;
  height: 14px;
  text-align:left;
  vertical-align: top;
  background: #9fabad url(/pics/layout/ticketable/slice_3_0.png) repeat-x;

}

table.nomenu #slice30 {
  background: #9fabad;
}


#slice31 {
  color:#ffffff;
  width: 10px;
  height: 14px;
  margin:0;
  text-align:left;
  background: #9fabad url(/pics/layout/ticketable/slice_3_1.png) no-repeat;
  vertical-align: top;
}

table.nomenu #slice31 {
  background: #9fabad;
}

td.slice4 {
  background: #9fabad;
  width: 167px;
  height: 100%;
}


div#userstatus {
 border: 1px solid #aaaaaa;
 background-color: #f3f3f3;
 color:#555555;
 font-size: 0.6em;
 padding: 6px;
 margin-top: auto;
 margin-bottom: auto;
 margin-right: 10px;
 margin-left: 7px;
 float: right;
}

a {
 
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 
 font-weight: bold;
}

table.shadow {
	padding: 0px;
	border-collapse:collapse;
}

td.r0c0 {
	background: url(/pics/layout/shadow/slice_0_0.png) no-repeat;
	width: 10px;
	height: 10px;
}

td.r0c1 {
	background: url(/pics/layout/shadow/slice_0_1.png) repeat-x;
	height: 10px;
}
td.r0c2 {
	background: url(/pics/layout/shadow/slice_0_2.png) no-repeat;
	width: 10px;
	height: 10px;
}
td.r1c0 {
	background: url(/pics/layout/shadow/slice_1_0.png) repeat-y;
	width: 10px;
}
td.r1c2 {
	background: url(/pics/layout/shadow/slice_1_2.png) repeat-y;
	width: 10px;
}
td.r2c0 {
	background: url(/pics/layout/shadow/slice_2_0.png) no-repeat;
	width: 10px;
	height: 10px;
}
td.r2c1 {
	background: url(/pics/layout/shadow/slice_2_1.png) repeat-x;
	height: 10px;
}
td.r2c2 {
	background: url(/pics/layout/shadow/slice_2_2.png) no-repeat;
	width: 10px;
	height: 10px;
}

div#leftcolumn {
	padding-top: 40px;
}
div.clearing {
	clear: both;
	text-align: center;
	padding: 3px;
	padding-top: 40px;
	
	color: #999999;
	font-size: 0.55em;
	font-style: italic;
}

div.clearing img {
	vertical-align: bottom;
}

div.innercontent {
	padding: 10px;
}

.check {
	vertical-align: middle;
}	

table.introimages {
	margin-left: auto;
	margin-right: auto;
}

table.introimages td img{
	border: 1px solid #bbbbbb;
}


.quietfooter {
        font-size: 0.5em;
        color: #888888;
        padding: 0px;

}




