﻿/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
body{
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
}

.mylink, .mylink:visited  {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight:bold;
	display:inline;
	color: black;
	text-decoration:none;
	background-color:transparent;
	padding:6px 0px 6px 0px;
	cursor:pointer;
}
.mylink:hover {
	text-decoration:underline;
	cursor:pointer;
}

.dtree {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: black;
	white-space: nowrap;
	margin-left:5px;
	font-weight:bold;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	font-weight:normal;
	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;
	font-weight:normal;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

#sheet_top{
/*	height:29px;
	background-image:url('images/sheet_top.jpg');
	*/
}

#sheet_middle{
	min-height:103px;
	/*background-image:url('images/sheet_middle.jpg');*/
}

#sheet_middle p{
	margin:0px 2px 5px 5px;
}

#sheet_middle p a{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight:bold;
	color: black;
	text-decoration:none;
	background-color:transparent;
	display:block;
	padding:6px 0px 6px 0px;
}

#sheet_middle p a:hover{
	background-color:#8A4013;
	color:white;
}

#sheet_bottom{
/*	height:32px;
	background-image:url('images/sheet_bottom.jpg');*/
}

#sheet2_top,#sheet2_bottom{
}

#sheet2_middle{
	min-height:105px;
	padding:0px 7px 0px 7px;	
}


#sheet2_middle p a{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight:bold;
	color: black;
	text-decoration:none;
	background-color:transparent;
	padding:6px 0px 6px 0px;
}



.mylink2, .mylink2:visited  {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight:bold;
	display:inline;
	color: black;
	text-decoration:none;
	background-color:transparent;
	padding:6px 0px 6px 0px;
}
.mylink2:hover {
	text-decoration:underline;
}

#link_overflow{
	height:400px;
	overflow:auto;
}


.dTreeNodeScroll{
	height:76px;
	background-image:url('images/scrollBG.png');
	background-repeat:no-repeat;
	min-width:182px;
	text-align:center;
	font-size:13pt;
}

.dTreeNodeScroll a{
	line-height:64px;
	margin-left:14px;
	font-family:"Courier New", Courier, monospace;
	color:black;	
}

.dTreeNodeScrollOpen{
	height:76px;
	background-image:url('images/scrollBG.png');
	font-family:"Courier New", Courier, monospace;
	background-repeat:no-repeat;
	font-size:13pt;
	min-width:182px;
	text-align:center;
}
.dTreeNodeScrollOpen a{
	line-height:64px;
	font-family:"Courier New", Courier, monospace;
	color:black;
	margin-left:0px;
}

.dTreeNodeScrollOpen a img{
	margin-left:-7px;
	margin-top:15px;
	display:none;
}

.dTreeNodeScrollOpen a:hover,.dTreeNodeScroll a:hover{
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.dTreeNode a{
	color:black;
	font-weight:bold;
}
