/*js .tester1 {display: none;}*/

#maintree { 
	background:none;
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	width: 220px; /*width of menu*/
}
#maintree li{
    background-image:none;
    list-style:none;
    margin: 0;
	padding: 1px 0 3px 0;
	margin-left:25px;
	display: block;
}
    
#maintree ul {
	margin: 0px 0 4px -25px;
	padding:5px 5px 5px 10px;
    background: #ffffff;
    font-size: .87em;
    border-bottom:solid 1px #cccccc;
}
#maintree a {
	color: #333333;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 5px 0 5px 25px;
    margin-left:-25px;
    text-decoration: none;
}
    
#maintree a.selected {
    text-decoration:underline; 
    color:#697b85;
}

#maintree a.enabled { 
    padding-left:32px;
    margin-left:-32px;
    color:#333333;
    background-color: #fc8e3e;
    text-decoration:none; 
}

#maintree a:hover { background-color: #ffffff; cursor: pointer; }



.treeview { 
	background:none;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 220px; /*width of menu*/
}

.treeview ul {
	margin: 0px 0 4px -25px;
	padding-bottom:10px;
	padding-left:10px;
    background: #ffffff;
    font-size: .87em;
    border-bottom:solid 1px #cccccc;
}

.treeview .hitarea {
	background: url(../images/treeview-black2.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -18px;
	float: left;
	cursor: pointer;

}
    /* fix for IE6 */
    * html .hitarea {
	    display: inline;
	    float:none;
    }

.treeview li { 
	margin: 0;
	padding: 0px 0 3px 0;
	margin-left:25px;
	display: block;
}
.treeview a {
	color: #333333;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 5px 0 5px 25px;
    margin-left:-25px;
    text-decoration: none;
}
.treeview a.selected {
    text-decoration:underline; 
    color:#697b85;
}

.treeview a.enabled { 
    padding-left:32px;
    margin-left:-32px;
    color:#333333;
    background-color: #fc8e3e;
    text-decoration:none; 
}

.treeview a:hover { background-color: #ffffff; cursor: pointer; }

.treeview li { background: none; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: none; }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable 
{ 
    position:relative;
    background-image: url(../images/treeview-black2.gif); 
    margin-top:8px;
    z-index:10;
} 

treeview a.enabled { 
    background-color: #fc8e3e; 
}

.hide_onload {
    display:none;
    
}