
/********************** /shared/style/quick_form.css **********************/
/*
	SM 23Jan07: Styles for PEAR's HTML_QuickForm package.
	Initially used just for resume module's quickforms, but could be made generic.
*/

.qf_table {
	border: 0;
	width: 100%;
}

.qf_table label {
  font-weight: bold;
}

.qf_table th, .qf_table td {
	border: none;
	vertical-align: middle;
	padding: 0.5em;
}

/*
.qf_table textarea {
  width: 640px;
  height: 300px;
}
*/

.qf_textarea_large {
  width: 640px;
  height: 300px;
}

.qf_textarea_small {
  width: 300px;
  height: 100px;
}

.qf_header_tr {
  /* cursor: pointer; */ /* SM 28Oct08: Get the plugin to do this instead? */
}

.qf_header_hdr {
	float: left;
	display: inline;

}

.qf_header_msg {
	float: right;
	font-size: 8px;
	display: inline;
}

.qf_header, .qf_header2, .qf_header2a {
	white-space: nowrap; 
	font-weight: normal;
	padding: 8px !important;
	text-align:left;
	font-size: 120%;
	/*border-top: 2px dotted #aaa;*/
	/* background-color:#eeeeee; */
	background-color:#ddd;
	}

.qf_header2, .qf_header2a {
  font-size: 110%;
  background-color: #eee;
}
/*
.qf_header2a {
  background-color: #9DBAB7;
}*/

.qf_err {
	margin: 5px 0px 5px 0px;
	border: 1px solid #000;
	background-color: #CC3300;
	width: 300px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

.qf_elem_err {
  color: #CC3300;
  font-weight: bold;
}

.qf_ajax_err {
	margin: 5px 0px 5px 0px;
	border: 1px solid #000;
	background-color: #CC3300;
	color: #fff;
	padding: 5px;
	display: none;
}

.qf_info {
	border: 1px solid #000;
	background-color: #FFFF99;
	font-size: 90%;
	padding: 10px;
}

.qf_info_toggle {
	text-align: right;
}

.qf_static {
	padding-bottom: 10px;
	font-size: 90%;
	color: #666;
}

.qf_required {
  color: #ff0000;
}

.qf_small {
  font-size:80%; 
}
/********************** /shared/style/jtip.css **********************/
/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../js/jtip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../js/jtip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
	text-align: left;
}

.JT_loader{
	background-image: url(../js/jtip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
  margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
  cursor: help;
  padding-left: 5px;
}

/********************** /shared/style/navigator.css **********************/
/*
  Navigator 'component' css
  
  See http://www.alistapart.com/articles/taminglists/
*/


.nav_vert {
  padding: 2px 0px 0px 5px;
  margin-top: 10px;
}

.nav_vert ul {
  padding: 0;
}

.nav_vert h3 {
  background-color: #FEEECD;
  padding: 5px;
  color: #000000;
}

/*
.nav {
  margin: 0;
  padding: 0;
}
*/

.nav ul {
  list-style-type: none;
}

li.nav_elem a {
  padding: 5px 0px 5px 0px;
}

/* -------------- 1 -----------------  */
.nav_indent_1 ul li {
  background-color: #FFFFFF;
}

.nav_indent_1 li.nav_elem a, .nav_indent_1 li.nav_elem a:visited  {
  /*background-color: #FFFFFF;*/
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav2.gif) no-repeat scroll left center;
  padding-left:23px;
  display: block; /* SM 25/02/2010 12:55:16 PM */
}

.nav_indent_1 li.nav_elem a:active, .nav_indent_1 li.nav_elem a:hover  {
  /*background-color: #FFFFFF;*/
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav2-hover.gif) no-repeat scroll left center;
  padding-left:23px;  
}


.nav_indent_1 li.nav_current a, .nav_indent_1 li.nav_current a:visited  {
  background-color: #FFFFFF;
}

/* -------------- 2 -----------------  */
.nav_indent_2 ul.nav_list li.nav_elem  {
  background-color: #FFFFFF;
  padding-left:10px;
}

.nav_indent_2 li.nav_elem a, .nav_indent_2 li.nav_elem a:visited  {
  /*background-color: #FFFFFF;*/

}

