/*Version #5 - 30-07-08*, see changecontrol.doc*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    margin: 0;
    padding: 0;
}

a:link {
    color: #03c;
}

a:visited {
    color: #369;
}


a:link:hover {          
    background: #cef;
    text-decoration: none;
}

a:visited:hover {           
    background: #cef;
    text-decoration: none;
}


.topLevelNavItem a:visited {
    color: #fff
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #089;
    padding: 0.8em 0 0.4em 0;
}

h1 {
    font-size: 180%;
}

h2 {
    font-size: 145%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 120%;
}

hr {
    height: 0px;
    border: 0px;
    margin: 10px 0;
    border-top: 1px dashed #b8b8b8;
}

/*--------submit button for index page select lists -----------*/
.goimagebutton {
  width: 42px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(/images/admin/go.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
 /* cursor: hand; /* for IE 5.x */
}



/*--------DECC table styles - general content-----------*/
table {
    font-size: 95%;
}

.decc table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
}

.decc caption {
    font-size: 120%;
    color: #089;
    text-align: left; 
    font-weight: bold;   
    padding-bottom: 0.5em;
    padding-top: 1em;
    padding-left: 6px;}

.decc th {
    background: #eec;
    color: #078;
    padding: 6px;
    vertical-align: top;
}

th.plus {
    background: #089;
    color: #fff;
    padding: 6px;
    vertical-align: top;
}

.tableHeaderNormal {
    color: #000;
    font-weight: normal;
}

.decc tr {
    background: #f7f7ee;
}

tr.alternatetr {
    background: #f1f1dd;
}

.decc td {
    padding: 6px;
}

.tableHeader td {
    background: #089;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.tableHeader th {
    background: #089;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
}

.tableHeader select {
    display:inline;
    font-size: 95%;
    width: auto;
}

/*--------index page submit button for right hand select boxes -----------*/
.imagebutton {
  width: 42px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/admin/go.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}




/*--------DECClist table styles - dynamic lists -----------*/
table {
    font-size: 95%;
    /*margin-left: -3px; ===== possible fix for sliding-down tables - "3px jog" IE bug GO === */
}

.decclist table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
}

.decclist th {
    background: #eec;
    color: #078;
    text-align: left; 
}

.decclist td {
    padding: 3px 6px 3px 6px;
    vertical-align: center;
}


/* ---------- topContainer ------------ */
#topContainer {
    /*min-width: 768px;*/
    min-width: 800px;
    max-width: 970px;
}

/* Fixes min width in IE6 */
* html body {
width:expression(d=document.compatMode=="CSS1Compat"?documentElement:document)&&(d.clientWidth<821?"820px":"auto");
}

* html #links{
    white-space: nowrap;
    margin-left: -260px;
}

/* ---------- top header -------------- */
#topHead {
    background: #cee;
    height: 5.1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    min-width:830px;
}

#topHead form {
    display: inline;
}

#topHead label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    margin: 0;
}

#topHead span {
    display: inline;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #000;
    padding: 0;
    padding-right: 6px;
    margin: 0;
}

/* Fixes topHead wrap in FF2 and IE7 */
#topHead, x:-moz-any-link {min-width:810px;}
#topHead, x:-moz-any-link, x:default {min-width:inherit;}
/* Fixes menu wrap in IE7 */
html>body #nav{ *min-width:810px;}

#logo a {
    display: block;
    float: left;
    width: 235px;
    height: 55px;
    background-image: url(/images/admin/logo.gif);
    text-indent: -9999px;
}

#logo a:hover {
    background-color: transparent;
}

#links {
    float: right;
    padding: 6px 10px;
}

/* --department logo styles-- */
#department_logo {
    float: left;
    width:303px;
}

#department_logo img {
    float: left;
}

#department_logo a {
    color: #333;
    clear: right;
}

#department_logo a:hover {
    background: none;
}

#department_logo h3, #department_logo h2 {
    font-size: 100%;
    padding: 0;
}

#department_logo h3 {
    padding: 0.6em 0 0.2em 0;
}

#department_logo h2 {
    line-height: 1.2em;
}

#department_logo h2 a {
    text-decoration: none;
}

#department_logo h2#department_title {
    font-weight: normal;
}

/* -- styles for header/logo section on applications.html page -- */
#ApplicationMasthead {
    background: #cee;
    height: 36px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    border-bottom: 2px solid #089;
}

