/* Cached: 06/07/2015 15:17:14 */
body {
    background-color: #fff;
    background-image: url('/Themes/RfuHost/Styles/1px.png');
    background-repeat: repeat;
    background-attachment: fixed;
    font-size: 68%;
    color: #444;
}

#layout-wrapper {
    /*background-color: #f5f5f5;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#layout-header-container {
    /*background-color: #a2a2a2;*/
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0076be 0%, #036fb1 21%, #046baa 100%) repeat scroll 0 0;
	position: relative;
    background-repeat: repeat;
    background-position: center top;
}

#layout-header-topStripe {
    position: absolute;
    top: 0px;
    height: 30px;
    background-color: #000;
    width: 100%;
}

#layout-header-primaryStripe {
    bottom: 0;
    position: absolute;
    height: 12px;
    background-color: #0076be;
    width: 100%;
}

#layout-header-secondaryStripe {
    bottom: 0;
    position: absolute;
    height: 6px;
    background-color: blue;
    width: 100%;
}

#layout-header-bottomStripe {
    bottom: 0;
    position: absolute;
    height: 15px;
    background-color: #222;
    width: 100%;
    display: none;
}

#header #branding {
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    height: auto;
}

    #header #branding .logo {
        height: 100px;
        background-color: transparent;
        border-top: none;
        min-width: 230px;
        font-size: 100px;
        line-height: 82%;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        text-align: center;
        float: left;
        max-width: 30%;
    }

        #header #branding .logo img {
            display: inline-block;
            max-width: 100%;
            max-height: 100%;
            position: relative;
            text-align: center;
            padding: 0;
            margin: 0;
            vertical-align: middle;
        }

    #header #branding .text {
        display: table-cell;
        vertical-align: middle;
        min-height: 100px;
        height: 100px;
        margin-left: 0;
        color: #fff;
        max-width: 65%;
    }

    #header #branding .site-name {
        color: #fff;
        font-family: 'TitleFont',verdana,Arial,Helvetica,sans-serif;
        font-size: 2.4em;
        font-weight: normal;
        /*margin: 0.5em;*/
        vertical-align: middle;
        display: inline-block;
        text-shadow: 1px 2px 2px rgba(34,34,34,0.2);
        text-transform: capitalize;
    }

h1.site-name {
background-image: url("/Themes/FsiBase/Styles/images/fsi-club-logo.png");
background-repeat: no-repeat;
background-position: center center;
min-width:342px;
}
h1.site-name span {
	visibility:hidden;
}
	

    #header #branding a {
        display: block;
    }

    #header #branding .site-caption {
        font-size: 1em;
        font-family: verdana,Arial,Helvetica,sans-serif;
        color: #fff;
        vertical-align: middle;
    }

.facebook-like {
    float: right;
    margin: 10px 10px 10px 0px;
}

.twitter-follow {
    float: right;
    margin: 10px 10px 10px 0px;
}

.published {
    font-style: italic;
}

.junior #header #sponsor {
    display: none;
}

#header #sponsor {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'RegularFont',Verdana,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
}

h2, h3, h4 {
    font-size: 1.75em;
    padding-bottom: 8px;
    padding-top: 6px;
    font-family: 'TitleFont',Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.6em;
}

h3 {
    font-size: 1.62em;
}

h4 {
    font-size: 1.5em;
}

p {
    font-size: 1.1em;
}

#layout-before-main h2 {
    font-size: 2.2em;
}

.titleSpacer {
    width: 25px;
    height: 4px;
    background-color: red;
    margin-bottom: 12px;
    clear: both;
}

h5, h6 {
    font-size: 1.3em;
}

a {
    text-decoration: none;
}

.small, small {
    font-size: 0.85em;
    line-height: 1em;
}

div.hangRight {
    float: right;
}

div.hangLeft {
    float: left;
}

#layout-navigation-container {
    background-color: #222;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    border-bottom: 2px solid maroon;
    background-repeat: repeat-x;
    background-position: bottom;
    background-image: url('/Modules/Fsi.Design/Styles/1px.png');
}

#layout-navigation .widget-navigation {
    width: 960px;
    margin: auto;
}

#layout-main-container {
    margin-bottom: 20px;
}

#layout-after-main, #layout-main, #layout-before-main {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(34,34,34,0.4);
}

#layout-before-main {
    background-color: #434343;
    position: relative;
    color: #fff;
    /*background-image: url("/Themes/FsiBase/Styles/images/layout-before-main-background.png");*/
    background-repeat: repeat-y;
    background-position: center center;
}

    #layout-before-main + #layout-main .triangles {
        overflow: visible;
        height: 10px;
        position: relative;
    }

    #layout-before-main + #layout-main .triangle-left {
        position: absolute;
        top: 0;
        left: -10px;
        height: 10px;
        width: 10px;
        background: url("/Themes/FsiBase/Styles/images/triangle-left.png") top left;
    }

    #layout-before-main + #layout-main .triangle-right {
        position: absolute;
        top: 0;
        right: -10px;
        height: 10px;
        width: 10px;
        background: url("/Themes/FsiBase/Styles/images/triangle-right.png") top left;
    }

    #layout-after-footer h1, #layout-before-main h1, #layout-after-footer h2, #layout-before-main h2, #layout-after-footer h3, #layout-before-main h3, #layout-after-footer h4, #layout-before-main h4, #layout-after-footer h5, #layout-before-main h5, #layout-after-footer h6, #layout-before-main h6, #layout-after-footer a, #layout-before-main a, #layout-after-footer span, #layout-before-main span, #layout-after-footer p, #layout-before-main p, #layout-after-footer div, #layout-before-main div {
        color: #fff;
    }

.layout-before-main-content {
    clear: both;
    padding-bottom: 12px;
}

    .layout-before-main-content .published {
        padding: 0;
    }

#layout-before-main .widget, #layout-before-main .widget-control {
    width: 66.6%;
    float: left;
    padding: 0;
    overflow: hidden;
}

    #layout-before-main .widget:first-child {
        padding: 0;
        position: relative;
    }

    #layout-before-main .widget + .widget {
        width: 33.3%;
        float: right;
    }

.layout-before-main-left {
    width: 640px;
    float: left;
}

.layout-before-main-right {
    width: 320px;
    float: right;
}

    .layout-before-main-right a {
        float: right;
    }

    .layout-before-main-right .fsi-title-buttons {
        margin: 20px;
    }

.layout-before-main-left > header, .layout-before-main-left > h2 {
    padding: 20px;
}

.layout-before-main-left + .published, .layout-before-main-right + .published {
    float: none;
    clear: both;
    padding: 0 20px 20px 20px;
}

.layout-before-main-left .tabs {
    padding-left: 20px;
}

div.header-right {
    float: right;
    width: 30%;
    text-align: right;
}

    div.header-right + h2 {
        float: left;
        width: 70%;
    }

.season-select {
    white-space: nowrap;
    display: inline-block;
    padding-top: 1em;
}

    .season-select label {
        display: inline;
        color: rgba(255,255,255,0.5);
    }

    .season-select select {
        display: inline;
        padding: 0.2em;
        border-radius: 0.25em;
        font-size: 1.2em;
        cursor: pointer;
        font-weight: bold;
    }

.header-primaryStripe {
    bottom: 0;
    position: absolute;
    height: 12px;
    background-color: #b8bbbe;
    width: 100%;
    background-image: url("/Themes/FsiBase/Styles/images/layout-before-main-background.png");
    background-repeat: repeat-y;
    background-position: center center;
}

.header-secondaryStripe {
    bottom: 0;
    position: absolute;
    height: 6px;
    background-color: #0076be;
    width: 100%;
    background-image: url("/Themes/FsiBase/Styles/images/layout-before-main-background.png");
    background-repeat: repeat-y;
    background-position: center center;
}

#layout-main {
    background-image: url("/Themes/FsiBase/Styles/images/layout-main-wrapper-background.png");
    background-repeat: repeat-y;
    background-position: center center;
}

    #layout-main .widget.widget-aside, .widget-aside {
        border-bottom: 1px dotted #ddd;
    }

.sponsors {
    text-align: center;
    display: block;
}

.sponsor.sponsor-title {
    display: none;
    padding: 6px;
    font-weight: bold;
}

.sponsor {
    margin: 0px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .sponsor a {
        height: 100%;
        width: 100%;
    }

    .sponsor .sponsor-group {
        width: 960px;
        margin: 0 auto;
        font-size: 40px;
        line-height: 45px;
    }

    .sponsor img {
        max-width: 140px;
        max-height: 75px;
        vertical-align: middle;
    }

.layout-before-main-right .sponsor-group {
    width: auto;
    padding: 20px;
    text-align: right;
}

.zone-after-main .sponsor.sponsor-title {
    display: block;
}

#layout-double-container {
    border-top: 1px dotted rgba(255,0,0,0.15);
    margin-top: 12px;
}

#layout-double {
    margin: 12px 0;
    background-image: url("/Themes/FsiBase/Styles/images/vertical-dotted-divider.png");
    background-repeat: repeat-y;
    background-position: center center;
}

#layout-footer {
    border-top: 6px solid #0076be;
}

#layout-after-footer {
    background-color: #616161;
}