.nav_indent_2 li.nav_current a, .nav_indent_2 li.nav_current a:visited  {
  /*background:#EFEFEF none repeat scroll 0 0;*/
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav2-hover.gif) no-repeat scroll left center;
}

/* -------------- 3 -----------------  */
.nav_indent_3 ul.nav_list li.nav_elem  {
  background-color: #FFFFFF;
  padding-left:10px;
}

.nav_indent_3 li.nav_elem a, .nav_indent_3 li.nav_elem a:visited  {
  background-color: #F9F9F9;
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav3.gif) no-repeat scroll left center;
}

.nav_indent_3 li.nav_current a, .nav_indent_3 li.nav_current a:visited, .nav_indent_3 li.nav_current a:active, .nav_indent_3 li.nav_current a:hover {
  /*background:#EFEFEF none repeat scroll 0 0;*/
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav3-current.gif) no-repeat scroll left center;
  }
  
.nav_indent_3 li.nav_elem a:active, .nav_indent_3 li.nav_elem a:hover  {
  /*background-color: #F4DDFF;
  border-bottom: 1px solid #DFDFDF;
  color: #B94AFB*/
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav3-current.gif) no-repeat scroll left center;
	}

/* -------------- 4 -----------------  */
.nav_indent_4 ul li  {
  background-color: #FFFFFF;
}

.nav_indent_4 li.nav_elem a, .nav_indent_4 li.nav_elem a:visited  {
  /*background-color: #FFFFFF;*/
background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav4.gif) no-repeat scroll left center;
}
.nav_indent_4 li.nav_elem a:active, .nav_indent_4 li.nav_elem a:hover  {
  /*background-color: #F4DDFF;
  border-bottom: 1px solid #DFDFDF;
  color: #B94AFB*/
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav4.gif) no-repeat scroll left center;
}

.nav_indent_4 li.nav_current a, .nav_indent_4 li.nav_current a:visited  {
  /*background:#EFEFEF none repeat scroll 0 0;*/
  background:transparent url(http://images.regional.org.au/sites/__nav/bg-nav4.gif) no-repeat scroll left center;
}

/* -------------------------------  */




/********************** /shared/jquery/thickbox/thickbox.css **********************/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/********************** /local/scope/plugins/buttons/buttons.css **********************/
/*
  SM 15Oct09: Created on REG3 to fix issues in css being in the backend module (wrong)
  Compare: /my/events/admin with /my/races/profile
*/

/* Button Styles */

.greylist, .greylist li {
	list-style: none;
}

.greylist li a {
	background: #F7F7F0 url("/shared/images/grey-tab-bg.png") repeat-x 0px -218px;
	color: #0066CC;
	border: 1px solid #CCCCCC;
	/* margin: 2px; */
	margin-right: 2px;
	padding: 0;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	display: block;
	padding: 10px 14px 10px 12px;
	text-align:left;
}

/* SM 18Aug10: For Agron buttons on RHS */
#menu_content_right .greylist li a {
  margin: 2px;
}

.panelButton ul.greylist a, .panelButton ul.greylist a.current, .panelButton ul.greylist a:active {
	text-align:left;
}

/*.greylist li a {
	display: block;
	padding: 10px 14px 10px 12px;
}*/

.greylist li a:hover {
  background-color: #ddd;
	background: #F7F7F0 url("/shared/images/grey-tab-bg.png") repeat-x 0px -0px;
	
}

.greylist li a img {
	float: left;
	padding: 0 12px 0 0;
}

/* 
  SM 27/04/2010 4:25:21 PM: Copied from backend.v5.css 
  Which isn't used by theme-driven sites
*/

.panelButton ul.greylist {
  float:left;
  margin:3px 3px 3px 0;
  padding:0;
  position:relative;
}

#content_body_backend ul {
  margin-bottom:10px;
  /* padding-left:20px; */
  padding-left: 0;
}

.panelButtonHoriz ul.greylist li {
  float: left;
}
/********************** /local/scope/plugins/suckerfish/suckerfish.css **********************/
/*
  suckerfish css
  dropdown navigation system
  pure css
  http://www.htmldog.com/articles/suckerfish/example/
*/

