#my-data {
	width: 550px;
	background-image:url(../images/othersBg.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
}

#tourdates {
	padding:12px 5px 12px 5px;
	background-image:url(../images/othersBg.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
	/*margin-bottom:1px;*/
}

#newsEntries {
	padding:12px 12px 12px 12px;
	background-image:url(../images/othersBg.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
	/*margin-bottom:1px;*/
}

hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0;
	margin:25px 12px 25px 12px;
}

#newsEntries .comment {
	margin-top:12px;
}

#newsEntries img {
	max-width:526px;
}

#tourdates .comment {
	margin-top:12px;
}

#tourdates img {
	max-width:526px;
}

#tourdates a:link, #tourdates a:visited {
	color: #4BCFFF;
	text-decoration:none;
}

#tourdates a:hover {
	color: #4BCFFF;
	text-decoration:none;
}

.tbl_tourdates { width: 540px; table-layout:fixed; }
.tbl_tourdates td { text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  }
.tbl_tourdates tr.roll:hover { background-color:#000000 }

.legende { color:#999999; font-style:italic; font-size:11px; }