/*
 * ----------------------------------------------------------------------------
 * 'GuMaxV' style sheet for CSS2-capable browsers.
 *	   Loosely based on the monobook style
 *
 * @Version 1.0
 * @Author Paul Y. Gu, <gu.paul@gmail.com>
 * @Copyright paulgu.com 2006 - http://www.paulgu.com/
 * @License: GPL (http://www.gnu.org/copyleft/gpl.html)
 *
 * 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.
 * http://www.gnu.org/copyleft/gpl.html
 * ----------------------------------------------------------------------------
 */

body
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#gumax-header,
table.gumax-caption,
table.gumax-row td.gumax-row-left,
#gumax-p-navigation-wrapper,
#gumax-article-picture,
#gumax-content-actions,
#gumax-spacer,
#gumax-f-message,
#gumax-footer {
	display: none; /* Hides all the elements irrelevant for printing */
}

.gumax-firstHeading {
	margin: 0;
}

* html .gumax-page { border: none;}
#contentHeadLeft,
#contentHeadCenter,
#contentHeadRight,
#contentBodyLeft,
#contentBodyCenter,
#contentBodyRight,
#contentFootLeft,
#contentFootCenter,
#contentFootRight,
#contentMain {
  background-image: none;
  background-color: white;
}

table.tab {
background-color: white;
border-collapse: collapse;
margin: .5em 1em .5em 1em;
}

table.tab th {
margin: 0px;
color: #000;
border: 1px solid #000;
border-bottom: 3px double #000;
text-align: center;
font-weight: bold;
padding: 5px;
}

table.tab td {
margin: 0px;
color: black;
border: 1px solid #888;
padding: 1px 5px;
}
