/* = Homepage extras
-----------------------------------------------------------------------------*/

#logos img {
  float: right;
  margin: 0 10px 0 0;
}

.clearBoth {
  clear: both;
}

.underline {
  text-decoration: underline;
}

/* clearBothFix added to solve issue in ie6. Class is used in news/index.cfm 
and passed different attributes in ie6.css */

.clearBothFix {
  clear: both;
}

input.text {
  width: 12em;
  height: 14px;
  font-family: arial;
  font-size: 0.7em;
  color: #527300;
  padding: 3px 0 0 3px;
}

#icons img {
  float: right;
  border: 0;
}

#gallery img {
  padding: 5px 16px 0 0;
}

#idSheets img {
  padding: 10px 24px 0 0;
}

#speciesIcon img {
  padding: 7px 24px 0 0;
}

#risk img {
  padding: 6px 22px 0 0;
}

#actionPlans img {
  padding: 5px 23px 0 0;
}

#secondaryColumn {
  position: relative;
}

#imgCorner {
  border: solid 0px blue;
  position: absolute;
  top: 0px;
  right: -23px;
  height: 100%;
  width: 30px;
  background: url('../images/imgCorner.gif') 0px 0px no-repeat;
}

.addPromo a img,
.addPromo a:hover img,
.addPromo a:active img,
.addPromo a:visited img {
  border: none;
  margin: 10px 0 8px 20px;
}

.addPromo span.addPromoAFooter,
.addPromo span.addPromoBFooter,
.ccd span.addPromoAFooter {
  display: block;
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.addPromo span.addPromoAFooter,
.addPromo span.addPromoBFooter {
  background: url('../images/introBottom.png') 8px bottom no-repeat;
}

.ccd span.addPromoAFooter {
  background: url('../images/introBottomBlue.png') 8px bottom no-repeat;
}

#introColumn .biosecurityGuidance img {
  margin: 8px 0 2px 24px;
}

#introColumn .projects-dbase img {
  margin: 12px 0 6px 32px;
}

#introColumn .record-species img {
  margin: 12px 0 8px 44px;
}

/* = Content level page extras
-----------------------------------------------------------------------------*/

#contentIcons img {
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
}

#contentIcons ul li img#risk {
  top: 5px;
  right: 21px;
}

#contentIcons ul li img#alerts {
  top: 8px;
  right: 23px;
}

#contentIcons ul li img#gallery {
  top: 4px;
  right: 17px;
}

#contentIcons ul li img#idSheets {
  top: 7px;
  right: 24px;  
}

#contentIcons ul li img#infoPortal {
  top: 10px;
  right: 15px;  
}

#contentIcons ul li img#actionPlans {
  top: 5px;
  right: 24px;  
}

/* = Maps plugin style
-----------------------------------------------------------------------------*/

#mappage {
  padding: 0 0 0 20px;
}

#mappage ul {
  font-size: 0.75em;
  margin: 15px 0 15px 30px;
}

#mapForm label {
  text-align: right;
  display: block;
  font-size: 0.75em;
  padding: 0 6px 0 0;
}

#mapForm input, #mapForm select {
  margin: 4px 0 4px 0;
}

#mapForm h3 {
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 8px 0 0 0;
}

#foundmatches h3 {
  font-size: 1em;
  margin: 14px 0 12px 0;
}

.resultItem p {
  margin: 0;
  padding: 0;
  line-height: 200%;
}


/* = NNSIP factsheet styles
-----------------------------------------------------------------------------*/

fieldset#popularPortal {
  border: solid 1px #527300;
  margin: 0 0 0 0;
  padding: 0 4px 0 0;
  width: 100%;
}

fieldset#popularPortal p {
  margin: 4px 0 4px 0;
  padding: 0 0 0 0;
  text-align: right;
}

fieldset#popularPortal p.deleteEntry {
  margin: 10px 0 0 6px;
  padding: 0 0 0 0;
  width: 50%;
  float: left;
  text-align: left;
}

/* = Table styles for portal results
-----------------------------------------------------------------------------*/

