.panelbarHeaderCollapsed
{ 		
	FONT-SIZE: 9pt; 
	COLOR: #343E2C;
	FONT-FAMILY: Tahoma;
	cursor: hand;
	cursor: pointer;
	height: 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 9px;
	background-image: url(../Img/HeaderCollapsed.jpg);
}

.panelbarHeaderHover
{ 		
	FONT-SIZE: 9pt; 
	COLOR: #000000;
	FONT-FAMILY: Tahoma;
	cursor: hand;
	cursor: pointer;
	height: 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 9px;
	background-image: url(../Img/HeaderCollapsed.jpg);
}

.panelbarHeaderExpand
{
	FONT-SIZE: 9pt; 
	COLOR: #000066;
	FONT-FAMILY: Tahoma;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 4px;
	background-image: url(../Img/HeaderExpanded.jpg);
}

.panelbarItem 
{
	FONT-SIZE: 9pt; 
	COLOR: #343E2C;
	FONT-FAMILY: Tahoma;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	height: 22px;
	/*box-sizing: border-box;*/
	-moz-box-sizing: border-box;
	background-image: url(../Img/itemsSeparator.jpg);
	background-repeat: no-repeat;
	background-position:  bottom;
}

.panelbarItemHover
{
	FONT-SIZE: 9pt; 
	COLOR: #343E2C;
	FONT-FAMILY: Tahoma;
	cursor: hand;
	text-align: center;
	cursor: pointer;
	height: 22px;
	/*box-sizing: border-box;*/
	-moz-box-sizing: border-box;
	background-image: url(../Img/itemsSeparator.jpg);
	background-repeat: no-repeat;
	background-position:  bottom;
}

.panelbarItemGroup
{
	background-image: url(../Img/itemsBg.jpg);
	background-repeat: repeat;
}

.Panelbar
{
	background-image: url(../Img/bg.gif);
}