.panelbarHeader 
{                   
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 24px;
	text-align: right;
	margin-right: 4px;
	padding-top: 3px;
	text-align: right;
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;

/*	font-size: 11px; 
	color: #fff;
	font-family: Arial,Verdana;
	font-weight: bold;
	padding: 4px;
	background-color: #669ACC;
	border: 1px solid #AFCDDC;
	height: 24px;
*/
}

.panelbarHeaderHover 
{ 
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 24px;
	text-align: right;
	margin-right: 4px;
	padding-top: 3px;
	text-align: right;
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;

/*
	padding: 4px;
	border: 1px solid #AFCDDC;
	height: 24px;
*/
}

.panelbarHeaderExpand
{
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 24px;
	text-align: right;
	margin-right: 4px;
	padding-top: 3px;
	text-align: right;
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

.panelbarItem 
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-right: 16px;
	background-color: #E4F1F8;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: none;
	text-align:right;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.panelbarItemSelected
{
	font-size: 11px; 
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-right: 16px;
	background-color: #EDF5FB;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: underline;
	text-align:right;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}