/* 
  Andy Brown TWM 15/11/05
  Business Partners stylesheet
@import "venue.css";
*/

#container {
  /* this bit does the venue stripe */
	border-left: 10px solid #606;
}

table {
  margin: 10px 0px;
  border: 2px solid #d8b1d8;
  padding: 5px;
}
td {
  text-align: left;
}

.opt {
  border-bottom: 2px solid #d8b1d8;
}

.memberh {
  background: #d8b1d8;
}
.supporterh {
  background: #c9c;
}
.patronh {
  background: #ae6fae;
}

.member {
  background: #d8b1d8;
  color: #d8b1d8;
}

.supporter {
  background: #c9c;
  color: #c9c;
}

.patron {
  background: #ae6fae;
  color: #ae6fae;
}

.smallprint {
  background: #d8b1d8;
  border: 5px solid white;
  border-left: 0;
  border-right: 0;
  padding: 3px;
  font-size: smaller;
}

