.tours_table {
	border-collapse:collapse;
}
.tours_table td {
	padding:5px;
	border-bottom:1px solid #e3d8ca;
}
.tours_table td:first-child {
	padding:5px 5px 5px 0;
}
.tours_table td:last-child {
	padding:5px 0 5px 5px;
}
.tours_table .artist_cell {
	width:200px;
}
.tours_table .location_cell {
	font-size:21px;
	font-weight:200;
	color:#3e3e3e;
	width:200px;
}
.tours_table .venue_cell  {
	width:280px;
	font-size:13px;
	color:#646a6f;
	line-height:21px;
	font-family:'Georgia', 'Times New Roman', Times, Serif;
}
.tours_table .rsvp_cell  {
	width:53px;
}
.tours_table .rsvp_cell a  {
	display:block;
	margin:0 0 3px 0;
}
.shows_button {
  background:#0f3f9b;
  color:#fff;
  text-transform:uppercase;
  font:bold 11px 'Helvetica Neue', Sans-serif;
  -ms-border-radius: 3px   ;
  -o-border-radius: 3px   ;
  -moz-border-radius: 3px   ;
  -webkit-border-radius: 3px   ;
  border-radius: 3px   ;
  text-align:center;
  padding:5px 0;
}
.shows_button:hover {
  color:#fff;
  background:#0C1C5B;
}
.tours_table td img {
	border:none;
}
.show_date {
	width:60px;
	background:#0f3f9b;
	text-align:center;
	border-radius:3px;
	line-height:13px;
	-moz-border-radius:3px;
}
.show_date .show_month {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:3px 0;
	background:#0f3f9b;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
}
.show_date .show_day {
	font-size:32px;
	padding:14px 0;
	color:#fff;
}
.rsvp_all {
	background:#000;
}
.show_info {
	width:400px;
	padding:20px;
	color:#333;
	font-family:'Helvetica Neue', Sans-serif !important;
}
.show_info img {
	margin:1px;
}
.show_info table { 
	border-collapse:collapse;
	margin:0 0 20px 0;
	}
.show_info table th,
.show_info table td {
	padding:10px 0;
	vertical-align:top;
	border-bottom:1px solid #eee;
}
.show_info table th {
	width:80px;
	text-align:left;
}

.attendees_cell { }
.attendees_cell .rsvp_hover {
	position:relative ;
}
.attendees_cell img {
	margin:0px 2px;
}
.attendees_cell .rsvp_preview { }
.attendees_cell .rsvp_all {
	display:none;
	position:absolute;
	z-index:10;
	width:265px;
	right:-5px;
	top:-5px;
	padding:5px 5px 0 5px;
}
.attendees_cell.hover:hover .rsvp_preview {
	visibility:hidden;
}
.attendees_cell.hover:hover .rsvp_all {
	display:block;
}

.tours_table_popup  {
	width:400px;
}

.google_maps_button {
	background: url('../google_maps_button.png') no-repeat top left;
	width: 128px;
	height: 22px;
	display:block;
	margin:10px 0;
}
.google_maps_button:hover {
	background-position:0 -24px;
}
.google_maps_button:active {
	background-position:0 -48px;
}