.panelbarHeaderCollapsed
{ 		
	FONT-SIZE: 11px; 
	COLOR: #35609A;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url('../Img/HeaderCollapsedBg.gif');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 7px;
	margin-top: 5px
}

.panelbarHeaderHover 
{ 		
	FONT-SIZE: 11px; 
	COLOR: #373737;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url('../Img/HeaderCollapsedBg.gif');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 7px;
	margin-top: 5px
}

.panelbarHeaderExpand
{
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url('../Img/expandBgblue.gif');
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 7px;
	margin-top: 5px
}

.panelbarItem, .panelbarItemLast, .panelbarItemDisabled
{
	FONT-SIZE: 11px; 
	COLOR: #35609A;
	FONT-FAMILY: Arial,Verdana;
	cursor: hand;
	cursor: pointer;
	background-color: white;
	text-decoration: none;
	border-left: 1px solid #00619B;
	border-right: 1px solid #00619B;
	border-bottom: 1px solid #E8F0D9;
	padding-left: 7px;
	height: 19px;
}
.panelbarItemHover, .panelbarItemHoverLast, .panelbarItemHoverDisabled
{
	border-right: #00619b 1px solid;
	padding-left: 7px;
	font-weight: bold;
	font-size: 11px;
	border-left: #00619b 1px solid;
	cursor: pointer;
	color: #78bb82;
	border-bottom: #e8f0d9 1px solid;
	font-family: Arial,Verdana;
	height: 19px;
	background-color: white;
	text-decoration: none;
}
.panelbarItemLast, .panelbarItemHoverLast
{
	border-bottom: 1px solid #00619B;
}

.panelbarItemDisabled, .panelbarItemHoverDisabled
{
	color: pink;
	cursor:default;
}

.outerPanelbar
{
	background-color: #6487DC;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #2151B2;
}