#Application_logo {
    float: left;
    padding: 14px 0 0 14px;
    width: 308px;
}

#applicationLinks {
    float: right;
    padding: 10px 10px;
}

/* ---------- application nav -------------*/
#applicationNav {
    display: block;
    border-bottom: 1px solid #d3dcdf;
    background: url(/images/admin/nav/application_nav_back.jpg) top repeat-x;
    height: 20px;
    padding: 0!important;
    margin: 0!important;
}

#applicationNav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
}

#applicationNav li a {
    margin-top: 1px;
    text-decoration: none;
    color: #066;
    font-weight: bold;
    padding: 2px 14px 0 14px;
    border-right: 1px solid #d3dcdf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    display: block;
    height: 18px;
    float: left;
}

#applicationNav li a:hover {
    background: url(/images/admin/nav/application_nav_over.jpg) top repeat-x;
    color: #fff;
}

/* ---------- Subject Index -------------- */
#subjectIndex { 
    float: right;   
    margin: 0;
    padding: 0 10px 0 0;
    clear: right;
    white-space: nowrap;
}

#subIndex {
    padding: 0;
    margin: 0;
}
    
#subjectIndex span{
    margin-left: -3.5em;
}
    
* html #subjectIndex span{
margin-left: 0;
}

#subIndex li {
    display: inline;
    list-style-type: none;
    padding-bottom: 1px;
    margin: 0;
}

* html #subIndex li a{
    margin: 0;
}

#subIndex li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    background: #eff;
    border: 1px solid #8bc;
    padding: 0 2px;
    margin: 0px; 
}

#subIndex li a:hover {
background: #ffc;
}

/* ---------- mainContainer -------------- */

#mainContainer {
}

#mainContainer02 {
    padding-left: 206px;
}

.maincontainer02 p {
    padding-bottom: 1em; 
}

maincontainer02.p {
    margin-bottom: 1em; 
}

#mainContainer03 {
    padding: 0;
}

.clear {
    clear: both;
}

/* ---------- pic -------------- */
#pic {
    width: auto;
    height: 209px;
    padding-top: 3px;
    padding-right: 203px;
}

#picback {
    background:url(/images/admin/banner/ethnic02.jpg) right no-repeat; 
    height:210px;
    padding-left: 16px;
}

#picback h1 {
    color: #000!important;
    font-size: 150%;
    font-weight: normal;
    padding-top: 25px;
}

#picback p {
    padding-top: 15px;
    color: #fff;
    font-size: 140%;
    height: 125px;
    vertical-align: middle;
}
#picback p.black {
    padding-top: 15px;
    color: #000;
    font-size: 140%;
    height: 125px;
    vertical-align: middle;
}

/* ---------- main -------------- */
#main {
    float: left;
    padding-right: 208px;
}

/* ---------- mainContent -------------- */
#mainContents {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* ---------- Feature Items -------------- */
#featureItems {
    float: left;
    width: 266px;
    margin: 15px 0 15px 14px;
    padding-right: 8px;
    border-right: 1px dashed #ccc;
}

#features {
    margin: 0!important;
}

#features li {
    overflow: auto;
    list-style-type: none;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
    display: inline-block;
}

#features img {
    float: left; 
    margin: 0 14px 0 0;
    border: 2px solid #cc9;
}

img#fireicon {
    float: right;
    border: none;
    margin-top: 6px;
}

#features a {
    text-decoration: underline;
}

#features h4, #features h4 a {
    font-size: 100%;
    color: #089;
    padding: 0;
}

.featuresRow {
    background: #f7f7ee;
}

/* ---------- Accessibility, AddThis, Text Zoom and Print tools (page tools) - altered 11/5/2010 by AH to make consistent with PageTools style -------------- */
#pageTools, #PageTools {
    float: right;
    padding: 5px 0;
}

/* Page tools on the home page - altered 11/5/2010 by AH to make more transparent */

#PageToolsHome {
    text-align: right;
    padding: 0px 4px 4px 0px;
}

/* ---------- centreContent ------------*/
#centreContent {
    margin-left: 300px;
}

/* ---------- whats new -------------- */

#sample {
    height: 4em;
}

#whatsNew {
    background: #cee;
    padding: 5px 10px 4px 10px;
    font-size: 100%;
}

#whatsNewContent {
    background: #fff url(/images/admin/blue_gradient.jpg) top repeat-x;
    padding: 5px 10px 4px 10px;
    /*position: relative; ie hack*/
}