#top_nav {
	background:#F7F7F0 url(/shared/images/grey-tab-bg.png) repeat-x scroll 0 -218px;
  /* z-index:1; */ /* SM 22Sep09: Bugfixing IE6 */
}

/* SM 25/03/2010 3:20:56 PM: Tweaks for themepark */
#suckerfish {
  text-transform	: lowercase;
  /* clear			      : both; */
  display			    : block;
  list-style		  : none;
}
	
#suckerfish, #suckerfish ul {
  display			  : block;
	list-style		: none;
	margin			  : 0;
	padding       : 0;
	list-style    : none;
	z-index       : 999; /*RJ 27/3 to fix IE*/
}


#suckerfish ul {/*test*/
	float:none;
	overflow:visible;
	z-index:999;
	}


#suckerfish li {
	float: left;
	list-style: none;
}

#suckerfish a {
	display: block;
	text-decoration: none;
	/* padding: 10px 10px; */
	padding: 4px 10px; 
	font-weight: normal;
	color: #373737; /* FIXME: Site specific? */
}

#suckerfish a:hover, #suckerfish a:active, #suckerfish li.active a, #suckerfish li.active a:hover {
  color: #E1E1E1;
}

#suckerfish li:hover ul, #suckerfish li.sfhover ul {
	left: auto;
}

#suckerfish li ul {
	position: absolute;
	left: -999em;
	width: 10em;
}

#suckerfish li li {
	margin-top: -1px;
	background: #E9EDF4;
}

#suckerfish li li a, #suckerfish li li a:visited {
	background: #f0f0f0;
	border: 1px solid #fff;
	width: 10em;
}

/* SM 2/06/2010 4:37:54 PM: Fix for all sites */
#suckerfish li a:hover, #suckerfish li.sfhover {
  background: #B4B4B4;
  color:      #EFF6FF;
}

/* SM 14/01/2010 11:03:12 AM: To higlight the current page via URL matching */

#suckerfish a.nav_selected {
  background: #ccc;
  color: #000;
}

/* SM 1/06/2010 10:54:23 AM: Testing an IE7 fix */

#suckerfish li:hover, #suckerfish li.hover {   
  position: static;   
} 

/* SM 17Aug10: house icon moved here and into css */

#nav_home_icon {
  background: url(http://images.regional.org.au/shared/images/home/home-icon-white-sml.png) no-repeat top left;
  _background: url(http://images.regional.org.au/shared/images/home/home-icon-white-sml.gif) no-repeat top left; /* IE hack */
  width: 20px;
  height: 20px;
  display: block;
  margin-top:-3px;
}
/********************** /local/scope/plugins/megamenu/megamenu.css **********************/
/*
  Scott FTP edit using "ryan" account.
  megamenu css, taken (with thanks) from:
  http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/
*/

/*
  megamenu holding containers
*/

#megamenu_topnav {
  margin: 0px 0px 0px 0px;
  z-index: 20000;
  float: right;
}

/*
  megamenu css
*/

ul#megamenu_container {
  color: #454545;
  margin: 0;
  padding: 0;
}

ul#megamenu_container li.megamenu {
  /* 
  float: right;
  
   */
  z-index: 99;
  position: relative;   
  margin: 0;
  /* background: none; */
  padding: 0;
  list-style: none;
  background-color: #ddd;
}

ul#megamenu_container li.megamenu table td {
  padding: 6px 8px 0 6px;
  width: 150px;
}


ul#megamenu_container li.megamenu table td ul {
  list-style: none;
  margin	: 0;
  padding	: 0;
}

ul#megamenu_container li.megamenu table td li {
  list-style: none;
  margin	: 2px 0;
  padding	: 0;
}

ul#megamenu_container li.megamenu h2 {
  font-size: 15px;
  font-weight: normal;
  display: inline;
}

ul#megamenu_container h2 a {
  color: #999;
}


ul#megamenu_container li a {
  padding: 0 0.4em;
  font-weight: normal;
  font-size: 11px;
}

ul#megamenu_container li a:hover {
  text-decoration: underline;
}

