/* standard elements 
---------------------------------------------------------------------------------------------------------------- */
body {
	color: #000;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 71%;
	/*font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 14) + "%" : "62.5%");*/
	line-height:1.4em;
	margin-top:0;

}
a {
	color:#36c;
}
a:hover {
	color:#0072B7;
}

ul {
margin:0 0 0 20px;
padding:0;
}
li {
	list-style: url(../images/li-square.gif);
	line-height: 1.8em;
padding:0;
}
h1 {
font: normal 1.8em "Trebuchet MS",sans-serif;
margin-bottom: 4px;
}
h2 {
font: normal 1.5em "Trebuchet MS", sans-serif;
	color: #069;
}
h3 {
font: normal 1.3em "Trebuchet MS",sans-serif;
	color:#222;
}

h4 {
font: normal 1.25em "Trebuchet MS",sans-serif;
	color:#933;
}

/* structure 
---------------------------------------------------------------------------------------------------------------- */
.container {
	margin: 0 auto;
	width: 858px;
	margin-top: -1em;
}
.header {
	margin: 0 auto;
	width:860px;
	height:120px;
	background: url("http://www.environment.gov.au/includes/ssi/minister/images/header-background.gif") repeat-x;

}
/* top panel 
---------------------------------------------------------------------------------------------------------------- */
.top {
	float: right;
	width: 613px;
	height:250px;
}

/* main 
---------------------------------------------------------------------------------------------------------------- */
.main {
	clear: both;
	padding: 8px 18px;
}
/* content 
---------------------------------------------------------------------------------------------------------------- */
.media {
width:830px;
	float:left;
	padding:5px;
	margin: 8px 0 8px 10px;
	background-color: #FFF;
}
.topcontent {
	float:left;
	width:99%;

}
.maincontent {
	float:left;
	width:99%;
	padding:5px;
	margin: 0 0 13px 15px;
}
.maincontent-wide {
	float:left;
	width:97%;
	padding:5px;
	margin: 0 0 13px 15px;
}
.content {
	float:left;
		width:93%;
	padding:5px;
	margin:0px 0 0 10px;
}
.content2 {
	float:left;
		width:93%;
	padding:5px;
	margin:0 0 0 10px;
}
.content-wide {
	float:left;
	width:95%;
	padding:5px;
	margin:0 0 8px 10px;
}
.content-left {
	float:left;
	width:43%;
	padding:0 10px 5px 20px;
	margin-bottom: 8px;
    border-right: 1px dotted #3399CC;
}
.content-right {
	float:right;
	width:46%;
	padding:0 20px 5px 5px;
	margin-bottom: 8px;
}
.content h3 a {
color:#3399CC;
}

/* title 
---------------------------------------------------------------------------------------------------------------- */


.title h1 {
	color: #fff;
	font: normal 1.6em 'Trebuchet MS',sans-serif;
margin:-0.7em 0 0 1em;
	text-align: left;
}
.hidden {
	display: none;
}

/* highlight 
---------------------------------------------------------------------------------------------------------------- */
.disclaimer { border:1px solid #ddd;padding:.25em .5em;margin-right:4em;background:#f9f9f9;margin-top:2em; color:#000; }

.highlight {
	background: #E9F6FA;
	border:1px solid #46B5DA;
  margin: 0 0 20px 0;
  padding: 0 15px 15px 15px;
}
.highlight li {
list-style-image:none;
}

/* Breadcrumb
---------------------------------------------------------------------------------------------------------------- */

#breadcrumb {
  color: #666666;
  font-size: 85%;
  margin: 1em 0 8px 10px;
}
#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited {
  background-color: transparent;
  color:#666666;
}
#breadcrumb a:hover {
  background-color: inherit;
  color: black;
}
#breadcrumb p {
  padding: 0;
  margin: 0;
}
/* Controls media release headings
--------------------------------------------------------- */
#citation {
  border-bottom: 1px dotted #3399CC;
  margin-bottom:20px;
}
#citation h1 {
  margin: 0 0 -5px 0; /*  margin: 0 0 -5px 0;*/
  padding-bottom: 0;
}

