
/********************** /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.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/style/local.v5_admin.css **********************/
/********   Start custom styles to set /my/ column = 0 ******************/

/*REG3  updated 14/12/2007*/

#menu_col { 
	display: none; 
	}
	
#menu_col_right { 
	display: none; 
	}
	
#content_col { 
	margin: 0; width: auto; 
	}

/* for aslansw */
#content_col {
	margin-left: 0px;
	margin-right: 0px;
	}

#crumb_bar { 
	display: none; 
	height: 0;
}

#crumbs { 
	display: none; 
	height: 0;
}

#top_nav {
	margin:0px!important;
	}
	
/* hide welcome page side panels  */
#menu_content_container {
	/* background-color:#FFFFFF; */ /* SM 2/02/2010 4:16:22 PM */
}

#content_body_backend {
  /* SM 07Dec09: Disabled after discussion with RJ over WoB mentoring page. */
	/*
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
	*/
	padding:10px;
	/* padding: 5px; */ /* SM 12Nov09: Disabled */
}

/********************** /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.v5.css **********************/
/* general page styles */
/*regional*/
	body { 
		margin				: 15px 0 0 0; 
		background			: #D0D6BA
		}
	
	a, a:visited { 
		color				: #669900;;
		}
		
	a:hover, a:focus {
		color				: #999999;; 
		}

/* inner container and border */
	#page_container_inner { 
		border					: 1px solid #cccccc; 
		padding					: 2px;
		background				: #ffffff; 
		}

/* header and header image */
	#header_image { 
		background			: #215DA5 url(http://images.regional.org.au/sites/kathleenbowmer/images/kathleenbowmer_banner.jpg) no-repeat left top; 
		height				: 100px; 
		}

/* top Navigation */
	#top_nav {  
		background			: #F7F9FB url(http://images.regional.org.au/sites/regional_dev/images_tpl/n_menu_bg.gif) repeat-x left top;
		}
	
	#top_nav a, #top_nav a:visited {   
		color				: #000000; 
		}
	
	#top_nav a:hover, #top_nav a:active  { 
		color				: #669966; 
		}

/* left menu column */
	#menu ul li a:hover, #menu ul li a:active  {
		color				: #669966; 
		}

/* 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 ul li b {
		color				: #3970BB;
		display: block;
		}

/* general page styles for text, lists, tables headings etc. */
	h1 {
		color					: #2F4C2F;
		}
		
	h2 {
		color					: #2F4C2F;
		}
	
	h3 {
		color					: #2F4C2F;
		}
	
	h4 {
		color					: #2F4C2F;
		}
		
	h5 {
		color					: #2F4C2F;
		}
		
	h6 {
		color					: #2F4C2F;
		}
	
	

/*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: 0 10 10 10;
	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;
}

	