ul#megamenu_container li.megamenu a.dashboard_button {
  /* padding: 4px 11px; */
  padding: 3px 10px 3px 10px;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  display: block;
}

ul#megamenu_container li.megamenu a:hover.dashboard_button {
  text-decoration: none;
}

ul#megamenu_container li.megamenu a {
  text-decoration: none;
}

ul#megamenu_container li.megamenu a:hover {
  text-decoration: underline;
}

ul#megamenu_container div {
  display     : none;
  font-size	  : 11px;
  text-align  : left;
}

/* SM 10/05/2010 6:08:39 PM: testing */
/* ul#megamenu_container li.megamenu div { */
ul#megamenu_container div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 640px;
  border: 2px solid #ddd;
  position: absolute;
  top: 1.8em;
  right: -0.5em;
  padding: 10px;
  background: #f9f9f9;
  color: #454545;
  z-index: 19000;
  margin: 2px 0 0 0;
  /*
  margin: 10px 0 0 0;
  */
}

ul#megamenu_container li.hovering div {
  display: block;
  z-index: 18000;
}

/* ul#megamenu_container li.megamenu div a { */
ul#megamenu_container div a {
  padding: 0;
  background-image: none;
}

ul#megamenu_container li div a.more {
  font-weight: normal;
}

ul#megamenu_container td h3 {
  color: #444;
  font-size: 17px;
  font-family: arial;
  font-weight: normal;
  border-bottom: 3px double #ccc;
  padding-bottom: 8px;
  margin: 0 0 8px 0;
  
}

ul#megamenu_container div p {
  margin: 0.2em 0 0.5em 0;
  padding: 0;
  font-size: 11px;
}

ul#megamenu_container div hr {
  margin: 1.3em 0;
  padding: 0;
}


ul#megamenu_container table td {
  border: 0;
  vertical-align: top;
  padding	: 0px 0;
  /* width: 30%; */
}

/********************** /local/themes/yui/theme.css **********************/
/*
  yui theme css
*/

/* GADMIN Bar */

#gadminBar{
	display			: block;
	padding			: 12px;
	margin			: 0.5em 0 1.5em 0;
	border			: 1px solid #ddd;
	background		: #f4f4f4;
	} 
	
#gadminBar ul {
	margin			: 0;
	} 

#gadminBar ul li{
	display			: inline;
	padding			: 0 15px 0 0;
	} 
	
	
/*
  SM 26Aug09: "No JavaScript" notice.
*/	

.nojavascript {
  border: 1px solid #900;
  margin: 10px 0px;
  background-color: #FCC;
  font-weight: bold;
  color: #900;
  padding: 10px;  
}

.nojavascript h2 {
  color: #900;
}
/********************** /local.css **********************/
/*@import url("home.css");

  SM 6/04/2010 10:28:25 AM: local.css can start blank
*/

body {
	background:url("http://images.regional.org.au/sites/hunterlandcare/images_tpl/body.gif") repeat scroll left top #FFFFFF;
margin:15px;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	
	
	}

#header {
	background:url("http://images.regional.org.au/sites/hunterlandcare/images_tpl/hlcn_header_950px.jpg") no-repeat scroll left top transparent;
height:160px;
	}

#doc2 {
	background:none repeat scroll 0 0 #9A8979;
	padding:7px;
	border: 2px solid #887766;
	margin-top: 15px;
	}

/*do not remove position relative, as this is integral to the positioning of the scrollable image widget*/
#hd {
  height: 202px;
  position: relative;
	}

#bd {
	background:none repeat scroll 0 0 #fff;
	}

#top_nav {
	background:url("http://images.regional.org.au/sites/hunterlandcare/images_tpl/hlcn_topnav_950px.gif") no-repeat scroll center top #887766;
	float:left;
	width:798px;
	}
	
#top_nav a, #top_nav a:active {
	color:#EEEEEE;
	padding:6px 13px 8px;
	
}

#sideNav_1 {
	margin-top:10px;
}
}

#sideNav_1 img{
	padding-left:10px;
	}
	

#sideNav_1 a {
	margin-left:10px;
	}

#sideNav_1 ul li ul li {
padding:0px;
}

