body {
color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center; /*** Centers the design in old IE versions ***/
}

p, table, div    { 
			color: #333; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 10px; 
			line-height: 130%; 
			text-align: left;
			}	
					

#main {width: 805px; text-align: center; margin-left: auto; 
		margin-right: auto;}

.border {
border:4px solid #fff; padding:0px; background:#ffffff; 
}


hr {
	color: #888;
	background-color: #888;
	height: 1px;
}

h3 {
	font-size: 16px;
	color: #888;
	font-weight: normal;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.text9 {
	font-size: 10px;
	color: #333;
}

.white {
	font-size: 10px;
	color: #ffffff;
}

a, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


a.con, a.con:visited, a.con:active {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
a.con:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}



	
ul {
	color: #333;
	line-height: 140%;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	}
	
li {
	color: #333;
	line-height: 140%;
	}

.pale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B6AFAE;
	line-height: 150%;
	}

/* event dates styles */

div.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 1px;
	font-weight: bold;
}

div.event_heading {
	color: #E00915;
	font-size: 19px;
	padding-bottom: 1px;
	font-weight: normal;
}

div.event_location {
	font-size: 19px;
	color: #FFFFFF;
	padding-bottom: 1px;
	font-weight: bold;
}

div.on_sale {
	font-size: 19px;
	color: #FFFFFF;
	padding-bottom: 2px;
}

div.sold_out {
	font-size: 20px;
	color: #999999;
	padding-bottom: 2px;
}

div.event_extra {
	color: #FFFFFF;
	font-size: 15px;
	padding-bottom: 2px;
}

span.sold_out {
	font-size: 15px;
	color: #E00915;
}
a.event_seller {
	color: #ccc;
	text-decoration: none;
}
a.event_seller:hover {
	color: #ccc;
	text-decoration: underline;
}
#icons {width: 805px; text-align: right; padding: 2px;}
