
/********************** /shared/style/global.v5.css **********************/
/********  (c) 2008 The Regional Institute Ltd - GLOBAL STYLESHEET ******************/

/*TRI global.v5.css */

*
{
	border: 0px;
	margin: 0px;
	}
	
html { height: 100%; margin-bottom: 1px; }

body {
	background: #FFFFFF;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px 0px 20px 0px;
	/* overflow: scroll; */
	text-align: center; /*workaround for IE7 to fix margin*/
	}
	
p, table, th, td, tr { 
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	}
	
hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
	}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	cursor: pointer;
	}
	
a img { 
	border: 0;
	}

.clear {
  clear: both;
}

.clearfix {
  display: block;
}

/* standard page width, and page position -- */

#page_width {
	width: 950px;
	/* margin: 20px auto; */
	margin: 10px auto; /* SM 18/01/2010 12:11:26 PM */
	text-align: left;
	}

/* page border, padding and containers */

#page_container_outer {

	}

#page_container_inner {
	/* overflow:hidden; */
}

#page_container_inner_padder {

	}

/* site header - alter height and image as needed */

#header_image {
	background: #eee;
	height: 125px;
}
	
#header_image_left { 
	width: 50%;
	float: left; 
	}

#header_image_right { 
	width: 50%;
	margin-left: 50%;
	}
	
#site_name {
  font-weight: bold;
  font-size: 2em;
  padding: 10px;
}

#site_slogan {
  font-weight: italic;
  font-size: 1.5em;
  padding: 0px 0px 10px 10px;
}	

/* TRI standard top navigation */

#top_nav {
	height: 25px; 
	margin-bottom: 10px;
	background: #f4f4f4;
	}

#top_nav ul li{
	padding: 0px;
	list-style: none;
	}

#top_nav li {
	float: left;
	}
	
#top_nav a.first {
	display: none;
	}

#top_nav a, #top_nav a:visited {   
	color: #444444; 
	display: block; 
	padding: 4px 10px; 
	}

#top_nav a:hover, #top_nav a:active  { 
	color: #3552D6; 
	}

/* TRI menu & content container */

#menu_content_container {
	/*overflow: hidden;*/
	min-height: 350px;
	}

/* TRI left menu Column */

#menu_col {
	width: 180px; 
	float: left;
	padding: 0px;
	}
	
#menu {
	}

#menu ul.admin_bar {
	}

#menu ul {
	list-style: none;
	padding: 0px;
	}
	
#menu ul li {
	border-bottom: 1px dotted #dddddd;
	} 
	
#menu ul li a, 
#menu ul li a:visited {
	display: block;
	color: #686868;
	/* padding: 5px 10px; */
	}
	
/*
  SM 11Jun09: Fixing squashed LHS display for both static/dynamic navs/bars/etc.
*/	
.admin_bar {
  margin: 0px 0px 10px 10px;
}

.admin_bar li {
  margin-bottom: 5px;
}

.sub-menu {
  margin: 0px 0px 10px 10px;
}

.sub-menu li {
  margin-bottom: 5px;
}


.admin_bar ul li a, 
.admin_bar ul li a:visited {
	padding: 5px 10px;
}	
	

#menu ul li a:visited img, 
#menu ul li a img {
	padding-right: 10px;
	}

#menu ul li a:hover, 
#menu ul li a:active  {
	}
	
#menu p.menu_title { 
	}

/* TRI content under left menu */

#menu_content {
	padding: 10px;
	}

#menu_content ul {
	list-style: none; 
	}

#menu_content ul li {
	}

#menu_content ul li a:visited, 
#menu_content ul li a {
	}

#menu_content ul li a:hover, 
#menu_content ul li a:active {
	}


/* TRI right menu Column */

#menu_col_right {
	width: 180px; 
	float: right;
	padding: 0px;
	}
	
#menu_right {
	}

#menu_right ul {
	list-style: none;
	padding: 5px 0px;
	}
	
#menu_right ul li {
	} 
	
#menu_right ul li a, 
#menu_right ul li a:visited {
	display: block;
	color: #686868;
	}

