/************************************************************
GENERAL : 
All classes begin with sb prefix.
Side bar contain 2 levels : first with classes that contain lev1 prefix
and second with classes that contain lev2 prefix
Each row contain 5 cells :
	first image with "...img1..." class
	first delim with "...delim1..." class
	item ( ref with text or image )
	second delim with "...delim2..." class
	second image with "...img2..." class
Item classes contain 3 groups :
	simple
	onmouseover  - with "h" prefix
	selected - with "s" prefix
Delimeters and images class contain transperent image with same classname as cell
*************************************************************/

/*main table*/
.scb_table
{
	font-family:Arial;
	/*background-color:#dcf1f3;*/
	width:124px;
	margin:10 0 0 0;
}
/*second level items container*/
tr.scb_second_level_container
{
}
td.scb_second_level_container
{
	border-top:solid 1px white;
	background-color:#ADF0F8;
}
table.scb_second_level_container
{
	width:100%;
}
/*horizontal delimeter between first level items*/
tr.scb_h_delim_lev1,td.scb_h_delim_lev1
{
	background-color:white;
	padding:0 0 0 0;
	font-size:1px;
}
img.scb_h_delim_lev1
{
	height:1px;
}
/*horizontal delimeter between second level items*/
tr.scb_h_delim_lev2,td.scb_h_delim_lev2,img.scb_h_delim_lev2
{
	padding:0 0 0 0;
	font-size:1px;
	height:1px;
	background-image:url(../../Images/HE/lines/n_hdots.gif);
	background-repeat:repeat-x;
}
img.scb_h_delim_lev2
{
	height:1px;
}

/**************************/
/*first level item classes*/
/**************************/
td.scb_img1_lev1,td.scb_img1_lev1_h,td.scb_img1_lev1_s,img.scb_img1_lev1,img.scb_img1_lev1_h,img.scb_img1_lev1_s
{
	display:none;
}
td.scb_delim1_lev1,td.scb_delim1_lev1_h,td.scb_delim1_lev1_s,img.scb_delim1_lev1,img.scb_delim1_lev1_h,img.scb_delim1_lev1_s
{
	display:none;
}
td.scb_img2_lev1,td.scb_img2_lev1_h,td.scb_img2_lev1_s,img.scb_img2_lev1,img.scb_img2_lev1_h,img.scb_img2_lev1_s
{
	display:none;
}
td.scb_delim2_lev1,td.scb_delim2_lev1_h,td.scb_delim2_lev1_s,img.scb_delim2_lev1,img.scb_delim2_lev1_h,img.scb_delim2_lev1_s
{
	display:none;
}

tr.scb_item_lev1
{
	background-color:#00B1CB;
}
td.scb_item_lev1
{
	background-position:10px center;
	background-repeat:no-repeat;
	background-image:url(../../Images/General/plus_YELLOW.gif);

	height:22px;
	padding:3 5 3 5;
	cursor:hand;
}
td.scb_item_lev1_ops
{
	background-position:10px center;
	background-repeat:no-repeat;
	background-image:url(../../Images/General/minus_YELLOW.gif);

	height:22px;
	padding:3 5 3 5;
	cursor:hand;
}
a.scb_item_lev1,a:link.scb_item_lev1,a:visited.scb_item_lev1,a:hover.scb_item_lev1
{
	font-family:Arial (Hebrew);
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	/*line-height:12px;*/
	background-color:#00B1CB;
	vertical-align:middle;
}
img.scb_item_lev1
{
}

tr.scb_item_lev1_h
{
	background-color:#00B1CB;
}
td.scb_item_lev1_h
{
	background-position:10px center;
	background-repeat:no-repeat;
	background-image:url(../../Images/General/plus_YELLOW.gif);

	height:22px;
	padding:3 5 3 5;
	cursor:hand;
}
td.scb_item_lev1_h_op
{
	background-position:10px center;
	background-repeat:no-repeat;
	background-image:url(../../Images/General/minus_YELLOW.gif);

	height:22px;
	padding:3 5 3 5;
	cursor:hand;
}
a.scb_item_lev1_h,a:link.scb_item_lev1_h,a:visited.scb_item_lev1_h,a:hover.scb_item_lev1_h
{
	color:white;
	font-weight:bold;
	font-family:Arial (Hebrew);
	font-size:12px;
	text-decoration:none;
	vertical-align:middle;
	/*line-height:12px;*/
}
img.scb_item_lev1_h
{
}