#whatsNewNP {
    float: right;
    font-size: 95%;
    position: relative; /*ie hack*/
}

#whatsNewArc {
    padding-top: 10px;
    font-size: 95%;
    position: relative; /*ie hack*/
}


/* ---------- centreItems -------------- */
.centreItems {
    padding: 10px;
    border-top: 1px dashed #ccc;
}

.centreItems p {
    padding-top: 8px;
}

.centreItems ul {
    padding-top: 10px;
}

.centreItems li {
    text-indent: 20px;
    list-style-type: none;
    background: url(/images/admin/arrow.gif) no-repeat;
}

.centreItems h4 {
    color:#089;
    font-size: 125%;
    font-weight: normal;
    padding: 0;
}

/* ---------- breadcrumb -------------- */
#breadcrumb {
    padding: 18px 10px 10px 10px;
    background: #cd2 url(/images/admin/breadcrumb_orange.gif) top repeat-x;
    font-size: 95%;
    margin: 3px 0 0 -4px;
}

#breadcrumb a {
    color: #000;
}

/* ---------- Local Branding header graphics -------------- */
#LocalBrand1 {
    height: 73px;
    background: url(/images/admin/headers/candc2.gif) right no-repeat;
}

#LocalBrand1 p {
    height: 73px;
    background: url(/images/admin/headers/title_candc.gif) no-repeat;
    text-indent: -9999px;
}

/* ---------- Breadcrumb -------------- */

#breadcrumb a {
    color: #000;
}


/* ---------- contentArea ----------------- */
#contentArea {
    display: inline;
    padding: 6px 6px 6px 10px;
}

#contentArea h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.002em;
    line-height: 100%;
    padding: 12px 0 14px 8px;
    border-bottom: 1px dashed #ccc;
}

#contentArea p {
    margin-bottom: 0.6em;
}

#contentArea ul {
    margin-top: 0.3em;
    margin-bottom: 0.6em;
}

#contentArea li {
    margin-left: 1.8em;
    padding: 0.2em;
}

#contentArea dt {
    font-weight: bold;
    color: #089;
    margin-top: 1em;
}

#contentArea dd {
    margin-top: 0.6em;
    margin-left: 2em;
}

.pageChanger {
    font-size: 95%;
    padding: 10px 6px 10px 6px;
}

#contentFeature {
    padding: 10px;
    background: url(/images/admin/blue_gradient.jpg) top repeat-x;
    border: 1px solid #cee;
    font-size: 95%;
    color: #369;
    overflow: hidden;
}

#contentFeature img {
    float: left;
    padding: 5px;
    background: #fff;
    border: 1px solid #8bc;
    margin-right: 10px;
}

#contentFeature h3 {
    font-size: 135%;
    font-weight: bold;
    color: #089;
}

#relatedLinks {
    float: right;
    width: 182px;
    font-size: 95%;
    background: #f7f7ee;
    padding: 8px;
    margin: 10px 0 0 6px;
    border-bottom: 6px solid #eed;
}

/* Right Column for Local Branding pages */
#LocalBrandingRight {
    float: right;
    padding-top: 10px;
    margin-left: 15px;
}

/* 2nd relatedLinks div for different top graphic treatments */
#relatedLinks2 {
    width: 198px;
    font-size: 95%;
    background: #f5f7e5;
    padding: 0;
    border-bottom: 6px solid #eed;
}
#relatedLinks2 h5 {
    padding: 10px 0 0 8px;
}
#relatedLinks2 ul {
    padding: 0 8px;
}
#relatedLinks2 li {
    margin: 0;
    /*padding-left: 20px;
    background: url(/images/admin/icons/arrow.gif) no-repeat;*/
    list-style-type: none;
}
#relatedLinks2 li a {
    margin: 0;
}

#relatedLinks img {
    padding: 6px;
    background: #fff;
    border: 1px solid #cc9;
}

#relatedLinks img.bushwalk {
    padding: 0;
    border: none;
}

#relatedLinks li {
    list-style-type: none;
    margin: 0.1em 0 !important;
}

#CaptionPic1 {
    float: right;
    width: 198px;
    margin: 0px 0;
    text-align: right;
}

p.CaptionPic {
    width: 186px;
    font-size: 90%;
    background-color: #f7f7ee;
    border: 1px solid #cccc99;
    text-align: left;
    padding: 5px;
    margin: 20px 0;
    }
