/* for div where treeview is placed */
div.ob_tree		{
	/*background-color:#f9f9f9; 
	background-image: url('/images/sky.gif');
	border:1px solid #999999;
	background-repeat: repeat-y; */
	background-image: url("/images/Design03/right_sidenav_header.gif");
	background-repeat: repeat-x;
	background-position: left top;
	overflow:auto;
	margin-left: -30px;
}

/* for node text */
td.ob_t2	{
/*	FONT: 8pt Tahoma;
	border: 1px solid #ffffff;*/
	vertical-align:middle;
	background-color: transparent;
	padding-left:2px;
	padding-right:2px;
	line-height: 28px;

}

/* for selected node text highlighted/selected */
td.ob_t3		{
	vertical-align:middle;
	line-height: 28px;
/*	font: 8pt Tahoma;
	border:1px solid #6699cc;
	background-color:#ccddee;*/
	padding-left:2px;
	padding-right:2px;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}

/* links in all nodes */
td.ob_t2 A		{
	/*color: #3366cc;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #283849;
	text-decoration: none;
}

td.ob_t2 A:hover	{
	/*text-decoration: underline;*/
	font-weight: bold;
	background-image: url("../images/Design03/rollover_bullet.gif");
	background-repeat: no-repeat;
	background-position: 15px center;
	
}

/* link in selected node */
td.ob_t3 A		{
	text-decoration: none;
	color: #283849;
	font-weight: bold;
/*	color: crimson;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
*/
}

/* for icons */
td.ob_t4	 	{
	vertical-align:bottom;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 6pt Tahoma;
	vertical-align:bottom;
}

/* for children */
td.ob_t5	{
	width:100%;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
	font: 5px Verdana;
}

/* for plus-minus images */
td.ob_t6		{
	width:12px;
	vertical-align: middle;
}

/* for plus-minus images of the root node*/
td.ob_t8{
	width:12px;
	vertical-align: bottom;
	display: none;
}

/* 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:20px;
}

/* for links */
A.ob_a2		{
	FONT: 8pt 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;
	list-style-type: none;	
}

.ob_t2g td
{
	padding:0px;
}

.ob_t2b td
{
	padding:0px;
}

.ob_t2c td
{
	padding:0px;
}

.ob_d2b
{
	margin-left: 7px;
	margin-top: 3px;
}

.treetitle
{
	font-size: 11px;
}
ob_di2
{
	background-image: url("/images/Design03/right_sidenav_gradient.gif");
	background-repeat: repeat-y;
}
