
/* for div where treeview is placed */
div.ob_tree	{display:block;width:100%;}
div.ob_tree	table{width:100%;}
div.ob_tree	div{display:inline;width:100%;}

div.ob_tree td {padding:2px 0 2px 0;}
div.ob_tree	{width:100%;}
div.ob_tree	td.ob_t2:hover, div.ob_tree	.Selected {
	background-image:url(../images/Item_Selected.gif);
	background-repeat:repeat-x;
	background-position:left center;
}
div.ob_tree	a.Selected	{font-weight:bold;}
div.ob_tree a.Node	{display:inline-block;width:100%;}


/* for node text */
td.ob_t2	{
	vertical-align:middle;
}

/* for node text highlighted/selected */
td.ob_t3		{
	vertical-align:middle;
}

/* for node when edited */
input.ob_t3		{
}

/* links in all nodes */
td.ob_t2 a		{
	display:inline-block;
	width:100%;
	/*color: #FF0000;
	font-weight:bold;
	background-color:#*/
}
td.ob_t2  a, td.ob_t2  a:hover{
}

/* link in selected node */
td.ob_t3 a, td.ob_t3  a:hover{
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
}

/* for children */
td.ob_t5	{
	/*width:100%;*/
}
/* for vertical lines (indent) */
div.ob_d5		
{
	width:18px;
	/*margin:0 0 0 7px*/
	text-align:right;
	padding:0 0 0 7px;
}

/* for plus-minus images */
td.ob_t6		{
	width:27px;
	vertical-align:top;
}

/* for message "Loading ..." */
td.ob_t7		{
	background-color:#ffffff;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
}

/* for links */
a.ob_a2		{	
font:normal 9pt Arial;
}

#trwEvents .ob_t6
{
	background-position: 0 2px;
	background-repeat:no-repeat; 
	background-image:url(../images/trw_Events/vertical.gif);
}
#trwEvents img
{
	display:none;
	width:0;
	height:0;
}


		