p.CaptionPic img {
    border: 1px solid #eeeedd;
    margin: 0 0 10px 0;
}


captiontext {
    
    font-size: 95%;
    
    }




/* ---------- Right hand nav -------------- */
#rightColumn {
    float: right;
    width: 198px;
    margin-left: -198px;
}

.quickfind {
    border: 1px solid #cc9;
    margin-top: 3px;
    padding: 8px;
}

.quickfind form#applyform {
    background: url(/images/admin/icons/apply.jpg) top right no-repeat;
}

.quickfind form#findform {
    background: url(/images/admin/icons/find.jpg) top right no-repeat;
}

.quickfind form#problemform {
    background: url(/images/admin/icons/problem.jpg) top right no-repeat;
}

.quickfind form#linksform {
    background: url(/images/admin/icons/links.jpg) top right no-repeat;
}

.quickfind label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #333;
    display: block;
    padding-bottom: 14px;
}

.quickfind select {
    width: 130px;
    font-size: 95%;
}

.go {
    padding-left: 3px;
    margin-bottom: -5px;
}


#apply {
    border: none;
    border-bottom: 1px solid #cc9;
    background: #eec url(/images/admin/quicklinks_corner.gif) top left no-repeat;
}

#find {
    background: #f7f7ee;
}

#problem {
    background: #eec;
}

#qlinks {
    background: #f7f7ee;
}


/*--------------- underQuickLinks ------------------*/

#groupLinks {
    background: url(/images/admin/quicklinks_corner02.gif) bottom right no-repeat;
}

#underQuickLinks {
    font-size: 95%;
    background: url(/images/admin/right_shadow01.jpg) top left repeat-y;
    padding: 0 12px;
}

#underQuickLinks li {
    text-indent: 20px;
    list-style-type: none;
    background: url(/images/admin/arrow.gif) 0 12px no-repeat;
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #ccc;
}

#underQuickLinks li h4{
    font-size: 110%;
    color: #089;
    padding: 0;
}


#underQuickLinks #last {
    border: none;
    padding-bottom: 20px;
}

/*area under quick links*/
#rightSpace {

    background: #f7f7ee url(/images/admin/right_shadowx.jpg) left repeat-y;
}

#rightSpace {
    font-size: 95%;
    
    padding: 0 12px;
}



#rightSpace li {
    text-indent: 0px;
    list-style-type: none;
    background: url(/images/admin/arrow.gif) 0 12px no-repeat;
    padding: 10px 0 10px 0;
    
}

#rightSpace li h4{
    font-size: 110%;
    color: #089;
    padding: 0;
	padding-left:20px
}

#rightSpace li p{
    padding-left: 20px;
    text-indent: 0px;
    
    
}
#rightSpaceImage {
    /*background: #eec url(/images/admin/right_shadow02.jpg) left repeat-y;*/
    background: #f7f7ee;
}


/*------------- styles for (advanced_search.html) ---------------*/
#advancedsearch_container {
padding: 15px 8px 0 8px;
}

#advancedsearch_left {
    float: left;
    width: 160px;
}
#advancedsearch_right {
    float: right;
    width: 160px;
}
#advancedsearch_center {
    margin: 0 170px 0 170px;
}

#advancedsearch_container table {
    border-top: 1px solid #eec;
    border-bottom: 1px solid #eec;
}
#advancedsearch_container table th {
    background: #f5f8d7 url(/images/admin/BG-AdvancedSearch_th.gif) repeat-x;
    height: 25px;
    padding: 0 5px;
    color: #378699;
    font-weight: normal;    
}
#advancedsearch_container table td {
    background-color: #fff;
}
#advancedsearch_container table tr td.zebra {
    background: #fff url(/images/admin/BG-ZebraTable_tr.gif) repeat-x;
}
#advancedsearch_container table td a {
    font-size: 110%;
}
#advancedsearch_container table td p a {
    font-size: 90%;
    text-align: center;
}
#advancedsearch_container table td p img {
    text-align: center;
}

.infoBox {
border: 1px solid #c8e6ea;
font-size: 100%;
margin: 0 0 5px 0;
padding: 10px;
}

.infoBox h3 {
margin: 0;
padding: 0;
}

.listselected a {
font-weight: bold;
text-decoration: none;
}

