/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
	/*width:600px;
	height:400px;*/
	margin: 0;
    padding: 2px 4px 2px 2px;
	overflow: auto;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
/*	padding: 1px 2px 1px 5px; */
    font-size: 11px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	
}

option.treeopt {
    font-family: 'Courier New','Courier',monospace;
    font-size:12px;
}
select.treeopt {
    width:200px;
    font-size:8px;
}

/* additional data */
#gradientnobg {
    width:1002px;
    background-color:#ffffff;
    float:left;
    color:inherit;
}

#leftcolwide {
    width:318px; /* 188px + 232px */
    float:left;
    margin:0px;
}
#leftcolwide h1 {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color:#6F7881;
    font-size:17px;
    font-weight:normal;
    padding:4px 0 3px 17px;
    border-bottom:#E6E4E1 1px solid;
    margin-left:4px;
}
#leftcolwide h1 a {
    font-size:17px;
    color:#6F7881;
    font-weight:normal;
    text-decoration:none;
    margin-left:4px;
}
#leftcolwide h2{
    width:314px;
    margin:15px 0 3px 4px;
    background-image:url(../images/graphics/design/septabright.gif);
    background-repeat:no-repeat;
    height:17px;
}
#leftcolwide p {
    text-align:left;
}