.admin_bar ul li a:visited img, .admin_bar ul li a img {
padding:0 10px;
}

	
#content {
	margin: 10px 0 0 0;
	}


.tb_gallery_thumbs {
  position: absolute;
  left: 166px;
  top: 155px;
	}
	
/* SM 27/04/2010 6:58:51 PM */	
.tb_gallery_scrollable {
  position: absolute;
  left: 0px;
  top: 135px;
}	

/* KH 29/04/2010 11:57AM, below code changes the arrows in the image widget so they are flush with images*/

a.browse {
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:0 0 5px #000000;
background:url(http://www.canoeclassic.asn.au/img/imagewidgetarrows.gif) no-repeat;
background-color:#EEEEEE;
border:1px solid #bbbbbb;
display:block;
cursor:pointer;
float:left;
height:75px;
margin:20px 5px;
padding:2px;
width:10px;
font-size:1px;
}

a.right {
background-position:-32px -7px;
margin-right:0;
}

a.right:hover {
	background-position:-32px -98px;
	margin-right:0;
}

a.left {
background-position:-9px -7px;
margin-right:0;
}	

a.left:hover {
background-position:-9px -98px;
margin-right:0;
}

/*hack to even out spacing for arrows*/
.scrollable {
margin-left:6px;
}
	

#content a, #bd a:visited {
	color:  #6F420D;
	}
#content a:hover {
	color: #A2998F;
	text-decoration:underline;

	}


h1, h2, h3, h4, h5, h6 {
	font-family:
	Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #6C6356;;
	margin: 0 0 1em 0;
}
	
	
h1 {
	font-size: 26px;
	}
	
h2 {
	font-size: 22px;
	color: #151515;
	}
	
	
h4 {
	color:#000000;
	font-weight:normal;}
	
/* ---- feature list panel -----*/
	
div#feature_list {
  	width: 688px;
  	overflow: hidden;
	border: 1px solid #dddddd;
	-moz-border-radius: 3px;
	background-color:#f8f8fa;
	padding: 0 0 24px 0;
	margin: 0 0 20px 0;
}

div#feature_list a:hover {
	text-decoration: none !important;
}

div#feature_list ul {
	margin: 12px 0 0 0;
	}

ul#floutput {
  	overflow: hidden;
	right: 12px;
	width: 397px;
	}

ul#floutput li {
  	list-style: none;
	margin: 0;
	padding: 0;
	width: 396px;
	}

ul#fltabs li a.current {
	background: url("http://hcc.regional.org.au/local/scope/plugins/featurelist/feature-tab-current.png")  no-repeat -8px 0;

	}
	

ul#floutput li a:hover {
  background: #00ABB9;
  color:#FFF;
	}

/* Search Style */

.block_search input {
	color: #454545;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 200px;
	-moz-
	}



/* Navigation top */

#suckerfish a.nav_selected {
	background: none repeat scroll 0 0;
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
}

#suckerfish li a:hover {
	background: #A49C92 none repeat scroll 0 0;
	color: #000000;
}

#suckerfish li li a:hover {
	background: #A49C92 none repeat scroll 0 0;
	border:1px solid #A2998F;
	color: #000000;
	padding-top:8px;
	padding-bottom:8px;
}


#suckerfish li li a, #suckerfish li li a:active, #suckerfish li li a:visited {
	background: #DFD9D1 none repeat scroll 0 0;
	border:1px solid #A2998F;
	color: #000000;
	padding-top:8px;
	padding-bottom:8px;
}

#suckerfish li li a:hover {
	background: #A49C92 none repeat scroll 0 0;
}

/* Action List */

.greylist {
	margin: 10px 0;
	}

.panelButton ul.greylist {
	margin:3px 3px 3px -2px;
}

.greylist li a {
	/*padding:14px 5px 22px 5px;*/
}