#advancedsearch_left ul, #advancedsearch_right ul {
font-size: 90%;
}
#advancedsearch_left li, #advancedsearch_right li {
list-style-type: none;
margin: 0;
padding: 2px 0;
}
#advancedsearch_left h6, #advancedsearch_right h6 {
margin: 0;
padding: 0;
color: #006699;
}

input#keyword {
width: 300px;
margin: 7px 0 10px 0;
font-size: 110%;
height: 17px;
vertical-align: middle;
}

#advancedsearch_container input.submit {
    width: 66px;
    height: 24px;
    background: url(/images/admin/SearchButton.gif) no-repeat;
    border: none;
    font-size: 90%;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 3px 12px;
    margin-top: 0px;

}

#advancedsearch_container p.submit {
text-align: right;
margin: 0 0 0 0;
}

#OptionalFilters {
    border: 1px solid #c8e6ea;
    background: #f6fcfd url(/images/admin/BG-OptionalFilters.gif) repeat-x;
    /*height: 150px;*/
    padding: 15px;
    margin: 0 0 20px 0;
}

input#chk_0, input#chk_1, input#chk_2, input#chk_3, input#chk_4 {
}

input#chk_0 {
    margin-left: 80px;
}
input#chk_1, input#chk_2, input#chk_3, input#chk_4 {
    margin-left: 104px;
}

#OptionalFilters fieldset {
    border: none;
}

#OptionalFilters legend {
    color: #333;
    font-weight: bold;
    margin: 0 0 10px -8px;
}

#OptionalFilters select.info {
    width: 190px;
    margin: 5px 0 0 2px;
}

#OptionalFilters select.month {
    width: 80px;
    margin: 5px 0 0 2px;
}

#OptionalFilters select.year {
    width: 55px;
    margin: 5px 0 0 2px;
}

#OptionalFilters p.filters {
    text-align: left;
    font-size: 90%;
    color: #089;
}

#OptionalFilters p.type {
    margin: 0px 0 0 65px;
}

#OptionalFilters p.date {
    margin: 0px 0 0 71px;
}

#OptionalFilters p.audience {
    margin: 10px 0 0 2px;
}

#OptionalFilters p.site {
    margin: 10px 0 0 70px;
}
#OptionalFilters p.publisher {
    margin: 10px 0 0 37px;
}
#OptionalFilters p.subject {
    margin: 12px 0 0 49px;
}

.SearchResultsNav {
text-align: right;
margin: 10px 0;
}
p.display110 {
/*float: left;*/
text-align: left;
color: #666;
font-size: 90%;
font-weight: bold;
}

/*------------- styles for (Targeted audience page) ---------------*/
#RightCol {
    float: right;
    width: 325px;
    margin: 20px 0 0 0;
}

#RightCol ul, #Topic ul {
}
#RightCol li, #Topic li {
    margin: 0;
    padding-left: 20px;
    background: url(/images/admin/icons/arrow.gif) no-repeat;
    list-style-type: none;
}
#RightCol li a, #Topic li a {
    margin: 0;
}

#RightCol h3 a {
    color: #000;
    font-size: 90%;
    border: none;
    text-decoration: underline;
}
#RightCol h4 a {
    color: #078;
    font-size: 80%;
    border: none;
    text-decoration: underline;
}

#RightcolA {
    background-color: #f7f7ee;
    border: 1px solid #eed;
    margin: 12px 0;
    padding: 8px;
}

#RightcolB {
    background-color: #eff;
    border: 1px solid #cee;
    margin: 12px 0;
    padding: 8px;
}

#RightcolCD {
width: 325px;
}
#RightcolC, #RightcolD {
background-color: #f7f7ee;
border: 1px solid #eed;
border-bottom: 5px solid #eec;
padding: 5px;
}
#RightcolD {
float: right;
width: 148px;

}
#RightcolC {
width: 148px;
}

#LeftCol {
    margin: 20px 340px 0 0;
}

.TopicLeft {
    }
.TopicLeft p {
    margin: 0 0 0 190px;
    padding: 5px;
}
.TopicLeft ul {
    margin: 0 0 0 190px;
    padding: 5px;
}
.TopicLeft li {
    margin: 0!important;
    padding-left: 20px!important;
    background: url(/images/admin/icons/arrow.gif) no-repeat;
    list-style-type: none;
}
.TopicLeft li a {
    margin: 0;
}

