/* 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: #9CCE19; /* body background colour */
}
a:link.gallery_img, a:visited.gallery_img
{
	border: solid 2px #A5D6F7;
}
a:hover.gallery_img, a:active.gallery_img
{
	border: solid 2px #FBFC08;
}
/* Heading colours and styles */
h1, h3, h5
{
	color: #A5D6F7;
}
h2, h4, h6
{
	color: #9CCE19;
}
a:link, a:visited
{
 color: #000000;
}
a:hover, a:active
{
	color: #9BCE19;
}
table#tabs a:hover, table#tabs td.current a:hover
{
	color: #FBFC08; /* Tab link hover colour */
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px solid #9CCE19; /* left body border */
  border-right: 1px solid #9CCE19; /* right body border */
  font-size: 90%;
}
/* side panel */
#divPanel
{
	background-color:#A4D6F7;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
#divSlideshow
{
	background-color: #FFF;
	width: 320px;
	height: 213px;
	margin: 20px 10px 0px 5px;
	float: right; /* panel postion = left or right */
	border: solid 1px #000080;
}
/* Heading style for the side panel */
#divPanel h3
{
	border-top: solid 1px #B80000;
}
/* Masthead of the page */
div#title
{
	width: 760px;
	padding: 5px 0px 5px 0px;
	background-color: #9BCE19;
}
/* Footer of webpages */
div#footer
{
	border: 1px solid #9CCE19;
	background-color: #9CCE19;
}
/* 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: #9CCE19; /* Non-active Tab Colour */
	text-align: center;
}
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: #FFFFFF; /* Non-active Tab link color */
	font-weight: bold;
}
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: #A5D6F7; /* 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: 10px 5px 10px 5px;
	border: dashed 2px #FBFC08;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div#footer
{
	border-top: none;
	width: 728px;
	height: 70px;
	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 #9CCE19;
	border-left: 1px solid #9CCE19;
}
hr
{
	border-top: 1px dashed #9CCE19;
	border-bottom:1px dashed #9CCE19;
	border-left: none;
	border-right: none;
}
input.textbox
{
	width: 300px;
	border: solid 1px #9CCE19;
}
textarea
{
	width: 300px;
	height:200px;
	font-family: arial, Verdana, Geneva, sans-serif; 
	border: solid 1px #9CCE19;
}
div#location
{
	position: relative;
	border: solid 2px #A4D710;
	width: 516px;
	color: #000000;
}
td.gallery_img img
{
	border: none;
}
td.gallery_img
{
	padding-top: 2px;
}
