/* 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, Helvetica, sans-serif;
	color: #000; /* primary font color */
	background-color: #0a149a; /* body background colour */
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #0C1ABB;
}
h1
{
	margin-top: 0px;
}
h2, h4, h6
{
	color: #000;
}
a:hover, table#tabs a:hover
{
	color: #FFFF00; /* Tab link hover colour */
}
a:link.gallery_img, a:visited.gallery_img, a:hover.gallery_img, a:active.gallery_img
{
	color: #0000FF;
}
div#footer a:link, div#footer a:visited
{
	color: #FFF;
}
div#footer a:hover, div#footer a:active
{
	color: #FFF;
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
}
/* side panel */
#divPanel
{
	background-color: #DDDDFF;
	width: 180px;
	border: solid 1px #0C1ABC;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
/* Heading style for the side panel */
#divPanel h4
{
	margin: 0px;
}
/* Masthead of the page */
div#title
{
	background-color: #FFF; 
}
/* Footer of webpages */
div#footer
{
	background-image: url(/pics/bg_footer_surf.jpg);
	background-color: #1D1B0F;
	height: 106px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.whk
{
	padding-top: 23px;
	text-align: right;
}
/* Paragraph text in footer */
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	background-color: #505CE3; /* Non-active Tab Colour */
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
}
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: #FFF; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #FFFFFF; /* Active Tab Colour */
	filter: alpha(opacity=100); 
	-moz-opacity:1; opacity:1; -khtml-opacity:1; 
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #0C1ABB; /* Active Tab link color */
	text-decoration: none;
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px;
}	
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: underline;
}
#divBody
{
  visibility: visible;
  width: 760px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 10px auto 10px auto;
   visibility: visible;
   width: 760px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 760px;
}
div.story
{
	padding: 10px 30px 10px 30px;
	font-size: 0.85em;
	background-image: url(/pics/bg_story.gif);
}
div#footer
{
	width: 730px;
	padding: 5px 15px 5px 15px;
	font-size: 0.85em;
	color: #FFF;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 760px;
	margin-top:10px;
}
table#tabs td
{
	padding: 3px 15px;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
	margin-bottom: 7px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
div.item_right h3
{
	margin: 0px 0px 3px 0px;
}
div.item_right p
{
	margin-top: 0px;
	margin-bottom: 7px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
input.textbox
{
	width: 300px;
	border: solid 1px #000000;
}
textarea
{
	width: 300px;
	height:150px;
	font-family: arial, Verdana, Geneva, sans-serif; 
	border: solid 1px #000000;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
.odd
{
	background-color: #EEEEEE;
}
th
{
	text-align: left;
	padding-right: 10px;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
	width: 760px;
	height: 250px;
	border: none;
}