dl.topic {
    float: left;
    width: 185px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.topic dt {
    margin: 0;
    padding: 0;
    font-size: 130%;
    color: #089;
    font-weight: bold;
}

.topic dd {
    margin: 0 0 1em 0;
    padding: 0;
}
dd.border {
border-bottom: 5px solid #eec;
}

#ForLinks {
clear: both;
margin: 10px 0;
padding: 10px 0 0 10px;
border-top: 1px dashed #b8b8b8;
}

#ForLinks ul {
width: 700px;
}
#ForLinks li {
    float: left;
    width: 200px;
    margin: 0;
    padding-left: 20px;
    background: url(/images/admin/icons/arrow.gif) no-repeat;
    list-style-type: none;
}
#ForLinks li a {
    margin: 0;
}
#ForLinks h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*-- Publication page styles --*/

#pub h1{
    font-size: 130%;
    font-weight: bold;
    color: #000;
    border-bottom: 0px;
    padding: 0.8em 0 0 0;
}

#pub h2{
    font-size: 120%;
    font-weight: bold;
    color: #000;    

}

#pub h3{
    font-size: 180%;
    font-weight: normal;
    letter-spacing: 0.002em;
    line-height: 100%;
    padding: 4px 0 14px 4px;
    border-bottom: 1px dashed #ccc;
}

/*-- DECC Form styles --*/

#DECCForm {
    margin: 20px 0;
}

#DECCForm fieldset {
    border: 1px solid #cc9;
    margin: 10px 0;
    padding: 20px ;
}

#DECCForm legend {
    color: #089;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 6px;
}

#DECCForm label { 
    float: left;
    width: 140px;
    cursor: pointer;
    text-align: right;
    font-size: 95%;
    clear: both;
}

#DECCForm label.label_error { 
    color: #f00;
}

#bt1, #bt2, #bt3, #bt4 {
    width: 20px!important;
    height: 20px!important;
    border: none!important;
}

#bt1 {
    margin: 0 0 2px 30px!important;
    padding: 0!important;
    }
    
#bt2, #bt3, #bt4 {
    clear: left;
    margin: 0 0 2px 170px!important;
}

#fs1, #fs2, #fs3 {
    width: 20px!important;
    height: 20px!important;
    border: none!important;
}
    
#fs1 {
    margin: 0 0 2px 30px!important;
    padding: 0!important;
}

#fs2,#fs3 {
    clear: left;
    margin: 0 0 2px 170px!important;
}
    
.LabelRight {
    width: auto!important;
    text-align: left;
    clear: none!important;
}

#DECCForm p { 
    float: left;
    width: 140px;
    cursor: pointer;
    text-align: right;
    clear: left;
    display: inline;
    font-size: 95%;
}

p.formtext { margin: 20px 0; }
p.formtext span, #deccForm label span { color: #f00; }
p.ErrorMessage {
    color: #f00;
    padding: 0 0 0 30px;
    background: url(/images/admin/icons/Error.gif) no-repeat;
}

#DECCForm select {
    float: left;
    /*width: 250px;*/
    margin: 0 0 5px 30px;
    padding: 0;
    vertical-align: text-top;
    border: 1px solid #a1c1c2;
}

#DECCForm input {
    float: left;
    /*width: 250px;*/
    height: 22px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #666;
    margin: 0 0 5px 30px;
    padding: 0;
    vertical-align: text-top;
    border: 1px solid #8bc;
}
#DECCForm input.input_error { 
    background-color: #ff9;
}

#DECCForm textarea {
    float: left;
    /*width: 250px;*/
    /*height: 84px;*/
    font-family: verdana, arial, helvetica, sans-serif;
    color: #666;
    padding: 3px;
    margin-bottom: 15px;
    margin-left: 30px;
    vertical-align: text-top;
    border: 1px solid #a1c1c2;
    background-color: #fff;
    font-size: 100%;
}

#DECCForm input.submit {
    float: right;
    width: 55px;
    height: 22px;
    background: url(/images/admin/form_button.gif) no-repeat;
    border: none;
    font-size: 90%;
    color: #006666;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 0;
}
         

* html #decc_details input, * html #sample_checkboxes input, * html #sample_radio input {   /* for IE only */
                background-attachment: fixed;
}

/* IE5 Box model hack - Hide from IE5/Mac \*/
* html #decc_details input, * html #sample_checkboxes input, * html #sample_radio input { 
    width: 250px;  
}
/* End hide from IE5/Mac */

                
/* IE5 Box model hack - Hide from IE5/Mac \*/
* html #decc_details textarea, * html #sample_checkboxes textarea, * html #sample_radio textarea  { 
    width: 250px; 
}
/* End hide from IE5/Mac */
    

