/* CSS Document */
<style type="text/css">

.closed_root{
	width: 0px;
	size: fixed;
}
.opened_root{
	width: 0px;
	size: fixed;
}
.other{
	width: 0px;
	size: fixed;
}
.child{
	width: 0px;
}
.style_node {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-align:left;
	width: 180px;
}
.child_node {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: italic;
	width: 100%;
}
.exception {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#FF0000;
}
.menu_item{
	height: 18px;
	size: fixed;
	color: #99999;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../../../templates/default/images/img07.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.menu_item:hover{
	background-image: url(../../../templates/default/images/img07_over.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#tbl_main{
	width: 99%;
	size: fixed;
}
</style>


