/*$version_start$ 21/04/2009$eGainBlue$1.0 $version_end$
topicTreeModule*/
#topicTreeModule DL, #topicTreeModule DT, #topicTreeModule DD
{
	margin: 0px;
}
#topicTreeModule DD
{
	margin-left: 10px;
}
#topicTreeModule .expand, #topicTreeModule .collapse
{
	cursor: pointer;
/*	cursor: hand; /* IE5*/
}
#topicTreeModule .subTopicTree SPAN
{
	float: left;
	clear: left;
}
.subTopicTree A
{
	text-decoration: none;
}
#topicTreeModule A
{
	float: left;
	padding: 0;
	margin: 0px;
}
#expandAll
{
	display: none;
	width: 16px;
	height: 16px;
	float: right !important; /*[e]right*/
	text-decoration: none;
	background-image: url(../images/treenodeclose.gif);
	background-repeat: no-repeat;
}
#collapseAll
{
	display: none;
	width: 16px;
	height: 16px;
	float: right !important; /*[e]right*/
	text-decoration: none;
	background-image: url(../images/treenodeopen.gif);
	background-repeat: no-repeat;
}
#mainContent H1
{
	font-size: 20px;
	color: #555;
	font-family: "Arial narrow", sans-serif;
	margin-top: -5px;
	border-bottom: 1px solid #E69700;
	padding-bottom: 3px;
}
#mainContent H2
{
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
	color: #444;
	font-family: "Arial narrow", sans-serif;
	margin: 30px 0 15px;
}