/*------------- footer ---------------*/
#footer {
    font-size: 95%;
    height: 25px;
    padding-top: 10px;
    padding-left: 5px;
    color: #666;
    background: url(/images/admin/footer.jpg) top repeat-x;
    clear: both;
}

.left {
text-align: left; 
float: left;
}

.right {
text-align: right; 
float: right; clear: none;}

/*------------- datestamp ---------------*/
#datestamp {
    font-size: 95%;
    padding-left: 5px;
}

/*-------------- Easy  clearing ---------------*/
.clearfix:after {
    display: block;
    height: 0;
}

.clearfix {display: inline-block;}

.TopPage {
float: right;
} 

.FloatRight {
float: right;
}

.wrapper{
width: 800px; /* width is required for this to work in IE */
overflow: hidden;
} 

/*------------------- Visiting a Park -------------------*/
#visitingaparkRightColumn {
    float: right;
    width: 198px;
    padding-top: 10px;
    margin-left: 20px;
}

#visitingaparkNews {
    padding: 10px;
    margin: 0 !important;
    background: url(/images/admin/blue_gradient.jpg) top repeat-x;
    border-bottom: 1px solid #c9f0f5;
    font-size: 95%;
    overflow: auto;
}

#visitingaparkRightColumn h6 {
    font-size: 110%;
    color: #089;
    padding: 0;
    padding-left: 24px;
    background: url(/images/admin/icons/calendar16.gif) top left no-repeat;
    height: 18px;
}

#parkNews {
    list-style-type: none;
}

#firenotice {
    font-size: 95%;
    background: url(/images/admin/icons/fire.gif) top left no-repeat;
    padding-left: 28px;
    margin-top: 18px;
}

#mapPic {
    display: block;
    font-size: 95%;
    width: 548px;
}

#printMap {
    text-align: right;
    display: block;
    margin-bottom: 10px;
}

#mapKey {
    float: left;
    width: 115px;
    padding-top: 30px;
}

#mapHolder {
    float: left;
    width: 433px;
}

#mapZoom li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 80%;
    width: 33px;
    float: left;
}

#mapKeyIcons {
    width: 60px;
    margin-left: 20px;
}

#mapKeyIcons li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

/* ---------- Back to top -------------- */

.backToTop {
 margin-top:10px;margin-bottom:10px;    text-align: right;
}

.backToTop a, .backToTop a:hover{
    background: url(http://www.environment.nsw.gov.au/images/admin/icons/arrow_TopPage.gif) no-repeat left center;
    padding-left: 15px;
    padding-top:4px;
}

/* ---------- Multi-page pager -------------- */

.pager{
    display:none;
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    font-size: 95%;
}

/* ---------- Publication styles -------------- */

#publication .pubTable th{
text-align:right;
vertical-align:top;
}

#publication .pubTable td{
text-align:left;
vertical-align:top;
}

#publication .pubTable img{
border:1px solid #CCC;
}

#publication .cart{
padding-left:19px;
min-height:18px;
background: url(/images/admin/cart.png) no-repeat top left;
}

#publication h1{
    margin-bottom: 0.5em !important;
}

#publication iframe{
    clear: right;
}

#publication address{
    font-style: normal !important;
}

* html #publication .cart{
background: url(/images/admin/cart.gif) no-repeat top left !important;
}

#publication .subtext{
border-top: 1px dashed #b8b8b8;
margin-top: 1.4em;
padding-top: 1em;
font-size:8pt;
clear: right;
}

#publication .pubTable{
/*font-size:8pt;*/
margin:0.8em 0;
}

#publication .pubTable td{
padding:0.8em 0;
}

#publication .pubTable .info{
padding-left:0.8em;
}

#publication .pubTable strong a{
font-size:10pt;
}

#publication acronym{
border-bottom:0 none #fff;
text-decoration:none;
}

#publication #relatedLinks{
margin-bottom:1em;
}

#contentArea a img{
    float: none;
    border: none;
    background: none;
    padding: 0px;
}

#ParkVIS #Introduction a img{
    float: none;
    border: none;
    background: none;
    padding: 0px;
}

#relatedLinks a img{
    float: none;
    border: none;
    background: none;
    padding: 0px;
}

#fullWidthWrapper {
    padding-left:   10px;
}