﻿.tabContent, .tabContentDevice, .tabContentChannel, .tabContentGroup, .tabContentLocation {
    /*padding-top: 40px;*/
    padding: 40px 2px 0 2px;
}

    .tabContent .content, .tabContentDevice .content, .tabContentChannel .content, .tabContentGroup .content {
        margin: 0 5px;
        width: 685px;
    }

.tabButton, .tabButtonDevice, .tabButtonChannel, .tabButtonGroup, .tabButtonLocation {
    border: 1px solid #888888;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #555555;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 5pt;
    font-weight: normal;
    line-height: 1.3;
    /*margin: 7px 5px;*/
    margin: 5.5px 5px -1px;
    white-space: nowrap;
    background-color: #CCCCCC;
    /*margin-bottom: -2px;*/
    /*margin-bottom: -1px;*/
}

    .tabButton span, .tabButtonDevice span, .tabButtonChannel span, .tabButtonGroup span, .tabButtonLocation span {
        cursor: pointer;
        float: left;
        padding: 0.5em 1em;
        text-decoration: none;
        color: #000000;
        font-family: Arial;
        font-size: 8pt;
    }

.tabMainContainer {
    position: relative;
    border-radius: 0px 0px 0px 0px;
    padding: 0;
    /*margin-bottom: 80px;*/
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
}

.tabContainer {
    border-radius: 0px 0px 0px 0px;
    /*float: left;*/
    /*margin-left: 7px;*/
    /*padding-top:50px;*/
    position: relative;
    width: 100%;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
}

.tabContent .mainContent {
    margin: 0 5px;
    width: 940px;
}

.tabButtonContainer {
    /*background-color: #5FAFCF;*/
    background: url("../img/header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #888888;
    border-radius: 4px 4px 4px 4px;
    height: 30px;
    /*margin: 5px 5px;*/
    position: absolute;
    /*width: 685px;*/
    width: 100%;
    z-index: 10;
}

    .tabButtonContainer .content {
        bottom: 0;
        position: absolute;
    }

.tabActive {
    background-color: #FFFFFF;
}

.tabDisabledButton
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeeeee;
    border-color: #888888 #888888 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px 1px medium;
    color: #555555;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 5pt;
    font-weight: normal;
    line-height: 1.3;
    margin: 5.5px 5px -1px;
    white-space: nowrap;
}

.tabDisabledButton span
{
    /*cursor: pointer;*/
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    color:#aaaaaa;
}


.tabHover {
    /*background-color: #69BFE0;*/
    background-color: #aaaaaa;
}

.groupPanel {  
    background-color: #EBEBEB;
    padding: 0 5px 5px 5px;
    border-radius: 4px 4px 4px 4px;
    margin: 5px;
}

.groupPanelLegend {
    color: #3D5BB5;
    font-size: 10pt;
    font-family: Arial;
    position: relative;
    top: -5px;
    font-weight: bold;
}
