/* for div where treeview is placed */
div.ob_tree
{
	color: #9a9b9d;
	font-family: arial, helvetica, sans-serif;
/*
	font-size: 83%;
	_font-size: 70%;
*/
	font-size: 11px;
	width: 180px;

	margin: 0px 0px 0px -7px;
/*	padding: 0px 0px 0px 0px;
*/
}

/* for node text */
td.ob_t2
{
/*
	_font-size: 70%;
*/
	font-size: 11px;

	vertical-align: middle;
	font-weight: normal;
/*	padding: 0px 2px 5px 0px; */
	padding: 0px 2px 5px 0px;
}

/* for node text highlighted/selected */
td.ob_t3
{
/*
	_font-size: 70%;
*/
	font-size: 11px;
	
/*	padding: 0px 2px 5px 8px; */
	padding: 0px 2px 5px 0px;

	color: rgb(203, 0, 0);
/*	background: #EEF0EE; */
}

/* links in all nodes */
td.ob_t2 A
{

	text-decoration: none; 
	color: #9a9b9d;
	font-weight: normal;
	
}

td.ob_t2 A:hover
{
	color: rgb(203, 0, 0);
	font-weight: normal;

	text-decoration: underline; 
}

/* link in selected node */
td.ob_t3 A
{
	text-decoration:none; 
	color: rgb(203, 0, 0); 
	font-weight: normal;
	
}

/* for icons */
td.ob_t4
{
	vertical-align:top;
}

/* for icons */
div.ob_d4
{
	width: 19px;
	font: 6pt Tahoma;
}

/* for children */
td.ob_t5
{
	width: 100%;
	font-weight: normal;
}

/* for vertical lines (indent) */
div.ob_d5
{
	width: 12px;
}

/* for plus-minus images */
td.ob_t6
{
	width: 16px;
	vertical-align:top;
}


/* for links */
A.ob_a2
{
	color: #9a9b9d; 
	text-decoration: none;
	font-weight:normal;
}

#menu_upper .topLevel
{
/*	width: 100%;*/

/*	padding: 2px 0px 2px 0px; */
	font-weight: bolder;
/*	background: #EEF0EE;*/
	
}


.selectedTopLevel
{	
	font-weight: bolder;
	/*background: #EEF0EE;*/
	color: rgb(203, 0, 0);
}

