<!--
/**********************************************************************************/
/*        eDocStoreFREE! coded by J D Meades and released 4th January, 2005       */
/*        eDocStoreFREE! subsequently updated                                     */
/*        eDocStore coded by J D Meades and released 6th December, 2005           */
/*                                                                                */
/*                   Copyright 2004/7 - All rights reserved                       */
/*                                                                                */
/*                      Support:http://jdmeades.helpserve.com/                    */
/*                      Web: http://www.edocstore.co.uk                           */
/*                                                                                */
/*    Reference below to eDocStore includes eDcoStoreFREE! and eDocStore          */
/*                                                                                */
/*    Your licence to use this software extends to and includes the PHP scripts   */
/*    that go to make eDocStore. eDocStore is licenced for use on one web server. */
/*	  For clarity, to use this software on more than one web server you will need */
/*    to purchase additional licences, one licence per web server.                */
/*                                                                                */
/*    Please do not alter any of the code in this or other eDocStore scripts.     */
/*    Altering the code in this script or any scripts that go to make eDocStore   */
/*    will remove any rights to support in the installation and operation of      */
/*    eDocStore.                                                                  */
/*                                                                                */
/*    Do not sell, rent, loan or otherwise dispose of eDocStore without the       */
/*    express permission of eDocStore.                                            */
/*                                                                                */
/*		Updated 02-06-2006														  */
/*																				  */
/**********************************************************************************/

-->
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	line-height: 18px;
	padding: 3px;
	color: #333333;

	font: .8em/1.8em verdana, arial, sans-serif;
	background-color: #FFFFFF;
}

html>body {
	height: auto;
}

h2 {
	line-height: 120%;
}

h3 {
	font-size: 2em;
}

.content a {
	color: #6666FF;
	text-decoration: none;
}
#contents {
	position: absolute;
	top: 0;
}

.content {
	position: absolute; top: 105px; width: 645px;
	margin-left: 210px;
	margin-right: 2em;
	margin-bottom: 1em;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	border-bottom: solid thin
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

strong {
	color: #006666;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

form p label {
	float: left;
	padding-left: 0px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
}

legend {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #ffffff;
}

select {
	font: 0.9em Arail, Helvetica, sans-serif;
}
.title {
	position: absolute; top: 0px; left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	width: 73%;;
	text-align: right;
	line-height: 70px;
}

.logo {
	position: absolute; top: 0px; left: 0px;
	width: 180px;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
}

.subtitle {
	position: relative;
    top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.sidebar {
	position: absolute; top: 10px; left: 0px;
	width: 200px;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 25px;
}

.menutitle {
	position: relative;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.menuoption {
	font-size: 1em;
	font-weight: normal;
	padding-left: 15px;
}

.sidebar fieldset {
	border: 1px dotted #006666;
	padding: 10px;
	width:190px;
}

.sidebar a {
	text-decoration: none;
	margin-left: 15px;
}

a:hover {
	text-decoration: none;
}

input.large {
	width: 150px;
	font: 0.9em Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
}

input.small {
	width: 80px;
	font: 0.9em Arial, Helvetica, sans-serif;
}

.button {
	font: 0.8em Arial, Helvetica, sans-serif;
}