#layout-after-footer-content, #layout-after-footer-content a {
    color: #fff;
}

    #layout-after-footer-content a:hover {
        text-decoration: underline;
    }

#footer .widget-footer {
    background-color: #fff;
}

#footer .logo {
    background-image: url("/Themes/RfuHost/Styles/images/footer-crest.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
    height: 60px;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
    position: absolute;
}

#footer .sponsors {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(34,34,34,0.4);
    width: 960px;
    margin-left: -30px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(34,34,34,0.2);
}

#footer .sponsors-main {
    padding: 20px 0px;
    display: block;
    border-bottom: 1px solid rgba(34,34,34,0.25);
    text-align: center;
    background-color: #fff;
}

.content-item.page table, .content-item.child-page table {
    display: inline-block;
    max-width: 600px !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.menu-footer-wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 10px 10px 20px 10px;
}

.menu-footer li, .menu-footer li a, .menu-footer ul {
    vertical-align: top;
    font-size: 1em;
    display: inline;
}

.menu-footer li {
    height: 1.8em;
}

    .menu-footer li a {
        padding: 3px 4px;
        margin: 3px 6px 3px 0px;
        font-size: 0.9em;
        display: inline-block;
    }

.menu-footer > li {
    font-family: 'RegularFontBold';
}

.menu-footer li.dropdown li {
    font-family: 'RegularFont';
}

.menu-footer li.dropdown ul li a, .menu-footer li.dropdown a {
    margin: 3px 3px 3px 0px;
}

.menu-footer li.dropdown > a:after {
    content: ":";
}

.menu-footer li a:hover {
    border-radius: 2px;
    background-color: rgba(34,34,34,0.8);
    color: #fff;
}

.widget-sponsors-widget {
    display: block;
    clear: both;
    border-top: 1px solid #ddd;
}

.widget-social-widget {
    background: none;
    color: #fff;
    margin-bottom: 10px;
    height: 7em;
    display: block;
    clear: both;
}

    .widget-social-widget a {
        color: #fff;
    }

    .widget-social-widget > div {
        font-size: 1.308em;
        float: left;
        padding: 0;
        margin: 0 0 0 20px;
        width: 290px;
    }

        .widget-social-widget > div .logo {
            background: url('/Themes/IFA/Styles/images/social-sprite.png');
            float: left;
            height: 48px;
            margin: 12px 18px 12px 12px;
            width: 48px;
        }

        .widget-social-widget > div .holder {
            margin: 18px 0 0 0;
        }

    .widget-social-widget .facebook-field {
        margin: 0;
    }

    .widget-social-widget .twitter .logo {
        background-position: -48px 0;
    }

    .widget-social-widget .youtube .logo {
        background-position: -96px 0;
    }

#layout-main .widget.widget-sideadvert1, #layout-main .widget.widget-sideadvert2 {
    padding-left: 10px;
}

.zone-featured article {
    text-align: center;
}

    .zone-featured article > div {
        display: inline;
    }

    .zone-featured article > ins, .zone-aside article > ins {
        display: block !important;
        margin: 0 auto !important;
        background-color: transparent !important;
    }

div.google-image-div {
    background-color: transparent !important;
}

#layout-main .widget-no-wrap {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}

.projection-page > ul {
    margin: 0;
}

    .projection-page > ul > li {
        margin-bottom: 2em;
        display: block;
    }

.media-picker-full img {
    width: 100%;
}

.media-picker-full {
    float: left;
}

.projection-page .news-article {
    border-bottom: 1px dotted #ccc;
    padding: 12px 0;
}

.summary-header {
    margin-bottom: 6px;
}

.projection-page li .news-article .content .published {
    font-size: 1.1em;
    margin-right: 10px;
}

.projection-page li .news-article .before-content {
    float: right;
    width: 150px;
    text-align: right;
}

.projection-page li .news-article .content {
    float: left;
    width: 440px;
}

    .projection-page li .news-article .content h3 {
        font-family: TitleFont;
        font-size: 1.8em;
        float: none;
        padding-top: 0;
        line-height: 1.2em;
    }

.projection-page .news-article img.thumbnail {
    max-width: 150px;
    max-height: 150px;
}

.projection-page li .news-article .article {
    display: none;
}

.projection-page li.first .news-article .thumbnail {
    display: none;
}

.projection-page li {
    width: 600px;
}

.news-feature-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20em;
}

    .news-feature-item .news-feature-image {
        width: 100%;
        height: 100%;
        min-height: 300px;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }

        .news-feature-item .news-feature-image a {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
            text-align: center;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .news-feature-item .news-feature-image img {
            min-width: 100%;
            min-height: 100%;
            display: inline;
            position: relative;
            left: 100%;
            margin-left: -200%;
        }

    .news-feature-item .news-feature-content {
        width: auto;
        display: block;
        padding: 20px;
        position: relative;
        background-color: rgba(0,0,0,0.7);
    }

        .news-feature-item .news-feature-content .published {
            padding-left: 0 !important;
        }

        .news-feature-item .news-feature-content h3 {
            font-size: 3em;
            line-height: 1.1em;
            float: none;
            width: auto;
        }

.widget-news-carousel .news-article .media-picker-field img {
    height: auto;
    width: auto;
}

.gallery ul {
    margin: 0;
    padding: 0;
}

.projection-page .gallery ul {
    width: auto;
    clear: both;
}

.gallery ul li {
    display: block;
}

.gallery h2 {
    margin: 0;
    float: left;
    width: 60%;
    line-height: 1.2em;
}

.gallery .published {
    text-align: right;
}

.gallery .thumbnail:first-child {
    clear: both;
    width: 130px;
    height: 100px;
}

    .gallery .thumbnail:first-child img {
        max-width: 130px;
        max-height: 100px;
    }

.gallery .thumbnail {
    float: left;
    width: 130px;
    height: 100px;
    padding: 5px;
    margin-right: 15px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

    .gallery .thumbnail img {
        width: auto;
        max-width: 130px;
        height: auto;
        max-height: 100px;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    }

        .gallery .thumbnail img:hover {
            cursor: pointer;
        }

    .gallery .thumbnail:hover {
        background-color: rgba(34,34,34,0.7);
    }

        .gallery .thumbnail:hover img {
            box-shadow: 0px 0px 1px #fff;
        }

    .gallery .thumbnail.row-end {
        margin: 0;
    }

.widget-organisation-logo-widget .logo {
    float: left;
}

#aside nav {
    display: block;
    background-color: transparent;
}

    #aside nav > ul {
        display: block;
    }

        #aside nav > ul > li {
            display: block;
            text-align: left;
        }

            #aside nav > ul > li > a, #aside nav > ul > li > span {
                padding: 0.5em 0.4em 0.5em 0.4em;
                border-left: 5px solid rgba(34,34,34,0.5);
                margin-bottom: 1px;
                background-color: #444;
            }

                #aside nav > ul > li > a:hover {
                    background-color: #29e;
                }

            #aside nav > ul > li > ul {
                display: block;
                position: relative;
                margin: 0 0 1px 0;
            }

                #aside nav > ul > li > ul > li > a, #aside nav > ul > li > ul > li > span {
                    padding: 0.2em 0.4em 0.2em 0.4em;
                    border-left: 5px solid rgba(34,34,34,0.5);
                    background-color: rgba(68,68,68,0.75);
                    color: #fff;
                }

                    #aside nav > ul > li > ul > li > a:hover {
                        background-color: #29e;
                    }

    #aside nav .dropdown a, #aside nav .dropdown span {
        background-image: none;
    }

nav {
    display: table;
    width: 100%;
}

    nav > ul:after {
        clear: both;
    }

    nav > ul {
        margin: 0;
        margin-left: 0px;
        display: table-row;
        width: 100%;
    }

        nav > ul > li {
            margin: 0;
            display: table-cell;
            width: auto;
            float: none;
            text-align: center;
        }

nav {
    background-color: #444;
}

    nav .dropdown > span, nav .dropdown > a {
        background-image: url("/Themes/FsiBase/Styles/images/dropdown_arrow.png");
        background-position: center bottom;background-repeat: no-repeat;
    }

    nav a, nav span {
        font-family: NavFont;
        letter-spacing: 0.05em;
        font-size: 1.2em;
    }

    nav .row .dropdown > span {
        font-family: NavFont;
    }

    nav > ul > li > a, nav > ul > li > span {
        cursor: pointer;
        font-weight: normal;
        padding: 1em 0.4em 0.75em 0.4em;
        margin-right: 0;
        display: block;
        color: #fff;
        line-height: 1.2em;
        text-transform: uppercase;
    }

        nav > ul > li > a:hover, nav > ul > li > span:hover {
            background-color: #29e;
            color: #fff;
        }

    nav > ul > li.current > a, nav > span {
        background-color: #29e;
        color: #fff;
    }

    nav .row {
        text-align: left;
        display: none;
        position: absolute;
        background-color: #222;
        box-shadow: 0px 3px 12px rgba(0,0,0,0.5);
        border-bottom: 2px solid maroon;
        left: 0;
        right: 0;
        padding: 0.6em 0.6em 0.6em 0.6em;
        z-index: 999;
    }

        nav .row span, nav .row a {
            color: #fff;
            text-transform: capitalize;
        }

            nav .row a:hover {
                background-color: #626262;
            }

        nav .row .container {
            margin: auto;
            position: relative;
            max-width: 960px;
            background-color: #484848;
            border-radius: 2px;
            padding: 5px;
        }

    nav .dropdown:hover .row {
        display: block;
    }

    nav .row span, nav .row a {
        display: block;
        padding: 0.75em 0.5em 0.5em 0.5em;
        color: #fff;
        font-size: 1.2em;
        line-height: 1.2em;
        background-image: none;
        margin-left: 5px;
        margin-top: 5px;
    }

    nav .row li.dropdown > span {
        font-weight: normal;
        font-size: 1.3em;
    }

    nav .row a:hover {
        background-color: #7b7b7b;
    }

    nav .row .dropdown {
        float: left;
    }

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
    background-color: #555;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    padding: 12px;
    margin: 0;
}