#menu_right ul li a:visited img, 
#menu_right ul li a img {
	padding-right: 10px;
	}

#menu_right ul li a:hover,
#menu_right ul li a:active  {
	}

#menu_right p.menu_title {
	}

/* TRI content under right menu */

#menu_content_right {
	padding: 10px;
	}

#menu_content_right ul {
	/*list-style: none;
	border-bottom: 1px dotted #dddddd;
	padding: 5px 0; rj 18/1/20101*/
	}
	
#menu_content_right ul li {
	/*display: block;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0.2em 0px; rj 18/1/20101*/
	}

#menu_content_right ul li a:visited, 
#menu_content ul li a {
	}

#menu_content_right ul li a:hover, 
#menu_content ul li a:active {
	}

#menu_content_right .block_search {
	padding: 0px 0px 10px 10px;
	}
	
.block_title {
  background-color: #ccc;
  padding: 5px;
}	

/* crumb bar */
#crumb_bar { 
	border-bottom: 1px solid #efefef;
	margin: 5px 0px 15px 0px;
	}

/* content column including padding and extra containers for styling */

#content_col {
	background-color: #FFFFFF;
	margin: 0 200px;
	}
	
/* RJ - move to global.v5-ie.css - fixes the ie 3px float bug */
* html #content_col { 
	height: 1%;
	/* position: relative; */ /* this causes problems with suckerfish*/
	overflow: visible;
	/*left: -3px;
	margin-right: -3px;RJ */
	}

#content_body_copy_wrapper {
	background: #ffffff;

	}

#content_body_copy {
	padding: 0 0 10px 0;
	text-align: left;
}


#content_body_copy img {
	/*padding: 0px; messes up the backend */
	}

#panelButton img {
	padding: 0px; /*re-sets the icon padding to 0 */
	}
	
#content_body_copy a, 
#content_body_copy a:visited {
	}

#content_body_copy a:hover, 
#content_body_copy a:active {
	}

#content_body_copy abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
	}

#content_body_copy ul, #content_body_copy ol {
	/*padding: 5px 20px;*/
	}

#content_body_copy ul li{
	list-style-image: none;
	list-style-position: outside;
	}

#content_body_copy p {
	padding: 5px 0px;
	}
	
/* SM 08/03/2010 9:59:24 AM: To break up "text" sections from other dynamic content etc */	
.content_body_section {
  margin-bottom: 10px;
}	

/* footer styles including sitename, and page creater styles */

#footer_sitename {
	text-align: right;
	clear: both;
	padding: 5px;
	}

#footer_container {
	text-align: left;
	padding: 10px;
	
	}

#footer_links {
	padding: 10px 10px 0px 0px;
	}

#footer_links ul {
	list-style: none;
	float: left;
	padding: 0px 10px 0px 0px;
	}

#footer_links li {
	float: left;
	padding-right: 10px;
	}
	
#footer_creater {
	float: right; 
	}

/* general page styles for text, lists, tables headings etc. */

h1, h2, h3, h4, h5, h6 {
	padding: 5px 0px 5px 0px;
	}	

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 13px;
	}

h4 {
	font-size: 12px;
	}

h5 {
	font-size: 12px;
	}

h6 {
	font-size: 11px;
	}

.title p {
	font-size: 18px;
	background-color: #EFEFEF;
	border-bottom:1px solid #DCDCDC;
	border-top:1px solid #DCDCDC;
	padding:3px 0;
	}

.author p {
	font-style: italic;
	font-weight:bold;
	}

.address p {
	font-style: italic;
	}
	


   /* a style for feature images in the body content */
.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;
	}

.horizontalLine {
	border-top: 1px solid #BABABA;
	margin: 1em 0em 1em 0em;

	}

#mymenu {
	margin: 10px;
	}

	/*	*/
	
/*
  SM 26Aug09: "No JavaScript" notice.
  Copied from REG2 YUI theme.
*/	

.nojavascript {
  border: 1px solid #900;
  margin: 10px 0px;
  background-color: #FCC;
  font-weight: bold;
  color: #900;
  padding: 10px;  
}

