﻿body {
	margin: 0;
	padding: 0;
}

#ss-container {
	margin: 0 auto;
	width: 768px;
}

#ss-topmenu {
	padding: 0;
	margin: 0 auto;
}

#ss-sciname {
	width: 60%;
	padding-top: 5px;
	padding-bottom: 20px;
	margin: 0;
	clear: left;
}

#ss-ad {
	width: 20%;
	padding: 0;
	margin: 0;
	float: right;
}

#ss-photomap-container {
	clear: both;
}

#ss-photo {
	width: 50%;
	text-align: center;
}

#ss-photo-full {
	text-align: center;
	clear: both;
}

#ss-map {
	text-align: center;
	width: 50%;
	float: right;
}

#ss-main {
	padding: 0; 
	margin: 0;
	clear: both;
}

#ss-moreinfo-container {
	margin: 0 auto;
}

.ss-moreinfo {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
}

.ss-div15 {
	width: 15%;
	float: left;
	margin: 0;
	padding: 0;
}

.ss-div25 {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

#ss-collab {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 10px 0 10px 0;
}

#ss-footer {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: vissible;
}

.ss-fiftypercent {
	width: 50%;
	float: left;
}

.ss-clearboth {
	clear: both;
}


/* tooltip for speciest list added by MOrtiz */
.tooltip
{
  font-style:xx-small;
  text-decoration:none;
  position:relative;
}
.tooltip span
{
  display:none;
  font-style:xx-small;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;	
}
.tooltip span img
{
  font-style:xx-small;
  float:left;
  margin:0px 8px 8px 0;
}
.tooltip:hover span
{
  font-size:xx-small;
  display:block;
  position:absolute;
  top:10;
  left:0;
  z-index:1000;
  width:absolute;
  max-width:1000px;
  min-height:150px;
  border:1px solid gray;
  margin-top:-170px;
  margin-left:-5px;
  overflow:hidden;
  padding:8px;
}

.tooltip2
{
  font-style:xx-small;
  text-decoration:none;
  position:relative;
}
.tooltip2 span
{
  display:none;
  font-style:xx-small;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;	
}
.tooltip2 span img
{
  font-style:xx-small;
  float:left;
  margin:0px 8px 8px 0;
}
.tooltip2:hover span
{
  font-size:xx-small;
  display:block;
  position:absolute;
  top:10;
  left:0;
  z-index:1000;
  width:210px;
  max-width:500px;
  min-height:50px;
  border:1px solid gray;
  margin-top:-90px;
  margin-left:-65px;
  overflow:hidden;
  padding:10px;
}

/* Facebook "Send" flyout position */
.fb_edge_comment_widget {
    /*margin-top: -250px;*/
}

span.sciname a:link, span.sciname a:visited, span.sciname a:hover, span.sciname a:active {
	text-decoration: none;
	color: black;
}

span.noLinkDesign a:link, span.noLinkDesign a:visited, span.noLinkDesign a:hover, span.noLinkDesign a:active {
	text-decoration: none;
	color: black;
}