/*
Tables style
*/

table.eventList {
	border: 1px solid #282828;
}
table.eventList tr {
	background-position: top left;
	background-repeat: repeat;
	font-size: 13px;
}
table.eventList tr.even {
	background-image: url(../img/layout/table_even_bg_PONGED.png);
	color: #cccccc;
}
table.eventList tr.odd {
	background-image: url(../img/layout/table_odd_bg_PONGED.png);
	color: #999999;
}
table.eventList tr th {
	background-image: url(../img/layout/table_head_bg_PONGED.png);
	border-bottom: 4px solid #999999;
	font-style: normal !important;
	
	padding: 10px;
}
table.eventList tr th.artist {
	color: #95cd13;
}
table.eventList tr th.event {
	color: #f67d1a;
}
table.eventList tr th.contact {
	color: #339dda;
}
table.eventList tr td {
	padding: 10px;
}
table.eventList tr :first-child {
	font-style: italic;
}

