/*  Comendar Community Event Calendar System
**  Copyright (C) 2003 Steve Talbot
**
**  This program is free software; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published by
**  the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.
**
**  This program is distributed in the hope that it will be useful,
**  but WITHOUT ANY WARRANTY; without even the implied warranty of
**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
**  GNU General Public License for more details.
**
**  You should have received a copy of the GNU General Public License
**  along with this program; if not, write to the Free Software
**  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

/*  Printing Style Sheet
**
**  The style instructions in this file should override those in the main style
**  sheet when the user prints a page.  Therefore, all pages can be made
**  printer-friendly without having to produce separate versions for screen
**  viewing and printing.
**
**  Note that significant effort has been expended to ensure that the default
**  style instructions comply to the W3C CSS standards and that the resulting
**  pages are easy to use and work in a range of browsers.  While, in general,
**  it should be safe to make simple changes such as to colours or font faces,
**  care is advised when making significant changes to this file.
*/


DIV {
  background-color: #FFFFFF;
  border-style: none;
  color: #000000;
}

P.headtitle {
  background-color: #FFFFFF;
  color: #000000;
}

P.headnav {
  display: none;
}

#head {
  color: #006600;
}

#mainpanel {
  position: static;
}

#infopopup {
  display: none;
}

#navpanel {
  display: none;
}
