body,td,input,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#resultlist td {
	line-height:140%;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

.linktitle {
	font-weight:bold;
}

#thesearch {
	position: absolute;
	width:250px;
	float: left;
	margin-left:5px;
	padding:10px;
	margin-top:20px;
	border:1px solid #cccccc;
}

#thetreenot {
	position: absolute;
	width:250px;
	float: left;
	margin-left:5px;
	padding:10px;
	margin-top:90px;
	height: 620px;
	overflow:hidden; 
	overflow-x: hidden;
	border:1px solid #cccccc;
}

#thetree {
	width:230px;
	height: 500px;
	overflow:auto; 
	overflow-x: hidden;
}

#sitetitle {
	position: absolute;
	margin-left: 280px;
	width:70%;
	margin-top:20px;
	float: left;
	padding:10px;
	border:0px none;
}

#sitetitle h1 {
	font-size:21px;
	padding-top:10px;
	overflow:hidden;
}

#thelink {
	position: absolute;
	margin-left: 280px;
	width:70%;
	margin-top:90px;
	float: left;
	padding:10px;
	border:1px solid #cccccc;
}

#footer {
	position: absolute;
	margin-left: 280px;
	width:70%;
	margin-top:720px;
	float: left;
	padding:10px;
	text-align:right;
}

#catdesc {
	color:blue;
}

#mainframe {
	height:600px; 
	width:100%; 
	border:0px solid #cccccc;
}

.submittable {
	border:1px solid #cccccc;
}
.lhighlight {
	background-color:yellow;
	font-weight:bold;
}