/* for div where treeview is placed */
div.ob_tree	{
	border-right:1px solid silver;
	background-color: #FFFFFF;
	overflow: auto;
}
.topnode
{
	width:169px;
	padding-top:5px;
}
.topnode A
{
	font-family:Arial;
	font-size:12px;	
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
	text-decoration : none
}
.topnode A:link
{
	background-color:Silver;
	font-family:Arial;
	font-size:12px;	
	color:#FFFFFF;
	font-weight:bold;
	text-decoration : none
}
.topnode A:visited
{
	background-color:Silver;
	font-family:Arial;
	font-size:12px;	
	color:#FFFFFF;
	font-weight:bold;
	text-decoration : none
}
.topnode A:hover
{
	background-color:Silver;
	font-family:Arial;
	font-size:12px;	
	color:#CC0033;
	font-weight:bold;
	text-decoration : none
}
.topnode2
{
	display:none;
}
/* for node text */
td.ob_t2 {
}

/* for node text highlighted/selected */
td.ob_t3 {
}

/* for node when edited */
input.ob_t3		{
	color: #3366cc;
}

/* links in all nodes */
td.ob_t2 A		{
	color: #3366cc;
	text-decoration : none
}

/* link in selected node */
td.ob_t3 A		{
	color: #CC0033;
	text-decoration : none
}
	
/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
}

/* for icons */
div.ob_d4 {
	width: 18px;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 10px;
	vertical-align: top;
}
		
/* for plus-minus images */
td.ob_t6 
{
	width:15px;
	vertical-align: top;
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:15px;
	vertical-align: top;
	display: none;
}

/* for message "Loading ..." */
td.ob_t7 {
	background-color: #ffffff; 
	border: 1px solid #666666; 
	color: #666666; 
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}

/* for links */
A.ob_a2 {
	font: 8pt Tahoma;
	color: #0000cd;
	TEXT-DECORATION: underline;
}

.ob_t2c 
{		
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2b 
{	
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2g
{	
	border-collapse: separate;	
	border-spacing: 0px;
}
.ob_t2g td
{
	padding:0px;		
}

.ob_t2b td
{
	padding:0px;	
}

.ob_t2c td
{
	padding:0px;	
}