.nojavascript h2 {
  color: #900;
}	

/********   End The Regional Institute Ltd GLOBAL STYLESHEET ******************/

/********************** /shared/style/backend.v5.css **********************/
/* SM 08Jul09: Test FTP edit. */
/********  (c) 2008 The Regional Institute Ltd - BACKEND STYLESHEET ******************/

/***   /style/backend.v5.css    ***/

a:hover { 
	cursor: pointer;
	}
	
table {
  width: 100%;
}		


/* Modifies tables inside the search form */
.srchfrm_search {
	padding: 5px;
	}

/* Changes the TD inside search content */
.srchfrm_search td {
	padding: 5px;
	list-style: none;
	border: none;
	}


/* Header for the search section */
.srch_arrow, .srch_arrow a {
	text-decoration: none;
	}

/* The highlight for the list documents*/
.srch_table_highlight {
	background-color: #F6FAF9;
	}

/* Outer Table for the search */
.srch_table {
	border: 1px solid #aaaaaa;
	border-right: none;
	}

/* Header for the search section */
.srch_table_header {	
	padding: 2px;
	background-color: #E4EFEE;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	}

/* Header for the search section */
.srch_table td {	
	padding: 2px;
	border-right: 1px solid #aaaaaa;
	}

/********   End TRI SEARCH FORM STYLES ******************/
/* CSS (c) www.regional.org.au The Regional Institute Ltd */

/********   Start TRI BACKEND STYLES  ******************/

/* Style for Form Top Nav */
.topNav {
	margin-top: 10px;
	border-top: 1px solid #006633;
	border-bottom: 1px solid #006633;
	}

.topNav td {
	color: #006633;
	}

/* News Section of the welcome page */
.news {
	border: 1px solid #00718E;
	border-top: none	
	}

.news td {
	color: #B4B3B3;
	}

.news a {
	color: #00718E;
	}

.news a:hover {
	color: #0BA5CD;
	text-decoration: none;
	}

/* Style for Outer form table */
.outerTable {
	/*border: 1px solid #aaaaaa;*/
	}

.outerTable th {
	padding: 2px;
	/*background-color: #9DBAB7;*/
	background-color: #eeeeee;
	text-align:left;
	/*color: #FFFFFF;*/
	/*border-top: 4px solid #C3DCD9;*/
	border-top: 1px solid #999999
	}

.outerTable td {
	padding				: 0px;
	}

/* Style for Global Message Block */
.globalMessage {
	border: 1px dotted #ec1000;
	padding: 4px;
	}

/* Style for Outer form table */
.panelOutline {
	/*border: 1px solid #dddddd;*/
	}

.panelOutline th {
	/*
	padding: 2px;
	background-color: #999999;
	color: #FFFFFF;
	border-top: 4px solid #dddddd;
	*/
	padding: 2px;
	background-color: #eeeeee;
	text-align:left;
	border-top: 1px solid #999999;
	}

.panelOutline td {
	}	

/* Form Elements */
.adminButton {
	color: #FFFFFF;
	background-color: #9DBAB7;
	border: 1px solid #aaaaaa;
	}

/* arbitrary search tabs */ 

#search_tabs {
	line-height:0px;
	}

#search_btns_top {
	display:inline;
	float:right;
	position:relative;
	top: -20px;
	}

#search_btns_bottom { 
	float:right;
	margin: 2px;
	}


.file {
	border: 1px solid #aaaaaa;
	}

.checkBox {
	border: none;
	}

/* generic form input box */
input, select, textarea {
	border:1px solid #CCCCCC;
	padding: 2px;
	color:#666;
	}
	
label {
  color:#666;
  margin-left: 5px;
}

checkbox {
	border: 0;
}

.hint {
	color: #136C63;
	}

/* SM 24Jun09: Tweaks to remove inline styles from events/publisher */

.eventButton {
  cursor:hand;
  width: 120px;
}

.raceButton {
  width:120px;
}

.programButton {
  width:60px;
}

.gatewayButton {
  width:120px;
}