#citation p {
  color: #666;
  font-style: italic;
  margin-bottom: 0.5em;
}
#citation strong {
  font-style: normal;
}
#citation p.sub {
font-family:"Trebuchet MS",sans-serif;
font-size:1.3em;
  color: #000;
  font-style: normal;
  line-height:1.3em;
  margin:0;
  padding:10px 0 7px 0;
}
#citation p.joint {
font-family:"Trebuchet MS",sans-serif;
font-size:1.8em;
  color: #000;
  font-style: normal;
  margin: .8em 0 0 0;
}

/* transcripts hanging indents
----------------------------------------------------------------------------------------------------------------*/
 .hang{
    padding-left: 7.8em ;
    text-indent: -7.8em ;
}
.follow {margin-left:7.8em;
}

/* footer 
---------------------------------------------------------------------------------------------------------------- */
.footer {
width:859px;
float:left;
background-color:#444; /*was#1D7CA9*/
	color: #fff;
	margin: 0 -1px auto;
	padding: 0.5em;
}
.footer p {
font-weight:bold;
margin-bottom:5px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color:#9cf;
	text-decoration:underline;
	}
.updated {
width:847px;
background-color:#444;
text-align:center;
color:#fff;
float:left;
border-left: 1px solid #444;
	margin: 0 -1px auto;
	padding: 20px 6px 10px 6px;
}
.updated p, .updated a {color:#fff;text-decoration: none;font-weight:normal;font-size:.95em;}
#updated-p {font-size:.85em;}
.updated a:hover {color:#9cf;text-decoration: underline;}
.footer li {
list-style-image:none;
list-style-type:none;
}
/* tables
---------------------------------------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border: 0;
  font-size: 85%;
  width: 99%;
  padding: 0;
  margin: 1em 0 1em 0;
}
table caption {
  background-color: #fff;
  font-weight: bold;
  padding: 0.25em;
  margin: 1em 0 1em 0;
  text-align: left;
}
table.tableleft td,
table.tableleft th {
  text-align: left;
}
table.tableright td,
table.tableright th {
  text-align: right;
}

th {
  background-color: #006599;
  border-bottom: 1px solid #069;
  color: white;
    font-weight: bold;
  padding: 0.25em;
  text-align: left;
  vertical-align: top;
}
th.subhead {
  background-color: #6ea2d7;
  border-top: 1px solid #eff3f7;
  color: white;
  padding: 0.1em 0.25em;
}

td {
  border-bottom: 1px solid #069;
    padding: 0.25em;
  text-align: left;
  vertical-align: top;
}
td.highlight {
  background-color: #e4e5ce;
}
td.left, 
th.left {
  text-align: left;
}
td.right,
th.right {
  text-align: right;
}
td.center,
th.center {
  text-align: center;
}
td.middle,
th.middle {
  vertical-align: middle;
}
td p {
  font-size: 100%;
  padding: 0 0 0.5em 0;
}
th sup a:link {
  background-color: inherit;
  color: white;
}
th sup a:visited {
  background-color: inherit;
  color: white;
}
/* spans etc
---------------------------------------------------------------------------------------------------------------- */

span.external {
  background: url(../images/ico-external.gif) 100% 65% no-repeat;
  padding-right: 10px;
  font-size: 90%;
  text-decoration: none;
}
.clearer {
	clear: both;
}
span.word {
  background: url(../images/ico-word.gif) 50% 50% no-repeat;
  padding: 0 10px 0.1em 0;
  margin: 0 5px 0 2px;
}
li.word {
  background: url(../images/ico-word.gif) no-repeat 0 0.4em !important; 
  list-style-type: none !important;
  line-height: 19px !important;
  padding: 0.2em 0 0.2em 22px !important;
  margin: 0 10px 0 0px !important;
}
td span.word {
  background: url(../images/ico-word.gif) 50% 50% no-repeat;
  padding: 0 12px 0.1em 0;
  margin: 0 5px 0 2px;
  line-height:19px;
}
li.pdf {
  list-style: none !important;
  background: url(../images/ico-pdf.gif) no-repeat 0 0.4em !important; 

  line-height: 19px !important;
  padding: 0.2em 0 0.2em 22px !important;
  margin: 0 10px 0 0px !important;
}