.small-button.button {
    padding: 5px;
    margin-right: 1px;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="button"]:active, input[type="submit"]:focus, input[type="button"]:focus, button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus {
    background-color: #3c3c3c;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    background-color: #6e6e6e;
    cursor: pointer;
}

.fieldElement {
    display: inline-block;
}

header fieldset {
    float: right;
    max-width: 50%;
    display: inline-block;
}

header.main-header {
    margin-bottom: 12px;
}

    header.main-header h2 {
        float: left;
    }

    header.main-header .metadata {
        float: right;
    }

    header.main-header .fsi-title-buttons {
        float: right;
    }

.button-group a {
    display: inline-block;
}

    .button-group a img {
        opacity: 0.7;
        height: 24px;
    }

    .button-group a:hover img {
        opacity: 1;
    }

table, .standard-table {
    width: 100%;
    margin-bottom: 2em;
    color: #444;
}

    table thead th, .standard-table thead th {
        background-color: #222 !important;
        background-image: url("/Themes/RfuHost/Styles/images/topgrad-fff.png");
        background-position: left -2px;
        background-repeat: repeat-x;
        color: #fff;
        border-bottom: 2px solid red;
        padding: 5px 5px 10px 5px;
        font-size: 1em;
        text-align: left;
        font-family: RegularFont,Arial,helvetica,sans-serif;
    }

    table thead, .standard-table thead {
        border-radius: 3px;
    }

    table td img, .standard-table td img, table th img, .standard-table th img {
        height: 1.3em;
        vertical-align: middle;
    }

    table td, .standard-table td, table th, .standard-table th {
        border-bottom: 1px dotted rgba(34,34,34,0.07);
        border-right: 1px solid rgba(34,34,34,0.07);
        padding: 10px 5px;
    }

        table td, .standard-table td, table th:last-child, .standard-table th:last-child {
            border-right: none !important;
        }

            table td.venue, .standard-table td.venue {
                border-bottom: 1px dotted rgba(34,34,34,0.07);
                padding-top: 0px;
                font-style: italic;
            }

    table tr.hasvenue td, .standard-table tr.hasvenue td {
        border-style: none;
    }

    table a, .standard-table a {
        font-weight: bold;
        color: #222;
        font-family: Arial;
    }

        table a:hover, .standard-table a:hover {
            text-decoration: underline;
            color: #3c3c3c;
        }

    table tbody th, .standard-table tbody th {
        text-align: left;
        font-weight: bold;
        font-size: 1.5em;
        padding-top: 1.2em;
        padding-bottom: 0.8em;
        font-family: "RegularFontBold";
    }

    table tbody tr.highlightRow td, .standard-table tbody tr.highlightRow td {
        background-color: rgba(255,0,0,0.05);
        font-weight: bold;
        border-bottom: 1px solid rgba(255,0,0,0.3);
        border-top: 1px solid rgba(255,0,0,0.3);
    }

    table.league-table tbody td:nth-child(2) {
        font-size: 1.1em;
    }

    table.league-table tbody td:last-child {
        font-size: 1.1em;
        font-weight: bold;
    }

    table.competition-table thead th {
        width: 35%;
    }

        table.competition-table thead th + th {
            width: 15%;
            text-align: center;
        }

            table.competition-table thead th + th + th {
                width: 35%;
                text-align: right;
            }

                table.competition-table thead th + th + th + th {
                    width: 15%;
                }

    table.competition-table tbody td {
        font-weight: bold;
    }

        table.competition-table tbody td + td {
            text-align: center;
        }

            table.competition-table tbody td + td + td {
                text-align: right;
            }

.competition-result-header {
    padding: 12px;
}

    .competition-result-header div {
        float: left;
        width: 40%;
        text-align: right;
        position: relative;
    }

        .competition-result-header div img {
            float: left;
            position: absolute;
            left: 0;
            top: 0;
            width: 25%;
        }

        .competition-result-header div p span {
            white-space: nowrap;
            display: block;
        }

        .competition-result-header div h3 {
            height: 2.1em;
            margin-top: 0em;
            vertical-align: middle;
            font-size: 1.8em;
        }

        .competition-result-header div h3, .competition-result-header div p {
            padding-left: 30%;
        }

        .competition-result-header div + div {
            width: 16%;
            margin: 0 2%;
        }

            .competition-result-header div + div span.result-score {
                color: #fff;
                background-color: #626262;
                display: block;
                text-align: center;
                font-size: 2.2em;
                height: 1.5em;
                padding-top: 0.8em;
                padding-bottom: 0.5em;
                border-radius: 2px;
                font-family: TitleFont;
            }

                .competition-result-header div + div span.result-score + p {
                    text-align: center;
                    padding: 0.2em;
                }

            .competition-result-header div + div + div {
                width: 40%;
                text-align: left;
                margin: 0;
            }

                .competition-result-header div + div + div img {
                    float: right;
                    right: 0;
                    left: auto;
                }

                .competition-result-header div + div + div h3, .competition-result-header div + div + div p {
                    padding-left: 0;
                    padding-right: 30%;
                }

.competition-result-body {
    margin-top: 1.5em;
}

    .competition-result-body div {
        float: left;
        width: 48%;
        text-align: right;
        position: relative;
    }

        .competition-result-body div h3 {
            text-align: left;
        }

        .competition-result-body div + div {
            float: right;
            width: 48%;
            text-align: right;
            position: relative;
            text-align: left;
        }

            .competition-result-body div + div h3 {
                text-align: right;
            }

    .competition-result-body table .substitute {
        white-space: nowrap;
        font-size: 0.9em;
    }

    .competition-result-body table th {
        width: 12%;
    }

        .competition-result-body table th + th {
            width: 58%;
        }

            .competition-result-body table th + th + th {
                width: 20%;
            }

        .competition-result-body table th:last-child {
            border-right: none;
        }

.match-vs {
    text-align: center;
}

.team-stats player-stats th, .team-stats table th, .player-comparison table th {
    width: 30%;
    text-align: center !important;
}

.team-stats player-stats td, .team-stats table td, .player-comparison table td {
    text-align: center !important;
}

.leading-goal-scorers table img {
    vertical-align: middle;
    height: 1.3em;
}

.leading-goal-scorers table thead th {
    width: 35%;
}

    .leading-goal-scorers table thead th + th {
        width: 25%;
    }

        .leading-goal-scorers table thead th + th + th {
            width: 40%;
        }

    .leading-goal-scorers table thead th.smallText {
        font-size: 0.9em;
    }

.calendar-widget div.calendar-time {
    font-weight: bold;
    float: left;
    width: 60px;
    margin-right: 15px;
    font-size: 0.9em;
    border-right: 1px solid rgba(212,212,212,0.2);
}

.calendar-widget div.calendar-title {
    font-weight: bold;
    float: left;
    width: 180px;
    font-size: 1.2em;
}

.calendar-widget ul {
    list-style: none;
    padding: 5px;
    margin: 0;
    border: 1px solid rgba(212,212,212,0.2);
    max-height: 200px;
    overflow: auto;
}

    .calendar-widget ul li {
        margin-bottom: 4px;
        vertical-align: top;
        background-color: rgba(110,110,110,0.2);
        padding: 5px;
        border-radius: 3px;
    }

        .calendar-widget ul li p {
            max-height: 3em;
            margin-top: 5px;
            padding-bottom: 5px;
        }

        .calendar-widget ul li:hover {
            background-color: #3c3c3c;
        }

            .calendar-widget ul li:hover a div, .calendar-widget ul li:hover p {
                color: #fff;
            }

.event-pageview .event-datebox {
    font-size: 1.6em;
    color: #222;
    background-color: rgba(34,34,34,0.1);
    border: 1px solid rgba(34,34,34,0.5);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 12px;
    border-bottom: none;
}

.event-pageview .event-detailbox {
    border: 1px solid rgba(34,34,34,0.5);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-height: 200px;
    padding: 12px;
}

div.profile-header img {
    height: 6em;
}

.profile-header > div {
    float: left;
    padding: 1em 1em 0;
}

.profile-header h2 a {
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(34,34,34,0.2);
    font-size: 1.2em;
}

.profile-header p a {
    font-weight: bold;
    font-size: 1.1em;
}

.profile-header a {
    font-weight: bold;
    color: #222;
}

.profile-header > div.hangRight {
    text-align: right;
}

.profile-body > div {
    margin-bottom: 1em;
}

    .profile-body > div.hangRight, .profile-body > div.hangLeft {
        width: 290px;
    }

