﻿.panelbarHeader

{
    margin:0px;
	font-size: 110%;
	color: #000000;
	font-weight:bold;
	cursor: pointer;
	height: 25px;
    padding: 4px 4px 4px 0px;
    border-top-color: #DCDCDC;
    border-top-style: solid;
    border-top-width:1px;
    white-space:normal;
}
	
.panelbarHeaderHover

{
    margin:0px;
	font-size: 110%;
	color: #969696;
	font-weight:bold;
	cursor: pointer;
    height: 25px;
    padding: 4px 4px 4px 0px;
    border-top-color: #DCDCDC;
    border-top-style: solid;
    border-top-width:1px;
    white-space:normal;
}

.panelbarItemFolder

{
  FONT-SIZE: 100%;
  font-weight:bold;
  COLOR: #969696;
  width: 100%;
  cursor: pointer;
  padding: 3px;
  padding-left: 15px;
  white-space:normal;
}

.panelbarItemFolderHover

{
  FONT-SIZE: 100%;
  font-weight:bold;
  COLOR: #000000;
  width: 100%;
  cursor: pointer;
  padding: 3px;
  padding-left: 15px;
  white-space:normal;
} 

.panelbarItem

{
  FONT-SIZE: 100%;
  COLOR: #969696;
  width: 100%;
  cursor: pointer;
  padding: 3px;
  padding-left: 25px;
  white-space:normal;
}

.panelbarItemSelected

{
  FONT-SIZE: 100%;
  COLOR: #969696;
  width: 100%;
  cursor: pointer;
  padding: 3px;
  padding-left: 25px;
  background-image: url(/Images/System/arrow-grey.gif);
  background-position:left;
  background-repeat:no-repeat;
  white-space:normal;

} 
.panelbarItemHover

{
  FONT-SIZE: 100%;
  COLOR: #000000;
  width: 100%;
  cursor: pointer;
  padding: 3px;
  padding-left: 25px;
  white-space:normal;
} 

