
.tourList{
	border-top:1px solid #222;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	padding-top:10px;
	position:relative;
	color: #ccc !important;
}

.tourList:hover{
	background:#333;
}

.showLink a{
	color:white;
}

.listDate {
	width: 125px;
	padding:0px 0px 0px 10px;
}

.listCity {
	width:175px;
}

.listCountry{
	width:150px;

}

.listVenue {
	width:220px;
}

.listTickets {
	width:50px;
}

.tickets {
	background: #20508D url('http://www.greendayauthority.com/images/highlight_faint.png') repeat-x;
	border-radius: 3px;
	padding: 1px 12px;
	font-size: 12px;
	color: white;
}

.tickets a {
	
	color:white;
}

.tickets:hover {
	
	background: #3478d0 url('http://www.greendayauthority.com/images/highlight_faint.png') repeat-x;
	color:white;
}

.cursor {
	cursor:pointer;
}


.lightRow {
	background:#1B1B1B;
}

.passed {
	color: #888 !important;
}

.simpleLabel {
	width:80px;
	color:#888;
	text-align: right;
	margin-right: 10px;
}

.detailsRow {
	padding-bottom:10px;
}

ul.showNotes {
	margin:0;
	padding-left:18px;
}


.subTitle {
	color:#999;
	font-weight:bold;
	margin:5px 0px;
}

.song {
	margin:10px 0px;
}

.firstColumn {
	width:250px;
}

.secondColumn {
	margin:0px 0px 0px 100px;
	width:250px;
}

.setlistComment {
	font-weight:bold;
	color:#999;
}

.songComment {
	color:#999;
	padding-left:25px;
	font-size:12px;
	margin:-5px 19px 0px 19px;

}


.notelist {
		margin:0px;
		padding-left:15px;
	    list-style: disc outside none;
}