.panelbarHeader { 		
font-size: 0.7em; 
color: #2B4B88;
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
width: 100%;
height: 25px;
line-height:25px;
cursor: hand;
border-bottom: 1px dotted #2B4B88;
}

.panelbarHeaderSelected { 		
font-size: 0.7em; 
color:#C01920;
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
width: 100%;
height: 25px;
line-height:25px;
cursor: hand;
border-bottom: 1px dotted #2B4B88;
}


.panelbarItem 
{
	FONT-SIZE: 11px; 
	COLOR: #000000;
	FONT-FAMILY: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #E4F1F8;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: none;
	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-left: 16px;
	background-color: #E4F1F8;
	border: 1px solid #C1D9E5;
	border-top: 0px;
	text-decoration: underline;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}