/* klixo/try css (c) Klixo Limited. daniel@klixo.net.nz 
  Unauthorised copying or use is prohibited. Customers of Klixo.net.nz may freely
  use this script.
*/
/* ALL SETTINGS IN THIS SECTION CAN BE SAFELY CHANGED */
html, body  
{
	font-family: arial, Verdana, Geneva, sans-serif; 
	color: #000; /* primary font color */
	background-color: #FFF; /* body background colour */
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #00763D;
}
h2, h4, h6
{
	color: #660000;
}
a:link, a:visited
{
 color: #000000;
}
a:hover, a:active
{
	color: #00763D;
}
table#tabs td.current a:hover
{
	color: #00763D; /* Tab link hover colour */
}
table#tabs a:hover
{
	color:#FFF100;
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px solid #00763D; /* left body border */
  border-right: 1px solid #00763D; /* right body border */
  font-size: 90%;
}
/* side panel */
#divPanel
{
	background-color: #FFFFFF;
	text-align: center;
	width: 190px;
	padding: 3px 0px 5px 0px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
#divPanel img
{
 border: none;
}
/* Heading style for the side panel */
#divPanel h3
{
	border-top: solid 1px #B80000;
}
/* Masthead of the page */
div#title
{
	width: 760px;
	height: 100px;
	background-color: #00763D;
	background-image: url(http://www.whakataneholidaypark.co.nz/pics/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* Footer of webpages */
div#footer
{
	border: 1px solid #00763D;
	background-color: #00763D;
	text-align: center;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
div#footer a:link, div#footer a:visited
{
	color: #FFFFFF;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	background-color: #00763D; /* Non-active Tab Colour */
	padding: 5px 0px 5px 0px;
}
table#tabs td p
{
	font-size: 88%; /* Non-active tab item font size */
}
table#tabs td span
{
	font-size: 60%; /* Secondary tab item font size */
}					
table#tabs td a					
{
	color: #FFF100; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #FFFFFF; /* Active Tab Colour */
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #00763D; /* Active Tab link color */
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px 0px 5px 0px;
}	
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: underline;
}
#divBody
{
  visibility: visible;
  width: 758px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 760px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 0px;
	border: solid 1px #00763D;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div#footer
{
	border-top: none;
	width: 728px;
	height: auto;
	padding: 5px 15px 5px 15px;
	color: #FFFFFF;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 760px;
	margin-top:0px;
}
table#tabs td
{
	padding-left: 15px;
	padding-right: 15px;
}
table#tabs td.current
{
	border-color: #C0C0C0;
	border-right: 1px solid #00763D;
	border-left: 1px solid #00763D;
}
hr
{
	border-top: 1px dashed #00763D;
	border-bottom:1px dashed #00763D;
	border-left: none;
	border-right: none;
}
input.textbox
{
	width: 250px;
	border: solid 1px #00763D;
}
textarea
{
	width: 300px;
	height:200px;
	font-family: arial, Verdana, Geneva, sans-serif; 
	border: solid 1px #00763D;
}