.profile-body h3 {
    font-family: RegularFontBold;
    font-size: 1.8em;
    padding: 0 0 0.5em 0;
    margin: 0.5em 0 0 0;
    background-image: url("/Themes/RfuHost/Styles/images/topgrad-fff.png");
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
}

.profile-body p {
    padding: 0 0 0.5em 0;
    margin: 0 0 0.5em 0;
}

    .profile-body p.itemLabel span {
        padding-left: 0;
    }

.profile-body > div.location .hangRight {
    width: 190px;
}

.profile-body > div.location .hangLeft {
    width: 390px;
    height: 300px;
}

p.icon {
    font-size: 1.1em;
    font-weight: bold;
}

    p.icon img {
        height: 1.1em;
        vertical-align: middle;
    }

p.itemLabel {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
}

    p.itemLabel span {
        padding: 0.25em 5px;
        display: inline-block;
    }

        p.itemLabel span + span {
            font-weight: bold;
        }

.clear {
    clear: both;
}

.shop-page ul {
    list-style-type: none;
    margin: 0;
}

    .shop-page ul li {
        width: 290px;
        float: left;
        display: inline;
        margin-left: 10px;
    }

        .shop-page ul li:nth-child(odd) {
            clear: both;
            margin-left: 0;
            margin-right: 10px;
        }

.shop-item {
    position: relative;
}

    .shop-item .published {
        display: none;
    }

    .shop-item p {
        float: right;
        width: 150px;
    }

        .shop-item p .name {
            display: none;
        }

    .shop-item section {
        float: left;
        height: 100px;
        width: 100px;
        overflow: hidden;
        position: absolute;
        left: 10px;
        text-align: center;
    }

        .shop-item section h3 {
            display: none;
        }

        .shop-item section img {
            height: auto !important;
            max-height: 65px;
            width: auto !important;
            max-width: 100px;
        }

#layout-main .widget-shop-sponsor-one.widget-aside.widget {
    padding: 10px;
}

.bar {
    background-color: #3c3c3c;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    background-image: url("/Themes/RfuHost/Styles/images/navitemgrad.png");
    background-position: center center;
    background-repeat: repeat-x;
}

    .bar span {
        padding: 3px;
        display: block;
        color: #fff;
        background-color: #3c3c3c;
        background-image: url("/Themes/RfuHost/Styles/images/navitemgrad.png");
        background-position: center center;
        background-repeat: repeat-x;
        display: inline-block;
        font-weight: bold;
    }

.tabs {
    margin-bottom: 6px;
    margin-top: 6px;
}

    .tabs ul {
        clear: both;
        margin: 0;
        background-color: #fff;
        display: block;
        width: 100%;
    }

        .tabs ul li.current {
            background-color: #29e;
        }

            .tabs ul li.current a {
                color: #fff;
            }

            .tabs ul li.current h3 {
                margin: 0;
            }

        .tabs ul li:hover {
            background-color: #29e;
        }

            .tabs ul li:hover a {
                color: #fff;
            }

        .tabs ul li {
            margin-right: 1px;
            display: block;
            float: left;
            border: none;
            background-color: #444;
        }

            .tabs ul li h3 {
                font-size: 1em;
                font-family: Verdana,Arial,sans-serif;
                padding: 0;
            }

            .tabs ul li a {
                margin: 0;
                display: inline-block;
                padding: 1em 1.25em;
                font-size: 1.2em;
                color: #fff;
            }

.zone-featured > article + article {
    display: none;
}

article.contacts .content li {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 2em 0;
}

.event-detail-link {
    clear: both;
    padding-top: 2em;
}

.ulselect {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #fff;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 1.2em;
    font-weight: bold;
}

    .ulselect > div:first-child {
        background-image: url("/Themes/Fsibase/Styles/images/select-arrow.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .ulselect ul {
        display: none;
        background-color: transparent;
    }

    .ulselect:hover ul {
        display: block !important;
        position: absolute;
    }

    .ulselect li {
        background-color: transparent;
    }

        .ulselect li a {
            background-color: #ddd;
            display: block;
            width: auto;
            padding: 5px 5px 5px 15px;
            border-left: 1px solid rgba(0,0,0,0.3);
            border-right: 1px solid rgba(0,0,0,0.3);
        }

            .ulselect li a:hover {
                background-color: #aaa;
                color: #fff;
            }

        .ulselect li:last-child a {
            border-bottom: 1px solid rgba(0,0,0,0.3);
        }

.ulselect-wrap {
    z-index: 1;
}

.ulselect > div:first-child a {
    padding: 10px 5px 10px 15px;
    display: block;
    width: auto;
    border: 1px solid rgba(0,0,0,0.3);
}

.events-article-summary header.summary-header h3 {
    float: none;
    display: inline-block;
}

.margin-at-top {
    margin-top: 5em;
}

.event-detail-link a {
    font-weight: bold;
    font-size: 1.2em;
    color: rgba(0,0,0,0.5);
}

.projection-page .contact-article {
    border-bottom: 1px dotted #ccc;
    clear: both;
    float: left;
    padding: 12px 0;
}

.projection-page li .contacts-article .content h3 {
    float: none;
    font-family: TitleFont;
    font-size: 1.8em;
    line-height: 1.2em;
    padding-top: 0;
    width: 360px;
}

.projection-page .contacts-article {
    border-bottom: 1px dotted #ccc;
    padding: 12px 0;
}

    .projection-page .contacts-article img.thumbnail {
        max-height: 150px;
        max-width: 150px;
    }

.projection-page li .contacts-article .before-content {
    float: right;
    width: 150px;
    text-align: right;
}

.projection-page .contacts-article img {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.projection-page li .contacts-article strong {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 3em;
}

.projection-page li .contacts-article.membership strong {
    line-height: 1em;
}

.projection-page li .contacts-article.membership {
    display: inline-block;
    width: 100%;
}

.membership.projection-page > ul > li {
    margin-bottom: 0px;
}

.projection-page .contacts-article.membership li {
    margin-bottom: 0;
}

article.competitions .projection-page > ul > li {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 2em 0;
}

.projection-page .teams-article {
    border-bottom: 1px dotted #ccc;
    padding: 12px 0;
}

.projection-page .list-splitter li {
    width: 100%;
    display: inline-block;
}

.team-strip-color div {
    background-color: red;
    border: 1px solid #000;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.team-strip-color2 div {
    background-color: blue;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    border: 1px solid #000;
}

.team-strip-color, .team-strip-color2 {
    margin: 0px 20px 0px 0px;
    float: left;
    width: 100%;
    text-align: left;
}

.team-profile .team-colors span {
    visibility: hidden;
}

.results, .fixtures, .team-details {
    clear: both;
    float: left;
}

ul {
    list-style-type: none;
}

.results .team {
    font-weight: bold;
    float: left;
    width: 43%;
    text-align: left;
}

    .results .team:nth-child(2) {
        text-align: right;
    }

.results li {
    font-weight: bold;
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

.results p {
    text-align: center;
    line-height: 2em;
}

.team-colors h3 {
    text-align: left;
}

.results h3 {
    text-align: center;
    background-color: #e7e7e7;
}

.results h2 {
    text-align: center;
}

.team-details {
    width: 100%;
    text-align: center;
}

.team-colors, .results {
    border-bottom: 1px dotted #000;
    float: left;
    padding-bottom: 3em;
    width: 100%;
}

.team-tabs-match-reports img {
    width: 25%;
}

#footer .sponsors-main {
    display: none;
}

.beforeheader-wrapper {
    background-color: #616161;
}

#layout-Beforeheaderzone .titleSpacer {
    display: none;
}

#layout-Beforeheaderzone a {
    color: #fff;
}

#layout-Beforeheaderzone .sponsor img {
    max-height: 45px;
    vertical-align: middle;
}

#layout-Beforeheaderzone .widget-sponsors-widget {
    border-style: none;
}

#layout-Beforeheaderzone a.button {
    background-color: transparent;
}

.playerlist tr:nth-child(odd) {
    background-color: transparent;
}

.playerlist tr:nth-child(even) {
    background-color: #e7e7e7;
}

.zone-header-sponsor .widget-sponsors-widget {
    border-style: none;
}

.zone-header-sponsor .sponsors {
    text-align: right;
}

.zone-header-sponsor .sponsor {
    /*background-color: transparent;
    font-size: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 82%;*/
	display:none;
}

    .zone-header-sponsor .sponsor img {
        display: inline-block;
        max-height: 100px;
        max-width: 110px;
        position: relative;
        text-align: center;
        padding: 0;
        margin: 0;
    }

.widget-events-widget .events-article-summary strong {
    float: none;
}

.footer-sponsor-logo {
    float: left;
}

span.copyright {
    /*float: left;
    margin: 7px 0px 0px 10px;*/
	display:none;
}

.user-display .user-actions {
    float: left;
    margin-top: 7px;
}

#layout-after-footer span.white-text strong {
    color: #fff;
}

#layout-after-footer span.white-text {
    padding-right: 5px;
}

.match-reports {
    padding: 20px;
}

li.last, li.first, .first li, .last li {
    list-style-type: none;
}

.match-reports header.main-header .metadata {
    text-align: left;
    float: left;
    font-weight: bold;
}

