@charset "utf-8";
/* Very basics */
html, body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:white;
}
/* Structure */
div#header {
	text-align:left;
	background:#0080ff url('sine.png') top right repeat-x;
	padding:0;
	margin:0;
	height:150px;
	font-size:200%;
}
div#header_interior {
	background:url('header_4.jpg') top right no-repeat;
	margin:0;
}
div#header_interior span {
	height:150px;
}
div#header_interior img {
	border:0;
	margin:0;
	padding:0;
}
div#navbar {
	background:#eee;
	border-bottom:solid 1px #06c;
	border-top:solid 2px #06c;
	height:40px;
	margin:0;
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
	padding:0;
}
div#navbar ul {
	font-size:110%;
}
div#navbar li {
	padding:0;
	margin:0;
}
div#navbar a, div#navbar a:visited {
	color:#06c;
}
div#navbar li.emphasise a, div#navbar li.emphasise a:visited {
	background-color:#fff;
	border:groove 3px #06c;
	margin:-3px;
}
div#content {
	clear:both;
	padding:4.5em 1em 0;
	border:solid #ccc 0;
	border-right-width:1px;
	border-bottom-width:0;
	margin:0em 17em 0.5em 0.5em; /* With two side panels, this would be margin:0em 33em 0.5em 0.5em; */
	height:45em;
	min-height:45em ! important;
}
body>div#content {
	height:auto;
}
body.left div#content {
	margin:0em 17em 0.5em 0.5em; /* With a left column panel, the left-margin would be 17em. */
	border-right-width:1px;
	border-left:none; /* With a left column panel, this would be: border-left-width:1em; */
}
p#backToAdminLink a {
	display:block;
	font-weight:bold;
	padding:0.25em;
	border:solid orange;
	border-width:1px 0 2px;
	margin-top:4em;
	background:#F2F8F9;
	text-decoration:none;
	text-align:center;
	line-height:20px;
}
p#backToAdminLink a span {
	background:url('up-folder.gif') center left no-repeat;
	min-height:200px;
	padding:5px 0 5px 20px;
}
div#sidenav {
	position:absolute;
	top:206px;
	right:0.5em;
	width:13.5em;
	padding:0.5em 1em 0 1.5em;
	border-left:solid 1px #ccc;
}
body.left div#sidenav {
	border-left-style:none;
}
div#subscribe {
	position:absolute;
	top:206px;
	right:17em;
	width:13.5em;
	padding:0.5em 1em 0;
}
body.left div#subscribe {
	left:0;
}
div#sidenav ul {
	margin:0.5em 0 1em 1em;
	padding:0;
}
/* START generic text stylings */
a:link {
	color: #06c;
}
a:visited {
	color:#33c;
}
a:active, a:hover {
	color:#ff8000;
}
h1,h2,h3,h4 {
	font-weight:normal;
	margin-bottom:0.5em;
}
h1 {
	font-size:200%;
	margin:0 0 0.5em;
	border-bottom: solid 1px #06c;
	padding:2px 0;
}
h2 {
	font-size:165%;
	margin:0;
	border:solid #ccc;
	border-width:1px 0;
	padding-bottom:1px;
}
.align_left   {text-align:left;  }
.align_centre {text-align:center;}
.align_right  {text-align:right; }
/* END generic text settings */
#sidenav h2, #subscribe h2 {
	font-size:125%;
	margin:0 -0.8em;
	border:solid #ccc;
	border-width:1px 0 2px;
	padding:2px 0.5em;
}
h3 {
	font-size:130%;
	margin:0.25em 0 0;
}
div#footer {
	border:3px #ddd;
	background:#fff;
	border-style:double none;
	margin:2em 1em;
}
div#footer p {
	color:#666;
	text-align:center;
}
div#footer ul, div#navbar ul {
	text-align:center;
	list-style:none;
	margin:1em 0;
	padding:0;
}
div#footer li, div#navbar li {
	display:inline;
	padding:0;
	margin:0;
}
div#footer li a, div#navbar li a, div#navbar li span {
	text-decoration:none;
	padding:0.25em 2em;
	margin:0;
	font-weight:bold;
}
div#footer li a:hover, div#navbar li a:hover {
	color:#fc8000;
}
/* Web forms styling */
legend {
 padding:1em 1em 1em 0.5em;
 color:black;
}
legend strong {
	color:#603;
	border:solid 1px #ccc;
	padding:1px 0.25em;
	background:#ffc;
}
label.flushright {
	display:block;
	padding-right:0.5em;
}
label.nobreak {
	white-space:nowrap;
}
label.bordered {
	border:solid 1px #ccc;
	padding:1px 3px 3px;
	display:inline-block;
}
table {
	border:solid black;
	border-width:1px 0;
	border-collapse:collapse;
	margin-top:1em;
	margin-bottom:0.5em;
}
td {
	border-top:solid 1px #ccc;
	padding:3px 0.5em;
}
th {
	border-top:none;
	border-bottom:solid 1px black;
	padding:3px 0.5em;
}
form .errorList {
	border:groove 3px #bb9;
	background:#ffe;
	font-weight:bold;
}
form ul.errorList {
	margin:2px 0 0;
	padding:2px 0.5em 4px;
	list-style:none;
}
.advisoryMessage {
	border:groove 3px #66CC66;
	background:#ffe;
	margin:0.5em 0;
	padding:0.5em;
	font-size:smaller;
	text-align:left;
}

