/*  Copyright 2006 The Music Trust - All rights reserved
 *  Author: Bob Barnes <webmaster@reigatesummermusic.org>
 */



/* Stuff to do with printing (and not printing)
 */

/* Put this round things which are explicitly not to be printed */
.noprint
  {
     display: none;
  }


/* Layout of the web-page that shouldn't be printed */
div.band, div.sun, div.leftmenu, div.countdown, div.sidethrust, div.pagefooter, div.tech, div.sponsors
  {
     display: none;
  }


div.header img.rsm2007
{
  width: 80%;
}

table.pricelist td, table.pricelist th
{
  border-collapse: collapse;
  border: medium groove #8080FF;
}

div.smallprint
{
  bottom: 0px;
}

div.formframe
{
}
