/*

  Stylesheet:
	docs/default.css

  Purpose:
	Default style sheet.

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

  History:
  	2008-05-05 by BMW
	    Update version
	4-Aug-2022 by Simon L. Jackson
	    Initial version

*/

/* MAJOR COMPINENTS */
html {
	overflow: -moz-scrollbars-vertical !important; 
}

body {	background-color: #FFFFFF;
	background-image: none;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin: 0px 0px auto 0px;
}

table {	border-collapse: collapse;
	border: 1px solid #999999;
	font-size: small;
}

td {	vertical-align: top;
	border: 1px dotted #999999;
	text-align: left;
}

/* LINK TRANSFORMATIONS */
a:link { 	color: #FF6600; }
a:active { 	color: #FF6600; }
a:visited { 	color: #FF6600; }
a:hover { 	color: #FF6600; text-decoration: none;}

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

/* HEADINGS */
h1 { 	font-size: xx-large;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h2 { 	font-family: arial, verdana, sans-serif;
	font-size: x-large;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h3 { 	font-family: verdana, arial, sans-serif;
	font-size: large;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h4 { 	font-family: Verdana, arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

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

.nwp {	white-space: nowrap; }

