﻿.TabLabelDefaultStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: black;
      cursor: pointer;
      background-color: #E4F1F8;
      border-left: 1px solid #E4F1F8;
      border-top: 3px solid white;
      border-right: 1px solid white;
      height: 26px;
}

.TabLabelHoverStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: #333333;
      cursor: pointer;
      background-color: #BEDA5B;
      border-left: 1px solid white;
      border-top: 3px solid white;
      border-right: 1px solid white;
      text-decoration: underline;
      height: 26px;
}

.TabLabelDisabledStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: #BBBBBB;
      cursor: wait;
      cursor: no-drop;
      background-color: white;
      border-left: 1px solid white;
      border-top: 3px solid white;
      border-right: 1px solid white;
      height: 26px;
}

.TabLabelSelectedStyle
{
      font-family: "MS Sans Serif", Arial, sans-serif;
      font-size: 8pt;
      color: white;
      cursor: pointer;
      background-color: #128CDD;
      border-left: 1px solid #128CDD;
      border-top: 3px solid #128CDD;
      border-right: 1px solid white;
      height: 26px;
}

.TabLabelText
{
    text-align: center;
}

.TabRadTabstrip
{
    border-bottom: 4px solid #128CDD;
    padding: 0px 30px;
}


.panelbarHeader 
{         
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: #CFE6F2;
    border: 1px solid #AFCDDC;
    height: 25px;
}

.panelbarHeaderHover 
{         
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: #A0D5F5;
    border: 1px solid #AFCDDC;
    height: 25px;
}

.panelbarHeaderExpand
{
    FONT-SIZE: 11px; 
    COLOR: #000000;
    FONT-FAMILY: Arial,Verdana;
    height: 25px;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    padding: 4px;
    background-color: #CFE6F2;
    border: 1px solid #AFCDDC;
    border-bottom: 0px;
}

.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: #EDF5FB;
    border: 1px solid #C1D9E5;
    border-top: 0px;
    text-decoration: underline;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


