
/* for div where treeview is placed */
div.ob_tree		{
	background-color_____:#f9f9f9; 
	background-image_____: url('/images/sky.gif'); 
	overflow:auto;
	border_____:1px solid #999999;
}

/* for node text */
td.ob_t2	{
	FONT: 8pt Tahoma;
	/*vertical-align:middle;
	border: 1px solid #ffffff;*/
	background-color:none;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	font: 8pt Tahoma; 
	vertical-align:middle;
	border:1px solid #000000;/*6699cc*/
/*	background-color:e6e6e6;/*ccddee		denna färg hämtas från vald färg under funktioner*/
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
}

/* links in all nodes */
td.ob_t2 a		
{
	FONT: 8pt Tahoma;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}

/* link in selected node */
td.ob_t3 A		{
	color:Black;
	/*font-weight:bold;*/
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 6pt Tahoma;
}

/* for children */
td.ob_t5	{
	width:100%;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
}

/* for plus-minus images */
td.ob_t6		{
	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:20px;
}

/* for links */
a.ob_a2	
{
	font:8pt Tahoma;
	color:Black;
	text-decoration:none;
}
/* ### Links in shopmenu in portal for version 4.25 and forward ###*/
.ob_a2:visited, .ob_a2:active, .ob_a2:link, .ob_a2:hover
{
	font:8pt Tahoma;
	color:Black;
	text-decoration:none;
	font-weight:bold;	
}
/* for avtalskund links*/
.tdSmall
{
	color: #000077;
	font-weight: lighter;
	font-size: 10px;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration:none;
}
/* for avtalskund table border*/
.tableOut
{
	color: #000077;
	font-weight: lighter;
	font-size: 9px;
	font-family: Verdana, Tahoma, Helvetica;
	border-color:#000077;
	border-width:thin;
	border-collapse:collapse;
}
