h1 {
  background-image: url('/sections/club/h1.gif');
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 200px;
  }

.clubEditButton {
	float: right;
	border: 1px solid #5232AC;
	margin: 0px 1px;
}

.clubEditButton a {
	padding: 0px 6px;
	font-size: 8pt;
}

.clubEditButton:hover {
	float: right;
	border: 1px solid #5232AC;
	background: #5232AC;
}

.clubEditButton:hover a {
	color: #fff;
}

div.clubIndexDetails {
	margin-left: 20px;
}

div.clubIndexDetails div {
	font: normal 11pt "Century Gothic", Arial, Helvetica, sans-serif;
}


.orderList .orderId {
  font-weight: bold;
  }

.orderList .orderListItem {
  margin-bottom: 6px;
  }

.orderList .orderListItem ul div {
  font-size: 8pt;
  }

.registrationListItemActions {
  float: right;
  width: 300px;
  }

ul.actionsList {
  list-style: none;
  padding: 0;
  margin: 0;
  }

ul.actionsList li {
  font-size: 8pt;
  margin-bottom: 3px;
  text-align: center;
  }

table.pointsEventList 
{
 background-color : #E5DCFF;
 width: 600px;
 empty-cells: show;
}

table.pointsEventList th
{
  font-weight: bold;
  padding: 0px 4px;
}

table.pointsEventList td
{
  background-color : #F2EDFF;
  border: 2px solid #E5DCFF;
  padding: 0px 4px;
}

table.pointsEventList tr.total td
{
  border-top: 4px solid #E5DCFF;
  font: bold 11pt "Century Gothic", Arial, Helvetica, sans-serif;
}

table.addNewDeviceTable
{
    margin-left: 20px;
    width: 580px;
}

table.addNewDeviceTable th span
{
    font-weight: bold;
}

table.deviceList th
{
    font-weight: bold;
    border-bottom: 1px solid #5232AC;
    text-align: left;
}

ol.terms li 
{
    margin: 3px 0px;
}

.staffPickText p 
{
    font-size: 8pt;
}

ul.niceBullets
{
	list-style-image: url(/images/furniture/starbullet.gif);
}

div.clubMessage
{
	margin: 5px 0px;
}

div.clubMessage h3
{
	margin: 0px;
	border: none;
	border-bottom: 1px solid #b7a7e7;
	font-size: 11pt;
}

td.formCell, table.formCell, div.formCell {
	background-color: #f8f8f8;
	border: none;
	padding: 3px;
}

.formCell td {
	padding: 5px;
}

.formCell label
{
	font: normal 11pt "Century Gothic", Arial, Helvetica, sans-serif;
}