.match-reports p {
    padding-top: 2em;
}

.fsi-summary-content {
    width: 400px;
    float: left;
    text-align: left;
}

.fsi-summary-large .fsi-summary-content {
    width: 320px;
}

.fsi-summary-max .fsi-summary-content {
    width: 100%;
}

.fsi-summary-image img {
    max-height: 75px;
    max-width: 120px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.fsi-summary-image {
    float: right;
    max-width: 120px;
}

.fsi-summary-large .fsi-summary-image, .fsi-summary-max .fsi-summary-image {
    width: 240px;
    text-align: right;
}

    .fsi-summary-large .fsi-summary-image img, .fsi-summary-max .fsi-summary-image img {
        box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
        max-height: 240px;
        max-width: 240px;
    }

.team-profile .team-name-info {
    line-height: 2.2em;
    font-size: 1.2em;
}

article.team-list-index-wrap {
    border-bottom: 1px dotted rgba(255,0,0,0.3);
    clear: both;
    float: left;
    width: 100%;
    padding: 1em 0em 1em 0em;
}

.medium-font {
    font-size: 1.2em;
}

table.competition-table .button {
    padding: 4px;
}

td.score {
    min-width: 3.5em;
}

.team-list {
    color: #444;
    padding: 0.7em 0em 0.7em 0em;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted rgba(255,0,0,0.3);
    font-size: 1.2em;
}

.team-list-header {
    width: 100%;
}

.player-position {
    clear: both;
}

.player-name {
    float: left;
    line-height: 25px;
    padding-bottom: 1em;
    min-width: 25em;
}

.left-text-wrap {
    float: left;
}

.team-details a.button {
    float: left;
}

.button-wrap {
    float: left;
}

td.home-team, td.score, td.away-team, td.time {
    font-size: 1.2em;
}

.button-wrap .button {
    padding: 4px;
    line-height: 10px;
    margin-right: 10px;
}

#layout-before-main .widget-control {
    width: 66.3%;
    float: left;
    padding: 0;
    overflow: hidden;
}

    #layout-before-main .widget-control + .widget-control {
        width: 33.2%;
        float: right;
    }

    #layout-before-main .widget-control .widget {
        width: 100%;
        float: none;
    }

.widget-control-hidden {
    border: none;
    display: none;
}

.date-bullet {
    display: inline-block;
    padding: 0.5em;
    background-color: #222;
    line-height: 1.2em;
    color: #fff;
    min-width: 0.7em;
}

    .date-bullet span {
        color: #fff;
    }

.filter-clubs.panel {
    float: left;
    width: auto;
    margin-right: 0.5em;
}

ul#clubs {
    clear: both;
}

.large-grey-panel {
    background-color: #cecece;
}

fieldset.bulk-actions {
    float: left;
    height: 86px;
    line-height: 82%;
    margin: 0;
    max-width: 30%;
    min-width: 130px;
    padding: 0;
    vertical-align: middle;
}

.clublist-searchwrap {
    float: left;
    height: 100px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

    .clublist-searchwrap.margin-top {
        margin-top: 52px;
        margin-left: 5px;
        height: 0;
    }

.large-grey-panel.panel-padding {
    padding: 0px 0 0 10px;
    margin-top: 10px;
}

.large-grey-panel h3 {
    color: #fff;
}

#club-search ul#clubs > ul > li {
    margin-bottom: 0px !important;
}

.projection-page.club-list-search > ul > li {
    margin-bottom: 0px;
}

.cb-clubs li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0px 10px 0px;
    line-height: 25px;
}

.button-float-right {
    float: right;
}

.widget-control .manage-actions a, .content-control .manage-actions a {
    margin: 2px;
    border-radius: 3px;
    border: 2px solid #fff;
    background-color: #0c0;
    color: #fff;
}

    .widget-control .manage-actions a:hover, .content-control .manage-actions a:hover {
        background-color: #090;
        transition: background-color ease-in 0.2s;
    }

.inlinewidth25 {
    width: 25%;
    float: left;
}

.inlinewidth33 {
    width: 33%;
    float: left;
}

.inlinewidth66 {
    width: 66%;
    float: left;
}

.inlinewidth50 {
    width: 50%;
    float: left;
}

article.membership a.button {
    float: right;
}

article.membership h2 {
    float: left;
    padding: 0;
}

.line-space {
    margin-bottom: 1em;
}

.alignright {
    text-align: right;
}

.text-padding {
    margin: 1em 0em 5em 0em;
}

.border {
    border: 1px solid #aaa;
}

.pad50 {
    padding: 0.5em;
}

.pad, .pad100 {
    padding: 1em;
}

.padDefault {
    padding: 12px;
}

.space-standard {
    margin: 15px;
}

.strong {
    font-weight: bold;
}

.big {
    font-size: 1.2em;
}

.margin-left-1em {
    margin-left: 1em;
}

.fsi-border {
    border: 1px solid transparent;
}

.fsi-rounded {
    border-radius: 0.5rem;
}

.fsi-warning {
    background-color: #fdf5bc;
    border-color: #ffea9b;
    color: #9f6000;
}

.fsi-info {
    color: #062232;
    background-color: #fdf5bc;
    border-color: #cfe493;
}

.fsi-success {
    color: #4f8a10;
    background-color: #dff2bf;
    border-color: #4f8a10;
}

.fsi-error {
    color: #fff;
    background-color: #e68585;
    border-color: #990808;
}

.fsi-panel {
    color: #fff;
    background-color: #ddd;
}

.paraList {
    font-size: 1.1em;
    padding: 12px;
}

.sitemap {
    padding: 12px;
}

/* Cached: 19/06/2015 11:38:54 */
@font-face {
    font-family: 'NavFont';
    src: url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.eot');
    src: url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.woff') format('woff'),url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.ttf') format('truetype'),url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'TitleFont';
    src: url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.eot');
    src: url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.woff') format('woff'),url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.ttf') format('truetype'),url('/Themes/RfuHost/Styles/fonts/antonio-bold-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'RegularFont';
    src: url('/Themes/RfuHost/Styles/fonts/opensans-regular-webfont.eot');
    src: url('/Themes/RfuHost/Styles/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),url('/Themes/RfuHost/Styles/fonts/opensans-regular-webfont.woff') format('woff'),url('/Themes/RfuHost/Styles/fonts/opensans-regular-webfont.ttf') format('truetype'),url('/Themes/RfuHost/Styles/fonts/opensans-regular-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'RegularFontBold';
    src: url('/Themes/RfuHost/Styles/fonts/opensans-bold-webfont.eot');
    src: url('/Themes/RfuHost/Styles/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),url('/Themes/RfuHost/Styles/fonts/opensans-bold-webfont.woff') format('woff'),url('/Themes/RfuHost/Styles/fonts/opensans-bold-webfont.ttf') format('truetype'),url('/Themes/RfuHost/Styles/fonts/opensans-bold-webfont.svg#webfont') format('svg');
}

#layout-wrapper {
    /*background-image: url('/Themes/Rfu/Styles/images/DefaultBackgroundImage.jpg');*/
}

#layout-header-container {
    /*background-image: url('/Themes/Rfu/Styles/images/DefaultHeaderImage.jpg');*/
}

nav a, nav span {
    font-family: 'NavFont';
    text-transform: uppercase;
}

nav .row .dropdown > span {
    font-family: 'NavFont';
    text-transform: capitalize;
}

#layout-navigation-container {
    background-color: #444;
    margin-left: auto;
    margin-right: auto;
}

#layout-header-container {
    background-repeat: no-repeat;
    background-color: #3e3e3e;
    margin-right: auto;
    margin-left: auto;
}

nav {
    background-color: #444;
}

    nav > ul > li > a, nav > ul > li > span {
        color: #fff;
        font-size: 1.45em;
    }

        nav > ul > li > a:hover, nav > ul > li > span:hover {
            background-color: #29e;
            color: #fff;
        }

    nav > ul > li.current > a, nav > span {
        background-color: #29e;
        color: #fff;
    }

#header #branding .site-name {
    font-family: 'TitleFont';
    font-size: 2.8em;
}

nav a, nav span {
    font-family: 'NavFont';
}

h2, h3, h4 {
    font-family: 'TitleFont';
}

.widget-news-feature-widget h2, .widget-news-feature-widget h3, .widget-news-feature-widget h4 {
    font-family: 'TitleFont';
}

#header .facebook-like, #header .twitter-follow {
    margin-right: 10px;
}