.gatewayOpen
{
	font-size: 11px;
	padding: 2px 0px;
	background-color 	: #FFFFFF;
	color: #3dac0b;
	border: 1px solid #3dac0b;
}

.gatewayClosed {
	font-size: 11px;
	padding: 2px 0px;
	background-color: #FFFFFF;
	color: #ff3b3b;
	border: 1px solid #ff3b3b;
	}

.buttonDisabled {
	font-size: 11px;
	padding: 2px 0px;
	background-color: #ccc;
	color: #666;
	border: 1px solid #666;
	}

.registerOpen {
	font-size: 11px;
	padding: 2px 0px;
	background-color: #FFFFFF;
	color: #ac0b0b;
	border: 1px solid #ac0b0b;
	vertical-align: bottom;
	}

.registerClosed {
	vertical-align: bottom;
	}

.viewRegistrationDetails {
	background-color: #FFFFFF;
	color: #3dac0b;
	border: 1px solid #3dac0b;
	width: 130px;
}

/* Form Elements */
.internalButton {
	color: #444444;
	font-size: 11px;
	padding: 2px 0px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	}
	
/* Temporary addition to welcome page for membership button */
.internalMembershipButton {
	width: 120px;
	cursor: hand
}

.innerButtons {
	background-color: #E2EAE9;
	border-bottom: 1px solid #FFFFFF;
	border-top: 3px solid #F9FBFB;
	}

.innerButtons td {
	color: #aaaaaa;
	padding: 0px;

	}

/* List / Grid view */
.list {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
}

.list th {
  padding: 3px;
  /* background-color: #E4EFEE; */
  background: #E6E6E6 url(/shared/jquery/ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
  padding: 4px;
  text-align: center;
  border: 1px solid #aaaaaa;
}

.list td {
	padding: 3px;
	font-size: 10px;
	border-right: 1px solid #aaaaaa;
}

.list tr {
  background-color: #fff; /* prevents the zebra menu from working */
}

.list tr:hover {
  background-color: #f4f4f4; /* SM 21/05/2010 3:38:21 PM updated */
  /* font-weight: bold; */
}

.list td a {
  text-decoration: underline;
}

/*
.list_border_top {
	border-top: 1px solid #aaaaaa;
	}
*/

/* simple table for aligning icon + text */
.blank, .blank td {
  border: 0;
  margin: 0;
  padding: 0;
}
	
.blank tr:hover {
  background-color: #f4f4f4;
}	

/*
.blank td{
	padding: 2px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
*/

/* List / Grid view (Grey Outline) */
.glist {
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	}

.glist th {
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	}

.glist td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: left; /* SM 15/06/2010 3:57:14 PM: Explicit for IE8 */
	}
	
.glist tr:hover {
  background-color: #f4f4f4;
}	
	
.glist a {
  /* text-decoration: underline; */
}	

.glist a:hover {
  text-decoration: underline;
}	

.glist ul {
  list-style-type: none; /* SM 20/05/2010 12:20:25 AM: moved from content_body_backend */
}

tr.bottom_row td {
	border: 1px solid #eee;
	background-color: #aaaaaa;
	font-weight: bold;
	}

/* Forumn List / Grid view (Grey Outline) */
#flist {
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-left: none;
	margin-bottom: 10px;
}

#flist th {
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	border-top: none;
	}

#flist td {
	padding-left: 4px;
	border-left: 1px solid #CCCCCC;
	text-align: left; /* SM 15/06/2010 3:55:30 PM: Explicit for IE8 */
	}
	
/* CSS (c) www.regional.org.au The Regional Institute Ltd */
/* Style for Outer form table */
.backendTable {
	border: 1px solid #b8b8b8;
	}

.backendTable th {
	padding : 2px;
	background-color: #b8b8b8;
	color: #FFFFFF;
	border-top: 4px solid #626262;
	}

/* Style for Outer form table */
.backendTable td {
	padding: 0px;
	}

/* standard Form Design */
.std_form {
	padding: 0px;
	border: 1px solid #58770E;
	}

.std_form th {
	padding: 3px;
	border-bottom: 1px solid #aaaaaa;
	background-color: #E4EFEE;
	}

