@charset "utf-8";
/* CSS Document */

/*
 *
 * Styles specific to TGN September 2021
 *
 * This  following CSS styles define and set the TGN video components
 *
 */


/* The TGN Watch styles */

.style7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    color: #FFFFFF;
    font-weight: bold;
}
#tv_wrapper {
    margin: 0 auto;
    width: 890px;
    border: medium;
    border-color: #848484;
    padding: 0 10px;
}
.container {
    width: 450px;
    height: 450px;
    position: relative;
    /*margin: 10px;*/
}
.box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.knob1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-top: 37px;
    margin-left: 503px;
    margin-right: 10px;
    opacity: 1;
}
.knob2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-top: 105px;
    margin-left: 503px;
    margin-right: 10px;
    opacity: 1;
}
.knob3 {
    position: absolute;
    z-index: 2;
    text-align: center;
    margin-top: 189px;
    margin-left: 546px;
    margin-right: 1px;
    opacity: 1;
}
.knob4 {
    position: absolute;
    z-index: 2;
    text-align: center;
    margin-top: 189px;
    margin-left: 512px;
    margin-right: 1px;
    opacity: 1;
}
.knob5 {
    position: absolute;
    z-index: 2;
    text-align: center;
    margin-top: 189px;
    margin-left: 477px;
    margin-right: 1px;
    opacity: 1;
}
.overlay {
    z-index: 1;
    margin-right: 10px;
    margin-top: 46px;
    margin-bottom: auto;
    margin-left: 25px;
}
ul.navr {
    margin:0;
    padding:0;
    list-style:none;
    height:22px; line-height:22px;
    /*background:#0d7963; /* you can change the backgorund color here. */
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
ul.navr li {
    border-right:0px solid #189b80; /* you can change the border color matching to your background color */
    float:left;
}
ul.navr li.active {
    border-right:0px solid #189b80; /* you can change the border color matching to your background color */
    float:left;
}
ul.navr a {
    display:block;
    padding:0 28px;
    color:#ccece6;
    text-decoration:none;
}
ul.navr a:hover,
ul.navr li.current a {
    background:#086754;
}
ul.navr1 {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 22px;
    line-height: 22px;
    /*background:#0d7963; /* you can change the backgorund color here. */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    ul.navr1 li {
        border-right: 0px solid #189b80; /* you can change the border color matching to your background color */
        float: left;
    }

        ul.navr1 li.active {
            border-right: 0px solid #189b80; /* you can change the border color matching to your background color */
            float: left;
        }

    ul.navr1 a {
        display: block;
        padding: 0 28px;
        color: #ccece6;
        text-decoration: none;
    }

        ul.navr1 a:hover,
        ul.navr1 li.current a {
            background: #086754;
        }
li.selected {
    background-color: #086754;
}

ul.navl {
    margin:0;
    padding:0;
    list-style:none;
    height:22px; line-height:22px;
    background:#0d7963; /* you can change the backgorund color here. */
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
ul.navl li {
    border-right:0px solid #189b80; /* you can change the border color matching to your background color */
    float:left;
}
ul.navl a {
    display: none;
    padding:0 28px;
    color:#ccece6;
    text-decoration:none;
}
ul.navl a:hover,
ul.navl li.current a {
    background:#086754;
}

#chnluhf {
    display: none;
}