/* ----------------------------------------------------------------------------------------

AUSSI Portal Copyright (C) 2004-2008 by Frank Braun, fbraun@bigpond.net.au

This file is part of AUSSI Portal.

AUSSI Portal is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as 
published by the Free Software Foundation. 

AUSSI Portal 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 AUSSI Portal; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

http://www.gnu.org/licenses/gpl.txt

---------------------------------------------------------------------------------------- */

body
{  
    font-family:        	Verdana, Arial, Helvetica, sans-serif; 

    font-size:          	7pt; 
    font-style:         	normal; 
    line-height:            normal;
    font-weight:        	normal; 
    font-variant:       	normal; 
    text-transform:     	none; 
    
    color:              	#000000; 

    text-decoration:    	none;
    
    background-color:   	#FFFFFF;
    
}

td
{
    font-size:          	7pt; 
	vertical-align:         top;
}

.title
{
	border-bottom:			1px solid #000000;
    font-size:          	7pt;
	font-style:				normal;
	vertical-align:         middle;
	padding:				1px;
}

.stroke
{
    font-size:          	7pt;
	font-weight:			bold;
	text-align:				center;
	padding:				1px;
}

.header
{
    font-size:          	7pt;
	font-weight:			bold;
	text-align:				center;
	padding:				1px;
	
    background-color:       #C0C0C0;
}

.space
{
	border-bottom:			1px solid dashed #000000;

    font-size:          	4pt;
	padding:				0px;
}

.evens
{
    background-color: #EAEAEA;
}

.odds
{
    background-color: #FFFFFF;
}

.s_evens
{
    font-size:        7pt;
    background-color: #EAEAEA;
}

.s_odds
{
    font-size:        7pt;
    background-color: #FFFFFF;
}

.stroke
{
    text-decoration: 	    underline;
    vertical-align:         bottom;
    font-size:          	7pt;
	font-weight:			bold;
	text-align:				center;
	font-style:				normal;
	padding:				1px;
}

