div.attribution, div.gigs-rss {
	text-align: center;
	font-size: 87%;
	margin: .5em 0px;
}

div.gigs-rss img {
	position: relative;
	top: 2px;
}

div.attribution span {
	margin: 0px 1em;
}

table.gigs {
	width: 100%;
	text-align: left;
	font-size: .9em;
	border-collapse: collapse;
	border:0px;
	line-height:12px;
}

table.gigs td {
background-color:#f9f9f9;
border-bottom: 1px dotted #666;
padding:4px 3px;
}

table.gigs td a {
font-weight:normal;
}

table.gigs td.icon {
	width: 18px;
	text-align: center;
}

table.gigs td.time {
	text-align: right;
}

table.gigs a {
	font-weight: bold;
}

table.gigs a img {
	border: 0px;
}


table.gigs tr.gig {
	border-top: 1px dotted #666;
}

table.gigs td.shortNotes {
	padding-left: 4px;
}

.bold {
	font-weight: bold;
}

img.buy {
	position: relative;
	top: 3px;
}

table.gigs caption {
	font-weight: bold;
	font-size: 125%;
	text-align: left;
	line-height:22px;
}

table.gigs caption div.notes{
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

table.gigs, div.no-gigs {
	margin-bottom: 1em;
}

/** Next Gig Widget **/
	.gig.next {
		padding-left: 10px;
	}
	

.new, .cancelled, .postponed, .restored {
padding:0px 5px;
display:inline-block;
}
.new {
background-color:yellow;
border: 4px solid yellow;
border-top:4px solid white;
border-bottom:4px solid white;

}
.cancelled {
background-color:#FF082E;
border: 4px solid #FF082E;
border-top:4px solid white;
border-bottom:4px solid white;
color:black;
}
.postponed {
background-color:orange;
border: 4px solid orange;
border-right:4px solid #46AF21;
color:white;
border-top:4px solid white;
border-bottom:4px solid white;
}
.restored {
background-color:#46AF21;
border: 4px solid #46AF21;
border-left:4px solid orange;
color:white;
border-top:4px solid white;
border-bottom:4px solid white;
}

ul.gigs li{
font-family:arial black;
font-size:9px;
line-height:12px;
padding:3px 0px;
}

ul.gigs li a {
font-size:11px;
font-family:arial;
display:block;
text-align:center;
margin-right:15px;
}
