body {
	background-image:url('gray-grad-bg.png');
	background-repeat:repeat-y;
	background-position: center bottom;
	background-color: #CDCDCD;
	margin: 0px;
	font-size: 100%;
}
p, td, li {
	font: 1em sans-serif;
	text-align: justify;
	color: rgb(64,64,64);
}


ul{
	list-style-type: none;
}
b {
	font: 1.1em sans-serif;
	font-weight: bold;
	color: black;
}
i {
	font-size: 1em;
	font-family: serif;
	font-style:italic;
}
a {
	font: 1.1em sans-serif;
	text-decoration: underline;
	color: rgb(195,59,40);
	font-weight: bold;
}
a:hover, a:active{
	color: #E54530;
}


a.tooltip:hover {background:#ffffff; text-decoration:none;}
a.tooltip span {display:none; padding:2px 2px; margin-left:10px; width:200px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid rgb(195,59,40); color: rgb(64,64,64);}

span.flavor{
	color: rgb(195,59,40);
}

p.venue{
	text-align: justify;
	background-image:url('leftwaves.png');
	background-repeat:no-repeat;
	background-position: center left ;
	padding-left: 30px;
	min-height: 60px;
	clear:both;
}

img.bandpic{
	margin-left: 1px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.act{
	text-align:left;
}

div.redline{height:1px; border-bottom: 1px dotted #E54530}

span.notlinked{
	font: 1.1em sans-serif;
	color: rgb(195,59,40);
	font-weight: bold;
}

table{
	border-collapse: collapse;
}

td img{
	display:block;
}

img {
	border:none;
}

div.slideshow img{
	width: 100%;
}
