/************************************************************
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

*************************************************************/

	
TABLE.sb_table
{
	background-color: #FFFFFF;
	width:148px;
	
}

TD.sb_item_lev1_s,TD.sb_item_lev1_h {
	/*background-image:url(../../Images/en/SideBar/bottom_on.gif);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	padding:0px 0px 4px 0px;
/* added by German */
	background-color:#43A628;
}

a.sb_item_lev1_s,
a.sb_item_lev1_h,
a.sb_item_lev1 {
	padding-left:8px;
	padding-right:8px;
}



a.sb_item_lev1_s,
a.sb_item_lev1_s:link,
a.sb_item_lev1_s:visited,
a.sb_item_lev1_h, 
a.sb_item_lev1_h:link, 
a.sb_item_lev1_h:visited,
a.sb_item_lev1_s:hover,
a.sb_item_lev1_h:hover  {
	/*background-image:url(../../Images/en/SideBar/top_on.gif); 
	background-repeat:no-repeat;
	background-position: center top; */
	padding-top:4px;
	width:148px;
	background-color:#43A628;/* changed from #19659F by German */
	color:#FFFFFF;
}


TD.sb_item_lev1 {
	/*background-image:url(../../Images/en/SideBar/bottom_off.gif);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	padding:0px 0px 4px 0px;
	background-color:#D4ECFE;/*changed from #CBE6FB by German */
}

a.sb_item_lev1, 
a.sb_item_lev1:link, 
a.sb_item_lev1:visited,
a.sb_item_lev1:hover
{
	/*background-image: url(../../Images/en/SideBar/top_off.gif); 
	background-repeat:no-repeat;
	background-position: center top; */
	padding-top:4px;
	width:148px; 
	background-color:#D4ECFE;
	color:#444444;
}


td.sb_last_part, 
td.sb_first_part {
}

td.sb_last_part { height:3px;
}


.sb_item_search {
	padding-left:8px; 
	padding-right:8px;
	background-image:url(../../Images/en/SideBar/top_on.gif); 
	background-repeat:no-repeat;
	background-position: center top; 
	padding-top:4px;
	width:148px; 
	background-color:#19659F;
	color:#FFFFFF; 
}

.sb_Search_Table {
	margin-top:-2px; 
	padding:20px 14px 10px 0px; 
	text-align:right; 
	width:148px; 
	border-bottom:2px solid #FFFFFF; 
	background-image:url(../../Images/en/SideBar/top_off.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	background-color:#D4ECFE;/*#CBE6FB; */
}

.sb_Search_Table_wide {
	margin-top:-2px; 
	padding:20px 14px 10px 0px; 
	text-align:left; 
	vertical-align:top!important;
	padding-left :9px;
	width:100%; 
	border-bottom:2px solid #FFFFFF; 
	/*background-image:url(../../Images/en/SideBar/top_off.gif); 
	background-position:top; 
	background-repeat:no-repeat; */
	background-color:#D4ECFE; 
}

.sb_Search_td {
	background-image:url(../../Images/en/SideBar/bottom_off.gif); 
	background-position:bottom; 
	background-repeat:no-repeat;
}

.sb_Search_select {
	width:122px; 
	margin-bottom:3px; 
}

.sb_Search_button {
	margin-top:4px;
	background-image:url(../../Images/en/search.gif); 
	background-position:center center; 
	background-repeat:no-repeat; 
	width:60px; 
	text-align:right; 
	display:inline ;
}

a.sb_Search_link {
	background-repeat:no-repeat; 
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}

a.sb_Search_link:hover {
	color:#000000;
}