table#portalResults {
  margin-top: 10px;
  font-size: 0.8em;
  width: 100%;
  border-collapse: collapse;
}

table#portalResults th {
  font-weight: normal;  
  padding: 5px 5px 5px 12px;
  height: 35px;
  color: #527300;
  background: url('../images/portalTableTL.jpg') top left no-repeat #DEE4CD;
}

table#portalResults th.cornerRight {
  background: url('../images/portalTableTR.jpg') top right no-repeat #DEE4CD;
  width: 5px;
  border-right: solid 10px #ffffff;
}

table#portalResults td {
  border-top: solid 1px #DEE4CD;
  padding: 8px 8px 8px 18px;
  vertical-align: top;
}

table#portalResults td.latName {
  padding: 7px 0 0 13px;
  line-height: 150%;
  width: 30%;  
}

table#portalResults td.synName {
  width: 40%;
}

div#portalHighlights {
  position: relative;
  float: left;
  margin: 0 0 25px 0;
  width: 300px;
}

div#portalIntro {
  width: 65%;
  margin: 0 0 25px 30%;
}

div#portalLogos {
  margin: 15px 0 0 0;
  height: 200px;
}

div#portalLogos img {
  padding: 0 30px 0 0;
  border: none;
}

div#portalLogos a {
  outline: none;
  text-decoration: none;
}

div#portalHighlights ol {
  font-size: 0.75em;
  margin: 0 0 0 30px;
  padding: 0 0 0 0;
  line-height: 150%;
}

/* = NNSIP factsheet styles
-----------------------------------------------------------------------------*/

#fsWrap {
  border: solid 0px red;
  padding: 0 10px 0 10px;
  margin: 0 0 0 4px;
  position: relative;
}

#fsNav {
  border: solid 0px green;
  float: left;
  width: 225px;
  margin: 20px 0 0 0;
  position: relative;
}

#fsNav ul, #detailLinks ul {
  font-size: 0.8em;
  list-style-type: none;
  line-height: 185%;
}

#fsNav ul li, #detailLinks ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
}

#galleryImgs {
  width: 100%;
  height: 300px;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0 0 22px 0;
  border-bottom: solid 1px #E0E0E0;
}

#galleryImgs p {
  padding: 6px 0 2px 0;
}

#mainImg {
  height: 150px;
  width: 100%;
  border: solid 1px #527300;  
}

#mainImg img#zoomImg {
  width: 100%;
  height: 100%;
}

#thumbImgs {
  margin: 8px 0 0 1px;
  width: 100%;
  height: 70px;
  position: relative;
}

#thumbImgs img {
  border: solid 1px #527300;
  width: 70px;
  height: 70px;
}

#thumbImgs a.wrap {
  display: inline-block;
  margin-right: 2px;
  width: 70px;
  cursor: pointer;
}

#fsContent {
  margin: 20px 0 0 235px;
}

#fsBody {
  position: relative;
  float: left;
  width: 70%;
  padding: 0 15px 0 10px;
}

#fsBody ul {
  font-size: 0.75em;
  margin: 5px 0 22px 30px;
}

#fsBody ul li ul li {
  font-size: 1.35em;
}

#fsMaps {
  float: right;
  width: 26%;
  margin-top: 80px;    
}

#fsWrap h1 {
  font-size: 1.1em;
}

#fsWrap h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 10px -1px;
}

#fsWrap h3, #fsWrap h4, #fsWrap h2.sub {
  font-size: 0.75em;
  font-weight: bold;
  margin: 12px 0 5px 0;
  color: #444444;
}

#fsWrap p {
  margin: 0 0 5px 0;
}

#fsWrap #fsBody span.bulletTitle {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0 0;
}

#fsContent table.overviewTable {
  font-size: 0.8em;
  border-collapse: collapse;
  width: 100%;
}

#fsContent table.overviewTable td {
  padding: 8px;
  vertical-align: top;
  border: solid 1px #D7EB9F;
}

#fsContent table.overviewTable th {
  padding: 8px;
  vertical-align: top;
  font-weight: normal;
  width: 100px;
  color: #527300;
  border: solid 1px #D7EB9F;
}

