/* 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;
}

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%;
}

.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;
}

.qf_table td.qf_label_col {
	width:100px;
}


/********   End TRI BACKEND STYLES  ******************/