/* Other stylistic elements */
.float_left {
	float:left;
}
.alt_first td, td.alt_first {
	border-top:none;
}
.alt_row td, td.alt_row {
	background-color:#DFE9F2;
}
.clear {
	clear:both;
}
.centre {
	text-align:center;
}
.hide_screen {
	display : none;
}
#popular_categories {
	list-style:none;
	padding:0;
	margin:0;
}
#popular_categories.nomarginsorpadding {
	margin:0 0 2em;
	padding:0;
}
#popular_categories li {
	padding:0.5em 0 0;
	margin:0;
	font-size:smaller;
	clear:both;
}
#popular_categories li span {
	padding: 0 0.35em 0;
	background:#ffe;
	border:solid 1px #dda;
	display:block;
	float:left;
	clear:both;
	width:3em;
	text-align:center;
	margin:0 0.5em 0 0;
}
#popular_categories li span span {
	display:none;
}
#popular_categories li a {
	text-decoration:none;
}
#popular_categories li a:hover {
	text-decoration:underline;
}
.errorNotes {
	border:groove 3px #EDE8DC;
	background:#F0F2AA;
	margin:1em 0;
	padding:0.1em 0.5em;
}
a.hoverUnderline {
	text-decoration:none;
}
a.hoverUnderline:hover, a.hoverUnderline:active {
	text-decoration:underline;
	color:#06c;
}
abbr.required {
	font-weight:bold;
	color:#c03;
	text-decoration:none;
	border:none;
}
fieldset {
	border:none;
	margin:0;
	padding:0;
}
/** *** ***
Search pages styles (NB - these are set through the body class.)
*** *** ***/
.searchPages form {
	border:groove 3px #06c;
	padding:1em;
	background:#ffe;
}
.searchPages form h2 {
	border:none;
}
.searchPages form div.centred {
	margin-top:1em;
	text-align:center;
}
.searchPages fieldset {
	text-align:center;
	border-top:solid 1px silver;
	margin-top:1em;
}
.searchPages legend {
	margin:0;
	border:solid 1px silver;
	padding:0 0.5em 2px;
}

/* Multiple dropdown list option */
/* After http://www.c82.net/article.php?ID=25 */
.checklist {
	border:1px solid #ccc;
	list-style:none;
	height:12em;
	overflow:auto;
	width:18em;
}
.checklist, .checklist li {
	margin:0;
	padding:0;
}
.checklist label {
	display:block;
	padding-left:25px;
	text-indent:-25px;
}
.checklist label:hover {
	background: #777;
	color: #fff;
}

.bulletinDisplay div.dateHeading {
	position:relative;
}
.bulletinDisplay div.dateHeading.showOlderAndNewer {
	padding-top:1.5em;
	margin-top:2.85em;
}
.bulletinDisplay div.dateHeading.showOlderAndNewer.noExtraTopMargin {
	margin-top:0.85em;
}
.bulletinDisplay .slogan {
	border-bottom:solid 1px #eee;
	color:#333;
	padding-bottom:2px;
}
.bulletinDisplay .category_list {
	margin-bottom:0.25em;
}
.bulletinDisplay .summary {
	margin:0 0 0.5em;
}
.bulletin_multipleBulletins {
	border-top:solid 1px #666;
	margin-top:3em;
}
ul.previousAndNextLinks {
	list-style:none;
	margin:0.5em 0 1.5em;
	padding:0;
	height:2em;
}
ul.previousAndNextLinks li {
	float:left;
}
div.dateHeading ul.previousAndNextLinks {
	height:1em;
}
ul.previousAndNextLinks li.newerDate {
	text-align:right;
	float:right;
}

