/* for div where treeview is placed */
div.ob_tree	{
	overflow: auto;
}

td.ob_t3 {
	width: 160px;
	margin: 0;
	padding: 0;
	border: none;
}

td.ob_t3 div {
	margin: 1px 0px 1px 14px;
	background: url('/images/bg_hover.gif') #0e5cad top left no-repeat;
	border-bottom: none;
}

td.ob_t3 div a {
	display: block;
	padding: 5px 0px 5px 10px;
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size:10px;
}

td.ob_t3 div a:hover {
	background: url('/images/bg_hover.gif') #0e5cad top left no-repeat;
	text-transform:uppercase;
	font-weight: bold;
	font-size:10px;
}

/* for node text */
td.ob_t2
{
	width: 160px;
	margin: 0;
	padding: 0;
	border: none;
}

td.ob_t2 div {
	margin: 1px 0px 1px 14px;
	border-bottom: 1px solid #2174cc;
}

td.ob_t2 div a {
	display: block;
	padding: 5px 0px 5px 10px;
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size:10px;
}

td.ob_t2 div a:hover {
	background: url('/images/bg_hover.gif') #0e5cad top left no-repeat;
	text-transform:uppercase;
	font-weight: bold;
	font-size:10px;
}

/* for node text highlighted/selected
td.ob_t3 {
	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 {
	display:none;
	width: 18px;
	font: 6pt Tahoma;
}

/* for vertical lines (indent) 
div.ob_d5 {
	width: 10px;
	vertical-align: top;
	font: 5px Verdana;
}*/
		
/* for plus-minus images */
td.ob_t6 {
	display:none;
	width:13px;
	vertical-align: top;
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:13px;
	vertical-align: top;
	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: 15px;
} */

/* for links
A.ob_a2 {
	font: 8pt Tahoma;
	color: #0000cd;
	TEXT-DECORATION: none;
}

.ob_d2c a
{
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	background-color: #003369;
	border: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
} */

td.ob_t2sub {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 8px 0px;
	border: none;
	width: 146px;
}

.cCellLeft
{
	width: 146px;
	background-color: #003369;
}

td.ob_t2sub div {
	list-style-type: none;
	display: block; 
	text-align: left; 
	margin: 0px 0px 0px 14px;
	padding: 3px 0px 3px 0px;
	border: 0px;
}

td.ob_t2sub div a {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	background-color: #003369;
	border: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
}

td.ob_t2sub div a:hover {
	text-decoration: none;
	font-weight: normal; 
	color: #FFFFFF;
	text-transform: none;
	background-color: #003369;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.ob_t2c 
{		
	border-collapse: separate;	
	border-spacing: 0px;
}

/* root item table */
.ob_t2b 
{	
	border-collapse: separate;	
	border-spacing: 0px;
}

/* sub item table */
.ob_t2g
{	
	border-collapse: separate;	
	border-spacing: 0px;
}
.ob_t2g td
{
	padding:0px;		
}

.ob_t2b td
{
	padding:0px;	
}

.ob_t2c td
{
	padding:0px;	
}
