/*

  Stylesheet:
	docs/default.css

  Purpose:
	Default style sheet.

  Copyright:
	Copyright © 2006 by Corpita Pty Ltd
	15 Bedford Street, Collingwood 3066, Australia

  History:
	30-Oct-2006 by Brian M. Warburton
	    Initial version

*/


/* START BASIC OBJECTS */
body {
	background-color: #000000;
}

/* TABLES AND TABLE CELLS */
td {
	vertical-align: top;
	font-family: Times, serif;
	font-size: 10pt;
}

table.otr td {
	padding-left: 150px;
	padding-right: 0px;
	background-color: #FFFFFF;
}

table.ban { /* navigation table */
	height: 210px;
}

table.ctb { /*contact table */
	color: #000000;
	background-color: #FFFFFF;
}

table.epg{ /* error handler */
	width: 967px;
	height: 568px;
	background-image: url( '/images/error_page.jpg'); 
}

table.epg td { /* error handler */
	padding-top: 250px;
}

td.mct { /* main content */
	border: 0px dotted #EEEEEE;
	padding-top: 10px;
	padding-left: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
 
td.cft { /* contact form table cell */
 	padding: 10px;
 	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
} 

td.ctr { /* text row in contact table */
	height: 39px;
}

td.ftx {
	background-image: url('/images/f_centre.jpg'); 
	padding-left: 32px;
	color: #C3257B;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;	
}

div.inv {
	display: none;
}
div.sho {
	display: inline;
}

/* FONT TREATMENTS */
.fan { /* fancy font */
	font-family: Verdana, Arial, sans-serif;	
 	font-weight: bold;
}

.pdr {
	margin-right: 16px;
}

.pdl {
	margin-left: 13px;
}

.whi {
	background-color: #FFFFFF;
}

.pin { /*color for row 2 of folio descriptions */
	color: #C3257B;
}

pre {
	font-family: monospace;
	font-size: 9pt; 
}

p.one { /*line one folio descrips */
	font-family: Verdana, Arial, sans-serif;	
	color: #FE8DB8;
	background-color: #000000;
	font-size: 11pt;
	font-weight: bold;
}

p.two { /*line two folio descrips */
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11pt;
	font-weight: bold;
}

p.thr {  /*line three folio descrips */
	font-family: Times, serif;
}


/* END BASIC OBJECTS */


/* romber form elements */
table.formtable{
	border: 0px solid green;
}

table.formtable p {
	margin: 0px;
}

.forminput {
	width: 250px;
}

/* end romber_form objects */