.std_form td {
	padding: 3px;
	}

/* Panel Button - This will control all the buttons inside the panel */
  
/* Set the position of the buttons */ 
#panelButton {
	position: relative;
	/* width: 100%; */
	/*height: 30px;*/
	margin: 0px;
	padding: 0px;
	/*clear: both;*/ /* SM 01Jul09: Disabled for admin login to /my/events/ */
}

/* Set the position of the list elements*/  
#panelButton ul#list {
	position: relative;
	float: left;
	width: 175px;
	/*text-align: center; */
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	}

/* Align the elements */
#panelButton ul#list li  {
	list-style: none;
	width: 175px;
	} 

/* The look of the button  */
#panelButton ul#list a, #panelButton ul#list a.current {
	display: block;
	padding: 3px;
	margin: 5px;
	text-decoration: none;
	background: #E4EFEE/*#f4f4f4*/;
	border: 1px solid #aaaaaa/*#c0c0c0*/;
	}

/* The mouseover for the button  */
#panelButton ul#list a:hover {
	/*border-color: #707676;*/
	background: #e7f4f4;
	}

/* Set the position of the list elements*/  
#panelButton ul#greylist {
	position: relative;
	float: left;
	/*width: 175px;*/
	/*text-align: center; */
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	
	}

/* Align the elements */
#panelButton ul#greylist li  {
	list-style: none;
	/*width: 175px;*/
	} 

/* The look of the button  */
#panelButton ul#greylist a, 
#panelButton ul#greylist a.current {
	display: block;
	padding: 3px;
	margin: 5px;
	text-decoration: none;
	/* 
	background: #ededed;
	border: 1px solid #c0c0c0;
	*/
	}

/* The mouseover for the button  */
#panelButton ul#greylist a:hover {
	/* background			: #e7f4f4; */
}

.greyButton {
	text-decoration: none;
	/* 
	background: #ededed;
	border: 1px solid #c0c0c0; 
	*/
	padding: 5px;
	margin: 5px;
}

/* ******** END BACKEND STYLES ******************/
/* CSS (c) www.regional.org.au The Regional Institute Ltd */
.printContainer  {
	float: right;
	}
	
img {
	border: none;
	}

#skills_experience {
	width: 97%;
	 height: 400px; 
	 border: 1px solid  silver; 
	 overflow: auto; 
	 padding: 5px;
	}

.help_hidden {
	display: none;
	width: 500px;
	}

.help_button {
	background-color: #CCCC33;
	padding: 2px;
	cursor:  pointer;
	width:500px;
	}

.help_button_hide {
	display: none;
	}

.info_box {
	margin: 10px;
	padding: 5px;
	border: 1px solid #dddddd;
	background-color: #f4f4f4;
	/* text-align: center; */
	display: none;
	}

.info_message {
	margin: 10px;
	padding: 12px;
	display: block;
	background-color: #ff9;
	border: 1px solid #ff6;
	color: #222;
	font-size: 90%;
	}

.flash_message {
	/*margin: 10px;*/
	margin: 10px 0px 10px 0px; /* SM 02Jul09: So the flash messages line up vertically. */
	padding: 5px;
	display: block;
	/* line-height: 4em; */
	background-color: #FFC;
	border: 1px solid #FFCC00;
	color: #000;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.flash_message_icon {
  float: left;
  margin: 0px 0px 0px 0px;
}	

.flash_message_msg {
  margin-left: 50px;
  color:#444;
}	

.flash_message_msg a {
  text-decoration: underline;
}

.flash_message p {
  margin-bottom: 10px;
}

