.panelbarHeaderCollapsed
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: #1b5e86;
	font-family: Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 31px;
}

.panelbarHeaderHover
{
	padding-left: 10px;
	font-weight: bold;
		font-size: 10px;
	cursor: pointer;
	color: #296e98;
	font-family: Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 31px;
}

.panelbarHeaderExpand
{
	padding-left: 10px;
	font-weight: bold;
		font-size: 10px;
	cursor: pointer;
	color: #1b5e86;
	font-family:Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 31px;
}

.panelbarItem
{
	background-position: 50% bottom;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9px;
	background-image: url(/Images/ItemsSeparator.gif);
	cursor: pointer;
	color: #ffffff;
	background-repeat: repeat-x;
	font-family: Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 22px;
	background-color: #3399cc;
	text-decoration: none;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}

.panelbarItemDisabled
{
	border-right: #b3e5ff 1px solid;
	padding-left: 5px;
		font-size: 9px;
	border-left: #b3e5ff 1px solid;
	width: 100%;
	cursor: no-drop;
	
	color: gray;
	font-family: Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 22px;
	text-decoration: none;
}

.panelbarItemSelected
{
	border-right: #b3e5ff 1px solid;
	border-top: #b3e5ff 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9px;
	border-left: #b3e5ff 1px solid;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	border-bottom: #b3e5ff 1px solid;
	font-family: Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 22px;
	background-color: maroon;
	text-decoration: none;
}
.panelbarItemHover
{
	background-position: 50% bottom;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9px;
	background-image: url(/Images/ItemsSeparator.gif);
	cursor: pointer;
	color: #ffffff;
	background-repeat: repeat-x;
	font-family: Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 22px;
	background-color: #00dee8;
	text-decoration: none;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
