/*

  Stylesheet:
	docs/default.css

  Purpose:
	Default style sheet.

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

  History:
	28-Nov-2006 by Simon L. Jackson
	    Initial version

*/

/* CHECKED */

/* START BASIC OBJECTS */
body {
	color: #656565;
	background-color: #EFEFEF;
	background-image: none;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	margin-bottom: 10px;
}

/* LINK TRANSFORMATIONS */
a:link { color: #656565; }
a:active { color: #EE0000; }
a:visited { color: #656565; }
a:hover { color: #000000; }

td a:link {
	color: #676767;
	text-decoration: none; }
td a:active {
	color: #EE0000;
	text-decoration: none; }
td a:visited {
	color: #676767;
	text-decoration: none; }
td a:hover {
	color: #000000;
	text-decoration: none; }

/* text descriptions of the illustrations */
td.des a:link {
	color: #666666;
	text-decoration: underline; }
td.des a:active {
	color: #666666;
	text-decoration:underline; }
td.des a:visited {
	color: #666666;
	text-decoration:underline; }
td.des a:hover {
	color: #000000;
	text-decoration:none; }

/* Low key footer links */
a.gli:link { color: #A5A5A5; text-decoration: none;}
a.gli:active { color: #A5A5A5; text-decoration: none;}
a.gli:visited { color: #A5A5A5; text-decoration: none;}
a.gli:hover { color: #000000; text-decoration:underline;}


td.man {
	padding-right: 100px;
}

/* HEADINGS */
h1 { 
	margin-top: 10px;
	text-align: center;
	font-size: 24pt;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}

h2 { 
	font-family: arial, verdana, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

h3 { 
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h4 { 
	font-family: Verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

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

/* TABLES */
table {
	border-collapse: collapse;
}

table.otr {
	border-left: 0px solid #FFFFFF;
	height: 900px;
}


td {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
}

/* main picture */
td.mpc {
	text-align: center;
	padding: 0px 0px 30px 0px;
	vertical-align: top;
}

/* navigation cell */
td.nav {
	text-align: left;
	vertical-align: top;
	padding: 70px 0px 0px 10px;
	font-weight: bold;
	font-size: 10pt;
	background-image: url( '/images/texture.jpg' );
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	background-color: #EEEEEE;
}

/* main content frame */
td.frm {
	padding: 0px 10px 10px 20px;
	border: 0px solid green;
}

td.des {
	font-size: 9pt;
	vertical-align: middle;
	text-align: center;
	padding: 0px 10px 10px 0px;
}

/* thumbnail menu */
td.tnm {
	text-align: center;
}

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

/* cursor */
td.cur {
	padding-top: 10px;
	text-align: center;
}

td.cvt{
	font-weight: bold;
	padding-right: 10px;
}

td.fol {
	text-align: left;
	padding: 20px 0px 10px 20px;
}

/* footer right cell */
td.for {
	text-align: right;
	padding: 20px 20px 0px 0px;
	font-size:9pt;
}


img.im1 {
	border: 1px solid #000000;
	margin: 10px 0px 20px 30px; 
}

img.im2 {
	border: 0px solid #666666;
}

div.shi table{
	width: 500px;
	
}

/* font treatment for directions */
p.drc {
	margin-top: 60px;
	color: #A5A5A5;
	font-size: 8pt;
}

.formtable p {
	margin: 0px;
}

.formprompt p {
	margin: 0px;
}

.forminput p {
	margin-bottom: 10px;
}

.formtextarea p {
	margin-bottom: 10px;
}

.nwp{
	white-space: nowrap;
}