.fsCmsContent div img {
  margin-bottom: 0;
}

.fsCmsContent div.paraimage {
  margin-left: 0;
  margin-right: 0;
}

.fsCmsContent div.paraimage_right {
  margin-right: 0;
}

.fsCmsContent p.flowLeft {
  text-align: right;
  padding-right: 0;
}

.fsCmsContent div em {
  display: inline-block;
  font-size: 0.7em;
}

#editFactsheet {
  border-bottom: solid 1px #ddd;
  padding: 0 0 22px 0;
  text-align: center;
}

input.submitEdit {
  border: solid 1px silver;
  font-size: 0.9em;
  padding: 5px;
  font-family: arial;
}

input.submitEdit:hover {
  cursor: pointer;
}

#gbDistribution {
  border: solid 1px #e0e0e0;
}

#gbDistribution img {
  border: none;
}

.gbMap {
	text-align: center;
	font-weight: bold;
	color: #527300;
	line-height: 150%;
	padding: 12px 0 8px 0px;
}

#nativeRange {
  border: solid 1px #e0e0e0;
  margin: 22px 0 0 0;  
  width: 100%;
}

#detailLinks {
  margin: 12px 0 0 0;
}

#detailLinks ul li {
  position: relative;
  height: 35px;
}

#detailLinks ul li a {
  text-decoration: none;
  display: block;
  margin: 0 0 0 45px;
  position: absolute;
  top: 10px;
}

#detailLinks ul li a.imageLink {
  display: block;
  height: 25px;
  width: 35px; 
  margin: 0 0 0 0;
}

table.addLinks {
  border-collapse: collapse;
  margin: 0 0;
  font-size: 0.75em;
  width: 100%;
}

table.addLinks td {
  padding: 5px 0;
}

table.addLinks td.url {
  width: 60px;
  text-align: right;
  padding-right: 5px;
}

table.addLinks td.input {
  width: 675px;
}

table.addLinks td input[type=text] {
  width: 80%;
  padding: 3px;
}

input[type=submit].btn-delete,
input.btn-delete {
  border: none;
  background: none;
  display: inline-block;
  font-size: 0.75em;
  color: red;
  cursor: pointer;
}

#fsWrap div.imageInputs label {
  display: block;
  padding: 0 0;
  margin: 16px 0 0 0;
  font-size: 0.75em;
}

#fsWrap p.download {
  text-decoration: none;
  display: block;
  padding: 4px 0 8px 40px;
  margin: 0 0 8px 0;
  position: relative;
}

#fsWrap p.download a img {
 position: absolute;
 top: 0px;
 left: 0px;
}

div#searchFactsheet {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 100px;
  width: 220px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #C8E37A;
}

div#searchFactsheet h1 {
  width: 90%;
  margin: 12px auto 8px auto;
}

div#searchFactsheet form {
  width: 90%;
  margin: auto;
}

div#searchFactsheet form .text {
  width: 150px;
  margin-bottom: 8px;
  font-size: 0.75em;
  padding: 4px 0 2px 2px;
}

div#alertSpecies {
  padding: 10px 15px 25px 25px;
  margin: 0 0 22px 0;
  height: 25px;
  font-size: 0.75em;
}

div#alertSpecies img {
  float: left;
  border: 0;
}

div#alertSpecies h1 {
  color: #D1191B;
  font-size: 1.35em;
  margin: 4px 0 4px 0;
}

#fsBody div#alertSpecies h1 a {
  color: #D1191B;
  text-decoration: none;
}

#fsBody div#alertSpecies h1 a:hover {
  color: #D1191B;
  text-decoration: underline;
}

div#alertSpecies p {
  font-size: 1em;
  padding: 12px 0 0 0;
}

div.galleryImg {
  float: left;
  padding: 25px;
}

div#fsBody div.galleryImg img {
  border: solid 1px #cccccc;
  padding: 2px;
}

