/*
This is the default stylesheet.  DO NOT MAKE CHNAGES HERE!
To customize any of these styles, copy the rules you which to change
into a file called 'gigpress.css' in your current theme directory.
Any style changes make there will override styles in this document.
*/

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

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px dotted #111;
}

.gigpress-links-cell {
	border-style:none;
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
	font-size: 14px;
}

th.gigpress-artist {
	font-size: 14px;
}

th.gigpress-city {
	font-size: 14px;
}

th.gigpress-venue {
	font-size: 14px;
}

th.gigpress-country {
	font-size: 14px;
}

th.tour-size {
	font-weight: bold;
	font-size: 14px;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
}

td.gigpress-artist {
}

td.gigpress-city {
}

td.gigpress-venue {
}

td.gigpress-country {
}

/* Style for rows within a tour */
tr.gigpress-tour td {
	/*background-color: #F6F6F6; */
	background-color: #333333;
}


/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
	color:#D6D6D6;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #888;
}

ul.gigpress-listing strong.gigpress-cancelled {
	display:block;

}

span.gigpress-sidebar-status {
	display:block;
}
