/*
-----------------------------------------------------------------------------------------
Copyright : Copyright 2014 Greenleigh Software Pty Ltd
Name      : print.css
Version   : 1.00.00
Under SCM : 31 March 2014
Purpose   : Print formats for www.glsw.com.au
Author    : Thomas Stojanovic (Greenleigh Software)
Email     : tom.stojanovic@glsw.com.au
Web site  : www.glsw.com.au
-----------------------------------------------------------------------------------------
*/

body
{
  font-family: "Times New Roman", TimesNR, Times, serif;

  font-size: 12pt;
}

#menu
{
	
  display: none;

}



h1, h2, h3, h4 
{

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

}




#header
{

  border-bottom: 1px solid #000;

}




#header h1
{

  margin: 0;
  display: inline;
}




#header h2
{

  font-size: 12pt;  
  font-style: italic;
  margin: 0;
  display: inline;
}




#content, #sidebar 
{

  margin: 0 5%;

}



#content 
{

  margin-bottom: 2.5em;

}



#content h1 
{
	
  font-size: 18pt;
  margin-left: -5%;

  margin-bottom: 1em;

}


#content h2 
{
	
  font-size: 16pt;
}


#content h3 
{
	
  font-size: 14pt;
}

#content table 
{
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
}

#content table th 
 {
  padding: 0 0.5em;
  font-weight: bold;
  color: rgb(0,0,0);
  text-align: left;
}

#content table td 
{
  padding: 0 0.5em;
  border: solid 1px #ccc;
}


a 
{
  background: none;
  text-decoration: underline;
  color: #000; 
}



#sidebar h2
{
  font-size: 16pt;
}




#sidebar h3
{
  font-size: 14pt;
}

#footer 
{

  border-top: 1px solid;

  margin-top: 2em;
	
  padding-top: 0.25em;
	
  font-style: italic;
	
  font-size: smaller;
	
  text-align: right;

  color: gray;

}



#footer p 
{

  margin: 0;

}

#footer a 
{
  color: gray;

}