nav .row {
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    nav .row .container {
        width: 950px;
        border-radius: 0;
    }

.zone-before-header .widget-social-widget {
    height: auto;
    margin-bottom: 0;
}

    .zone-before-header .widget-social-widget > div {
        width: auto;
        margin: 0 0 0 5px;
    }

    .zone-before-header .widget-social-widget .logo {
        float: none;
        clear: both;
        margin: 0;
        background-repeat: no-repeat;
        background-image: none;
    }

        .zone-before-header .widget-social-widget .logo img {
            height: 24px;
        }

nav .row {
    width: auto;
    left: auto;
    right: auto;
    padding: 0;
}

    nav .row .container {
        width: auto;
    }

    nav .row .column {
        width: 15em;
    }

/* Cached: 06/07/2015 15:17:15 */
.widget-Introduction div.image {
    float: left;
}

.widget-Introduction div.IntroBody {
    display: block;
}

.widget-Introduction div.image img {
    max-width: 210px;
    max-height: 210px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget-Introduction p img {
    display: inline;
}

.time-ago-news-widget {
    color: rgba(255,255,255,0.5);
}

.widget-latest-news .widget-news-widget .content li a {
    padding: 20px;
    overflow: hidden;
}

.widget-news-widget .content ul {
    margin: 0;
}

.widget-news-widget .content li:first-child {
    border-top: none;
}

.widget-news-widget .content li {
    display: block;
    font-size: 1em;
    color: #fff;
    border-top: 1px dotted rgba(255,0,0,0.3);
}

    .widget-news-widget .content li a {
        padding: 6px;
        display: block;
        text-decoration: none;
        color: #fff;
        width: auto;
        margin-right: 0;
        font-family: RegularFont;
        height: auto;
    }

        .widget-news-widget .content li a > span {
            display: block;
            margin-bottom: 5px;
            padding-left: 0;
        }

        .widget-news-widget .content li a + a {
            width: auto;
            float: right;
        }

        .widget-news-widget .content li a:hover {
            background-color: rgba(255,0,0,0.15);
            color: #fff;
        }

    .widget-news-widget .content li .title-news-widget {
        font-family: 'TitleFont',Verdana;
        font-size: 1.6em;
        line-height: 1.2em;
        margin-bottom: 6px;
    }

.widget-news-widget a.button {
    margin: 5px 0;
}

#layout-before-main .widget-news-widget .content li, #layout-before-main .widget-news-widget .content li:first-child {
    border-color: #fff;
}

.widget-rss-widget .content ul {
    margin: 0;
}

.widget-rss-widget .content li:first-child {
    border-top: 1px dotted rgba(255,0,0,0.3);
}

.widget-rss-widget .content li {
    display: block;
    border-bottom: 1px dotted rgba(255,0,0,0.3);
}

    .widget-rss-widget .content li .title-news-widget {
        font-weight: bold;
    }

    .widget-rss-widget .content li a {
        display: block;
        color: #444;
        padding: 6px;
    }

        .widget-rss-widget .content li a:hover {
            background-color: rgba(255,0,0,0.15);
            color: #fff;
        }

.widget-rss-widget a.button {
    margin: 5px 0;
}

.widget-rss-widget .bodytext-news-widget, .widget-rss-widget .time-ago-news-widget {
    display: none;
}

.news-carousel-widget {
    background-color: #000;
}

.news-carousel-widget {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}

    .news-carousel-widget > img {
        width: 65%;
        height: 100%;
        left: -50%;
        top: -50%;
    }

    .news-carousel-widget > div.shade {
        background-color: rgba(51,0,0,0.2);
        color: #fff;
    }

    .news-carousel-widget > h4, .news-carousel-widget > div.shade {
        position: absolute;
        bottom: 0;
        width: 65%;
        height: 35%;
        font-family: TitleFont,Impact,Verdana,Arial,sans-serif;
    }

        .news-carousel-widget > h4 a, .news-carousel-widget > div.shade a {
            color: #fff;
            display: block;
            width: auto;
            height: 100%;
            padding: 5%;
            font-size: 1em;
        }

    .news-carousel-widget ul {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: 35%;
        height: 100%;
        list-style-type: none;
    }

        .news-carousel-widget ul li:first-child a {
            border: none;
        }

        .news-carousel-widget ul li {
            height: 25%;
            width: 100%;
            padding: 0;
            margin: 0;
            overflow: hidden;
        }

            .news-carousel-widget ul li article {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }

                .news-carousel-widget ul li article a:hover {
                    background-color: #262626;
                    color: #fff;
                    cursor: pointer;
                }

                    .news-carousel-widget ul li article a:hover img {
                        opacity: 1;
                    }

                    .news-carousel-widget ul li article a:hover span {
                        color: #fff;
                    }

                .news-carousel-widget ul li article a.selectedArticle {
                    background-color: rgba(255,0,0,0.1);
                }

                    .news-carousel-widget ul li article a.selectedArticle img {
                        opacity: 1;
                    }

                .news-carousel-widget ul li article a {
                    width: 100%;
                    height: 100%;
                    margin: 0;
                    padding: 0;
                    vertical-align: middle;
                    position: relative;
                    display: block;
                    border-top: 1px dotted rgba(255,0,0,0.5);
                    margin-left: 5px;
                }

                    .news-carousel-widget ul li article a span {
                        float: left;
                        margin: 0;
                        padding: 0;
                        display: block;
                        height: 100%;
                        width: 30%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        color: #fff;
                        background-color: transparent;
                        text-align: left;
                        position: relative;
                        font-family: TitleFont,Arial,helvetica,sans-serif;
                    }

                        .news-carousel-widget ul li article a span img {
                            width: 80%;
                            height: 78%;
                            margin: 0;
                            padding: 0;
                            opacity: 0.75;
                            position: relative;
                            text-align: center;
                            display: inline;
                            position: absolute;
                            left: 10%;
                            top: 10%;
                        }

                        .news-carousel-widget ul li article a span + span {
                            float: right;
                            margin: 0;
                            padding: 0;
                            display: block;
                            height: 70%;
                            width: 65%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            color: #fff;
                            background-color: transparent;
                            right: 4%;
                            top: 15%;
                            position: relative;
                            font-size: 1.2em;
                            font-weight: bold;
                        }

                .news-carousel-widget ul li article a {
                    border-color: rgba(255,255,255,0.3);
                }

.widget-you-tube-widget {
    background-image: url("/Themes/RfuHost/Styles/images/topgrad-fff.png");
    background-position: center -2px;
    background-repeat: repeat-x;
}

    .widget-you-tube-widget header {
        margin-bottom: 6px;
    }

    .widget-you-tube-widget .scrollable-thumbnails {
        height: 90px;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }

        .widget-you-tube-widget .scrollable-thumbnails ul {
            margin: 0;
            width: 20000em;
            position: absolute;
        }

        .widget-you-tube-widget .scrollable-thumbnails li {
            display: block;
            float: left;
            height: 85px;
            margin: 0 4px 0 0;
            text-align: left;
        }

            .widget-you-tube-widget .scrollable-thumbnails li.last img {
                margin: 0;
            }

        .widget-you-tube-widget .scrollable-thumbnails .prev {
            display: block;
            position: relative;
        }

        .widget-you-tube-widget .scrollable-thumbnails .next {
            display: block;
            position: relative;
        }

.widget-gallery-widget {
    background-image: url("/Themes/RfuHost/Styles/images/topgrad-fff.png");
    background-position: center -2px;
    background-repeat: repeat-x;
}

    .widget-gallery-widget header {
        margin-bottom: 6px;
    }

    .widget-gallery-widget .scrollable-thumbnails {
        height: 90px;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }

        .widget-gallery-widget .scrollable-thumbnails ul {
            margin: 0;
            width: 20000em;
            position: absolute;
        }

        .widget-gallery-widget .scrollable-thumbnails li {
            display: block;
            float: left;
            height: 85px;
            margin: 0 4px 0 0;
            text-align: left;
        }

            .widget-gallery-widget .scrollable-thumbnails li.last img {
                margin: 0;
            }

        .widget-gallery-widget .scrollable-thumbnails .prev {
            display: block;
            position: relative;
        }

        .widget-gallery-widget .scrollable-thumbnails .next {
            display: block;
            position: relative;
        }

    .widget-gallery-widget header {
        color: #444;
    }

.widget-aside.widget-gallery-widget {
    background-color: #000;
}

    .widget-aside.widget-gallery-widget header {
        color: #fff;
    }

.widget-poll-widget .poll-question {
    font-size: 1.5em;
    font-family: TitleFont;
}

.widget-poll-widget ul {
    margin: 0 0 12px 0;
}

    .widget-poll-widget ul li {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        padding: 0.5em 0;
    }

    .widget-poll-widget ul input[type="checkbox"], .widget-poll-widget ul label {
        display: inline;
        font-size: 1.3em;
        font-family: TitleFont;
    }

.widget-pollo-widget {
    margin-bottom: 6px;
}

    .widget-pollo-widget header {
        padding: 3px;
    }

    .widget-pollo-widget .poll {
        border-width: 1px;
        border-style: solid;
        border-color: #000;
    }

        .widget-pollo-widget .poll .poll-question {
            font-size: 1.2em;
            font-weight: bold;
            background-color: #000;
            margin: 0;
            padding: 6px;
            background-image: url("/Themes/RfuHost/Styles/images/topgrad-fff.png");
            background-position: center -2px;
            background-repeat: repeat-x;
            color: #fff;
        }

        .widget-pollo-widget .poll .poll-name, .widget-pollo-widget .poll .poll-bar {
            padding: 6px 0;
        }

.widget-clean-sheets-widget header, .widget-match-reports-widget header, .widget-latest-results-widget header, .widget-leading-goal-scorers-widget header, .widget-player-comparison-widget header, .widget-player-stats-widget header, .widget-team-stats-widget header, .widget-upcoming-fixtures-widget header {
    padding: 3px;
}

    .widget-clean-sheets-widget header h3, .widget-match-reports-widget header h3, .widget-latest-results-widget header h3, .widget-leading-goal-scorers-widget header h3, .widget-player-comparison-widget header h3, .widget-player-stats-widget header h3, .widget-team-stats-widget header h3, .widget-upcoming-fixtures-widget header h3 {
        display: inline-block;
        margin-right: 12px;
    }

    .widget-clean-sheets-widget header fieldset, .widget-match-reports-widget header fieldset, .widget-latest-results-widget header fieldset, .widget-leading-goal-scorers-widget header fieldset, .widget-player-comparison-widget header fieldset, .widget-player-stats-widget header fieldset, .widget-team-stats-widget header fieldset, .widget-upcoming-fixtures-widget header fieldset {
        display: inline-block;
        margin: 0 0 6px 0;
        padding: 0;
        text-align: right;
    }

    .widget-clean-sheets-widget header label, .widget-match-reports-widget header label, .widget-latest-results-widget header label, .widget-leading-goal-scorers-widget header label, .widget-player-comparison-widget header label, .widget-player-stats-widget header label, .widget-team-stats-widget header label, .widget-upcoming-fixtures-widget header label, .widget-clean-sheets-widget header select, .widget-match-reports-widget header select, .widget-latest-results-widget header select, .widget-leading-goal-scorers-widget header select, .widget-player-comparison-widget header select, .widget-player-stats-widget header select, .widget-team-stats-widget header select, .widget-upcoming-fixtures-widget header select {
        display: inline-block;
    }

    .widget-clean-sheets-widget header select, .widget-match-reports-widget header select, .widget-latest-results-widget header select, .widget-leading-goal-scorers-widget header select, .widget-player-comparison-widget header select, .widget-player-stats-widget header select, .widget-team-stats-widget header select, .widget-upcoming-fixtures-widget header select {
        border-radius: 2px;
    }

.widget-clean-sheets-widget.widget-aside, .widget-match-reports-widget.widget-aside, .widget-latest-results-widget.widget-aside, .widget-leading-goal-scorers-widget.widget-aside, .widget-player-comparison-widget.widget-aside, .widget-player-stats-widget.widget-aside, .widget-team-stats-widget.widget-aside, .widget-upcoming-fixtures-widget.widget-aside {
    background-image: url("/Themes/RfuHost/Styles/images/topgrad-fff.png");
    background-position: center -2px;
    background-repeat: repeat-x;
}

    .widget-clean-sheets-widget.widget-aside select, .widget-match-reports-widget.widget-aside select, .widget-latest-results-widget.widget-aside select, .widget-leading-goal-scorers-widget.widget-aside select, .widget-player-comparison-widget.widget-aside select, .widget-player-stats-widget.widget-aside select, .widget-team-stats-widget.widget-aside select, .widget-upcoming-fixtures-widget.widget-aside select {
        max-width: 100%;
    }

    .widget-clean-sheets-widget.widget-aside label, .widget-match-reports-widget.widget-aside label, .widget-latest-results-widget.widget-aside label, .widget-leading-goal-scorers-widget.widget-aside label, .widget-player-comparison-widget.widget-aside label, .widget-player-stats-widget.widget-aside label, .widget-team-stats-widget.widget-aside label, .widget-upcoming-fixtures-widget.widget-aside label {
        display: none;
    }

.widget-clean-sheets-widget.widget-double-first select, .widget-match-reports-widget.widget-double-first select, .widget-latest-results-widget.widget-double-first select, .widget-leading-goal-scorers-widget.widget-double-first select, .widget-player-comparison-widget.widget-double-first select, .widget-player-stats-widget.widget-double-first select, .widget-team-stats-widget.widget-double-first select, .widget-upcoming-fixtures-widget.widget-double-first select, .widget-clean-sheets-widget.widget-double-second select, .widget-latest-results-widget.widget-double-second select, .widget-leading-goal-scorers-widget.widget-double-second select, .widget-player-comparison-widget.widget-double-second select, .widget-player-stats-widget.widget-double-second select, .widget-team-stats-widget.widget-double-second select, .widget-upcoming-fixtures-widget.widget-double-second select {
    max-width: 100%;
}

.widget-clean-sheets-widget.widget-double-first label, .widget-match-reports-widget.widget-double-first label, .widget-latest-results-widget.widget-double-first label, .widget-leading-goal-scorers-widget.widget-double-first label, .widget-player-comparison-widget.widget-double-first label, .widget-player-stats-widget.widget-double-first label, .widget-team-stats-widget.widget-double-first label, .widget-upcoming-fixtures-widget.widget-double-first label, .widget-clean-sheets-widget.widget-double-second label, .widget-latest-results-widget.widget-double-second label, .widget-leading-goal-scorers-widget.widget-double-second label, .widget-player-comparison-widget.widget-double-second label, .widget-player-stats-widget.widget-double-second label, .widget-team-stats-widget.widget-double-second label, .widget-upcoming-fixtures-widget.widget-double-second label {
    display: none;
}

.widget-clean-sheets-widget header, .widget-match-reports-widget header, .widget-latest-results-widget header, .widget-leading-goal-scorers-widget header, .widget-player-comparison-widget header, .widget-player-stats-widget header, .widget-team-stats-widget header, .widget-upcoming-fixtures-widget header {
    color: #444;
}

#layout-main .widget.widget-advert {
    padding-left: 10px;
}



