/************************************************************
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
{
}
.sb_container1
{
}
.sb_container2
{
}

/*************************************************************/
/* main table */
/*************************************************************/
.sb_table
{
	background: url(../../Images/1.EN/SideBar/sb_bg.gif) repeat-y left top;
	border: solid 1px #a4d1f8;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}
table.sb_table a, table.sb_table a:hover
{
	text-decoration: none;
}

/*************************************************************/
/*first line in main table*/
/*************************************************************/
tr.sb_first_part
{
	display: none;
}
td.sb_first_part
{
	display: none;
}
td.sb_first_part img
{
	display: none;
}

/*************************************************************/
/*last line in main table*/
/*************************************************************/
tr.sb_last_part
{
	display: none;
}
td.sb_last_part
{
	display: none;
}
td.sb_last_part img
{
	display: none;
}

/*************************************************************/
/* 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%;
	background: #fff;
}
tr.sb_sub_level1_container td.sb_item_lev1
{
	padding: 0px;
}
/*************************************************************/
/* horizontal delimeter items*/
/*************************************************************/
tr.sb_h_delim_lev1,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
{
	padding: 0px 6px;
}
td.sb_item_lev1_h, td.sb_item_lev1_s
{
	padding: 0px 6px;
	background: #0dcc27 url(../../Images/1.EN/SideBar/sb_bgH.gif) repeat-x left bottom;
}
img.sb_item_lev1
{
	display: none;
}
img.sb_item_lev1_h,img.sb_item_lev1_s
{
	display: none;
}
a.sb_item_lev1,a.sb_item_lev1:link,a.sb_item_lev1:visited,a.sb_item_lev1:hover
{
	background: url(../../Images/1.EN/SideBar/sb_arrow.gif) no-repeat left 10px;
	display: block;
	font-size: 12px;
	padding: 4px 10px 5px;
	color: #3c4044;
	font-weight: normal;
}
a.sb_item_lev1_h,a.sb_item_lev1_h:link,a.sb_item_lev1_h:visited,a.sb_item_lev1_h:hover
{
	background: url(../../Images/1.EN/SideBar/sb_arrowH.gif) no-repeat left 10px;
	display: block;
	font-size: 12px;
	padding: 4px 10px 5px;
	color: #fff;
	font-weight: normal;
}
a.sb_item_lev1_s,a.sb_item_lev1_s:link,a.sb_item_lev1_s:visited,a.sb_item_lev1_s:hover
{
	background: url(../../Images/1.EN/SideBar/sb_arrowH.gif) no-repeat left 10px;
	display: block;
	font-size: 12px;
	padding: 4px 10px 5px;
	color: #fff;
	font-weight: normal;
}

/*************************************************************/
/* 2 level item classes*/
/*************************************************************/
tr.sb_item_lev2,tr.sb_item_lev2_H,tr.sb_item_lev2_s
{
}
td.sb_item_lev2
{
	padding: 0px 0px 0px 14px;
	background-color: #DDF2E0
}
td.sb_item_lev2_H, td.sb_item_lev2_s
{
	padding: 0px 0px 0px 14px;
}
img.sb_item_lev2
{
	display: none;
}
img.sb_item_lev2_h,img.sb_item_lev2_s
{
	display: none;
}
a.sb_item_lev2,a.sb_item_lev2:link,a.sb_item_lev2:visited,a.sb_item_lev2:hover
{
	background: url(../../Images/1.EN/SideBar/sb_arrow.gif) no-repeat left 6px;
	display: block;
	font-size: 12px;
	padding: 0px 0px 2px 10px;
	color: #3c4044;
	font-weight: normal;
}
a.sb_item_lev2_h,a.sb_item_lev2_h:link,a.sb_item_lev2_h:visited,a.sb_item_lev2_h:hover
{
	background: url(../../Images/1.EN/SideBar/sb_arrow.gif) no-repeat 14px 6px;
	display: block;
	font-size: 12px;
	padding: 0px 0px 2px 24px;
	color: #012c97;
	font-weight: normal;
}
a.sb_item_lev2_s,a.sb_item_lev2_s:link,a.sb_item_lev2_s:visited,a.sb_item_lev2_s:hover
{
	background: url(../../Images/1.EN/SideBar/sb_arrow.gif) no-repeat 0px 6px;
	display: block;
	font-size: 12px;
	padding: 0px 0px 2px 10px;
	color: #012c97;
	font-weight: normal;
}

h4.sb_title
{
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0px 8px;
	background: #61a1de url(../../Images/sb_title_bg.gif) repeat-x left bottom;
}