#greylist_item_sponsor_paddler a, #greylist_item_sponsor_paddler a:visited, #greylist_item_sponsor_paddler a:active, #greylist_item_find_paddler a, #greylist_item_find_paddler a:visited, #greylist_item_find_paddler a:active {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 1px 6px #999999;
	background: url(http://hcc.regional.org.au/buttons.gif) repeat-x scroll 0px -10px #FFFFFF;
	border-color:#4d4d4d #4d4d4d #242424;
	border-left:1px solid #4d4d4d;
	border-right:1px solid #4d4d4d;
	border-bottom:1px solid #242424;
	border-style:solid;
	border-width:1px;
	height: 18px;
	width: 226px;
	display:inline-block;
	color:#FFFFFF;
	font-size:19px;
	font-weight:normal;
	padding:14px 5px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 -1px 0 #999;
}

#greylist_item_sponsor_paddler span {
	margin: -4px;
}

.panelButton ul.greylist {
	float:none;
}

#block_races_buttons {
	margin-bottom:-16px;
}


	
/* Footer */
#ft {
	border: none;
	}

#footer-baseline {
	width: 100%;
	height: 200px;
	background: #f4f4f4;
	border-top: 3px double #ccc;
	padding: 20px 0;
	text-align: left;
	}
	
#footer_container {
	width: 950px;
	margin: 0 auto;
	height:60px;
	}
	
#footer_sitename {
	color:#FFFFFF;
	height:20px;
	clear:both;
	padding:5px;
	text-align:right;
	}
	
#footer_creater {
	height:20px;
	clear:both;
	padding:5px;
	text-align:right;
	}
	
/* race-checklist */

#bd .race_step_present, #bd .race_step_present a  {
	color: #009CAB;
	}
	
.block_races ol li {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
	

#crumbs {

}

#fltabs span{
	padding-right:25px;
	}

ul#fltabs li img {
	display:none;
}

#feature_list h3 {
	font-weight:bold;
	}
	
	



#megamenu_topnav {
	float:right;
	top:0px;
	width:150px;
	position:relative;
	background:url("http://images.regional.org.au/sites/hunterlandcare/images_tpl/hlcn_topnav_950px.gif") no-repeat scroll center top #887766;
	
}
	
ul#megamenu_container li.megamenu {
	background: none;
}

ul#megamenu_container li.megamenu a.dashboard_button {
	border:none;
	display:block;
	padding:7px;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	color:#FEFEFE;
	text-align:center;
}

ul#megamenu_container li.megamenu a.dashboard_button:hover{

}

.admin_bar li {
margin-bottom:5px;
}

#feature-panel {
	-moz-border-radius:5px;
	-moz-box-shadow:0 1px 6px #999999;
	/*background:url("http://hcc.regional.org.au/buttons.gif") repeat-x scroll 0 -10px #FFFFFF;*/
	border: 1px solid #ddd;
	display:inline-block;
	font-weight:normal;

	text-decoration:none;
	width:211px;
	margin-bottom:8px; 
	}
	
#feature-panel p {
	padding:10px;
}

#feature-panel h2 {
	-moz-border-radius:5px 5px 0px 0px;
	background:url("http://images.regional.org.au/sites/hunterlandcare/images_tpl/hlcn_header_950px.jpg") repeat-x scroll -230px -12px #FFFFFF;
	border-bottom-style: solid;
	border-width:1px;
	border-color:#4D4D4D #4D4D4D #ddd;
	color:#FFFFFF;
	display:inline-block;
	font-size:19px;
	font-weight:normal;
	height:18px;
	padding:14px 0px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 -1px 0 #999999;
	width:211px;
	margin:0px;
	}
	
#feature-panel ol {
	padding-left:20px;
	}
	
	
   /* a style for feature images in the body content -> move to a global stylesheet*/
.featureImg {
	border: 1px solid #BABABA;
	padding: 3px;
	float: left;
	margin: 5px 10px 0px 0px;
	}
	
.featureImgRight {
	border: 1px solid #BABABA;
	padding: 3px;
	float: right;
	margin: 5px 10px 0px 0px;
	}


#content_body_copy table td, th {
	border:none;
}

/* Kristy 30/04/10, styling for race profile page */

#gadminBar {
	background: URL(http:/lol3.regional.org.au/images/buttons.gif) repeat-x scroll 0px -1px;
}

.yui-t8 #yui-main .yui-b {
margin-left:22.5%;
}

.yui-t8 .yui-b {
float:left;
width:22%;
}

#sideNav_1 img {
border:0 none;
margin-right:10px;
}