body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

table {
	border: 1px solid #89e;
	background-color: #eee;
}

td {
	border: none;
	font-size: .9em;
}

th {
	font-weight: bold;
	text-align: center;
	border: none;
	border-bottom: 1px solid #45a;
	background-color: #eee;	
}

a {
	color: #ef3456;
}

a:hover {
	color: #2345ef;
}

.icon {
	vertical-align: middle;
}

p, ul {
	line-height: 1.4em;
	margin-bottom: 1em;
}

a {
	border-bottom: 2px;
}

h1, h2, h3, h4, h5, h6, dh {
	font-family: "Skia", sans-serif;
	color: #999;
}

h3, h4, h5, h6 {
	font-weight: normal;
}

h1, .important {
	font-size: 17px;
	
	padding-left: 20px;
	padding-top: 2px;
	margin-top: 0px;
	height: 20px;
	
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: black;
	
	letter-spacing: 0.02em;
}

h2 {
	ttext-shadow: #999 2px 2px 4px;
	padding: 5px;
	font-size: 12px;
	color: #555;
	background-color: #eee;
	font-size: 13px;
	letter-spacing: 0.12em;
	border: 1px solid #bbb;
}

h2 a {
	text-decoration: none;
}

.recordset_index em {
	font-weight: normal;
	font-style: normal;
	background-color: #ccc;
}

h3 {
	font-size: 13px;
}

/* Page Layout */

body {
	margin: 0px;
	padding: 0px;
}

#header {
	height: 85px;
	
	padding-top: 5px;
	padding-left: 5px;
	
	background-color: #ddd;
	background-image: url(http://www.oriontransfer.co.nz/images/OrionTransferLogo.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom: 1px solid #336699;
	
	z-index: 100;
}

/*
	Either use #tableOfContents and #content
	or #page
*/

#tableOfContents {
	position: absolute;
	left: 5px;
	top: 100px;
	width: 180px;
	
	padding-bottom: 35px;
}

#tableOfContents .children {
	padding-left: 15px;
}

#content {
	position: absolute;
	left: 190px;
	right: 5px;
	top: 100px;
	
	padding-bottom: 35px;
}

#page {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 100px;
	
	padding-bottom: 35px;
}

#footer {
	position: fixed;
	
	text-align: right;
	left: 0px;
	right: 0px;
 	bottom: 0px;
	height: 22px;
	
	font-size: 11px;
	
	opacity:0.9;
	filter:alpha(opacity:90);
	
	padding-right: 5px;
	padding-top: 5px;
	
	background-image: url(http://www.oriontransfer.co.nz/images/BackgroundColor.png);
	border-top: 1px solid #aaa;
}

#license {
	font-family: monospace;
	color: black;
}

#myDetails dd {
	height: 25px;
}

#tableOfContents h1 {
	font-family: "Gill Sans", "Futura", "Skia", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #b0b0cf;
}

#tableOfContents ul {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	list-style-image: url(http://www.oriontransfer.co.nz/images/oriontransfer/BugA.png);
}

#tableOfContents li:hover {
	list-style-image: url(http://www.oriontransfer.co.nz/images/oriontransfer/BugB.png);
}

#tableOfContents li:active {
	/* Unfortunately this doesn't quite work correctly
	list-style-image: url(/images/oriontransfer/BugC.png);
	*/
}

/* Files View */

dl.files {
	border: 1px solid #ccc;
	padding: 2px;
}

dl.files dt.version {
	padding: 2px;
	background-color: #ccf;
}

dl.files dd {
	border-top: 1px dashed #eee;
	padding-top: 4px;
	padding-bottom: 4px;
}

dl.files dd.modified {
	color: #ccc;
}

dl.files dd img {
	vertical-align: bottom;
}

p.files {
	background-color: #ccf;
	padding: 2px;
}

p.files span {
	padding: 4px;
}

p.files strong {
	
}

/* General Styles */
.header_link {
	float: right;
}

/* Technologies */
div.technologies {
 bbackground-color: #f0f0ff;
 bborder-top: 1px dashed black;
 bborder-bottom: 1px dashed black;
 float: right;
 width: 25%;
 padding: 1em;
 margin-left: 1.5em;
 margin-right: 1.5em;
}

div.technologies {
	border: 1px dotted #c0c0e0;
	background-color: #fafaff;
}

div.technologies dd, div.technologies dt {
margin: 4px;
 text-align: center;
}

div.technologies dt {
height: 40px;
}

div.technologies dd {
 margin-bottom: 0px;
}

div.technologies dd.details {
 margin-top: 0px;
 font-size: 10px;
}