div#fsWrap div#loading,
div#fsBody div#pleaseWait,
div#bodyWrap div#loadingMsg {
  background-image: none;
  background-color: #efefef;
  border: solid 1px #a9a9a9;
  border-radius: 8px;
  -moz-box-shadow: 3px 3px 2px 0 #ccc;
  -webkit-box-shadow: 3px 3px 2px 0 #ccc;
  box-shadow: 3px 3px 2px 0 #ccc;
  height: 100px;
}

div#fsWrap div#loading {
  left: 33%;
  width: 322px;
  top: 100px;
  position: absolute;
  z-index: 10;
}

div#fsBody div#pleaseWait {
  top: 200px;
  left: 25%;
  width: 300px;
  position: absolute;
}

div#bodyWrap div#loadingMsg {
  left: 352px;
  width: 322px;
  top: 5%;
  position: absolute;
  z-index: 10;
}

div#fsBody div#pleaseWait img,
div#fsWrap div#loading img,
div#bodyWrap div#loadingMsg img {
  float: left;
}

div#fsWrap div#loading img,
div#bodyWrap div#loadingMsg img {
  margin: 30px 12px 0 25px;
}

div#fsBody div#pleaseWait img {
  margin-top: 25px;
}

div#fsBody div#pleaseWait p,
div#fsWrap div#loading p,
div#bodyWrap div#loadingMsg p {
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
}

div#fsWrap div#loading p,
div#bodyWrap div#loadingMsg p {
  padding: 30px 18px 33px 0;
}

div#fsBody div#pleaseWait p {
  padding: 32px 18px 33px 0;
}

div#fsWrap div.editOptions {
  border: solid 1px #d1d1d1;
  border-radius: 8px;
  margin-bottom: 12px;
}

div#fsWrap h4.menuLink {
  font-size: 1em;
  line-height: 240%;
  padding-left: 16px;
  margin: 0 0;
}

div#fsWrap h4.menuLink a {
  text-decoration: none;
}

div#fsWrap div.editOptions div {
  padding: 0 16px;
}

form#addNewLinkText label {
  font-size: 0.75em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 16px;
}

div#fsWrap div#newLink p {
  padding: 0 0 0 0;
}

form#addNewLinkText input[type=text] {
  padding: 3px;
}

div#fsWrap div.editOptions p.fsEditSubmit {
  padding: 0 0;
  margin: 8px 0 16px 0;
}

#fsWrap div.imageInputs label {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  font-size: 0.75em;
}

/* alert species carousel */

div#alertsPack {
  position: relative;
  top: 3px;
  right: 0px;
  margin: 12px auto;
  height: 186px;
  border: solid 1px #CF2121;
  border-radius: 8px;
  z-index: 1;
  width: 360px;
}

.alerts {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 150px;
  width: 100%;
}

.imgHolder {
  height: 150px;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.imgHolder a, .imgHolder a:hover {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}

.alertText {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 0 10px 8px;
}

#alertsCtrls {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 100%;
  z-index: 200;
}

div#alertsPack #alertsCtrls h1 {
  position: relative;
  font-size: 1em;
  width: 50%;
  margin-top: 8px;
  padding: 2px 0 0 8px;
}

div#alertsPack #alertsCtrls h1 a {
  color: #CF2121;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

div#alertsPack .alertText h2 {
  word-wrap: break-word;
  color: #CF2121;
  font-size: 0.85em;
  padding: 0 10px 0 2px;  
  line-height: 135%;
  font-weight: normal;
  z-index: 100;
  position: relative;
}

div#alertsPack .alertText h2 a {
  font-weight: bold;
  text-decoration: none;
}

div#alertsPack .alertText p a,
#alertsCtrls p.subLinks a:hover {
  color: #CF2121;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}

div#alertsPack .alertText h2 a:hover {
  text-decoration: underline;
}

div#buttons {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 6px;
}

a.bkwd, a.fwd {
  height: 25px;
  width: 20px;
  display: block;
  float: left;
  outline: none;
  margin-left: 4px;
}

a.bkwd {
  background: url('../images/bkwd.jpg') no-repeat 5px 4px;
}

a.fwd {
  background: url('../images/fwd.jpg') no-repeat 5px 4px;
}

