/*
              Title:          tabber-print.css 
      
              Author:         Global Web Limited
              Version:        1 
              Filename:       tabber-print.css 
              Date:           03:45 16 May 2007
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2006 Global Web Limited.
                              All rights reserved.
      
              Address:        Global Web Limited
                              Balgownie Technology Centre
                              Aberdeen Science and Technology Park
                              Bridge of Don
                              Aberdeen
                              AB22 8GW
                              United Kingdom
      
              Telephone:      +44 1224 332211
              Fax:            +44 1224 332210
              E-mail:         support@globalweb.co.uk
      	      Web:            http://www.globalweb.co.uk/
      
      */
      

/* $Id: example-print.css,v 1.2 2006/03/06 04:11:55 pat Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}
 