/* 
  SM 20/05/2010 12:18:21 PM: Styling a span to be an image, rather than 
  in-lining it into html. Gives the developer(s) more freedom/maintenance.
*/
a.flash_message_close {
  display: block;
  /* background: url('http://images.regional.org.au/icons/cancel.png') no-repeat left top; */
  width: 16px;
  height: 16px;
  overflow: hidden;
  float: right;
  cursor: pointer;
  border: 1px solid #FFCC00;
  color: #FFCC00;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

a.flash_message_close:hover {
  background-color: #FFCC00;
  color: #FFFFCC;
}

/* SM 07Dec09: Tweaks for grouped flash messages */

.flash_messages {
  margin-bottom: 5px;
}

.flash_messages .flash_message {
  margin: 0;
}

.flash_first {
  border-bottom: none;
}

.flash_middle {
  border-top: none;
  border-bottom: none;
}

.flash_last {
  border-top: none;
}
	
.small_message {
  color: #666;
  font-size: 0.9em;
}	

.paginator {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	}

/* Welcome page and popups */
fieldset {
	border: 1px solid #dddddd;   
	padding: 10px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
	}
		  
fieldset legend {
	font-weight: bold;
	border: 1px solid #dddddd;
	background-color: #f4f4f4;
	padding: 4px 10px;
}

/* TOOLS GRID */
.grid_container {
	/* float:left; */
	clear: both;
	margin:5px;
	}

/* Zebra Striping + Table Highlighting */
/* see publiser panel */

.odd {
}

.even {
  /* background-color: #f9f9f9; */ /*#E7F4F4*/
  background-color: #f4f4f4;
}

.highlight {
	background-color: #ccc; /*#9DBAB7*/
	/*font-weight: bold;*/
	}

.numeric {
	text-align: right;
	font-family: monospace;
	}

/* floating */

.right { float: right; }
.left { float: left; }


/* ----------- */
#fm_title {
	border:1px solid #a9a9a9;
	}

/* 
  GADMIN Bar 
  SM 12/01/2010 12:50:20 PM: Copied from reg2's theme css that RF did.
*/

#gadminBar{
	display			: block;
	padding			: 12px;
	margin			: 0.5em 0 1.5em 0;
	border			: 1px solid #ddd;
	background		: #f4f4f4;
	-moz-border-radius		: 4px;
	-webkit-border-radius	: 4px;
	} 
	
#gadminBar ul {
	margin			: 0;
	} 

#gadminBar ul li{
	display			: inline;
	padding			: 0 15px 0 0;
	} 


/*
  inlined/onpaged styles, pulled from welcome
*/

.welcome {
	border				: none;
}

.panelOutline {
	vertical-align		: top; 	
	/*width				: 198px; 
	background-image	: url(/shared/backend_images/module_background.gif);
	background-repeat	: no-repeat;*/
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #D6D6D6;
	padding:5px;
	}

.panelOutline ul li a {
	background-image	:transparent url(/shared/icons/bullet_toggle_plus.gif);	
}

.internalButton {
	width				: 120px;
	cursor				: hand;
}

.welcome_block_heading {
	padding				: 15px 2px; 
	text-align			: left;
	border-bottom		: 3px double #ddd;
	color				: #555;
}

.welcome .right {
}

.smalltext {
  font-size: 80%;
}

/* testing fix vs thickbox's 0/0 margin/padding */
#content_body_backend ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

#content_body_backend p {
  margin-bottom: 10px;
}

/********   End TRI BACKEND STYLES  ******************/

/********************** /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_crumb.css **********************/
/*
  navigator crumb css
  css by Veerle Pieters
  http://veerle.duoh.com/blog/comments/simple_scalable_css_based_breadcrumbs/
*/
#crumbs {
  margin: 5px 0px 5px 0px;
}
#crumbs ul, #crumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	font:71%/165% "Lucida Grande", Lucida, Verdana, sans-serif;
}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}		
#crumbs li a {
	background:url(/shared/images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
}	
#crumbs a:link, #crumbs a:visited,	
#crumbs li a:hover, #crumbs li a:focus {
	color:#dd2c0d;
}		
/********************** /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;
}

/* -------------------------------  */