#alertsCtrls p.subLinks {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 12px;
  right: 20%;
  font-size: 0.75em;
}

#alertsCtrls p.subLinks a {
  color: #CF2121;
}

#alertsCtrls p.subLinks a:hover {
  font-weight: normal;
}

/* Home page banner images */

#contentBody div.banner {
  margin: 0 12px 18px 18px;
  padding: 14px 5px 5px 10px;
  border: solid 1px #eaeaea;
  height: 90px;
}

#contentBody div.banner img {
  height: 78px;
  width: 150px;
  border: solid 1px #eaeaea;
  float: left;
}

#contentBody div.banner label {
  margin: 0 0 0 160px;
  display: block;
  height: 80px;
  font-size: 0.75em;
  line-height: 135%;
  cursor: pointer;
}

#contentBody div.banner input.delete {
  font-size: 0.65em;
  color: red;
  float: right;
  margin: 0 10px 0 0;
  cursor: pointer;
}

/* home page information portal search */

#homeSpeciesSrch input.text,
#homeSpeciesSrch input[type=text] {
  width: 220px; 
  margin: 12px 0 0 0;
  padding-bottom: 2px;
}

#homeSpeciesSrch input.submit,
#homeSpeciesSrch input[type=submit] {
  border: solid 1px #527300;
  background: #527300;
  width: 35px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  top: 1px;
  left: 2px;
  padding: 2px 0 1px 0;
  cursor: pointer;
}

#secondaryColumn h1 a {
  text-decoration: none;
}

/* information portal tabs - simple and advanced */

#fsWrap .searchOptions {
  border: solid 0px red;
}

#fsWrap .searchOptions ul {
  list-style-type: none;
  height: 30px;
}

#fsWrap .searchOptions ul li {
  float: left;
  font-size: 0.75em;
  margin: 0 6px 0 0;
  background: url('../images/searchTabL-fade.gif') no-repeat top left;
}

#fsWrap .searchOptions ul li a {
  display: block;
  padding: 8px;
  background: url('../images/searchTabR-fade.gif') no-repeat top right;
  outline: none;
  text-decoration: none;
}

#fsWrap .searchOptions ul li.selected {
  background-image: url('../images/searchTabL.gif');
}

#fsWrap .searchOptions ul li.selected a {
  text-decoration: underline;
  background-image: url('../images/searchTabR.gif');
}

#fsWrap .searchOptions div#advSrch {
  background: #C8E37A;
  margin-top: 1px;
}

#fsWrap .searchOptions div#species {
  background: #C8E37A; 
  position: absolute; 
  top: 1px; 
  left: 0px; 
  width: 100%; 
  padding: 15px 10px 15px 25px;  
}

#fsWrap .searchOptions div#smplSrch {
  height: 32px; 
  width: 740px; 
  padding: 40px 0 10px 0; 
  position: relative; 
  display: block;
}

/* Overseas territories inner nav styles
--------------------------------------------------------------------- */

#contentBody ul#otsNav {
  height: 18px;
  margin: 0 0 22px 22px;
  list-style-type: none;
  border-bottom: solid 1px #DEE4CD;  
  float: left;
}

#contentBody ul#otsNav li {
  padding: 4px 2px 4px 2px;
  float: left;
}

#contentBody ul#otsNav li a {
  line-height: 185%;
  text-decoration: none;
  outline: none;
  display: block;
  width: 100%;  
  background: url('../images/galleryTabR.gif') top right no-repeat;   
}

#contentBody ul#otsNav li span {
  padding: 4px 12px;
  display: block;
  background: url('../images/galleryTabL.gif') 0px 0px no-repeat; 
}

#contentBody ul#otsNav li a:hover, #contentBody ul#otsNav li.selected a {
  background: url('../images/galleryTabRHover.gif') top right no-repeat;
}

#contentBody ul#otsNav li span:hover, #contentBody ul#otsNav li.selected span {
  background: url('../images/galleryTabLHover.gif') 0px 0px no-repeat;
  color: #a2d122;
}
