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;
	text-decoration: none; color: #324B64; font-weight: bold;
}

.forumlink {
	text-decoration: none; color: #324B64; font-weight: bold;
}

#ccontainer {
	display:block;
	width: 100%;
	overflow:hidden;
}


#thetree {
	display: block;
	width:25%;
	float: left;
	margin-left:5px;
	padding:10px;
	margin-top:10px;
	height: 600px;
	overflow:auto; 
	overflow-x: hidden;
}


#thelink {
	display: block;
	margin-left:10px;
	margin-top:10px;
	float: left;
	padding:10px;
	margin-right: 10px;
	width:65%;
	overflow-x: hidden;
}

#footer {
	clear:both;
	display: block;
	
}


#catdesc {
	color:blue;
}

#mainframe {
	display: block;
	height:690px; 
	border:1px solid #cccccc;
	width: 100%;
}

.submittable {
	border:1px solid #cccccc;
}
.lhighlight {
	background-color:yellow;
	font-weight:bold;
}