/********************** /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;
}
/********************** /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.v5.css **********************/
/* general page styles */
/*regional*/
body { 
	margin				: 15px 0 0 0; 
	background:url(http://images.regional.org.au/sites/slaq/img/bg.png) top repeat-x #295279;
	}

a, a:visited { 
	color				: #3970BB;
	}
	
a:hover, a:focus {
	color				: #ffaf03; 
	}

/* inner container and border */
	
#page_width { 
	border: 1px solid #CCCCCC; 
	padding					: 0px;
	background: #ffffff url(http://images.regional.org.au/sites/slaq/img/ct-bg.png) repeat-y;
	margin:auto; 
	}
	
/*#page_width #page_container_inner { 
	border					: 1px solid #cccccc; 
	padding					: 0px;
	background: #ffffff url(http://images.regional.org.au/sites/slaq/img/ct-bg.png) repeat-y; 
	}*/

/* header and header image */
#header_image { 
	background			: #fff url(http://images.regional.org.au/sites/slaq/img/header.png) no-repeat left top; 
	height				: 160px;
	width:950px; 
	}

/* top Navigation */
#top_nav {  
	 height:33px !important;
	 background: #F7F9FB url(http://images.regional.org.au/sites/slaq/img/nav-bg.png) repeat-x;
	 margin:0px 0px 10px 1px;
	 border-bottom:#999999 1px solid;
	}
		
#top_nav ul {  
	margin:0px; padding:0px; list-style:none; border-top:#999999 1px solid; border-bottom:#999999 1px solid;

}
#top_nav ul li {  
	margin:0px;
	border-right:#fff solid 1px;
	border-left:#E1E3E5 solid 1px;
	font-weight:bold;
	height:32px !important;
	background: #F7F9FB url(http://images.regional.org.au/sites/slaq/img/nav-bg.png) repeat-x;
}
		
	
#top_nav ul li a, #top_nav a:visited {  
	padding:7px 20px 0px 20px;
	color: #666666; 
	display:block;
	height:25px;
	float:left;
	}


#top_nav ul li a:hover, #top_nav ul li a:active  { 
	padding:7px 20px 0px 20px;
	background: #2781E4; 
	color:#fff;
	height:25px !important;
	}
		
#content_body_copy ul  {
	padding:0px;
	margin:15px 0px 30px 30px;
	}

#content_body_copy ul li  {
	margin:0px 0px 5px 0px;
	/*padding:5px 0px 8px 10px;
	border-bottom:dashed 1px #CCCCCC;*/
	border-bottom: none;
	list-style-image:url(http://images.regional.org.au/sites/slaq/img/rcol-bullet.png);
	}

#content_body_copy ol {
	padding:0px;
	margin:15px 0px 30px 30px;
	}

#content_body_copy ol li {
	margin:0px 0px 5px 0px;
	/*padding:5px 0px 8px 10px;
	border-bottom:dashed 1px #CCCCCC;*/
	}

#content_body_copy_wrapper #crumb_bar p {
	color:#0D7FD9;
	}

#pagename {
	color:#005EC7;
	}
		

/* left menu column */
	/*#menu ul li a:hover, #menu ul li a:active  {
		background: #2781E4; 
		}*/

/* content under left menu */
#menu_content ul li a:visited, #menu_content ul li a {
	color				: #424242
	}

#menu_content ul li a:hover, #menu_content ul li a:active {
	color				: #ffaf03;
	}

/* right menu Column */	
	#menu_right ul li a:hover, #menu_right ul li a:active  {
		color				: #ffaf03; 
		}

/* content under right menu */
#menu_content_right {
	padding:0px 1px 0px 1px;
	/*width:179px;*/
	}
	
#menu_content_right ul {
	list-style-image:url(http://images.regional.org.au/sites/slaq/img/rcol-bullet.png);
	padding:0px;
	margin:0px;
	}
	
#menu_content_right ul li {
	color: #3970BB;
	display: block;
	/*width:179px;*/
	margin:0px;
	border-bottom:#CCCCCC 1px solid;
	border-top:#fff 1px solid;
	padding:0px;		
	}

#menu_content_right .block_search {
	padding:0px 0px 10px 10px;
	}
		
#menu_content_right ul li p {
	padding:5px 10px 5px 10px;
	margin:0px;
	}
	
