/* Copyright 2005 Walesby Forest Campsite. All Rights Reserved. */

/* This stylesheet is intended for the following:-
     Font Size: Medium
     Media Type: Handheld */

/* The stylesheet has been tested on Pocket Internet Explorer.
   It displays the same on each browser */



/* ******************************************************************** */
/* ******************************  BODY  ****************************** */
/* ******************************************************************** */
body
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	color: #000000;
	background-color: #ffffff;
}


/* ************************************************************************ */
/* ******************************  HEADINGS  ****************************** */
/* ************************************************************************ */
h1
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h1.indent
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

h2
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #026D43;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2.indent
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #026D43;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h3
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3.indent
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h4
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 5pt;
	font-weight: bold;
	color: #669E83;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h5
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

h6
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td.rightColumn h2
{
	display: none;
}


/* ******************************************************************** */
/* ******************************  TEXT  ****************************** */
/* ******************************************************************** */
p
{
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.textnews
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 5pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

td.rightColumn p
{
	display: none;
}


/* ******************************************************************************************* */
/* ******************************  BULLETED AND NUMBERED LISTS  ****************************** */
/* ******************************************************************************************* */
td.navMenu ul
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

td.navMenu ul li
{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

ul.navSubMenu, ul.navSubMenu li
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: inline;
}

ul.navSubSubMenu, ul.navSuSubbMenu li
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: inline;
}

ul
{
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 25px;
	list-style-type: square;
}

ol
{
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 25px;
}


/* ********************************************************************* */
/* ******************************  LINES  ****************************** */
/* ********************************************************************* */
hr
{
	height: 2px;
	color: #026D43;
	background-color: #026D43;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #026D43;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #026D43;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #026D43;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #026D43;
	NOSHADE
}


/* ************************************************************************** */
/* ******************************  HYPERLINKS  ****************************** */
/* ************************************************************************** */
a
{
	color: #026D43;
	text-decoration: underline;
}

a:visited
{
	color: #026D43;
	text-decoration: underline;
}

a:hover
{
	color: #669E83;
	text-decoration: none;
}

td.navMenu ul li a, td.navMenu ul li a:visited
{
	padding: 2px 15px 2px 15px;
	width: 100%;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 5pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: transparent;
}

td.navMenu ul li a:hover
{
	width: 100%;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 5pt;
	color: #ff0000;
	text-decoration: none;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #76AC94;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76AC94;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #76AC94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76AC94;
	background-color: transparent;
}

ul.navSubMenu li a, ul.navSubMenu li a:visited
{
	width: 100%;
	display: block;
	padding: 2px 2px 2px 2px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 4pt;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #728E82;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #728E82;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51625A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #728E82;
	background-color: #A3C9BA;
	background-image: url('../graphics/static/img_arrowbullet_off.gif');
	background-repeat: no-repeat;
	background-position: 80px 50%;
}

ul.navSubMenu li a:hover
{
	width: 100%;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 4pt;
	color: #ff0000;
	background-color: #CDE2D9;
	background-image: url('../graphics/static/img_arrowbullet_on.gif');
	background-repeat: no-repeat;
	background-position: 80px 50%;
}

ul.navSubSubMenu li a, ul.navSubSubMenu li a:visited
{
	width: 100%;
	display: block;
	padding: 2px 2px 2px 2px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 3pt;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #728E82;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #728E82;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CDE2D9;
	background-image: url('../graphics/static/img_arrowbullet_off.gif');
	background-repeat: no-repeat;
	background-position: 80px 50%;
}

ul.navSubSubMenu li a:hover
{
	width: 100%;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 3pt;
	color: #ff0000;
	background-color: #A3C9BA;
	background-image: url('../graphics/static/img_arrowbullet_on.gif');
	background-repeat: no-repeat;
	background-position: 80px 50%;
}

table.product a, table.product a:visited
{
	padding: 0px 2px 0px 15px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	background-image: url('../graphics/static/img_productlinkarrow_off.gif');
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

table.product a:hover
{
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
	background-image: url('../graphics/static/img_productlinkarrow_on.gif');
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

td.rightColumn a, td.rightColumn a:visited
{
	display: none;
}

td.rightColumn a:hover
{
	display: none;
}

td.footer a:link, td.footer a:visited
{
	color: #000000;
	text-decoration: underline;
}

td.footer a:hover
{
	color: #666666;
	text-decoration: none;
}


/* **************************************************************************** */
/* ******************************  IMAGE STYLES  ****************************** */
/* **************************************************************************** */
img
{
	width: 50%;
	height: 50%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

img.logo
{
	width: 50%;
	height: 33%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img.handheld
{
	display: none;
}

td.main img.border
{
	width: 50%;
	height: 50%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

td.main img.noborder
{
	width: 50%;
	height: 50%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}

td.rightColumn img
{
	display: none;
}

img.advert
{
	display: none;
}

td.acknowledgements img
{
	display: none;
}

img#image2007
{
	display: none;
}



/* *************************************************************************** */
/* ******************************  FORM STYLES  ****************************** */
/* *************************************************************************** */
fieldset
{
	padding: 10px 5px 5px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

fieldset.product
{
	width: 75%;
	padding: 10px 5px 5px 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}

legend
{
	padding: 0px 5px 0px 20px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 6pt;
	color: #000000;
}

legend.product
{
	width: 75%;
	padding: 0px 5px 0px 20px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 6pt;
	color: #000000;
	background-color: #ffffff;
	background-image: url('../graphics/static/img_legendproductarrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

input
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	color: #000000;
}

textarea
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	color: #000000;
}

select
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	color: #000000;
}


/* ************************************************************************************* */
/* ******************************  TABLE AND CELL STYLES  ****************************** */
/* ************************************************************************************* */
td.header
{
	font-size: 6pt;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	color: #000000;
	background-color: #57987A;
}

td.navMenu
{
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76AC94;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76AC94;
	background-color: #cccccc;
	background-image: url('../graphics/static/bg_navMenuFade_off.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

td.leftColumn
{
	width: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CDE2D9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CDE2D9;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CDE2D9;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CDE2D9;
	background-color: #A3C9BA;
}

table.navSubMenu
{
	width: 55px;
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 4pt;
	color: #000000;
}

td.main
{
/*	width: 170px;*/
	padding: 5px 0px 10px 5px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 6pt;
	color: #000000;
	background-image: url('../graphics/static/bg_main.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

td.tableHeader
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #669E83;
}

table.table
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #026D43;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #026D43;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #026D43;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #026D43;
	background-color: #ffffff;
}

table.product
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 5pt;
	padding: 2px 2px 2px 2px;
}

td.rightColumn
{
	display: none;
}

td.picPromoHeader
{
	display: none;
}

td.picPromoFooter
{
	display: none;
}

td.promoHeader
{
	display: none;
}

td.footer
{
	padding: 2px 0px 2px 0px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 4pt;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

td.acknowledgements
{
	display: none;
}


/* **************************************************************************************** */
/* ******************************  MISCELLANEOUS TAG STYLES  ****************************** */
/* **************************************************************************************** */

