body {
	background-image: url('watermark.jpg');
	padding: 0px;
	margin: 0px;
}

.node {
	stroke: #fff;
	stroke-width: 1.5px;
}

.link {
	stroke: #999;
	stroke-opacity: .6;
}

#graphHolder {
	left: 100px;
	width: 90%;
	height: 99%;
	position: absolute;
}

.reference {
	stroke: #fff;
	stroke-width: 0px;
	/*opacity: 0.6;*/
}

.iframe {
	width: 100%;
	height: 100%;
}

#toolbox {
	font-family: Arial;
	font-size: 10pt;
	position: absolute;
	border: outset 1px gray;
	background: #ffffcc;
	padding: 5px;
	margin: 5px;
	color: #555;
	height: 95%;
	width: 320px;
}

#titlep {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#title {
	text-align: center;
	border-top: 1px solid #f7bc97;
	background: #865345;
	background: -webkit-gradient(linear, left top, left bottom, from(#9c6f3e),
	to(#d6a365) );
	background: -webkit-linear-gradient(top, #9c6f3e, #865345);
	background: -moz-linear-gradient(top, #9c6f3e, #865345);
	background: -ms-linear-gradient(top, #9c6f3e, #865345);
	background: -o-linear-gradient(top, #9c6f3e, #865345);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
}

.boton {
	text-align: center;
	border-top: 1px solid #f7bc97;
	background: #d6a365;
	background: -webkit-gradient(linear, left top, left bottom, from(#9c6f3e),
	to(#d6a365) );
	background: -webkit-linear-gradient(top, #9c6f3e, #d6a365);
	background: -moz-linear-gradient(top, #9c6f3e, #d6a365);
	background: -ms-linear-gradient(top, #9c6f3e, #d6a365);
	background: -o-linear-gradient(top, #9c6f3e, #d6a365);
	padding: 2px 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 12px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	border-top: 1px solid #f7bc97;
}

.boton:hover {
	border-top-color: #784a28;
	background: #784a28;
	color: #ccc;
}

.boton:active {
	border-top-color: #5c2c1b;
	background: #5c2c1b;
}

#hint {
	color: gray;
}

#credits {
	color: gray;
	font-size: 80%;
}

#chartSelector {
	font-size: 8pt;
}

#sliderContainer {
	padding: 5px;
	background: #f0f0cc;
}

#about {
	background: #f0f0cc;
}

#species_information {
	margin-top: 5px;
	border: inset 1px gray;
	background: #f0f0cc;
	font-size: 8pt;
	overflow: hidden;
	height: 80%;
	padding: 0px;
}

#species_information p {
	padding: 2px;
	font-size: 120%;
}

.referenceGroup text {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.group text {
	font-size: 8pt;
	pointer-events: none;
}

.group path {
	stroke: #ccc;
}

path.chord {
	stroke-width: .75;
	fill-opacity: .75;
}

.floatingp {
	font-weight: bold;
	font-size: 140%;
	color: darkblue;
}

#leveninfo {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 80%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
#leveninfo table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#leveninfo tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#leveninfo table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
#leveninfo table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
#leveninfo tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#leveninfo tr:hover td {
}
#leveninfo tr:nth-child(odd) {
	background-color: #ffaa56;
}
#leveninfo tr:nth-child(even) {
	background-color: #ffffff;
}
#leveninfo td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	color: #000000;
}
#leveninfo tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
#leveninfo tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
#leveninfo tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
#leveninfo tr:first-child td {
	background: -o-linear-gradient(bottom, #935216 5%, #d3a172 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #935216), color-stop(1, #d3a172) );
	background: -moz-linear-gradient( center top, #935216 5%, #d3a172 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#935216", endColorstr="#d3a172");
	background: -o-linear-gradient(top,#935216,d3a172);
	background-color: #935216;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-weight: bold;
	color: #ffffff;
}
#leveninfo tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
#leveninfo tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}