.panelbarHeader
{
    font-size: 11px;
    color: dimgray;
    font-family: Verdana,Arial;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: transparent;
    height: 25px;
}

.panelbarHeaderHover
{
    font-size: 11px;
    color: dimgray;
    font-family: Verdana,Arial;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: transparent;
    height: 25px;
   
}

.panelbarHeaderExpand
{
	  font-size: 11px;
    color: dimgray;
    font-family: Verdana,Arial;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color:transparent;
    height: 25px;
 
}

.panelbarItem
{
    font-size: 11px;
    color: dimgray;
    font-family: Verdana,Arial;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 16px;
    background-color:transparent;
  
    text-decoration: none;
    display: block;
    box-sizing: border-box;
      font-weight: normal;
  
}
.panelbarItemSelected
{
    font-size: 11px;
    color: dimgray;
    font-family: Verdana,Arial;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 16px;
    background-color: transparent;
   
    
    text-decoration: underline;
    display: block;
    box-sizing: border-box;
    
}
.deneme
{
    font-size: 11px;
    color: dimgray;
    font-family: Verdana,Arial;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 16px;
    background-color: transparent;
    
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    font-weight: normal;
   
}