/*
Theme: Theme Machine
Author: Orchard Team – http://www.orchardproject.net
Copyright: 2010, Orchard. All Rights Reserved
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/



/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    color: #444;
}

/* Remember focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}

html {
    -webkit-font-smoothing: antialiased;
}

/* Clearing Floats
***************************************************************/

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */ {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
}


/* General
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

body {
    line-height: 1;
    font-size: 81.3%;
    color: #444;
    background: #e0e0e0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: .6em 0;
}

h1 {
    font-size: 1.308em;
}

h2 {
    font-size: 1.231em;
}

h3 {
    font-size: 1.154em;
}

h4 {
    font-size: 1.077em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

    h1 img, h2 img, h3 img,
    h4 img, h5 img, h6 img {
        margin: 0;
    }

/* Aside Headings */
/*aside h1 { font-size: 1.154em; }
aside h2 { font-size: 1.077em; }
aside h3 { font-size: 1em; }
aside h4 { font-size: 1em; }
aside h5 { font-size: 1em; }
aside h6 { font-size: 1em; }
    */

/* Lists */
li ul,
li ol {
    margin: 0;
}

ul, ol {
    margin: 0;
    line-height: 1.385em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

/* Text elements */
p {
    margin: 0 0 1em;
    line-height: 1.538em;
}

    p img.left {
        float: left;
        margin: 0.923em 0.923em 0.923em 0;
        padding: 0;
    }

    p img.right {
        float: right;
        margin: 0.923em 0 0.923em 0.923em;
    }

a {
    text-decoration: none;
}

blockquote {
    margin: 0.923em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 0.923em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 0.923em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.462em;
}



/* Forms
***************************************************************/

form {
    margin: 0;
    padding: 0;
}

legend {
    font-size: 1.231em;
    font-weight: normal;
    border: none;
}

fieldset {
    padding: 6px 0 0;
    margin: 0 0 12px 0;
    border: 0px solid #dbdbdb;
}

label {
    font-weight: normal;
    display: block;
    padding: 0 0 0.3em 0;
}

    label.forcheckbox {
        margin: 0 0 0 .4em;
        display: inline;
    }

input[type="text"], input[type="password"] {
    display: block;
    padding: 0.3em;
}

input[type="checkbox"] {
    margin: .2em 0 1.2em 0;
}

fieldset ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    fieldset ol li {
        margin: 0 0 6px 0;
    }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display: inline;
}

    form.inline fieldset {
        margin: 0;
    }

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight: normal;
}

label span {
    font-weight: normal;
}

label input {
    vertical-align: text-top;
}

.hint {
    display: block;
    font-size: 0.846em;
    color: #999;
    margin-top: 3px;
    padding: 3px;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    font-family: inherit;
    padding: 3px;
    border: 1px solid #bdbcbc;
    font-family: inherit;
    font-size: inherit;
}

input.text, input.textMedium, input.text-box {
    line-height: 1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width: 4em;
}

input.textMedium {
    width: 26em;
}

select {
    padding: 1px;
}

    select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus {
        border-color: #666d51;
    }

input.check-box {
    margin-left: 0;
    vertical-align: -.1em;
}

input.large.text, textarea, fieldset {
    clear: both;
}

textarea {
    min-height: 8em;
}

/* Structure
***************************************************************/
#layout-wrapper {

}

#layout-featured {
}


.beforeheader-wrapper {
    width: 100%;
}

.beforeheader-inner {
    width: 960px;
    margin: 0px auto 0px auto;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}


#layout-header, #layout-featured {
    width: 960px;
    margin: 0 auto;
}

#layout-after-main, #layout-main, #layout-before-main {
    width: 960px;
    margin: 0 auto;
}

#layout-before-main {
    width: 960px;
}

/* Navigation */
#layout-navigation {
    width: auto;
    margin: 0 auto;
}

.column {
    float: left;
    width: 25%;
}

nav ul {
    display: block;
    padding: 0px;
    margin: 0px;
    /*overflow:auto;*/
}

    nav ul li {
        display: block;
    }

