/* for div where treeview is placed */
div.ob_tree	{
	overflow: auto;
}

/* for node text */
td.ob_t2
{
    font: 1em;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    padding-left: 2px;
    padding-right: 2px;
    color: #868685;
}

/* for node text highlighted/selected */
td.ob_t3
{
    font: 1em;
    vertical-align: middle;
    border: 1px solid #666666;
    background-color: #DFEFFF;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
}

/* for node when edited */
input.ob_t3		{
	font: 1em; 
}

/* links in all nodes */
td.ob_t2 a {
    color: #484747;
    background-color: transparent;
    text-decoration: none;
}
td.ob_t2 a:hover {
    color: #95907F;
    text-decoration: underline;
    background-color: transparent;
}
/* link in selected node */
td.ob_t3 a {
    color: #868685;
    background-color: transparent;
    text-decoration: none;
}
td.ob_t3 a:hover {
    color: #95907F;
    text-decoration: underline;
    background-color: transparent;
}
/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
}

/* for icons */
div.ob_d4 {
	width: 18px;
	font: 1em Tahoma;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 15px;
	vertical-align: top;
	font: 5px Verdana;
}

td.ob_t5v
{
	background-image: url(vertical.gif);
}
		
/* for plus-minus images */
td.ob_t6
{
    width: 16px;
    height: 20px;
    vertical-align: middle;
}

/* for plus-minus images */
td.ob_t6v		{
	width:16px;
	height: 20px;
	vertical-align:middle;	
	background-image: url(vertical.gif);
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:16px;
	vertical-align: top;	
}

/* for message "Loading ..." */
td.ob_t7 {
	font: 1em Tahoma; 
	background-color: #ffffff; 
	border: 1px solid #666666; 
	color: #666666; 
	width: 80px; 
	text-align: center; 
	padding-left: 15px;
}

/* for links */
A.ob_a2 {
	font: 1em Tahoma;
	color: #0000cd;
	TEXT-DECORATION: none;
}

.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;
}