body {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#57645D;}
a {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#57645D; text-decoration:none;}
a:hover {text-decoration:none; color:#000000;}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}


.treeview li { 
	margin: 10px;
	padding: 0px 0px 0px 0px;

}
.treeview li.arrow
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:0px;
	height:4px;
	width:3px;
}

.treeview li ul li
{
	color:#66766E;		
}
.treeview li ul li:hover
{
	color:#B20838;
		
}


.treeview li ul li a
{
	color:#66766E;	
}
.treeview li ul li a:hover
{

	color:#B20838;		
}



.treeview a.selected {
	/*background-color: #eee;*/
	color:#B20838;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url(/*../images/treeview-default-line.gif*/) 0 0 no-repeat;  list-style-image:url(../images/arrow.gif);}
.treeview li.noarrow {list-style-image:none;}

.treeview li ul{ background: url(/*../images/treeview-default-line.gif*/) 0 0 no-repeat;  list-style-image:none;}
.treeview li ul li{ background: url(/*../images/treeview-default-line.gif*/) 0 0 no-repeat; list-style-image: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: url(/*../images/treeview-default.gif*/); }  
.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; }

.padding_left8 {padding-left:8px;}


.bold {font-size:12px; background-color:#ffffff; font-weight:bold; padding-right:2px; padding-left:2px;}
.bold:hover {font-weight:bold; background-color:#B20838; color:#FFFFFF;}

.active_link {font-size:12px; font-weight:bold; background-color:#B20838; color:#FFFFFF; padding-right:2px; padding-left:2px;}
.active_link:hover {font-weight:bold; background-color:#B20838; color:#FFFFFF; padding-right:2px; padding-left:2px;}
