/*--AquaTax.css--*/


html {
	height:100%; 
	max-height:100%; 
	padding:0px;
	margin:0px; 
	border:0px; 
	font-family: arial,  sans-serif; 
	font-size: 13.5px;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

/*--This needs to be present for IE6 to have a functioning scroll bar--*/

* html {top:150px; left:
170px; right:10px; bottom:0px; height:100%; max-height:100%; width 100%; overflow:auto; position:absolute; z-index:1;
 }
 #content {overflow:auto; position:absolute; z-index:2;
 top:151px; bottom:0px;left:170px; right:0px; background:#E8F2FF; padding: 20px;}
 
/*--end od Ie6 right scroll bar hack--*/

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #E8F2FF;}


/* this needs to be present to get scrollbars back on the popup windows (they
are removed from the body elemant by default on this site */
#popup_body {
	background-color: #AFC7C7;
	overflow: scroll; 
	padding-left: 15px;
	padding-right: 15px;
}



#header {
	margin: 0px;
	width: 100%;
	bottom: 170px;
	height: 115px;
	border: 0px #880000 solid;
	background-image: url('/images/Bluebanner.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#left {
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 151px;
	bottom: 0px;
	width: 170px;
	z-index: 2;
	border-right: 0px #880000 solid;
	background: #E8F2FF;
}


#content {
	overflow: auto;
	position: absolute;
	z-index: 2;
	top: 151px;
	bottom: 0px;
	left: 170px;
	right: 0px;
	background: #E8F2FF;
	padding: 20px;
}



#foot {
	position: absolute;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 0px;
	z-index: 2;
	overflow: hidden;
	font-size: 12px;
	background: #E8F2FF;
}

/* --text formats-- */
h1 {color: black;font-size:125%;}
h1.center {text-align: center;}
h1.italic {font-style: italic;}
h1.centeritalic  {text-align: center;font-style: italic;font-size:150%;}
h1.centerbolditalic{color: black;font-size:150%;text-align: center;font-style: italic;font-weight: bold;}
h1.centerBlueitalic{color: blue;font-size:150%;text-align: center;font-style: italic;font-weight: bold;}
h2 {color:black;font-size:115%;}
h2.center {text-align: center;}
h2.italic {font-style: italic;}
h3.bolditalic{color: black;font-size:110%;text-align: center;font-style: italic;font-weight: bold;}
h3.boldleft{color: black;font-size:110%;text-align: left;font-style: italic;font-weight: bold;}
h4.centerbolditalic{color: black;font-size:200%;text-align: center;font-style: italic;font-weight: bold;}


p {color: black;font-size:100%; font-style: normal;}
.italic {font-style: italic;}
.bold {font-weight: bold;}
.center {text-align: center;}
.boldcenter {text-align: center;font-weight: bold;}
.bolditalic {font-style: italic;font-weight: bold;}
.centeritalic {text-align: center;font-style: italic;font-weight: bold;}
.smallitalic {font-style: italic; color: brown; font-size:85%}
.greenitalic {font-style: italic;color: #006A00;font-weight: bold;}
.blueitalic {font-style: italic;color: blue;font-weight: bold;}
.brownitalic {font-style: italic;color: brown;font-weight: bold;}
/* --dropdown menu-- */
#menu { 
	width: 170px;
	background: #eee;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a, #menu h2 {
	font: bold 10px/14px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0px;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

#menu li {
	position: ;
}

#menu ul ul ul {
position: absolute;
top: 0px;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 


#menu a, #menu h2 {
	font: bold 11px/11px arial, helvetica, sans-serif;
} 

 /* --text images-- */
#images {
  width: 65%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: transparent;
  text-align: center;
}
.imagecenter {
  float: center;
   padding: 5px;
   text-align: center;}
.imageleft {
  float: left;
    padding: 5px;
   text-align: center;
}

.imageright {float: right;
  float: right;
    padding: 5px;
   text-align: center;
}
/* --text image contaner-- */

/* --species list dropdown-- */
#specieslist { 
	width: 250px;
	background: blue;
}

#specieslist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#specieslist a, #specieslist h2 {
	font: 12px/12px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0px;
	padding: 2px 3px;
}

#specieslist h2 {
	color: white;
	background: gray;
	text-transform: uppercase;
}

#specieslist a {
	color: black;
	background: white;

}

#specieslist a:hover {
	color: #a00;
	background:  #fff;
}

#specieslist li {
	position: relative;

}

#specieslist ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
}

div#specieslist ul ul ul,
div#specieslist ul ul li:hover ul ul
{display: none;}

div#specieslist ul ul li:hover ul,
div#specieslist ul ul ul li:hover ul
{display: block;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #specieslist ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#specieslist ul li {float: center; width: 100%;}
#specieslist ul li a {height: 1%;} 


 #specieslist h2 {
font:bold 12px/12px arial, helvetica, sans-serif;
} 
#specieslist a  {
font:12px/12px arial, helvetica, sans-serif;
} 

/* --end of species list dropdown-- */
/* --start tables-- */

table.stats
{ text-align:top;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 14px;
color: #fff;
width: 700px;
background-color: #666;
border: 0px;
border-spacing: 0px;}

