.TopGroup
{
  z-index:90;
  position:relative;
}

.DefaultTab {
    border-color: var(--subheader1) !important;
    color: var(--tabColor) !important;
    background-color: var(--subheader1) !important;
    border-style: solid;
    border-width: 1px;
    font-family: Century Gothic;
    font-size: 12px;
    cursor: default;
    height: 30px;
    vertical-align: bottom;
    margin-top: 10px;
}

.DefaultTabHover
{
    color: white; 
    font-family: Century Gothic, Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    cursor: default;
    height: 40px;
    background-color: #404040;
    border: 1px solid #C0C0C0;
    vertical-align:bottom;
}

.SelectedTab {
    border-color: #0f485b !important;
    color: var(--tabColor) !important;
    background-color: var(--header) !important;

    font-family: Century Gothic, Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    cursor: default;
    font-weight: bold;
    height: 35px;
    margin-top: 5px;
}

.DefaultTab_Telerik
{
    border-style: solid;
    border-width: 1px;
    border-color: #333333 #333333 #333333 #C0C0C0;
    color: black; 
    font-family: Century Gothic, Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    cursor: default;
    height: 25px;
    background-color: #C0C0C0;
    vertical-align: bottom;
    margin-top: 5px;
    padding-top: 9px;
}

.DefaultTabHover_Telerik
{
    color: white; 
    font-family: Century Gothic, Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    cursor: default;
    height: 35px;
    background-color: #404040;
    border: 1px solid #C0C0C0;
    vertical-align:bottom;
    margin-top: 0px;
    padding-top: 5px;
}

.SelectedTab_Telerik
{
    color: #333333; 
    font-family: Century Gothic, Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    cursor: default;
    font-weight: bold;
    height: 30px;
    background: white;
    border: 1px solid #333333;
    margin-top: 0px;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  position:relative;
  top:0px;
  z-index:6;
  left: 0px;
  height:100%
}

.PageContent
{
    font-family: Century Gothic, Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
}
