/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {	
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	background-color: #000033;
        font-weight: bold;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #102415;
}
/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top: none;
	margin: 0.5em 0 1em 0;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	background-color: #000033;
	border-bottom: 1px solid #CCC;
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	background-color: #000066 ;
}
/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #234D2D;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #FFFFFF;
}
/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #FFFFFF;
	border-bottom: 1px solid #CCC;
}

.gigpress-calendar-links-inner {
	background-color: #102415;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #CCC;
	border-width: 1px 1px 1px 0;
}
