/* 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: Tahoma, Geneva, sans-serif;/*Verdana, Verdana, Geneva, sans-serif; */
	color: #000; /* primary font color */
	font-size: 0.9em;
	background-repeat: repeat-x;
}	
.Menu_Text {
	font-size: 85%;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
}
td {
	font-family: Tahoma, Geneva, sans-serif;
}

th {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: 0088CC;
}
/* Heading colours and styles */
h2
{
  font-size: 1.9em;
}
h3
{
  font-size: 1.6em;
}
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	color: #0000FF; /* Tab link hover colour */
}
#divBody
{
  /*border-left: 1px solid #C0C0C0;*/ /* left body border */
  /*border-right: 1px solid #C0C0C0;*/ /* right body border */
  border: none;
}
/* side panel */
#divPanel
{
	/*background-color: #FFF; */
	width: 180px;
	float: right; /* panel postion = left or right */
}
/* Heading style for the side panel */
/*#divPanel h3
{
	border-top: solid 1px #06c;
}*/
/* Masthead of the page */
#divPanel h4 a:link, #divPanel h4 a:visited
{
  text-decoration: none;
}
#divPanel h4 a:hover, #divPanel h4 a:active
{
  text-decoration: underline;
}
#divPanel h4
{
  margin: 0px;
}
div#title
{
	border: none; /*1px solid #C0C0C0;*/ 
	background-color: #fff; 
}
#title_date
{
  background-image: url(/pics/bg_dates.jpg);
  color: #FFF:
  background-repeat: repeat-y;
  text-align: center;
   padding: 3px;  
}
#title_date h2
{
  color: #fff;
  margin: 0px;
}
div#title img
{
  border: none;
}
div#blue_home_menu
{
  background-color: #06C;
  width: 375px;
  float: left;
}
div#red_home_menu
{
  background-color: #BA2025;
  width: 375px;
  float: right;
}
/* Footer of webpages */
div#footer, div#footerHome
{
	border: none;
	background-repeat: repeat;
	min-height: 20px;
}
div#footerHome
{
	background-color: #DDEEFF;
	background-image: url(../pics/motu_footer_home.jpg);
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
div#clientMenuTab
{
   width: 750px;
   margin: none;
   padding: none;
}
table#tabs td a:link,	table#tabs td a:visited
{
	color: #fff; /* Non-active Tab link color */
	text-decoration: none;
}
table#tabs td a:hover,	table#tabs td a:active
{
	color: #ddd; /* Non-active Tab link color */
	text-decoration: underline;
}

/* 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: 750px;
  min-height: 300px;
  padding: 0px;
  margin-top: 10px;
}
#divMain  
{
   margin: 10px auto 10px auto;
   visibility: visible;
   width: 750px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 750px;
	padding: 0px;
	background-image: url(../pics/Graduation.gif);
	background-repeat: repeat-x;
}
.leftTopImg
{
  float: left;
}
.rightTopImg
{
  padding-top: 10px;
}
.rightTopImg img
{
  margin-right: 7px;
}
.rightTopImg h2
{
  margin-top: 10px;
  margin-bottom: 0px;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div.storyHome
{
	padding: 0px;
}
div#footer, div#footerHome
{
	width: 720px;
	padding: 10px 15px 5px 15px;
	margin-top: 10px;
	text-align: center;
	font-size: 95%;
	font-weight: bold;
	color: #fff;
}
div#footerHome a:link, div#footerHome a:visited,
div#footer a:link, div#footer a:visited
{
  color: #fff;
}
div#footerHome a:hover, div#footerHome a:active,
div#footer a:hover, div#footer a:active
{
  color: #fff;
  text-decoration: none;
}
.inline
{
	display: inline;
}
table#tabs
{
	margin-bottom:10px;
	font-size: 95%;
}
table#tabs td
{
	padding: 10px 0px 0px 0px;
	width: 95px;
	text-align: center;
	vertical-align: top;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
input, textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
}
input.shortText
{
  width: 150px;
}
input.longText
{
  width: 250px;
}

/* Table specific styling */
table.form
{
	width: 500px;
	/*border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;*/
	margin-bottom:5px;
}
table.form caption
{
	/*background-color: #DDD;
	font-size: 1.0em;*/
	text-align: left;
	padding: 3px 3px 10px 3px;
	font-weight: bold;
}
table.form td, table.form th
{
	text-align: left;
	/*font-size: 0.9em;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;*/
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	/*background-color: #EEE;
	font-weight: normal;*/
}
table.form td
{
	padding-left: 5px;
}
.panelTopImg
{
  text-align: center;
  /*padding-bottom: 10px;
  border-bottom: 2px solid #06c; */
  background-color: #fff;
	border: 0px;
	padding: 10px;
}
.panelTopImg img
{
  border: none;
  margin-bottom: 3px;
}
.panelTopImg a:link, .panelTopImg a:visited
{
  color: #06c;
  font-size: 110%;
  text-decoration: none;
}
.panelTopImg a:hover, .panelTopImg a:active
{
  color: #06c;
  font-size: 110%;
  text-decoration: underline;
}
.panelTopImg hr
{
	color: #0066CC;
}
a.readmore:hover
{
  text-decoration: none;
}
.gallery_img
{
  text-align: center;
}
table.subscribeTable
{
	border: 0px; /*1px solid #0066CC; */
	height: auto;
	width: 180px;
	margin: 5px 0px 5px 0px;
	padding: 10px 3px; /*5px 2px; */
	background-color: #fff;
}
table.subscribeTable h4
{
	font-size: 0.85em;
	margin: 5px 2px 5px 2px;
}
table.subscribeTable input.signup
{
	font-size: 0.9em;
	width: 60px;
}
.panelContent
{
	background-color: #fff;
	padding: 5px 10px;
}
div.panelContent h3
{
	margin: 10px;
}
td.challenge_home, td.cycle_home
{
	vertical-align: top;
	padding: 10px 20px;
	width: 50%;
}
td.challenge_home
{
	background-color: #def;
}
td.cycle_home
{
	background-color: #FAF1F1;
}