/* for div where treeview is placed */
div.ob_tree 
{
	
	overflow:auto;
	/*overflow-x: auto;
	overflow-y: auto;*/
	/*width:200px;
	height:420px;*/
	/*white-space:nowrap;*/
	
}	
	
div.ob_tree	div {
	/*overflow: auto;
	white-space:nowrap;*/
	
}
div.ob_tree	div div {
	/*overflow: auto;
	white-space:nowrap;*/
	
}

/* for node text */
td.ob_t2 
{
	/*white-space:nowrap;*/
	cursor:pointer;cursor:hand;
	/*padding:2px 0 2px 0;*/
	/*color: navy;
	font: 8pt Tahoma;
	vertical-align: middle;
	background-color: transparent;
	padding-left:4px;
	padding-right:2px;*/
}

/* for node text highlighted/selected */
td.ob_t3 
{
	/*white-space:nowrap;
	color: navy;
	font: 8pt Tahoma; 
	vertical-align: middle;*/
	background-color: #ccddee;
	/*padding-left:4px;
	padding-right:2px;*/
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}
	
/* for icons */
td.ob_t4 {
	display:none;
	vertical-align: top;
}

/* links in all nodes */
td.ob_t2 A		{
	color: #3366cc;
}

/* link in selected node */
td.ob_t3 A		{
	color: crimson;
}

/* for icons */
div.ob_d4 {
	/*width: 18px;*/
	font: 6pt Tahoma;
}

/* for vertical lines (indent) */
div.ob_d5 {
	width: 10px;
	vertical-align: top;
	font: 5px Verdana;
}

td.ob_t5v
{
	background-image: url(vertical.gif);
}
		
/* for plus-minus images */
td.ob_t6 {
	width:16px;
	vertical-align: top;
}

/* for plus-minus images */
td.ob_t6v		{
	width:16px;
	vertical-align:top;	
	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: 8pt Tahoma; 
	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: none;
}

.ob_t2c 
{		
	border-collapse: separate;	
	border-spacing: 0px;
	/*table-layout:fixed;*/
}


.ob_t2b 
{	
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2g
{	
	border-collapse: separate;	
	border-spacing: 0px;
}
.ob_t2g td
{
	padding:0;
}

.ob_t2b td
{
	padding:0;
}

.ob_t2c td
{
	padding:2px 0;
	vertical-align:middle;
	font-size:12px;
	color:#555555;
	font-weight:bold;
}

.ob_t2g td.ob_t2
{
	padding:2px 0 2px 1px;
	color:Red;
	/*font-weight:inherit;	*/
}