#menu_content_right ul li a {
	display: block;
	background:url(http://images.regional.org.au/sites/slaq/img/col-li-bg.png) repeat-x #ECECEC 0 0;
	padding:5px 10px 5px 10px;
	}
	
#menu_content_right ul li a:hover {
	background:url(http://images.regional.org.au/sites/slaq/img/col-li-bg-hover.png) repeat-x #CACACA 0 0;
	color:#fff;
	}
		
#content_body_backend {
	/*background:#F9F9F9 none repeat scroll 0 0;
	border:none;
	margin:10px;*/
	}

#content_body_copy_wrapper {
	border:none;
	}

#menu_content_right ul li b {
	color				: #3970BB;
	}
	
#menu_content_right ul li b:hover {
	color				: #fff;
	}
	
#menu_content_right h1 {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(http://images.regional.org.au/sites/slaq/img/col-h1-bg.png) repeat-x #084989;
	padding:5px 10px 5px 10px;
	margin:0px;
	}
	
ul.admin_bar {
	margin:0px 0px 10px 3px;
	padding-bottom:5px;
	border-bottom:#CCCCCC 1px solid;
	background:url(http://images.regional.org.au/sites/slaq/img/col-li-bg.png) repeat-x #ECECEC 0 0;
	}

ul.admin_bar li { 
	color: #3970BB; 
	display: block;
	width:177px;
	border-bottom:#CCCCCC 1px solid;
	border-top:#fff 1px solid;
	}
	
	ul.admin_bar li a { 
	display: block;
	padding:5px 10px 5px 10px;
	}

	ul.admin_bar li a:hover { 
	color:#fff;
	background:#A8CAE3;
	}


#menu ul li {
	border-bottom:1px solid #DDDDDD;
}

ul.sub-menu {
	margin:0px 0px 10px 3px;
	}

ul.sub-menu li { 
	color: #3970BB; 
	display: block;
	width:177px;
	border-top:#fff 1px solid;
	border-bottom:#CCCCCC 1px solid;
}

	ul.sub-menu li a { 
	display: block;
	padding:5px 10px 5px 10px;
}

	ul.sub-menu li a:hover { 
	color:#fff;
	background:#A8CAE3;
}


/* general page styles for text, lists, tables headings etc. */
h1 {
	color					: #001647;
	}
	
h2 {
	color					: #686868;
	}

h3 {
	color					: #001647;
	}

h4 {
	color					: #001647;
	}
	
h5 {
	color					: #001647;
	}
	
h6 {
	color					: #ffaf03;
	}
	

/*Temporary Custom styles for the homepage*/

#list_sites ul {
	list-style-image: url(http://images.regional.org.au/sites/regional_dev/images_tpl/n_web_arrow.gif);
	}

#panel {
	background-image: url(./images_tpl/n_conf_bg.gif);
	border: 1px solid #999999;
	width: 250px;
	height: 165px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	}

.left {float:left}

#panel h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #677FB4;
	}
	
#panel ul {
	list-style-image: url(http://images.regional.org.au/sites/regional_dev/images/n_tick_bullets.gif);
	}

.style3 {font-family: Verdana; font-size: 12px; font-weight: bold; }
.style5 {font-family: Verdana; font-size: 12px; }
.style6 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #677FB4;
}

#footer_container {
	background:url(http://images.regional.org.au/sites/slaq/img/ft-bg.png) repeat-x top #084989;
	border-left:#487AAC 1px solid;
	border-right:#487AAC 1px solid;
	border-bottom:#487AAC 1px solid;
	color:#fff;
	/*width:100%; */
	margin:auto;
	height:50px;
	position:relative;
	clear:both;
}

#footer_container a {
	color:#fff;
}
#footer_container a:hover {
	color:#FFCC00;
}
#page_container_outer {
	position:relative;
}
#page_container_outer #footer_sitename {
	position:absolute;
	bottom:10px;
	right:0px;
	color:#fff;
}

#footer_container #footer_links {
	position:absolute;
	bottom:14px;
	left:10px;
	color:#fff;
	}
	
#footer_container	#footer_creater {
	position:absolute;
	bottom:-20px;
	right:6px;
	}
	

