﻿@font-face {
    font-family: 'alternate_gothic_fs_no_1Rg';
    src: url('/fonts/AlternateGothicNo1-webfont.eot');
    src: url('/fonts/AlternateGothicNo1-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/AlternateGothicNo1-webfont.woff') format('woff'), url('/fonts/AlternateGothicNo1-webfont.ttf') format('truetype'), url('/fonts/AlternateGothicNo1-webfont.svg#alternate_gothic_fs_no_1Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'alternate_gothic_fs_no_2Rg';
    src: url('/fonts/AlternateGothicNo2-webfont.eot');
    src: url('/fonts/AlternateGothicNo2-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/AlternateGothicNo2-webfont.woff') format('woff'), url('/fonts/AlternateGothicNo2-webfont.ttf') format('truetype'), url('/fonts/AlternateGothicNo2-webfont.svg#alternate_gothic_fs_no_2Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'alternate_gothic_fs_no_3Rg';
    src: url('/fonts/AlternateGothicNo3-webfont.eot');
    src: url('/fonts/AlternateGothicNo3-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/AlternateGothicNo3-webfont.woff') format('woff'), url('/fonts/AlternateGothicNo3-webfont.ttf') format('truetype'), url('/fonts/AlternateGothicNo3-webfont.svg#alternate_gothic_fs_no_3Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#rgfbNavigation {
text-align: center;
font-family: 'alternate_gothic_fs_no_3Rg';
font-size: 20px;
/*margin-bottom: 20px;*/
}

#rgfbNavigation ul li {
padding-left: initial;
}

#rgfbNavigation li {
background: #4D95BF;
background: -moz-linear-gradient(top, #1471a9 0%, #4D95BF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1471a9), color-stop(100%,#4D95BF));
background: -webkit-linear-gradient(top, #1471a9 0%,#4D95BF 100%);
background: -o-linear-gradient(top, #1471a9 0%,#4D95BF 100%);
background: -ms-linear-gradient(top, #1471a9 0%,#4D95BF 100%);
background: linear-gradient(to bottom, #1471a9 0%,#4D95BF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1471a9', endColorstr='#4D95BF',GradientType=0 );
text-transform: uppercase;
display: inline-block;
margin-left: -4px;
margin-right: -4px;
}

#rgfbNavigation li.connections.selected {
    background: #ad1331;
    background: -moz-linear-gradient(top, #ad1331 0%, #670b1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad1331), color-stop(100%,#670b1e));
    background: -webkit-linear-gradient(top, #ad1331 0%,#670b1e 100%);
    background: -o-linear-gradient(top, #ad1331 0%,#670b1e 100%);
    background: -ms-linear-gradient(top, #ad1331 0%,#670b1e 100%);
    background: linear-gradient(to bottom, #ad1331 0%,#670b1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1331', endColorstr='#670b1e',GradientType=0 );
}

#rgfbNavigation li.rights.selected {
    background: #4d95bf;
    background: -moz-linear-gradient(top, #4d95bf 0%, #294f66 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d95bf), color-stop(100%,#294f66));
    background: -webkit-linear-gradient(top, #4d95bf 0%,#294f66 100%);
    background: -o-linear-gradient(top, #4d95bf 0%,#294f66 100%);
    background: -ms-linear-gradient(top, #4d95bf 0%,#294f66 100%);
    background: linear-gradient(to bottom, #4d95bf 0%,#294f66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d95bf', endColorstr='#294f66',GradientType=0 );
}

#rgfbNavigation li a {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

#rgfbNavigation .left {
background-image: url(/Areas/RGFB/Images/left.png);
padding: 10px;
padding-left: 0;
}

#rgfbNavigation .right {
background-image: url(/Areas/RGFB/Images/right.png);
padding: 10px;
padding-right: 0;
}

#rgfbNavigation .logo {
overflow: visible !important;
width: 0px;
}

#rgfbNavigation .logo a {
    background: url(/Areas/RGFB/Images/rglive_small.png) no-repeat center;
    display: inline-block;
    width: 95px;
    height: 18px;
}

.rgfbTab {
    font-size: 1.5rem!important;
}