		/*
  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: 19 October 2021 13:20:04
*/


/**
 * NSW Ombudsman - Print Style Sheet
 *
 *    print.css
 *    author: Squiz Australia
 */

/*
 *  Table of contents
 *
 *        1. General
 *          1.1 Reset
 *          1.2 General typography
 *          1.3 Headings
 *          1.4 Links
 *          1.5 Lists
 *          1.6 Tables
 *          1.7 Forms
 *          1.8 Images
 *
 *       2. Page elements
 *          2.1 Structure
 *          2.2 Accessibility
 *          2.3 Header
 *          2.4 Navigation
 *                  2.4.1 Sub Navigation
 *          2.5 Footer
 *
 *        3. Content elements
 *          3.1 Home page
 *                3.2 Landing page
 *                3.3 Inner page
 *                    3.3.1 Sitemap
 *                    3.3.2 Utility Pages
 *                    3.3.3 Search Page
 *
 *        4. IE Workarounds
 *
 *        5. Calendar
 *
 *        6. Print Preview    
 *
 */

/*
 --------------------
 1. General
 --------------------
 */

/*-- 1.1 Reset --*/


/*-- 1.2 General Typography --*/


/*-- 1.3 Headings --*/

h1, h2, h3, h4 , h5, h6, p, hr {
  color:#000000;
}

hr {
  background-color: #c7c7c7;
}

/* -- 1.4 Links -- */

/*-- 1.5 Lists --*/

.body_text ul li, 
.body_text ol li, 
.inner_push_box ul li {
  color:#000000;
}

/*-- 1.6 Tables --*/

table thead tr {
  background-color:#ddeef0;
}

table th {
  color:#172c2e;
}

table tbody tr:nth-child(odd) {
  background-color:#f1f8f8;
}

table td {
  color:#434343;
}

table tbody tr:last-child td {
  border-bottom:#000000 4px solid;
}

/*-- 1.7 Forms --*/


/*
 --------------------
 2. Page Eelemnts
 --------------------
 */

/*-- 2.1 Page structure --*/
body {
  background:#ffffff;
}
 
#content, 
#content_wrapper, 
#outer_wrapper, 
#inner_wrapper, 
body.cdrt #inner_wrapper, 
body.youth #inner_wrapper, 
body.indigenous #inner_wrapper, 
body.disability #inner_wrapper {
  background:none;
  padding:0;
}

.container {
  width:982px;
  margin:0;
}

.body_text {
  width:auto;
  padding:0;
}


/* -- 2.3 Header -- */

#header {
  display:none;
}

/* -- 2.4 Navigation -- */

.nav-container {
  display:none;
}

/* -- 2.4.1 Sub Navigation --*/

#nav-sub {
  display:none;
}

/*-- 2.5 Footer --*/

#footer-fat {
  display:none;
}

/*
 --------------------
 3. Content Elements
 --------------------
 */

/*-- 3.1 Home Page --*/

.lhs_col {
  padding:22px 0 0 24px;
  width:500px;
}

.q_pub {
  display:none;
}

.rhs_col, .rhs_col .push_box {
  display:none;
}

.home .rhs_col, 
.home .rhs_col .push_box {
  display:block;
}

/*-- 3.2 Landing Page --*/

.lcol {
  float:left;
  width:auto;
  display:none;
}

.body_text .pb .btn {
  margin:0;
}

.landing .lhs_col {
  padding:0;
}

.landing .body_text{
  width:100%;
  padding:0;
}

.landing .rhs_col {
  float:left;
  width:290px;
}

.landing_push_box {
  float:left;
  width:260px;
  padding:15px;
  margin:0;
}

.rhs_col .q_pub {
    display:none;
}

/*-- 3.3 Inner Page --*/

#breadcrumbs {
  display:none;
}

.inner_push_box {
  margin:19px 19px 0 0;
}

/* -- 3.3.1 Sitemap --*/

.sitemap #nav-sub {
  width: 100%;
  display:block;
}

/* -- 3.3.2 Utility Pages --*/


/* -- 3.3.3 Search Page --*/


/*
 --------------------
 4. IE Workarounds
 --------------------
 */


 /*
 --------------------
 5. Calendar
 --------------------
 */

#calendar_pb {
  display:none
}

/*
 --------------------
 6. Print Preview
 --------------------
 */

#preview-message {
  border-bottom: 1px solid #FFF;
  background: #FFFF99;
  font: 100%/1.3 "Lucida Grande","Lucinda Sans",Tahoma,Verdana,sans-serif;
  padding: 5px 10px 10px;
  text-align: left;
}

#preview-message h3 {
  color: #000;
  font-size: 18px;
  margin: 0 0 5px;
}

#preview-message p {
  margin: 0;
}

#preview-message a {
  color: #000;
  text-decoration: underline;
}
