/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 18 November 2025 16:25:03
*/


/* 
 * Print css - OIC
 * desc: Print only styles for non print version of pages
 * media="print"
 * auth: TNT [Jan 20123]
 * updated: 
*/

/*hide the following elements from print*/
#navigation,
#left-col,
#asides,
#header,
#fat-footer .section,
.page-tools{
    display: none !important;
}

#main-col, #content {
    width: 100%;
}
body {
    border-top: 1px solid #00437A;
}
.cc-logo {
    text-align: left;
    position: relative;
    right: auto;
    left: auto;
    margin-bottom: 1.0em;
}
#fat-footer #footer-links {
  width: 100%;
  margin-top: 20px;
  float: left;
}

#footer, #content-info ul,
#content-info p {
    text-align: left;
}

#content-info li {
    display: block;
    padding: 0px;
    margin: 0px;
}
table {
  border-color:#000;
  border: 1px solid;
  border-spacing: 0;
}
th {
  border: 1px solid #000;
}

td {
  border: 1px solid #666;
}

.asset-24999 .print-logo img {
  margin: 0 auto;
  display: block;
  width: 421px;
  padding: 20px 0;
}

.asset-24999 .print-logo {
  text-align: center;
}

.asset-24999 * {
 font-family: Arial, Helvetica, sans-serif;
}

.asset-24999 h1 {
  color: #094f95;
}

.asset-24999 .hidden {
  display: none;
}

.asset-24999 .print-last-updated {
  font-size: 0.8em;
}

.asset-24999 .footnote {
  border-color: #DDDDDD;
  border-top-style: solid;
  border-width: thin;
  font-size: 80%;
  line-height: 20px;
  padding: 10px;
}


.asset-24999 .legislation_tier1 {
  margin-left: 3%;
  display: block;
}

.asset-24999 .legislation_tier2 {
  margin-left: 8%;
  display: block;
}

.asset-24999 .legislation_tier3 {
  margin-left: 12%;
  display: block;
}

.asset-24999 .legislation_tier4 {
  margin-left: 15%;
  display: block;
}

.asset-24999 .shaded_box {
  background-color: rgb(243, 246, 255);
  border: thin #000000 solid;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 80%;
}

.asset-24999 .block_quote {
  line-height: normal;
  margin-left: 30px;
  padding: 5px;
  text-align: justify;
  vertical-align: baseline;
  word-spacing: normal;
}

.asset-24999 #related-links {
  border: thin #000000 solid;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 80%;
}

.asset-24999 .print-footer {
  font-size: 80%;
}

.asset-24999 .print-break-before {
  page-break-before:always;
}