﻿/* Slide Header */

.slide.theme_randa > .slide-header .competition-info {
    background: url(r&a_top.png) repeat-x 0 0;
    width: -webkit-calc(100% - 790px);
    width: -moz-calc(100% - 790px);
    width: -o-calc(100% - 790px);
    width: calc(100% - 790px);
}
.slide.theme_randa > .slide-header .logo {
    background: url(r&a_top_logo_nologo.png) no-repeat 0 0;
    width: 765px;
}

/* Slide Footer */

.slide.theme_randa > .slide-footer .competition-info {
    background: url(r&a_footer.png) repeat-x 0 0;
    height: 60px;
}

/* Table list data */
.slide.theme_randa.slide > .list {
    background: rgb(8, 31, 77); /* Fallback */
    background: rgba(8, 31, 77, 0.8);
}

.slide.theme_randa.slide .list .internal-header {
    background-color: #081f4d;
    color: #ffffff;
}

.theme_randa .leaderboard-header .inner,
.theme_randa .startlist-header .inner,
.theme_randa .holescore-header .inner,
.theme_randa .course-setup .inner {
    text-shadow: 1px 1px 0px #000000;
}

.slide.theme_randa .leaderboard-items .item-inner > div,
.slide.theme_randa .startlist-items .item-inner > div,
.slide.theme_randa .holescore-items .item-inner > div {
    border-bottom: 4px solid #081f4d;
    color: #FFFFFF;
}

.slide.theme_randa .leaderboard-items .inner,
.slide.theme_randa .startlist-items .inner,
.slide.theme_randa .holescore-items .inner {
    background: url(/Themes/randa/r&a_leaderboard_player_bg.png) repeat-x 0 0;
    border-right: 4px solid #081f4d;
    -moz-box-shadow: 0 1px 0 #54759B inset;
    -webkit-box-shadow: 0 1px 0 #54759B inset;
    box-shadow: 0 1px 0 #54759B inset;
}

.slide.theme_randa .leaderboard-items .total .inner,
.slide.theme_randa .holescore-items .total .inner {
    background: url(/Themes/randa/r&a_leaderboard_total_bg.png) repeat-x 0 0;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    color: #000000;
}

/* Course info */
.slide.theme_randa > .course-setup { background: #081f4d; }

/* Match play */
.slide.theme_randa .matchplay-items .match-item .entry .inner { background: url(/Themes/randa/r&a_player_winner_bg.png) repeat-x 0 0; }
.slide.theme_randa .matchplay-items .match-item .entry.winner .inner { background: url(/Themes/randa/r&a_player_winner_bg.png) repeat-x 0 0; }
.slide.theme_randa .matchplay-items .match-item .entry.loser .inner { background: url(/Themes/randa/r&a_player_loser_bg.png) repeat-x 0 0; }

.slide.theme_randa .match-item .item-inner > div { border-bottom: 4px solid #081f4d; }

/* Start list */
.slide.theme_randa .startlist-items .even-flight .inner 
{
    background: url(/Themes/randa/r&a_match_player_bg_light.png) repeat-x 0 0;
    border-right: 4px solid #081f4d;
    -moz-box-shadow: 0 1px 0 #84AFE0 inset;
    -webkit-box-shadow: 0 1px 0 #84AFE0 inset;
    box-shadow: 0 1px 0 #84AFE0 inset;
}
.slide.theme_randa .startlist-items .odd-flight .inner 
{
    background: url(/Themes/randa/r&a_match_player_bg_dark.png) repeat-x 0 0;
    border-right: 4px solid #081f4d;
    -moz-box-shadow: 0 1px 0 #54759B inset;
    -webkit-box-shadow: 0 1px 0 #54759B inset;
    box-shadow: 0 1px 0 #54759B inset;
}

.slide.theme_randa .player-item-inner > div:last-child > .inner,
.slide.theme_randa .player-item-inner > div:last-child > div:last-child div.inner { border-right: 0 none; }