.event-table {
	width: 520px;
}

.image-cell {
	padding: 6px 0px;
}

.image-panel {
	background-color: #FFFFFF;
	width: 119px;
	height: 131px;
}

.image-link {
    padding: 4px;
    padding-bottom: 0px;
    width: 111px;
    height: 111px;
    display: block;
}

.polaroid {
    width: 111px;
    height: 111px;
}

.image-title {
	text-align: center;
}

.image-title a {
	font-family: Arial, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 100%;
	text-decoration: none;
}

.list-item-image {
    width: 119px;
}

.event-data-table {
	width: 100%;
}

.text-cell {
	font-size: 120%;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 25px;
}

.badge-cell {
	font-size: 120%;
	text-transform: uppercase;
	vertical-align: bottom;
	width: 100px;
}

.list-item-artist {
	color: #FFFFFF;
}

.list-item-title {
	color: #B2000F;
}

.list-item-date {
	color: #000000;
}

.list-item-time {
	color: #000000;
}

.list-item-tickets {
	font-size: 65%;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	width: 100px;
	display: block;
}

.list-item-tickets:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.list-item-soldout {
	font-size: 65%;
	background-color: #a8191d;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
}

.list-item-presale {
	font-size: 65%;
	background-color: #ABC57C;
	color: #000000;
	width: 100px;
	text-align: center;
}

.list-item-presale span {
	text-transform: lowercase;
}
