/************************************************************
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*/
.sb_table
{
	font-family:Arial;
	background-color:#dcf1f3;
	border-bottom:solid 1px white;
	width:146px;
}
/*second level items container*/
tr.sb_second_level_container
{
}
td.sb_second_level_container
{
	border-top:solid 1px white;
	background-color:#ADF0F8;
}
table.sb_second_level_container
{
	width:100%;
}
/*horizontal delimeter between first level items*/
tr.sb_h_delim_lev1
{
	height:1px;
}
td.sb_h_delim_lev1
{
	background-color:white;
	padding-bottom:0px;
	padding-top:0px;
	font-size:0px;
	line-height:0px;
	height:1px;
	overflow:hidden;
}
img.sb_h_delim_lev1
{
	height:1px;
}
/*horizontal delimeter between second level items*/
tr.sb_h_delim_lev2,td.sb_h_delim_lev2,img.sb_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.sb_h_delim_lev2
{
	height:1px;
}
/*first level item classes*/
td.sb_img1_lev1,td.sb_img1_lev1_h,td.sb_img1_lev1_s,img.sb_img1_lev1,img.sb_img1_lev1_h,img.sb_img1_lev1_s
{
	display:none;
}
td.sb_delim1_lev1,td.sb_delim1_lev1_h,td.sb_delim1_lev1_s,img.sb_delim1_lev1,img.sb_delim1_lev1_h,img.sb_delim1_lev1_s
{
	display:none;
}
td.sb_img2_lev1,td.sb_img2_lev1_h,td.sb_img2_lev1_s,img.sb_img2_lev1,img.sb_img2_lev1_h,img.sb_img2_lev1_s
{
	display:none;
}
td.sb_delim2_lev1,td.sb_delim2_lev1_h,td.sb_delim2_lev1_s,img.sb_delim2_lev1,img.sb_delim2_lev1_h,img.sb_delim2_lev1_s
{
	display:none;
}

tr.sb_item_lev1
{
}
td.sb_item_lev1
{
	height:22px;
	padding:7 10 7 10;
}
a.sb_item_lev1,a:link.sb_item_lev1,a:visited.sb_item_lev1,a:hover.sb_item_lev1
{
	color:#048E9B;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	cursor:hand;
	line-height:12px;
	width:100%;
	height:100%;
}
img.sb_item_lev1
{
}

tr.sb_item_lev1_h
{
	background-color:#00B1CB;
}
td.sb_item_lev1_h
{
	height:22px;
	padding:7 10 7 10;
}
a.sb_item_lev1_h,a:link.sb_item_lev1_h,a:visited.sb_item_lev1_h,a:hover.sb_item_lev1_h
{
	color:white;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	cursor:hand;
	line-height:12px;
	width:100%;
	height:100%;
}
img.sb_item_lev1_h
{
}

tr.sb_item_lev1_s
{
	background-color:#00B1CB;
}
td.sb_item_lev1_s
{
	height:22px;
	padding:7 10 7 10;
}
a.sb_item_lev1_s,a:link.sb_item_lev1_s,a:visited.sb_item_lev1_s,a:hover.sb_item_lev1_s
{
	color:white;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	cursor:hand;
	line-height:12px;
	width:100%;
	height:100%;
}
img.sb_item_lev1_s
{
}


/*second level item classes*/
td.sb_img1_lev2,td.sb_img1_lev2_h,td.sb_img1_lev2_s,img.sb_img1_lev2,img.sb_img1_lev2_h,img.sb_img1_lev2_s
{
	display:none;
}
td.sb_delim1_lev2,td.sb_delim1_lev2_h,td.sb_delim1_lev2_s,img.sb_delim1_lev2,img.sb_delim1_lev2_h,img.sb_delim1_lev2_s
{
	display:none;
}
td.sb_img2_lev2,td.sb_img2_lev2_h,td.sb_img2_lev2_s,img.sb_img2_lev2,img.sb_img2_lev2_h,img.sb_img2_lev2_s
{
	display:none;
}
td.sb_delim2_lev2,td.sb_delim2_lev2_h,td.sb_delim2_lev2_s,img.sb_delim2_lev2,img.sb_delim2_lev2_h,img.sb_delim2_lev2_s
{
	display:none;
}

tr.sb_item_lev2
{
}
td.sb_item_lev2
{
	height:21px;
	padding:5 10 5 10;
}
a.sb_item_lev2,a:link.sb_item_lev2,a:visited.sb_item_lev2,a:hover.sb_item_lev2
{
	color:#048E9B;
	font-size:11px;
	text-decoration:none;
	cursor:hand;
	line-height:11px;
	width:100%;
	height:100%;
}
img.sb_item_lev2
{
	font-weight:normal;
}

tr.sb_item_lev2_h { /* font-weight:bold;*/ }
td.sb_item_lev2_h
{
	height:21px;
	padding:5 10 5 10;
}
a.sb_item_lev2_h,a:link.sb_item_lev2_h,a:visited.sb_item_lev2_h,a:hover.sb_item_lev2_h
{
	color:#048E9B;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	line-height:11px;
	width:100%;
	height:100%;
}
img.sb_item_lev2_h
{
}

tr.sb_item_lev2_s
{
	
}
td.sb_item_lev2_s
{
	height:21px;
	padding:5 10 5 10;
}
a.sb_item_lev2_s,a:link.sb_item_lev2_s,a:visited.sb_item_lev2_s,a:hover.sb_item_lev2_s
{
	color:#048E9B;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	line-height:11px;
	width:100%;
	height:100%;
}
img.sb_item_lev2_s
{
}

