/************************************************************
GENERAL : 

All classes begin with sb prefix.

Side bar contain X levels : first with classes that contain levX prefix
and second with classes that contain levX prefix, ...

Each row contain item ( ref with text or image )

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
*************************************************************/
.sb_container{
	padding: 0 13px 5px 0;
	vertical-align: top;
	width: 149px; /*width : 146px;*/
}

.sb_container1 {
	padding: 22px 0 0;
	vertical-align: top;
}

.sb_container2{
	padding: 22px 0 0;
	vertical-align: top;
}

/*************************************************************/
/* main table */
/*************************************************************/
.sb_table
{
	width: 155px;
	margin-top: 0px;
}
TABLE.sb_table A, TABLE.sb_table A:HOVER
{
	text-decoration: none;
}
	
/*************************************************************/
/*first line in main table*/
/*************************************************************/
tr.sb_first_part
{
}
td.sb_first_part
{
}
td.sb_first_part img
{
	/*background: url(../../images/1.en/SideBar/first_part.gif) no-repeat;*/
}

/*************************************************************/
/*last line in main table*/
/*************************************************************/
tr.sb_last_part
{
}
td.sb_last_part
{
}
td.sb_last_part img
{
	/*background: url(../../images/1.en/SideBar/last_part.gif) no-repeat;*/
}

/*************************************************************/
/* items container */
/*************************************************************/
tr.sb_sub_level1_container,tr.sb_sub_level2_container,tr.sb_sub_level3_container,tr.sb_sub_level4_container,tr.sb_sub_level5_container
{
}
td.sb_sub_level1_container,td.sb_sub_level2_container,td.sb_sub_level3_container,td.sb_sub_level4_container,td.sb_sub_level5_container
{
}
table.sb_sub_level1_container,table.sb_sub_level2_container,table.sb_sub_level3_container,table.sb_sub_level4_container,table.sb_sub_level5_container
{
	width:100%;
	font-size: 13px;
	color:#FEF5B0;
	font-weight:bold;
	height:auto;
}
table.sb_sub_level2_container
{
    padding-right:15px;
}
/*************************************************************/
/* horizontal delimeter items*/
/*************************************************************/
tr.sb_h_delim_lev1
{
	height: 1px;
	background-color: #fff;
}
tr.sb_h_delim_lev2,tr.sb_h_delim_lev3,tr.sb_h_delim_lev4,tr.sb_h_delim_lev5
{
	display:none;
}
td.sb_h_delim_lev1,td.sb_h_delim_lev2,td.sb_h_delim_lev3,td.sb_h_delim_lev4,td.sb_h_delim_lev5
{
	display:none;
}
img.sb_h_delim_lev1,img.sb_h_delim_lev2,img.sb_h_delim_lev3,img.sb_h_delim_lev4,img.sb_h_delim_lev5
{
	display:none;
}

/*************************************************************/
/* 1 level item classes*/
/*************************************************************/
tr.sb_item_lev1,tr.sb_item_lev1_h,tr.sb_item_lev1_s
{
}
td.sb_item_lev1
{
	background: #168ECE url(../../Images/1.EN/SideBar/sidebar_bg.gif) repeat-x left top;
}
td.sb_item_lev1_h
{
	background: #FC8201 url(../../Images/1.EN/SideBar/sidebar_bg_over.gif) repeat-x left top;
}
td.sb_item_lev1_s
{
	background: #FC8201 url(../../Images/1.EN/SideBar/sidebar_bg_over.gif) repeat-x left top;
}
img.sb_item_lev1
{
	
	background: url(../../Images/1.EN/SideBar/sb_arrow.gif) no-repeat;
	width:10px;
	height: 11px;
	border:0;
	margin:3px 6px 0 -10px;
	float:left;
	display: none;
}
img.sb_item_lev1_h,img.sb_item_lev1_s
{
	background: url(../../Images/1.EN/SideBar/sb_arrow_hover.gif) no-repeat;
	width:10px;
	height: 11px;
	border:0;
	margin:3px 6px 0 -10px;
	float:left;
	display: none;
}

a.sb_item_lev1,a.sb_item_lev1:link,a.sb_item_lev1:visited,a.sb_item_lev1:hover
{
	font-size: 13px;
	display: block;
	padding: 0px;
	color:#ffffff !important;
	font-weight:bold;
	height:auto;
	background: url(../../Images/1.EN/SideBar/blue_arrow.gif) no-repeat 5px 5px;
	padding: 2px 21px 3px;
}
a.sb_item_lev1_h,a.sb_item_lev1_h:link,a.sb_item_lev1_h:visited,a.sb_item_lev1_h:hover
{
	font-size: 13px;
	display: block;
	padding: 0px;
	color:#FFFFFF !important;
	font-weight:bold;
	height:auto;
	background: url(../../Images/1.EN/SideBar/orange_arrow.gif) no-repeat 5px 5px;
	padding: 2px 21px 3px;
}
a.sb_item_lev1_s,a.sb_item_lev1_s:link,a.sb_item_lev1_s:visited,a.sb_item_lev1_s:hover
{
	font-size: 13px;
	display: block;
	padding: 0px;
	color:#FFFFFF !important;
	font-weight:bold;
	height:auto;
	background: url(../../Images/1.EN/SideBar/orange_arrow.gif) no-repeat 5px 5px;
	padding: 2px 21px 3px;
}

