﻿/* ************************************************************************************ */
/* CSS settings for LinkTicker Control - Site Specific                                  */
/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 14-09-2009  - Richard Chapman - Deltasoft - Create CSS file                          */
/* ************************************************************************************ */
.LinkTicker
{
    display: block !important; 
    top: -40px !important;
    z-index: 100;
    margin-left: -76px !important;
    background-image: url("/Bongo/assets/png/left-ticker.png");
    background-repeat: no-repeat; 
    background-position: center left;
    background-attachment: scroll;
    width: 300px !important;
    height: 18px !important;
}

.LinkTickerOuter
{
    background-image: url("/Bongo/assets/png/right-ticker.png");
    background-repeat: no-repeat; 
    background-position: center right;
    background-attachment: scroll;
    width: 300px !important;
    height: 18px !important;
}

.LinkTickerInner
{
    height: 13px !important;
}

.LinkTickerInner a
{
    color: White;
    font-weight: bold;
}
