/* CSS Document */
body {
	margin:0px;
	background-color:black;
	background-repeat: no-repeat;
}
body, td {
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
a:link, a:visited {
	color: cyan;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
.links {
	font-size: 10px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.centred {
	text-align:center;
}
.bordered {
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
.spaced {
	margin: 5px;
}

.leftMargin {
	margin-left: 100px;
}
.tracks, .tracks td {
	font-size: 10px;
	line-height: 100%;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	border-collapse: collapse;
	width: 45%;
}
.tracks td {
	padding: 4px;
}
.leftTable {
	float: left;
	margin-right: 40px;
}
.rightTable {
	float: right;
	margin-left: 40px;
}
.captioned, .captioned td {
	font-size: 10px;
	text-align: center;
}
.gigs {
	border-collapse: collapse;
	margin-top: 25px;
	width: 100%;
}
.gigs td {
	padding: 1px;
}
.gigDate {
	font-weight: bolder;
}
.gigVenue {
	font-size: 14px;
	font-weight: bold;
}
.gigAddress, .gigPhone {
	font-size: 11px;
}
.gigPhone {
	text-align: right;
}
.gigBand {
	font-size: 14px;
}
td.gigBand {
	padding-top: 3px;
}
.gigAdmission {
	font-size: 11px;
}
.gigComments {
	font-size: 11px;
	line-height: 120%;
}
td.divider {
	background-color: #666666;
	height: 1px;
	line-height: 1px;
	padding: 0px;
}
