/* Copyright 2004 

	Associated Knowledge Systems Ltd,
	The Old Smithy, Heaton House, York Road, Boroughbridge,
	North Yorkshire, YO51 9HE
	www.aksbedale.co.uk 
	e-mail sales@aksbedale.co.uk 
	Tel: 01423 321450
	Fax: 01423 321451

 (c) Copyright Associated Knowledge Systems Limited, 2004, All Rights reserved

*/

/*
	Universal rules
*/
* {
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	text-align: left;
}

html, body, form {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Verdana, Times New Roman, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

input, textarea {
	font-size: 100%;
}

img {
	border: none;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

.akscontent {
	font-size: 90%;
}

.empty {
}

.invisible {
	display: none;
	visibility: hidden;
}

.center {
	text-align: center;
}


/*
	Main Display Area
*/

.header {
	width: 100%;
	w\idth: 98%;
	margin: 0px;
}

.stripleft {
	width: 20%;
	w\idth: 19%;
	padding: 0px 0px 0px 1%;
	float: left;
	vertical-align: top;
}

.stripright {
	width: 79%;
	w\idth: 78%;
	padding: 0px 1% 0px 0px;
	vertical-align: top;
}

.aksbanner {
	padding-top: 1em;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #5181b1;
	background-color: transparent;
}

.menutabseparator {
	clear: both;
	width: 100%;
	height: 1em;
	padding: 0px; margin: 0px;
	background-color: #96b5d4;
}


.block {
	clear: both;
}

.currentnavigation {
	clear: both;
	padding-left: 1em;
}

.currentnavigation .breadcrumb {
	display: inline;
	padding-left: .5em;
}

.pageheader {
	background-color: #c0cffc;
	color: #202020;
	font-size: 1.2em;
	height: 1.5em;
	margin: 0px 5% 0px 5%;
	padding-left: 2%;
	vertical-align: top;
	width: 100%;
	w\idth: 88%;
}

.pagedetail {
	width: 100%;
	w\idth: 90%;
	margin: 1em 5% 1em 5%;
	padding: 0px 0px 0px 0px;
}

.pagetext {
	margin: 0px 0px 0px 0px;
	padding: 0px 1em 0px 0px;
}

.pagetext li {
	margin: 0px 0px 0px 5%;
	padding: 0px;
}

.pagetext ul {
	list-style: none;
	margin: 0px 0px 0px 5%;
	padding: 0px;
}

.pageimage {
	float: right;
	margin: 0px 0px 0px 0px;
}

.trailer {
	background-color: #cddae0;
	color: #202020;
	padding: 1em 0px 0px 1em ;
	width: 98%;
}

.sitemaptext {
	font-size: .9em;
}

.copyright {
	font-size: .75em;
}

.submenu {
	background-color: #96b5d4;
	clear: both;
	height: 1.5em;
	margin: 0px 5% 0px 5%;
	padding: 0px;
	vertical-align: top;
	width: 100%;
	w\idth: 90%;
}

#submenuoption	{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 99%;
	color: #ffffff;
}

#submenuoption a	 { text-decoration: none; }
#submenuoption a:link 	 { color: #202020; }
#submenuoption a:visited { color: #202020; }
#submenuoption a:hover 	 { color: #ffff66; text-decoration:underline; }
#submenuoption a:active	 { color: #ffff66; }
#submenuoption ul	{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 1%;
}

#submenuoption li {
	float: left;
	margin: 0px;
	background: url("images/submenu_spacer.gif") no-repeat center right transparent;
	padding: 3px 16px 6px 6px;
}

#submenuoption li a {
	margin: 0px;
	padding: 0px 4px 0px 0px;
}

#submenuoption li strong	{
	padding:0px 4px 0px 0px;
}

#submenuoption li a strong {
	padding: 0px;
}

/*
	Form's collection
*/

.inputrow {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.descspan {
	border-style:none;
}

.inputlabel {
	width: 25%;
	float: left;
	vertical-align: top;
}

.inputbox {
	width: 75%;
	float: left;
}

.userText {
}

.req {
	font-weight: bolder;
	font-size: smaller;
	color: red;
}

.tablehide {
	display: none;
	border: none
}

.tableshow {
	display: block;
	border: none;
	visibility: visible;
}

/* ******************  printing  ************** */

@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
}

/* ******************  speech  ************** */

@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