table.stats td
{background-color: #CCC;
color: #000;
width: 0px;
padding: 2px;
text-align:top;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
width: 0px;
padding: 2px;
text-align:center;
border-bottom: 2px #fff solid;
font-size: 14px;
font-weight: bold;}

/*--end tables--*/




/*--list alternative start--*/
#info dl {
  clear:both;
  width:600px;
  height:8em;
  margin:2em auto;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 12px;

  }
#info dt {
  margin-bottom:1em; 
  font-weight:bold;}
#info dd {
  width:50%; 
  float:left; 
  margin:0px;}
  
/*
* Macroinverts Database styles: added P Morrill, Feb 10 2008
*/

/* breadcrumbs div */
#crumbs {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


#crumbs a:link,#crumbs a:visited,#crumbs a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4b6a87;
}

#crumbs a:hover { 
	color: #8A9EB1; 
}

/*dropdown Menus Attempt*/
#dropdowns {
	position: relative;
	float: left; 
	top:110px; 
	height: 40px;
	background-color: #AFC7C7;
	width: 100%;
	text-align: center;
}

#dropdowns ul {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#dropdowns ul li {
	list-style: none;
	float: left;
	padding: 5px;
	padding-top: 6px;
	width: variable;
	height: 30px;
	border-left: 1px #333333 solid;
	margin: 0px;
	background-color: #777777;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#dropdowns ul li.selected {
	background-color: #1569c7;
}

#dropdowns ul li:hover {
	background-color: #000000;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
}

#dropdowns ul li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}

/*
   This is the set that controls the dropdown menus, created dynamically by the menu script
*/
#dropdowns_ex {
	position: absolute;
	left: 0px;
	top: 111px;
	height: 38px;
	background-color: #777777;
	padding: 0px;
	width: 100%;
	text-align: center;
	border-bottom: 1px #333333 solid;
	border-top: 1px #333333 solid;
	overflow: auto;
}

#dropdowns_ex ul {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#dropdowns_ex ul li {
	list-style: none;
	float: left;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	width: variable;
	height: 27px;
	border-left: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
	margin: 0px;
	background-color: #777777;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

#dropdowns_ex ul li.selected,#dropdowns_ex ul li.selected:hover {
	background-color: #1569a6;
	cursor: default;
}

#dropdowns_ex ul li:hover {
	background-color: #aaaaaa;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

#dropdowns_ex ul li a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	margin: 0px;
}

/*
	This class is assigned to submenus in the dropdown system (they are just ordered lists)
*/
.sub_menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	height: auto;
	left: 10px;
	border-top: 1px #ffffff solid;
	z-index: 5;
	text-align: left;
	background-color: #aaaaaa;
}

ul.sub_menu li {
	margin: 0px;
	padding: 1px;
	padding-left: 10px;
	list-style: none;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px #444444 solid;
	border-right: 1px #444444 solid;
	font-size: 11px;
	border-bottom: 1px #444444 solid;
	cursor: default;
}

ul.sub_menu li:hover {
	background-color: #eeeeee;
	color: #444444;
	cursor: pointer;
}

ul.sub_menu li.selected,ul.sub_menu li.selected:hover {
	background-color: #1569a6;
	color: #ffffff;
	cursor: default;
}

#resultslist {
	width: 300px;
	border: 1px #666666 solid;
	background-color: #ffffff;
	text-align: left;
}

#resultslist ul {
	list-style: none;
	margin: 0px;
	padding: 3px;
	border: 1px solid #aaaaaa;
}

#resultslist ul li a, #resultslist ul li h2 {
	font: 12px/12px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0px;
	padding: 2px 3px;
}

#resultslist ul li h2 {
	color: white;
	background: gray;
	text-transform: uppercase;
	text-align: center;
}

#resultslist ul li a {
	color: black;
	background: white;
}

#resultslist ul li a:hover {
	color: #a00;
	background:  #fff;
}

#resultslist ul li {
	margin: 0px;
	padding: 0px 0px 1px;
}


/*---------- bubble tooltip -----------*/
.tt{
    position:relative;
    z-index:24;
    color:#C11B17;
	font-weight: bold;
    text-decoration:none;
}
.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover{ z-index:25; color: #7E3117; background:;}
.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:5px; left:0;
	padding: 15px 0px 0px 0px;
	width:300px;
	color: #993300;
    text-align: left;
	height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
}
.tt:hover span.top{
	display: block;
	padding:0px 0px 0px 0px;
	color:#254117;
    background: url(images/blackbubble.gif) no-repeat top;
}

.tt:hover span.bottom{
	display: block;
	padding:5px 5px 5px 5px;
	color:white;
    background: url(TaxaKeyImages/blackbubble.gif) no-repeat bottom;
}



/*Start Outermost DIV for thumbnail viewer*/


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}



/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 12em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #eee;
	background: #4E8975;
}

.menu {
	width:12em;
}

.menu ul {
	width: 12em;
}

.menu a {
	font: 12px/12px arial, sans-serif;
	font-weight:;
	text-decoration: none;
	color: #FFF380;
	padding: .4em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #FFF380;
}

.menu li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 95%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #FFF380;
}

/*]]>*/
</style>

<!--[if lte IE 6]>
<style type="text/css" href="aquataxg.css">
/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* submenu goes to the right */
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}









