/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

a:link, .forcelink {color: #6ec6f1; text-decoration: none; font-weight: bold;}
a:focus, a:hover, a:active {color: blue; text-decoration: none;}
a:visited.dtree {color: #CCCCCC; text-decoration: none}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	white-space: nowrap;
	background-image: url(bg.gif);
	padding: 8px 0px 0px 8px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #999999;
	text-decoration: none;
}
.dtree a:visited {
	font-weight: bold;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #003366;
}
.dtree .clip {
	overflow: hidden;
}

.main { /*side panel on right */
 float: left;
 position: relative;
 background-image: url(bg.gif);
 background-repeat: repeat-y;
 background-position: left;
}

.right { /*side panel on right */
 float: left;
 position: relative;
 background-color: red;
 background-image: url(menuright.gif);
 background-repeat: repeat-y;
 background-position: left;
}

.topUpdates td a:visited, .topUpdates td a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 0.6em;
	color: gray;
}