﻿div.Tree {
	border: none;
	text-align: left;
	width: 95%;
	margin-left: 1.5em;
}

div.Tree > div {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding-top: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	border: solid 1px #CFDDEF;
	background: #fdfdfd; /* url(../_Images/BrowserBack.png) repeat-x bottom;*/
}

div.Tree img {
	border: 0px;
	vertical-align:middle;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
}

div.Tree a:visited {
	color: #33c;
}

div.Tree a:link, div.Tree a:active, div.Tree a:visited {
	color: #42599C;
}

div.Tree a:hover {
	color: #445895;
	text-decoration: none;
}

img.a:hover {
	cursor: pointer;
}

div.Tree div.e {
	width: 100%;
	border-left: solid 1px #eee;
	margin-left: 2em;
	padding: 0.1em 1em 0.1em 1em;
	color: #333;
}

div.Tree span {
	color: #666;
	font-size: 0.8em;
}

div.Tree span#Topic a:link, div.Tree span#Topic a:active, div.Tree span#Topic a:visited {
	color: #fff;
	border: solid 1px #9BB6E1;
	background: #B7CBEC url(../_Images/TopicBg.png) repeat-x top;
	padding: 0.1em 0.5em 0.2em 0.5em;
	font-weight: bold;
	text-decoration: none;
}

div.Tree span#Topic a:hover {
	background: #B7CBEC;
}

div.Tree span a:link, div.Tree span a:visited, div.Tree span a:active {
	color: #999;
	text-decoration: underline;
}

div.Tree span a:hover {
	color: #444;
	text-decoration: underline;
}

div.Loading {
	z-index: 10;
	width: 15em;
	background-color: #f1f1f1;
	border: solid 1px #777;
	padding: 0.5em 0em 0.3em 0em;
	text-align: center;
}

div.Tree a.ds, div.Tree a.ds:link, div.Tree a.ds:visited, div.Tree a.ds:hover, div.Tree a.ds:active {
	color: Green;
}

div.SectionHeader {
	color: #5c5c5c;
	margin: 0.5em 1em 0.5em 1.3em;
	font-size: 1.2em;
}

#TopicList {
	border: solid 1px #CFDDEF;
	background: #fdfdfd;
	margin: 1em;
	padding: 1em;
}

#TopicList a:link, #TopicList a:active, #TopicList a:visited {
	padding: 0.1em 0.2em; 
	color: #42599C;
	line-height: 1.8em;
	font-size: 1.1em;
	border: solid 1px transparent;
}

#TopicList a:hover {
	background: #EDF5FF;
	border: solid 1px #CFDDEF;
	text-decoration: none;
}