/* Vespoli: Calendar CSS  */
/* Shannon-Rose Design 2008 */

table.gigpress-table {
	width: 100%;
}
table.gigpress-table td {
	background-color: #ebebeb;
}
table.gigpress-table td, table.gigpress-table th {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 5px;
}
table.gigpress-table th {
	background-color: #839AB7;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
table.gigpress-table td {
	vertical-align: top;
	font-size: 11px;
	line-height: 17px;
}
table.gigpress-table td.gigpress-date {
	background-color: #C4D5E5;
	width: 120px;
}
table.gigpress-table td.gigpress-city {
	font-weight: bold;
}
table.gigpress-table td.location {
	width: 170px;
}
table.gigpress-table td.description {
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #F7F7F7;
}
span.hide { display: none; }
