﻿.panelbarHeader

{
    margin:0px;
	font-size: 110%;
	color: #000000;
	font-weight:bold;
	cursor: pointer;
	height: 25px;
    padding: 8px 4px;
    border-top-color: #DCDCDC;
    border-top-style: solid;
    border-top-width:1px;
    white-space:normal;
}
.panelbarHeader td
{
    padding: 4px 4px 2px 4px;
}
	
.panelbarHeaderHover

{
    margin:0px;
	font-size: 110%;
	color: #3F7A05;
	font-weight:bold;
	cursor: pointer;
    height: 25px;
    padding: 8px 4px;
    border-top-color: #DCDCDC;
    border-top-style: solid;
    border-top-width:1px;
    white-space:normal;
}
.panelbarHeaderHover td
{
    padding: 4px 4px 2px 4px;
}
.panelbarItemFolder

{
  FONT-SIZE: 100%;
  font-weight:bold;
  COLOR: #969696;
  width: 100%;
  cursor: pointer;
  padding-left: 15px;
  padding: 40px;
  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;
} 