/* Contact us details */
dl.contact dt {
	float:left;
	display:block;
	width:5em;
	clear:both;
	border-top:solid 1px silver;
	padding:2px;
}
dl.contact dd {
	border-top:solid 1px silver;
	display:block;
	width:20em;
	text-indent:0;
	margin:0 0 0 5em;
	padding:2px;
}
.date a:link, .date a:visited {
	color:inherit;
	text-decoration:none;
}
.date a:hover {
	text-decoration:underline;
	color:#ff8000;
}
/* The "Previous" and "Next" links in the search results */
p.prevNextLinks {
	font-weight:bold;
	height:1.2em;
}
p.prevNextLinks span.prevLink {
	float:left;
	width:49%;
	display:block;
}
p.prevNextLinks span.pipe {
	display:none;
}
p.prevNextLinks span.nextLink {
	float:right;
	width:49%;
	text-align:right;
	display:block;
}
table.searchResults {
	width:100%;
}
table.searchResults td, table.searchResults th {
	vertical-align:top;
}
table.searchResults td.resultNumber {
	text-align:right;
}
table.searchResults span.fullText {
	white-space:nowrap;
}
.alignLeft    {text-align:left;}
.alignCentre  {text-align:center;}
.alignRight   {text-align:right;}
.alignJustify {text-align:justify;}
p.warningMessage {
	border:groove 3px #c36;
	background:#ffd;
	padding:0.5em;
	margin:1em 0;
}
div.bulletinNotes p.delayNote {
	float:left;
}
div.bulletinNotes p.scrollNote {
	float:right;
}
div#subscriptionLinks {
	padding:0.5em 1em 2.5em;
}
div#subscriptionLinks ul {
	list-style-type:none;
	font-size:150%;
	padding:0;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
div#subscriptionLinks li {
	display:inline;
}
div#subscriptionLinks a {
	border:1px solid #c96;
	padding:0.5em;
	background:#ffc;
	display:block;
	width:45%;
	text-align:center;
}
div.signedInNotice {
	border:groove 3px #093;
	padding:0.5em;
	margin:0 0 1em;
}
div.signedInNotice hr {
	display:none;
}
div.signedInNotice p {
	background:url('done.gif') center left no-repeat;
	padding:0 0 0 20px;
	margin:0;
}
dl.searchTips {
	padding:0.5em 1em 0;
	margin:0 0 0 2em;
	border:solid silver;
	border-width:1px 0;
}
dl.searchTips dt {
	font-weight:bold;
}
dl.searchTips dt, dl.searchTips dd {
	margin:0 0 1em;
	padding:0;
}
dl.searchTips .searchKeyword {
	font-weight:bold;
}
dl.aboutABN {
	border-top:solid 1px silver;
}
dl.aboutABN dt {
	float:left;
}
table.calendar-display {
	margin:0 auto;
}
table.calendar-display img {
	border:solid 1px silver;
	margin:0.5em;
}
#calendar-link {
	text-decoration:none;
	font-weight:bold;
	border:solid 1px silver;
	display:block;
	text-align:center;
}
/* Override the hover effect so it doesn't use orange */
#calendar-link:hover, #calendar-link:active {
	color: #06c;
	text-decoration:underline;
}
/* START calendar table styles */
table.calendar_table {
	width:100%;
	margin-bottom:1em;
}
.calendar_table th abbr {
	border-bottom:none;
	text-decoration:none;
}
.cal_weekend {
	background:#eee;
}
.alt_row .cal_weekend, th.cal_weekend {
	background:#ccc;
}
table.calendar_table th, table.calendar_table td {
	padding:1px 2px;
}
table.calendar_table td {
	text-align:right;
}
table.calendar_table a {
	display:block;
	background:white;
	border:solid 1px navy;
	text-decoration:none;
	padding:0 1px;
}
table.calendar_table a:hover {
	background:#ffe;
}
.cal_today {
	font-weight:bold;
	background:#ff6 !important;
}
/* END calendar table styles */

/* START: Styles for show/hide elliptical content */
small span.categoryListHidden:hover, small span.categoryListDisplayed:hover {
	color:#06c;
	cursor:pointer;
}
small span.categoryListHidden {
	color:#06c;
}
small span.categoryListHidden:hover {
	text-decoration:underline;
}
/* END: Elliptical content style */