/*************************************************************/
/* 2 level item classes*/
/*************************************************************/
tr.sb_item_lev2,tr.sb_item_lev2_H,tr.sb_item_lev2_s
{
}
td.sb_item_lev2
{
	background-color: #FEF5B0;
}
td.sb_item_lev2_h
{
	background-color: #FEF5B0;
}
td.sb_item_lev2_s
{	
	background-color: #FEF5B0;
}

/*FF*/
td.sb_item_lev2 > a.sb_item_lev2 { }
/*a.sb_item_lev2 > img.sb_item_lev2 {  margin:-1px 6px -5px -10px; }*/

img.sb_item_lev2, img.sb_item_lev2_h,img.sb_item_lev2_s
{
	background: url(../../Images/1.EN/SideBar/dark_arrow.gif) no-repeat bottom !important;
	width:6px;
	height:6px;
	border:0;
	margin:6px 6px 0px -10px;
	float:left;
	padding: 0px;
	position:absolute;
	vertical-align: bottom !important;
}
a.sb_item_lev2,a.sb_item_lev2:link,a.sb_item_lev2:visited,a.sb_item_lev2:hover
{
	font-size:13px !important;
	color:#4D4D4D;	
	display: block;
	padding: 2px 10px 1px 15px;
	font-weight:bold;
	height:auto;
}
a.sb_item_lev2_h,a.sb_item_lev2_h:link,a.sb_item_lev2_h:visited,a.sb_item_lev2_h:hover
{
	font-size:13px !important;
	color:#F05B26;	
	display: block;
	padding: 2px 10px 1px 15px;
	font-weight:bold;
	height:auto;
}
a.sb_item_lev2_s,a.sb_item_lev2_s:link,a.sb_item_lev2_s:visited,a.sb_item_lev2_s:hover
{
	font-size:13px !important;
	color:#F05B26;	
	display: block;
	padding: 2px 10px 1px 15px;
	font-weight:bold;
	height:auto;
}
/*************************************************************/
/* 3 level item classes*/
/*************************************************************/
tr.sb_item_lev3,tr.sb_item_lev3_H,tr.sb_item_lev3_s
{
}
td.sb_item_lev3
{
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
td.sb_item_lev3_h
{
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
td.sb_item_lev3_s
{	
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
img.sb_item_lev3
{
	background-image:url(../../Images/1.HE/SideBar/sb_arrow_sub_0.gif);
	width:18px;
	height:11px;
	border:0;
	margin:-1px -10px 0 6px;
	float:right;
}

/*FF*/
td.sb_item_lev3 > a.sb_item_lev3 { }
a.sb_item_lev3 > img.sb_item_lev3 {  margin:-1px -10px -5px 6px; }

img.sb_item_lev3_h,img.sb_item_lev3_s
{
	background-image:url(../../Images/1.HE/SideBar/sb_arrow_sub.gif);
	width:18px;
	height:11px;
	border:0;
	margin:-1px -10px 0 6px;
	float:right;
}
a.sb_item_lev3,a.sb_item_lev33link,a.sb_item_lev3:visited,a.sb_item_lev3:hover
{
	font-size:11px !important;
	color:#888A8C;	
	display: block;
	height: 17px;
	padding: 2px 18px 1px 10px;
	font-weight:bold;
	height:auto;
}
a.sb_item_lev3_h,a.sb_item_lev3_h:link,a.sb_item_lev3_h:visited,a.sb_item_lev3_h:hover
{
	font-size:11px !important;
	color:#FD9A19 !important;	
	display: block;
	height: 17px;
	padding: 2px 18px 1px 10px;
	/*background-color:#ECF8FF;*/
	font-weight:bold;
	height:auto;
}
a.sb_item_lev3_s,a.sb_item_lev3_s:link,a.sb_item_lev3_s:visited,a.sb_item_lev3_s:hover
{
	font-size:11px !important;
	color:#FD9A19 !important;	
	display: block;
	height: 17px;
	padding: 2px 18px 1px 10px;
	/*background-color:#ECF8FF;*/
	font-weight:bold;
	height:auto;
}
@media print
{
	.sb_container
	{
		border-left: 9px solid #DDDCDC;
		border-top: 8px solid #DDDCDC;
		padding: 0 14px 0 0;
		width: 14px;
	}
	
	.sb_table
	{
		display: none;
	}
}

.general_title_sb { font-size: medium; color: #0071BA; font-weight: bold; margin-bottom: 3px; margin-top: 10px; }