#etyms {
	position:relative;
	top:31px;
	left:0px;
	height:auto;
	border: 2px solid black;
}
#syns {
	position:relative;
	display:none;
	top:31px;
	left:0px;
	height:auto;
	border: 2px solid black;
}
#ants {
	position:relative;
	display:none;
	top:31px;
	left:0px;
	height:auto;
	border: 2px solid black;
}
#rels {
	position:relative;
	display:none;
	top:31px;
	left:0px;
	height:auto;
	border: 2px solid black;
}
#rightCol {
	position:absolute;
	text-align:left;
	width:250px;
	background-color:white;
	right:10px;
	top:60px;
}
#etymHead {
	top:0px;
	left:0px;
	height:30px;
	width:61px;
	position:absolute;
	background-color:white;

	color:black;
}
#synHead {
	position:absolute;
	top:0px;
	left:62px;
	height:30px;
	width:61px;
	background-color:#8899EE;

	color:white;
}
#antHead {
	top:0px;
	left:124px;
	height:30px;
	width:61px;
	position:absolute;
	background-color:#8899EE;

	color:white;
}
#relHead {
	top:0px;
	left:186px;
	height:30px;
	width:63px;
	position:absolute;
	background-color:#8899EE;

	color:white;
}
#container {
	width:250px;
	background-color:white;
	border-left:2px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	visibility:hidden;
	position:absolute;
	left:0px;
	top:23px;
	z-index:3;
}
#history {
	margin-top:10px;
	border-right:2px solid black;
	border-bottom:2px solid black;
	width:250px;
	position:relative;
	height: auto;
	z-index:2;
}
#morphwrap {
/*	position:relative; */
	 position:fixed;
	border-right:2px black solid;
	border-bottom:2px solid black;
	width: 250px;
	height: auto;
	display:none;
}
#morphhead {
	background-color:#8899EE;
	color:white;
}
#morph {
	padding: 5px;
	max-height: 600px;
	overflow:auto; 
}
#search {
	position:relative;
}
#leftcol {
	position:relative;
	float:left;
	z-index:1;
}
#banner {
	height:52px;
	background-color:white;
}
#banner a {
	text-decoration:none;
	color:black;
}
#banRightSide {
	float:right;
}
#selectedrow {
	background-color:#8899EE;
}
#selectedrow a {
	color:white;
	text-decoration:none;
}
#attrib {
	white-space: nowrap;
	text-align:center;
}
.treerow {
	padding-left:5px;
	white-space:nowrap;
}
.treerow a {
	text-decoration:none; color:black;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
