﻿/************************************************************
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
*************************************************************/

h2.sb_title
{
	background: url(../../Images/2.HE/General/general_title_border.gif) repeat-x right bottom;
	margin: 0px 2px 7px;
	padding: 0px 10px 8px;
	font-weight: normal;
}
h5.sb_title
{
	background: url(../../Images/2.HE/General/general_title_border.gif) repeat-x right bottom;
	margin: 0px 2px 7px;
	padding: 0px 10px 8px;
	font-weight: normal;
}
span.sb_title
{
}
span.sb_title a
{
    color: #000;
    text-decoration: none;
}
span.sb_title a:hover,
span.sb_title a:active,
span.sb_title a:focus
{
    color: #000;
    text-decoration: underline;
}

ul.sb_cont_lev0
{
}

li.sb_item_lev1
{
}
li.sb_item_lev1_h
{
}
li.sb_item_lev1_s
{
}

div.sb_item_lev1
{
	font-weight: bold;
	color: #555;
	width: 100%;
	padding: 0px 0px 5px;
	background: url(../../Images/2.HE/General/sb_lev1_bg.gif) no-repeat right bottom;
}
div.sb_item_lev1_h
{
	font-weight: bold;
	color: #431569;
	width: 100%;
	padding: 0px 0px 5px;
	background: url(../../Images/2.HE/General/sb_lev1_bg.gif) no-repeat right bottom;
}
div.sb_item_lev1_s
{
	font-weight: bold;
	color: #431569;
	width: 100%;
	padding: 0px 0px 9px;
	background: url(../../Images/2.HE/General/sb_lev1_bg_s.gif) no-repeat right bottom;
}

span.sb_item_lev1
{
	display: block;
	background: url(../../Images/2.HE/General/sb_lev1_bg.gif) no-repeat right top;
	padding: 5px 25px 0px;
}
span.sb_item_lev1_h
{
	display: block;
	background: url(../../Images/2.HE/General/sb_lev1_bg.gif) no-repeat right top;
	padding: 5px 25px 0px;
}
span.sb_item_lev1_s
{
	display: block;
	background: url(../../Images/2.HE/General/sb_lev1_bg_s.gif) no-repeat right top;
	padding: 5px 25px 0px;
}