tr.scb_item_lev1_s
{
	background-color:#00B1CB;
}
td.scb_item_lev1_s
{
	background-position:10px center;
	background-repeat:no-repeat;
	background-image:url(../../Images/General/plus_YELLOW.gif);

	height:22px;
	padding:3 5 3 5;
	cursor:hand;
}
td.scb_item_lev1_s_op
{
	background-position:10px center;
	background-repeat:no-repeat;
	background-image:url(../../Images/General/minus_YELLOW.gif);

	height:22px;
	padding:3 5 3 5;
	cursor:hand;
}
a.scb_item_lev1_s,a:link.scb_item_lev1_s,a:visited.scb_item_lev1_s,a:hover.scb_item_lev1_s
{
	color:white;
	font-weight:bold;
	font-family:Arial (Hebrew);
	font-size:12px;
	text-decoration:none;
	vertical-align:middle;
	/*/line-height:12px;*/
}
img.scb_item_lev1_s
{
}


/***************************/
/*second level item classes*/
/***************************/

td.scb_img1_lev2,td.scb_img1_lev2_h,td.scb_img1_lev2_s,img.scb_img1_lev2,img.scb_img1_lev2_h,img.scb_img1_lev2_s
{
	display:none;
}
td.scb_delim1_lev2,td.scb_delim1_lev2_h,td.scb_delim1_lev2_s,img.scb_delim1_lev2,img.scb_delim1_lev2_h,img.scb_delim1_lev2_s
{
	display:none;
}
td.scb_img2_lev2,td.scb_img2_lev2_h,td.scb_img2_lev2_s,img.scb_img2_lev2,img.scb_img2_lev2_h,img.scb_img2_lev2_s
{
	display:none;
}
td.scb_delim2_lev2,td.scb_delim2_lev2_h,td.scb_delim2_lev2_s,img.scb_delim2_lev2,img.scb_delim2_lev2_h,img.scb_delim2_lev2_s
{
	display:none;
}

tr.scb_item_lev2
{
}
td.scb_item_lev2
{
	height:19px;
	padding:1 10 1 10;
}
a.scb_item_lev2,a:link.scb_item_lev2,a:visited.scb_item_lev2,a:hover.scb_item_lev2
{
	color:#048E9B;
	font-family:Arial (Hebrew);
	font-size:12px;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
	vertical-align:middle;
	/*line-height:11px;*/
}
img.scb_item_lev2
{
}

tr.scb_item_lev2_h
{
	background-color:white;
}
td.scb_item_lev2_h
{
	height:19px;
	padding:1 10 1 10;
}
a.scb_item_lev2_h,a:link.scb_item_lev2_h,a:visited.scb_item_lev2_h,a:hover.scb_item_lev2_h
{
	color:#048E9B;
	background-color:white;
	font-family:Arial (Hebrew);
	font-size:12px;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
	vertical-align:middle;
	/*line-height:11px;*/
}
img.scb_item_lev2_h
{
}

tr.scb_item_lev2_s
{
	background-color:#aff0f9;
}
td.scb_item_lev2_s
{
	height:19px;
	padding:1 10 1 10;
}
a.scb_item_lev2_s,a:link.scb_item_lev2_s,a:visited.scb_item_lev2_s,a:hover.scb_item_lev2_s
{
	color:#048E9B;
	font-family:Arial (Hebrew);
	font-size:12px;
	text-decoration:none;
	cursor:hand;
	vertical-align:middle;
	/*line-height:11px;*/
}
img.scb_item_lev2_s
{
}

