/*styles for treeview menu*/
/*neutral, so probably won't need to change*/

.subtree_active a
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333C2C;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding-left: 1px;
	margin-bottom: 1px;

}
.subtree_active a:hover
{
	color: #0000ff;
	text-decoration: none;

}
.pluscell
{
	padding-top: 4px;
}

/*inactive container*/
/*only put border, padding, margin into this one, else can get double border when showing container with content*/
.subtree_inactive, .subtree_open a
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #919102;
	padding-top: 2px;
	padding-left: 1px;
	padding-bottom: 2px;
	display: block;

	/*
	border: 1px solid grey;
	padding: 2px;
	margin: 2px;
	*/
}
/* all treeview items are in this table */
.treeview_table {
	margin-right: 10px;
	padding-top: 0px;
}
/*inactive container, but with content, i.e. container that has been clicked but also has content visible*/
/*so still need the anchor to close the container - anchor will override enclosing block style and default otherwise*/
/*.subtree_inactive a, a.subtree_inactive
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #660000;
	display: inline;
}
*/