.timetreeapp {
	background-color: white;
	display: block;
	font-family: Verdana;
	font-size: 1.0em;
	height: 482px;
	max-width: 430px;
	position: relative;

	border: 1px solid #9C8AA5;
	border-radius: 10px 10px;
	margin: 0px;
	padding: 10px 0px;
}

.timetreeapp .timetreeapp-info {
	background: url('../img/timetree.png') no-repeat 0px 0px;
	display: block;
	float: left;
	height: 480px;
	text-align: center;
	max-width: 280px;
	width: 280px;
}

.timetreeapp .timetreeapp-info .headercontainer {
	padding: 20px 0px;
	display: block;
}

.timetreeapp .timetreeapp-info h1 {
	background: #BBB;
	display: block;
	font-weight: normal;
	font-size: 20px;
	margin: 0px;
}

.timetreeapp .timetreeapp-sidebar {
	background: white;
	display: block;
	float:left;
	height: 480px;
	position: relative;
}

.timetreeapp .hoverLink {
	text-decoration: none;
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: transparent;

	z-index: 1000;
	zoom: 1;
}

#summary {
	width: 400px;
	margin: 10px auto 20px auto;
	background-color:#CCCCCC;
	padding: 50px 25px 5px 25px;
	background-image:url('../img/compare.jpg');
	background-position:center;
	border: 1px solid #9C8AA5;
}

.species {
	width: 150px;
	height: 75px;
	padding: 15px 5px 0 5px;
	background-color: #FFF;
	margin: 5px 0 10px 0;
	border: 1px solid #9C8AA5;
}

.tableSubInfo td {
	font-size: 14px;
	font-weight: bold;
}

.tableSubHead td {
	background-color: #9C8AA5;
	color: #FFF;
	font-weight: bold;
}

.tableCellOdd td {
	background-color: #F0F0F0;
}

.tableCell td {
	background-color: #E5E5E5;
}

.year {
	background-color: #443266;
	background-image:url('../img/text-colorbg.jpg');
	color: #fff;
}

.data {
  font-size:76%;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}