a.sb_item_lev1
{
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
a.sb_item_lev1_h, a.sb_item_lev1:hover, a.sb_item_lev1:active, a.sb_item_lev1:focus
{
	font-weight: bold;
	color: #431569;
	text-decoration: underline;
}
a.sb_item_lev1_s, a.sb_item_lev1:hover, a.sb_item_lev1:active, a.sb_item_lev1:focus
{
	font-weight: bold;
	color: #555;
	text-decoration: underline;
}

/*a.sb_item_lev1_h, a.sb_item_lev1_h:link, a.sb_item_lev1_h:visited, a.sb_item_lev1_h:hover, a.sb_item_lev1_h:active, a.sb_item_lev1_h:focus
{
	font-weight: bold;
	color: #431569;
	text-decoration: underline;
}
a.sb_item_lev1_s, a.sb_item_lev1_s:link, a.sb_item_lev1_s:visited, a.sb_item_lev1_s:hover, a.sb_item_lev1_s:active, a.sb_item_lev1_s:focus
{
	font-weight: bold;
	color: #431569;
	text-decoration: none;
}*/

li.sb_item_lev1_delim
{
    height: 1px;
    display: inline;
    padding: 0px !important;
    margin: 0px !important;
    list-style-type: none !important;
    speak:none;
}
li.sb_item_lev1_delim div
{
    height: 1px;
    background-color: #f0f0f0;
    margin: 2px 0px 3px !important;
}
li.sb_item_lev1_delim div img
{
    height: 1px;
}

div.sb_cont_lev1
{
	/*border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;*/
	margin: 3px 0px 0px;
	padding-bottom: 0px;
}
ul.sb_cont_lev1
{
}

li.sb_item_lev2
{
	clear: both;
}
li.sb_item_lev2_h
{
}
li.sb_item_lev2_s
{
    margin-top: 3px;
    padding-bottom: 3px;
	border-bottom:1px solid #F0F0F0;
}

div.sb_item_lev2
{
	background: url(../../Images/2.HE/General/sb_lev2_bg.gif) no-repeat right bottom;
}
div.sb_item_lev2_h
{
	background: url(../../Images/2.HE/General/sb_lev2_bg.gif) no-repeat right bottom;
}
div.sb_item_lev2_s
{
	background: url(../../Images/2.HE/General/sb_lev2_bg_s.gif) no-repeat right bottom;
	padding-bottom: 5px;
}

span.sb_item_lev2
{
	background: url(../../Images/2.HE/General/sb_lev2_bg.gif) no-repeat right 2px;
	padding: 4px 35px;
	display: block;
	border-bottom:1px solid #F0F0F0;
}
span.sb_item_lev2_h
{
	background: url(../../Images/2.HE/General/sb_lev2_bg.gif) no-repeat right 2px;
	padding: 4px 35px;
	display: block;
	border-bottom:1px solid #F0F0F0;
}
span.sb_item_lev2_s
{
	background: url(../../Images/2.HE/General/sb_lev2_bg_s.gif) no-repeat right top;
	padding: 1px 35px;
	display: block;
}

a.sb_item_lev2
{
	color: #555;
	text-decoration: none;
}
a.sb_item_lev2_h, a.sb_item_lev2:hover, a.sb_item_lev2:active, a.sb_item_lev2:focus
{
	color: #431569;
	text-decoration: underline;
}
a.sb_item_lev2_s, a.sb_item_lev2:hover, a.sb_item_lev2:active, a.sb_item_lev2:focus
{
	color: #555;
	text-decoration: underline;
}

/*a.sb_item_lev2_h, a.sb_item_lev2_h:link, a.sb_item_lev2_h:visited, a.sb_item_lev2_h:hover, a.sb_item_lev2_h:active, a.sb_item_lev2_h:focus
{
	color: #431569;
	text-decoration: underline;
}
a.sb_item_lev2_s, a.sb_item_lev2_s:link, a.sb_item_lev2_s:visited, a.sb_item_lev2_s:hover, a.sb_item_lev2_s:active, a.sb_item_lev2_s:focus
{
	color: #431569;
	text-decoration: none;
}*/

li.sb_delim_lev2
{
	display: inline;
}
div.sb_delim_lev2
{
	height: 1px;
	padding: 0px !important;
	margin: 3px 0px !important;
}
img.sb_delim_lev2
{
	height: 1px;
	width: 100%;
	background-color: #f0f0f0;
}


ul.ssb_cont_lev0
{
}

li.ssb_item_lev1
{
}
li.ssb_item_lev1_h
{
}
li.ssb_item_lev1_s
{
}

li.ssb_item_lev1 div
{
	color: #555;
	padding: 5px 0px 3px;
	background: url(../../Images/2.HE/General/ssb_lev1_bg.gif) no-repeat right bottom;
	border-bottom:1px solid #F0F0F0;
}
li.ssb_item_lev1_h div
{
	color: #431569;
	padding: 5px 0px 3px;
	background: url(../../Images/2.HE/General/ssb_lev1_bg.gif) no-repeat right bottom;
	border-bottom:1px solid #F0F0F0;
}
li.ssb_item_lev1_s div
{
	color: #431569;
	background: url(../../Images/2.HE/General/sb_lev2_bg_s.gif) no-repeat right bottom;
	padding-bottom: 5px;
}

li.ssb_item_lev1 span
{
	background: url(../../Images/2.HE/General/ssb_lev1_bg.gif) no-repeat right 3px;
	padding: 3px 25px 0px;
	display:inline-block;
}
li.ssb_item_lev1_h span
{
	background: url(../../Images/2.HE/General/ssb_lev1_bg.gif) no-repeat right 3px;
	padding: 3px 25px 0px;
	display:inline-block;
}
li.ssb_item_lev1_s span
{
	background: url(../../Images/2.HE/General/sb_lev2_bg_s.gif) no-repeat right 3px;
	padding: 0px 35px;
	display: block;
}

li.ssb_item_lev1 a
{
	color: #555;
	text-decoration: none;
}

li.ssb_item_lev1_h a, li.ssb_item_lev1 a:hover, li.ssb_item_lev1 a:active, li.ssb_item_lev1 a:focus
{
	color: #431569;
	text-decoration: underline;
}
li.ssb_item_lev1_s a, li.ssb_item_lev1 a:hover, li.ssb_item_lev1 a:active, li.ssb_item_lev1 a:focus
{
	color: #555;
	text-decoration: underline;
}

/*li.ssb_item_lev1_h a, li.ssb_item_lev1_h a:link, li.ssb_item_lev1_h a:visited, li.ssb_item_lev1_h a:hover, li.ssb_item_lev1_h a:active, li.ssb_item_lev1_h a:focus
{
	color: #431569;
	text-decoration: underline;
}
li.ssb_item_lev1_s a, li.ssb_item_lev1_s a:link, li.ssb_item_lev1_s a:visited, li.ssb_item_lev1_s a:hover, li.ssb_item_lev1_s a:active, li.ssb_item_lev1_s a:focus
{
	color: #431569;
	text-decoration: none;
}*/

li.ssb_delim_lev1
{
	display: inline;
	speak:none;
}
div.ssb_delim_lev1
{
	height: 1px;
	padding: 0px !important;
	margin: 3px 0px !important;
}
img.ssb_delim_lev1
{
	height: 1px;
	width: 100%;
	background-color: #f0f0f0;
}
