body {
	background-image:url(resources/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-repeat: repeat;
}

a:link { color: #c0c0ff; }
a:visited { color : #8080ff; }

.mtopbutton {
display: none
}

.outlined {
  border-right: #CCC 1px solid; 
  border-top: #CCC 1px solid; 
  border-left: #CCC 1px solid; 
  border-bottom: #CCC 1px solid;
}

.border {
  border-right: #CCC 1px solid; 
  border-top: #CCC 1px solid; 
  border-left: #CCC 1px solid; 
  border-bottom: #CCC 1px solid;
  width: 100%;
}

.gigs {
  margin: 24px 0;
}
.gigs table, .gigs tr, .gigs th, .gigs td {
    border-collapse: collapse;
    border: 1px solid #deaba0;
}
.gigs th, .gigs td {
    padding: 6px 12px;
}
.gigs th {
    background-color: #deaba0;
    color: #990000;
}
.gigs .year {
    background-color: #e8c4b6;
    color: #fbf4e2;
    text-align: center;
}
.gigs .shade1 {
    background-color: #fbf4e2;
    color: #000;
}
.gigs .shade2 {
    background-color: #f2dccc;
    color: #000;
}
.gigs .time {
    text-align: right;
}

