body {
	margin: 0px auto 20px auto;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
	font-size: 1em;
	color:#8a2d2d;
	cursor:default;
}

a {
	outline:none;
	color: #cc0001;
	text-decoration: underline;
}

a:hover {
	color: #989a98;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	color:#323232;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h2 {
	font-size: 20px;
	color:#333;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color:#333;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	border:0px;
	outline:none;
}

#wrapper {
	margin: 0px auto;
	width:980px;
	text-align: left;
	margin: 0px auto 0px auto;
	background:url(/images/top.jpg) no-repeat top;	
}

#innercontent {
	clear: both;	
	padding: 10px;
	width: 980px;
	margin: 0;
	background:url(/images/bg.png) top repeat-x;
}

#header {
	border-bottom:#f0edd2 1px solid;	
}

#header a img {
	border: none;
}

#globalNav {
	list-style: none;
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 0.7em;
}

#globalNav li {	
	display: inline;
	margin: 0px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted black;	
}





#key {
	margin-top: 25px;
	float: left;
	width: 200px;
	padding: 5px;
	background: #EAEFCF;
}

.orderSummary {
	border: 1px solid black;	
	margin-bottom: 10px;
	background: white;
	color: black;
}

.orderSummary th {
	text-align: left;	
}



#ticket_prices {
	float: left;
	width: 200px;
	padding: 5px;
	background: #EAEFCF;
}

#ticket_grid_div {
	float: left;
	overflow: auto;
	width: 760px;	
} 

#ticket_grid_div table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
	
#ticket_grid_div table td {
	vertical-align: bottom;
	padding: 1px;
	margin: 0px;
	width: 14px;
	height: 14px;
	font-size: 0.1em;
}

#ticket_grid_div table th {
	width: 14px;
	height: 14px;
	overflow: hidden;
	padding: 1px;
	margin: 0px;
	font-size: 0.8em;
}

.hstoggle {
	display: none;
	width: 0em;
	height: 0em;
}

.toggle {
	font-size: 10px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
}

.reserved {
	font-size: 10px;
	cursor: help;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	background-color: #FF0000 !important;
	color: white;	
	font-family: verdana;
	padding: 0px;
	margin: 0px;
}


.empty {
	font-size: 10px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: white;	
	padding: 0px;
	margin: 0px;
}

.sold {
	background-color: #7F0000 !important;
	color: white;
	font-size: 10px;
	cursor: help;
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-family: verdana;
}

#ticket_select {
 	margin: 0 0 20px 0;
 	padding: 10px;
 	background: #EAEFCF;
}

.holding {
	background-color: #CF676B !important;
	color: white;
	font-size: 10px;
	cursor: help;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-family: verdana;
}


/* MOOTOOLS CLASSES */

.soldTip .tip-title {
	width: 250px;
	border: 1px solid #999999;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	padding: 8px 8px 4px;
	background-color: #7F0000;
	border-bottom: 3px solid #C5A05A;
}

 
.holdingTip .tip-title {
	width: 250px;
	border: 1px solid #999999;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	padding: 8px 8px 4px;
	background-color: #7F0000;
	border-bottom: 3px solid #C5A05A;
}


 
.reservedTip .tip-title {
	width: 250px;
	border: 1px solid #999999;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	padding: 8px 8px 4px;
	background-color: #FF0000;
}


.seatTip .tip-title {
	width: 250px;
	border: 1px solid #999999;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000000;
	padding: 8px 8px 4px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #C5A05A;
}

#basket {
	width: 100%;
	font-size: 0.8em;	
}

.hover {
	background-image: url('/images/icons/drag-man.png');
}

.dragging {
	
}

.selected {
	background: black;
	color: white;
}

#grid {
	display: none;
}

#grid-loading {
	display: block;
	color: #333333;
	text-align: center;
	font-size: 1.5em;	
}



#footer {
	font-size: 0.8em;
	clear: both;
	width:980px;
	background:url('/images/footer.png') bottom repeat-x;
	margin: 0px auto 0px auto;
}
#footerContainer {
	padding:0 10px 0 10px;
	height:50px;
	line-height:50px;
}

#nextevent {
	float: left;
	width: 600px;
}

#eventlist{
	float: left; 
	width: 360px;
}

#eventlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#eventlist li {
	border-bottom: 1px dotted #CCC;
	padding: 5px;
	margin: 0px;
	list-style: none;	
}

#buytickets {	
	height:40px;
	width:180px;
	display:block;
	background:url(/images/redbutton.png) top left no-repeat;
	line-height:40px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-indent:10px;
	border: none;	
}


/* start navigation 2 -------------------------------------------- */
#nav2 {
	height:28px;
	width:342px;
	margin-top:21px;
	clear:both;
	font:normal 1.3em 'georgia';
	float:left;
}

#nav2 ul {
	margin: 0px;
	padding: 0px;
}
#nav2 li {
	text-align: center;
	display: block;
	list-style-type: none;
	padding: 0px;
	float:left;
	position:relative;
	width:170px;
	margin-right:1px;
}
#nav2 a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 28px;
	width:170px;
	background:url(/images/nav-off.png);
}
#nav2 a:hover {
	color: #cc0001;
	text-decoration: none;
	display: block;
	line-height: 28px;
	background:url(/images/nav-on.png);
}
#nav2 li.on {
	color: #cc0001;
	display: block;
	list-style-type: none;
	line-height: 28px;
	background:url(/images/nav-on.png);
}
#nav2 a.on {
	color: #cc0001;
	text-decoration: none;
	display: block;
	line-height: 28px;
}
#nav2 a.on:hover {
	color: #cc0001;
	text-decoration: none;
	display: block;
	line-height: 28px;
	cursor:auto;
}
/* end navigation */

#controlBar a {	
	font-weight: normal;
}

#controlBar p {
	padding: 0;
	margin: 0;	
	font-weight: normal;
}

#controlBar {	
	width: 100%;
	padding: 0;
	margin: 0;
	height: 35px;
	background: #F5F5B5;
	border-bottom: 1px solid #CCCCCC;
}

#controlBar #innerPad {
	padding: 10px;
}