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

AUSSI Portal Copyright (C) 2004-2009 by Frank Braun, frankbraun@optusnet.com.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

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

/* ------------ */
/* Menu         */
/* ------------ */

.normalMenu td
{
	text-align:			center;
}

.normalMenu a:hover
{
    text-decoration: 	none;
	font-weight:	    bold;
}

.normalMenu a
{
    text-decoration: 	none;
	font-weight:	    bold;
}

/* ------------ */
/* Other Styles */
/* ------------ */

#links 
{
	margin:             0 auto;
	font-size:          10px;
	line-height:        20px;
	height:             20px;
}

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

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

    text-decoration:    	none;
    
    background-color:   		#FFFFFF;
    
	scrollbar-base-color:		#000066;
	scrollbar-3dlight-color:	#FFFFFF;
	scrollbar-arrow-color:		#000066;
	scrollbar-darkshadow-color:	#FFFFFF;
	scrollbar-face-color:		#FFFFFF;
	scrollbar-highlight-color:	#59BBD6;
	scrollbar-shadow-color:		#59BBD6;
	scrollbar-track-color:		#FFFFFF;
	
    background-image:      url(./images/watermark.jpg); 
    background-repeat:     repeat; 
    background-attachment: fixed;
	
}

.form
{ 
    font-size: 10px; 
    color:     #990000; 
}

.form_href
{ 
    color:     #000000; 
    text-decoration: none;
}

.form_href:hover
{ 
    color:     #000000; 
    text-decoration: none;
}

.tableback
{
    background-color:    #98CAFD;
    background-image:    url(./images/mas_header_bg1024.jpg);
    background-repeat:   no-repeat;
    background-position: right;
}

table,td,p,blockquote,ol,li,ul
{  
    font-size:          	11px; 
}

a
{  
    color:              #000000; 
}

a:hover
{  
    color:              #5CBFDC; 
    text-decoration: 	underline;
}

th
{
	/* border-bottom:			1px solid #000000; */

    font-size:          	8pt;
	font-weight:			bold;
	padding:				1px;
}

.small
{  
    font-size:          	9px; 
}

.evens
{
    background-color: #EAEAEA;
}

.odds
{
    background-color: #FFFFC8;
}

.s_evens
{
    background-color: #EAEAEA;
}

.s_odds
{
    background-color: #FFFFC8;
}


.header
{
    font-size:          	10pt;
	font-weight:			normal;
	text-align:				center;
	font-style:				normal;
	padding:				1px;
	
    color:                  #FFFFFF; 
    background-color:       #0094C1;
}

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

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

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

.table_border
{  
    line-height:        12pt;
	text-align:			justify;
	padding:			5px;
}

.headercell 			
{  
    font-size:          14px; 
    font-style:         normal; 
    font-weight:        bold; 
	text-align:			center;
    color:              #FFFFFF; 
}

.groupTitle
{  
    font-size:          12px; 
    font-style:         normal; 
    font-weight:        bold; 
	text-align:			center;
    color:              #00000; 
}

.logo
{  
    font-size:          30px; 
    font-style:         normal; 
    font-weight:        bold; 
	text-align:		    right;
}

.menu
{  
    font-size:          10px; 
    font-style:         normal; 
    font-weight:        normal; 
	text-align:		    right;
}

.disclaimer
{  
    font-size:          9px; 
    font-weight:        normal; 
	text-align:			center;
}

.t10_table
{  
    /* border-width: 1mm; */
    border-collapse: collapse;
    padding: 3px;
    /* border: 3px solid #99FF99; */
    border: 2px solid #A2B9CE;
	
	margin: 3px;

}

.group1
{
    font-size:          	8pt;
	font-weight:			bold;
	text-align:				center;
	font-style:				normal;
	vertical-align:         middle;
	padding:				1px;
	
    background-color:       #0094C1;
}

.group2
{
    font-size:          	8pt;
	font-weight:			bold;
	text-align:				center;
	font-style:				normal;
	vertical-align:         middle;
	padding:				1px;
}

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

.result
{
    font-size:          	8pt;
	font-weight:			normal;
	font-style:				normal;
	vertical-align:         middle;
	padding:				1px;
}


