
.Selected_TB {
    Font: bold 16px Verdana ;
    background-color: #E0E8F8;
}
.EXTERNAL {
    background-color: #E0E8F8;
}
.TB {    
    background-color: #91B3F7;
    width: 100px;
}
.ISG {    
    background-color:#028BFF;
    width: 100px;
}
.OSM{
    background-color:#D3D3D3;
    width: 100px;
}


.TBSelectorElement {
    color: black;
}

.subTBElement{  
    background-color: #FEF4E2;
}

.subTBElementSelected{  
    background-color: #E0E8F8;
}

.IsgLabel, .TB a:link, .TB a:visited, .ISG a:link, .ISG a:visited{
    Font-weight:bold;
    color: white;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    text-decoration: none;
}


.GOVERNANCE a:link, .GOVERNANCE a:visited {   
    Font-weight:bold;
    color: black;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.EXTERNAL a:link, .EXTERNAL a:visited {
    color: black;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.SPECIAL_BODY a:link, a:visited {
   color: black;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.OSM a:link, a:visited {
   color: black;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.subTBElement a:link, .subTBElement a:visited {  
    color: black;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    background-color: #FEF4E2;
}

.subTBElementSelected a:link{  
    color: black;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    background-color: #E0E8F8;
}

.subTBElement a:hover{  
    color: black;
    font-family: Vernada, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    background-color: #91B3F7;
}

.POPUPMENU

{
    border: 1px solid silver; 
	border-style: outset;
	white-space: normal;
	border-collapse: separate; 
    background-image: url("/DesktopModules/ETSI_TBSelector/images/topnav_grad_stripPopUp.gif");
    background-repeat: repeat-x;
    z-index: 5000;
    display: table;
}
.userPreferencesListBox {
    font-family:Arial,Verdana,Helvetica,Sans-serif;
    font-size:100%;
    height:300px;
    width:200px;
}

                     /**********************************/
                     /*   TB Selector Menu  -  Start   */
                     /**********************************/
.menuTBSelector {    
    padding: 0 5px;
    margin: 0;
    list-style: none;
    height: 100%;
    z-index: 500;
    font-family: arial, verdana, sans-serif;
    background: #75b91a; /* Old browsers */
    background: -moz-linear-gradient(top, #75b91a 0%, #54af13 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b91a), color-stop(100%,#54af13)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #75b91a 0%,#54af13 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #75b91a 0%,#54af13 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #75b91a 0%,#54af13 100%); /* IE10+ */
    background: linear-gradient(to bottom, #75b91a 0%,#54af13 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b91a', endColorstr='#54af13',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px #888;
}

.menuTBSelector:hover {
	background: #47a100;
}

    .menuTBSelector li a {
        text-shadow: 1px 1px 1px #44760f ;
    }
   
    .menuTBSelector li {
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
        list-style: none;
        font-weight: bold;
    }

    .menuTBSelector li.separator {
        height: 1px;
        width: 90%;
        margin: 0 5%;
        overflow: hidden;
        background-color: #DDD;
        padding: 0px;
    }

    /* main level link */
    .menuTBSelector a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 7px 15px;
        margin: 0;
        font-size: 12px;
    }

        .menuTBSelector a:hover {
            color: #fff;
        }

    /* main level link hover */
    .menuTBSelector .current a, .menuTBSelector li:hover > a {
        color: #fff;
        background: #47a100;
    }

    /* sub levels link hover */
    .menuTBSelector ul li:hover a, .menuTBSelector li:hover li a {
        color: #fff;
    }

    .menuTBSelector ul a:hover {
        background: #6eb719;
        color: #fff;
    }

    .menuTBSelector ul li:hover > a {
        color: #fff;
        background: #6eb719;
    }

    /* dropdown */
    .menuTBSelector li:hover > ul {
        display: block;
    }

    /* level 2 list */
    .menuTBSelector ul {
        margin: 0;
        display: none;
        position: absolute;
        left: 1px;
        top: 32px;
        background: #47a100;
        color: #fff;
        padding: 3px;
        width: 180px;
        height: auto;
        z-index: 99999;
    }

        .menuTBSelector ul li {
            float: none;
            margin: 0;
            padding: 1px 0 0 0;
            line-height: 18px;
        }
       

        .menuTBSelector ul a {
            font-weight: normal;
            font-size: 11px;
            line-height: 20px;
            height: auto;
            text-decoration: none;
            padding: 0 5px 0 5px;
            margin: 0;
        }

    .menuTBSelector a.arrow {
        background: transparent url("/DesktopModules/ETSI_TBSelector/images/arrow_down.gif") no-repeat 99% center;
    }

        .menuTBSelector a.arrow:hover {
            background: url("/DesktopModules/ETSI_TBSelector/images/arrow_down.gif") no-repeat 99% center !important;
        }

    .menuTBSelector ul a.arrow {
        background: transparent url("/DesktopModules/ETSI_TBSelector/images/arrow_right.gif") no-repeat 97% center;
    }

        .menuTBSelector ul a.arrow:hover {
            background: #6eb719 url("/DesktopModules/ETSI_TBSelector/images/arrow_right.gif") no-repeat 97% center !important;
        }

    /* level 3+ list */
    .menuTBSelector ul ul {
        left: 180px;
        top: 0;
        background: #47a100;
        color: #fff;
        padding: 0 3px 0 3px;
        margin: 0;
        width: 180px;
        z-index: 99999;
        height: auto;
    }

    /* rounded corners of first and last link */
    .menuTBSelector ul li:first-child > a {
    }

    .menuTBSelector ul li:last-child > a {
    }

    /* clearfix */
    .menuTBSelector:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.menuTBSelector {
    display: inline-block;
}

#selectedTSG{
    width: 175px;
    text-align: center;
}


                     /********************************/
                     /*   TB Selector Menu  -  End   */
                     /********************************/