/*-----------------------------------------------------------------------------------------|
|  Styles to cascade from http://www.deh.gov.au/includes/default/css/default.css           |
|-----------------------------------------------------------------------------------------*/

html {
  height: 100%;
  width: 100%;
}
body {
  background: white url(/includes/heritage/images/bg-header-small.gif) repeat-x left top;
  font-family: arial, Helvetica, sans-serif;
  font-size: 85%;
  margin: 0;
  height: 100%;
  width: 100%;
}

#header {
  background: none;
  height: 65px;
}
#header img {
  padding-left: 12px;
  padding-top: 5px;
}

#maincontent {
  margin: 0 0 0 10px;
  padding: 0;
}

#title {
  position: absolute;
  top: 5px;
  right: 10px;
  margin-right: 46px;
}
.highcourt {
  background: transparent url(/includes/heritage/images/bg-small-highcourt.gif) no-repeat right 0;
}
.oph {
  background: transparent url(/includes/heritage/images/bg-small-oph.gif) no-repeat right 0;
}
.mcg {
  background: transparent url(/includes/heritage/images/bg-small-mcg.gif) no-repeat right 0;
}
.royal {
  background: transparent url(/includes/heritage/images/bg-small-royal.gif) no-repeat right 0;
}
.gbr {
  background: transparent url(/includes/heritage/images/bg-small-gbr.gif) no-repeat right 0;
}
.kakadu {
  background: transparent url(/includes/heritage/images/bg-small-kakadu.gif) no-repeat right 0;
}
.ku-ring-gai {
  background: transparent url(/includes/heritage/images/bg-small-ku-ring-gai.gif) no-repeat right 0;
}  
.myall-creek {
  background: transparent url(/includes/heritage/images/bg-small-myall.gif) no-repeat right 0;
} 
.royal-exhibition {
  background: transparent url(/includes/heritage/images/bg-royal-exhibition.gif) no-repeat right 0;
} 

.ningaloo {
  background: transparent url(/includes/heritage/images/bg-small-ningaloo.gif) no-repeat right 0;
}
.jobs-fund {
  background: transparent url(/includes/heritage/images/bg-small-jobs-fund.jpg) no-repeat right 0;
}
.ancods {
  background: transparent url(/includes/heritage/images/bg-small-ancods.jpg) no-repeat right 0;
}
#title h1 {
  background: transparent;
  color: white;
  font-family: arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  padding-top: 0px;
  margin: 0 115px 0 0;
}
#title h2 {
  background: transparent;
  color: #f0f3e4;
  font-family: arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-top: 0;
  text-align: right;
  margin-right: 115px;
  margin: 0 115px 5px 0;
}

/* Figures, photos, footnotes and source
--------------------------------------------------------- */
.photo {
  background-color: #e5ead1;
  color: black;
  font: 80%/1.4em normal Arial, Verdana, Geneva, sans-serif;
  text-align: left;
  padding: 3px;
  margin: 0 auto;
}
.photo p {
  margin: 0;
  padding: 0;
}
.source {
  color: #666;
  font-size:90%;
  font-style: italic;
}
.center {
  text-align: center;
}


/* Controls close button 
----------------------------------------------------------------------------------------- */
#close a {
  background: transparent url("/includes/heritage/images/fullscreen-close-mcg.gif") no-repeat 0 0;
  color: white;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 46px;
  line-height: 72px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 5px;
  width: 46px;
}
#close a:hover {
  background: transparent url("/includes/heritage/images/fullscreen-close-mcg.gif") no-repeat 0 -46px;
}

/* Controls back button 
----------------------------------------------------------------------------------------- */
#back a {
  background: transparent url("/includes/heritage/images/fullscreen-back-mcg.gif") no-repeat 0 0;
  color: white;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 46px;
  line-height: 72px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 5px;
  width: 46px;
}
#back a:hover {
  background: transparent url("/includes/heritage/images/fullscreen-back-mcg.gif") no-repeat 0 -46px;
}