nav > ul li.current {
}

nav ul li a {
    padding: 6px 18px;
    display: block;
    font-size: 1.077em;
    text-decoration: none;
    line-height: 24px;
}


/* first level */
nav > ul > li {
    float: left;
    display: block;
}

    nav > ul > li > a {
    }

    nav > ul > li:hover > ul {
        display: block;
    }

    nav > ul > li:hover {
    }

    /* second level */
    nav > ul > li > ul {
        margin: 24px 0px 0px -1px;
        padding: 0px;
        display: none;
        position: absolute;
    }

        nav > ul > li > ul > li {
            list-style-type: none;
            margin: 0px;
            border: none;
        }

            nav > ul > li > ul > li > a {
                display: block;
                text-decoration: none;
            }

            nav > ul > li > ul > li:hover > a {
            }

            nav > ul > li > ul > li:hover > ul {
                display: block;
            }

            /* third level */
            nav > ul > li > ul > li > ul {
                margin: -20px -1px 0px 90%;
                padding: 0px;
                display: none;
                position: absolute;
                border: 1px solid #dbdbdb;
            }

                nav > ul > li > ul > li > ul > li {
                    list-style-type: none;
                    margin: 0px;
                    border: none;
                }

                    nav > ul > li > ul > li > ul > li > a {
                        display: block;
                        text-decoration: none;
                    }

                    nav > ul > li > ul > li > ul > li:hover > a {
                    }

                /* deeper levels */
                nav > ul > li > ul > li > ul ul {
                    display: none;
                }

/* Breadcrumb */
nav ul.breadcrumb {
    border: none;
    display: inline-block;
    margin: -9px;
}

    nav ul.breadcrumb li {
        border: none;
        background: none;
        display: block;
        margin: 0 2px -1px 0;
    }

        nav ul.breadcrumb li:after {
            content: "/";
        }

        nav ul.breadcrumb li.last:after {
            content: "";
        }

        nav ul.breadcrumb li a {
            padding: 0 9px;
            display: block;
            color: #5F97AF;
            font-size: 100%;
        }

            nav ul.breadcrumb li a:hover {
                text-decoration: underline;
            }

#layout-header {
}

#layout-navigation {
}

#layout-featured {
    margin: 12px auto 12px auto;
}

#layout-main-container {
    margin: 0px auto;
}

#layout-main-wrapper {
    padding: 0px;
    margin: 0px;
}



    #layout-before-main .widget {
    }

#layout-main {
}

    #layout-main .zone > .content-item, #layout-main .zone > .content-control > .content-item, #layout-main .widget, #layout-after-main .widget, #layout-main .fsi-content-item, #layout-main .zone > ul {
        padding: 10px 20px;
    }

#layout-content {
}

#messages {
}

#before-content {
}

#content {
}

#after-content {
    margin-bottom: 2em;
}

#layout-double {
}

#double-first {
}

#double-second {
}

#aside {
}

#layout-after-main {
}

#layout-footer {
}

#layout-after-footer {
}

#layout-after-footer-content {
    width: 960px;
    margin: 0 auto;
    padding: 24px 0;
}

/* Zones */
.zone {
    /*  Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple;
    */
}

.zone-header {
    padding: 0;
    position: relative;
    float: left;
    width: 60%;
}

.zone-header-sponsor {
    padding: 0;
    position: relative;
    float: right;
    width: 40%;
}

.zone-navigation {
    padding: 0;
}



.zone-before-main {
}

.zone-messages {
}

.zone-before-content {
}

.zone-content {
}

.zone-after-content {
}

.zone-aside {
}

.zone-after-main {
    margin: 0 0 0 0;
}

.zone-double-first {
}

.zone-double-second {
}

.zone-footer {
    color: #999999;
}



/* Main
***************************************************************/

/* Content lists and details */
.content-description {
    font-size: 1.154em;
}

.content-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .content-items li {
        padding: 0;
        margin: 0;
    }

    .content-items .content-item {
        border-top: 1px solid #dbdbdb;
        padding: 6px 0 6px 0;
    }

        .content-items .content-item header {
        }

            .content-items .content-item header h1 {
                font-size: 1.308em;
                color: #434343;
            }

                .content-items .content-item header h1 a {
                    color: #434343;
                }

                    .content-items .content-item header h1 a:hover {
                    }

/* Tags */
.tags {
    margin-top: 12px;
}

    .tags a {
        background-color: #dbdbdb;
        padding: 3px 6px;
        color: #434343;
    }

        .tags a:hover {
            background-color: #434343;
            color: #fff;
        }

/* Comments */
#comments {
    margin: 24px 0 0 0;
    padding: 0;
}

.comment-form {
    margin: 24px 0 0 0;
    padding: 0;
}

.comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comments li {
        margin: 12px 0 0 0;
        padding: 12px;
        border: 1px solid #dbdbdb;
    }

.comment {
    margin: 0;
    padding: 0;
}

    .comment h4 {
        font-size: 1.077em;
    }

    .comment .who {
    }

    .comment .what {
    }

    .comment #add-comment {
    }

.comment-form #comment-by {
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
    border: none;
}

.comment-form #comment-text {
    width: 33.2em;
}

.comment-form input[type="text"] {
    width: 32em;
}

.comment-disabled {
}

.comment-count {
    font-size: 1.231em;
}

/* Confirmations */
.message, .validation-summary-errors {
    margin: 10px 0 4px 0;
    padding: 4px;
}

.messages a {
    font-weight: bold;
}

.message-Information {
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
}

.message-Warning {
    background: #fdf5bc; /* yellow */
    border: 1px solid #ffea9b;
}

.critical.message, .validation-summary-errors, .message-Error {
    background: #e68585; /* red */
    border: 1px solid #990808;
    color: #fff;
    margin-left: 15px;
}

/* Secondary
***************************************************************/

/* Aside Zones */
/* If zone 2 is on */
.aside-2 #layout-content {
    float: left;
    width: 640px;
}

.aside-2 .aside {
    float: right;
    width: 320px;
}

/* Double Zones*/
#layout-double > div {
    float: left;
    width: 630px;
}
/* If zones 1, 2 are on */
.double-12 #layout-double > div {
    width: 320px;
}

.double-12 #layout-double #double-second {
    margin: 0 0 0 0px;
}

/* Widgets
	***************************************************************/
.widgets {
}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control {
    position: relative;
    border: 1px dotted #5f97af;
}

    .widget-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .widget-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .widget-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }

/* Content Mode */
.content-control {
    border: 1px dotted #5f97af;
    overflow: auto;
    position: relative;
}

    .content-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .content-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .content-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }

/* Pager
***************************************************************/

.pager {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

    .pager li {
        float: left;
        padding: 0 12px 0 0;
        margin: 0;
    }

    .pager a, .pager span {
        font-size: 1.077em;
        display: block;
        background-color: #dbdbdb;
        padding: 6px 6px;
        color: #434343;
    }

        .pager a:hover {
            background-color: #434343;
            color: #fff;
        }

    .pager span {
        background-color: inherit;
    }


/* Misc
***************************************************************/

.small {
    font-size: 0.615em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.231em;
    line-height: 2.231em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.credits {
    clear: both;
    float: left;
}

.user-display {
    float: right;
}

    .user-display .welcome {
    }

    .user-display .user-actions {
    }

.login-form {
    margin: 0;
}



/* CSS 3 Enhancements 
***************************************************************/



/* login screen */
.zone-content h1, .zone-content h2, .zone-content h3, .zone-content h4, .zone-content h5, .zone-content h6, .zone-content p {
    /*padding:12px;*/
}

.zone-messages {
    padding: 0 12px;
}

    .zone-messages .message {
        padding: 1em;
    }

.zone-content h1 {
    font-size: 2em;
}

    .zone-content h1 + p {
        /*padding:12px;*/
    }
        /*.zone-content h1 + p + form {padding:12px;margin:0;}*/
        .zone-content h1 + p + form legend {
            font-size: 1.2em;
        }

        .zone-content h1 + p + form button[type="submit"] {
            border: none;
            padding: 0.5em 1em;
        }

article.widget-before-header {
    float: left;
}

.link-static-inner {
    width: 8em;
}

#layout-Beforeheaderzone .widget {
    clear: none;
    float: left;
}

#layout-Beforeheaderzone .widget-social-widget {
    float: right;
}

#layout-Beforeheaderzone .button-group {
    float: left;
}

#layout-Beforeheaderzone a.button {
    float: left;
    padding: 15px;
}

.zone-before-header {
    float: right;
    width: auto;
}


#layout-before-main .manage-actions, #layout-header-container .manage-actions, #layout-navigation-container .manage-actions, #layout-featured .manage-actions, #layout-footer .manage-actions {
    display: none !important;
}

#layout-before-main .widget-control, #layout-header-container .widget-control, #layout-navigation-container .widget-control, #layout-featured .widget-control, #layout-footer .widget-control {
    border-color: transparent;
}



/****Sites admin host css*****/

span.tenantHost:nth-child(1) {
	margin-right:20px;
	min-width:18em;
	display:inline-block;
}

.projection-page.margin-bottom-one-em > ul > li {
    display: block;
    margin-bottom: 1em;
}

h2.fsi-font-size-2em  {
	font-size:2em

}