﻿/***************************
  MAIN CSS
  Website: AAP Racing And Sports Megaform
  Author: Matt Dawson
  Company: Australian Associated Press
  Description: Core CSS elements for Racing And Sports Megaform Website
  Version:		09.08.2010
***************************/

/* DEFAULT ELEMENTS */

html, body, form
{
    margin: 0;
    padding: 0;
}

body
{
    font: 11px/18px Tahoma, "Lucida Grande", Verdana, Sans-Serif;
}

img
{
    border: 0;
}

body.wndBody
{
    background-image: none;
    background-color: #fff;
}

a
{
    text-decoration: underline;
    color: #005802;
}

    a:hover
    {
    }

input
{
    font-size: 11px;
}

h1
{
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}

h2
{
    font-size: 14px;
    margin: 0;
}

h3
{
    font-size: 13px;
    margin: 0;
}

h4
{
    font-size: 12px;
    margin: 0;
}

p
{
    font-size: 12px;
    line-height: 140%;
    *line-height: 130%;
    *margin: 10px 0;
}

select
{
    font-size: 11px;
}

input[type=checkbox]
{
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

input[type=text], input[type=password], select
{
    border: 1px solid #5a746b;
    padding-left: 2px;
}

    input[type=text]:hover, input[type=password]:hover, select:hover
    {
        border: 1px solid #f4812e;
    }

label
{
    line-height: 22px;
}

.RadWindow .rwIcon
{
    margin: 2px 5px 0px 0px !important;
}
/* Override for Telerik RadWindow FavIcons */

/* CORE CONTAINER LAYOUT ELEMENTS */
#mainContainer
{
    margin: auto;
    width: 984px;
}

#header
{
    height: 105px;
    width: 984px;
}

#headerLogo
{
    float: left;
    padding: 27px 0 0 0;
}

#headerAdSpace
{
    float: left;
}

#headerLogin
{
    float: right;
    text-align: right;
    padding: 0 23px 0 0;
}

#mainContentContainerOuter
{
    width: 984px;
    border: 1px solid transparent;
}

#mainMenuContainer
{
    height: 38px;
    clear: both;
    width: 984px;
    z-index: 1;
    margin: 22px 0 15px 0;
}

#mainContentContainerInner
{
    border: 1px solid transparent;
    margin: 0 11px 11px 11px;
    position: relative;
    padding: 0 8px 11px 8px;
    z-index: 0;
}


/* FOOTER */
#footer
{
    color: #656157;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 30px 0 20px 0;
    height: 36px;
    width: 984px;
    font-size: 10px;
}

#footerLinks
{
    float: left;
    width: 480px;
    margin: 10px 0 0 25px;
}

    #footerLinks a
    {
        color: #656157;
        padding: 0 9px 0 0;
    }

        #footerLinks a:hover
        {
            color: #005802;
        }

.footertwitter
{
    width: 151px;
    float: left;
    margin-top: 10px;
}

#footerCopyright
{
    padding-top: 5px;
    float: right;
    width: 290px;
    height: 31px;
    line-height: 19px;
    margin: 5px 25px 0 0;
    background: url('../images/generic/aap-logo.png') no-repeat top right;
}

/* HEADER */
#headerLogin
{
    margin: 17px 0 0 0;
}

    #headerLogin input
    {
        font-size: 11px;
    }

    #headerLogin .loginMessage
    {
        color: #383c3f;
        font-weight: bold;
        font-size: 9px;
        text-transform: uppercase;
    }

div.forgotPasswordLink
{
    height: 18px;
    width: 154px;
}

    div.forgotPasswordLink a
    {
        font-size: 10px;
    }

div.logInUserInfo
{
    text-align: right;
    margin-top: 32px;
}

a.logInUserInfoProfile span
{
    display: none;
}

a.logInUserInfoProfile
{
    display: block;
    height: 19px;
    background: url('../images/generic/profileBtn.gif') no-repeat 0 0;
    width: 68px;
    line-height: 19px;
}

    a.logInUserInfoProfile:hover
    {
        background-position: 0 -19px;
    }

#headerAdSpace
{
    margin: 28px 0 0 25px;
}
/* #headerAdSpace{margin:17px 0 0 115px;}  FOR NEW AD SIZE: 234x60px */

/* GENERAL STUFF */
fieldset
{
    position: relative;
    padding: 15px 5px 5px 5px;
    margin: 10px 5px 5px 5px;
    border: 1px solid #dddddd;
}

    fieldset.InnerFieldset
    {
        background-image: url(../images/generic/fieldset_bg_green.gif);
        border: 1px solid #7f978f;
        color: #fff;
        font-weight: bold;
    }

legend
{
    position: absolute;
    top: -7px;
    left: 5px;
    line-height: 13px;
    background-color: #f4f4f4;
    padding: 0 3px 0 3px;
    font-weight: bold;
}

@-moz-document url-prefix()
{
    legend;

{
    top: -22px;
    left: 0px;
}

} /* FIREFOX hack */
fieldset fieldset legend
{
    font-size: 9px;
    position: absolute;
    top: -7px;
    left: 5px;
    line-height: 10px;
    background-color: #f4f4f4;
    padding: 0 3px 0 3px;
    font-weight: bold;
}

@-moz-document url-prefix()
{
    fieldset fieldset legend;

{
    top: -20px;
    left: 0px;
}

} /* FIREFOX hack */
span.formTitles, div.formTitles
{
    font-size: 9px;
    line-height: 12px;
    padding-left: 2px;
    font-weight: bold;
    color: #3F3F3F;
}

span.formRequired
{
    font-size: 9px;
    color: #e76f17;
    padding-left: 5px;
    line-height: 12px;
}

div.formInputsTiny
{
    border: 1px solid #dcdcdc;
    padding: 1px;
    margin: 0 0 5px 0;
    width: 60px;
}

    div.formInputsTiny input[type=text], div.formInputsTiny input[type=password]
    {
        width: 55px;
    }

div.formInputs
{
    border: 1px solid #dcdcdc;
    padding: 1px;
    *padding: 0 1px 0 1px;
    margin: 0 0 5px 0;
    width: 205px;
}

    div.formInputs input[type=text], div.formInputs input[type=password]
    {
        width: 200px;
        letter-spacing: 1px;
    }

div.formInputsSm input[type=text]
{
    width: 145px;
}

div.formInputsSelect select
{
    width: 150px;
}

div.formInputsSelectSm select
{
    width: 100px;
}

div.formInputsSelectMatch select
{
    width: 350px;
}

div.formInputsSelectSm
{
    border: 1px solid #dcdcdc;
    padding: 1px;
    width: 100px;
    margin: 0 0 5px 0;
}

div.formInputsSelect, div.formInputsSm
{
    border: 1px solid #dcdcdc;
    padding: 1px;
    width: 150px;
    margin: 0 0 5px 0;
}

div.formInputsSm
{
    *padding: 0 1px 0 1px;
}

div.formInputsSelectMatch
{
    border: 1px solid #dcdcdc;
    padding: 1px;
    width: 350px;
    margin: 0 0 5px 0;
}

div.formString
{
    border: 1px solid #dcdcdc;
    padding: 1px;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff;
}

div.formPayments
{
    padding: 4px;
}

div.formPaymentsImgs
{
    margin: 4px 0 10px 0;
}

div.formInputsReadOnly
{
    border: 1px solid #dcdcdc;
    padding: 1px;
    margin: 0 0 5px 0;
    width: 205px;
    font-weight: bold;
}

table.ProfileContactDetailsTable
{
    width: 100%;
    height: 286px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    div.formInputsTiny input, div.formInputs input, div.formInputsSelect input, div.formInputsSelectMatch select, div.formInputsSm input, div.formInputsSelect select, div.formInputsSelectSm select
    {
        margin: 0;
        padding: 0;
    }

        div.formInputs input[type=text], div.formInputs input[type=password]
        {
            width: 203px;
        }

    div.formInputsSm
    {
        width: 147px;
    }

        div.formInputsSm input[type=text]
        {
            width: 145px;
        }

    div.formInputsTiny
    {
        width: 62px;
    }

        div.formInputsTiny input[type=text]
        {
            width: 60px;
        }

    table.ProfileContactDetailsTable
    {
        width: 100%;
        height: 282px;
    }
}

.requiredField
{
    color: #aa0000;
    font-weight: bold;
}

.alertText
{
    color: #aa0000;
    font-weight: bold;
}

input.htmlCloseBtn
{
    width: 57px;
    height: 19px;
    background: url('../images/generic/htmlCloseBtns.gif');
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
}

    input.htmlCloseBtn:hover
    {
        background-position: 0 -19px;
    }

    input.htmlCloseBtn:active
    {
        background-position: 0 -38px;
    }

ol
{
    margin: 0;
    padding: 10px 0 0 20px;
}
/* CONTENT SUBMENU AREA */
div.submenubarFA
{
    background: url('../images/generic/fa_submenu_bg.gif') repeat-x;
    height: 36px;
    border: 1px solid #bfa52b;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenubarFAtitle
{
    background: url('../images/generic/fa_submenu_title.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenubarFA h1
{
    display: none;
}

div.submenubarMenu
{
    line-height: 36px;
    margin-left: 220px;
}

div.submenubarNFtitle
{
    background: url('../images/generic/netform_submenu_title.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenubarNF h1
{
    display: none;
}

div.submenubarNF
{
    background: url('../images/generic/netform_submenu_bg.gif') repeat-x;
    height: 36px;
    border: 1px solid #5690ae;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenubarHStitle
{
    background: url('../images/generic/horsesearch_submenu_title.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenubarHS h1
{
    display: none;
}

div.submenubarHS
{
    background: url('../images/generic/horsesearch_submenu_bg.gif') repeat-x;
    height: 36px;
    border: 1px solid #334c79;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenubarBBtitle
{
    background: url('../images/generic/blackbook_submenu_title.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenubarBB h1
{
    display: none;
}

div.submenubarBB
{
    background: url('../images/generic/blackbook_submenu_bg.gif') repeat-x;
    height: 36px;
    border: 1px solid #3c3768;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenubarAPtitle
{
    background: url('../images/generic/arion_submenu_title.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenubarAP h1
{
    display: none;
}

div.submenubarAP
{
    background: url('../images/generic/arion_submenu_bg.gif') repeat-x;
    height: 36px;
    float: left;
    width: 888px;
    border: 1px solid #864249;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenubarAPlogo
{
    float: right;
    margin-right: 3px;
    width: 45px;
    height: 36px;
    background: url('../images/generic/arionLogo.gif') no-repeat;
    border: 1px solid #864249;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenubarRC h1
{
    display: none;
}

div.submenubarRC
{
    background: url('../images/generic/racing_submenu_bg.gif') repeat-x;
    height: 36px;
    border: 1px solid #307613;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenubarBRtitle
{
    background: url('../images/generic/submenu_title_runnerswinners.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenubarBR h1
{
    display: none;
}

div.submenubarBR
{
    background: url('../images/generic/breeding_submenu_bg.gif') repeat-x;
    height: 36px;
    border: 1px solid #455974;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.submenuTitlePremierships
{
    background: url('../images/generic/submenu_title_premierships.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleFields
{
    background: url('../images/generic/submenu_title_fields.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleResults
{
    background: url('../images/generic/submenu_title_results.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleGroupRaces
{
    background: url('../images/generic/submenu_title_group_races.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleScratchingsAndConditions
{
    background: url('../images/generic/submenu_title_scratchings_and_conditions.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleRacingNews
{
    background: url('../images/generic/submenu_title_racingNews.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleSportsAnalyser
{
    background: url('../images/generic/submenu_title_SportsAnalyser.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleRacingResults
{
    background: url('../images/generic/submenu_title_racingResults.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleRacingLiveOddsComparison
{
    background: url('../images/generic/submenu_title_liveOddsComparison.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleStrikeRates
{
    background: url('../images/generic/submenu_title_strike_rates.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleProfile
{
    background: url('../images/generic/submenu_title_profile.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleRegister
{
    background: url('../images/generic/submenu_title_register.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleAdvertise
{
    background: url('../images/generic/submenu_title_advertise.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleAbout
{
    background: url('../images/generic/submenu_title_aboutUs.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleContact
{
    background: url('../images/generic/submenu_title_contact.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleCalendar
{
    background: url('../images/generic/submenu_title_calendar.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleCopyright
{
    background: url('../images/generic/submenu_title_copyright.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleTerms
{
    background: url('../images/generic/submenu_title_terms.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitlePrivacy
{
    background: url('../images/generic/submenu_title_privacy.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleSitemap
{
    background: url('../images/generic/submenu_title_sitemap.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleSubscription
{
    background: url('../images/generic/submenu_title_subscription.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleRacingAndBreeding
{
    background: url('../images/generic/submenu_title_racingAndBreeding.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleError
{
    background: url('../images/generic/submenu_title_error.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleSports
{
    background: url('../images/generic/submenu_title_sports.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleReceipt
{
    background: url('../images/generic/submenu_title_receipt.gif') no-repeat 10px 0;
    height: 36px;
}

div.submenuTitleText h1
{
    display: block;
    color: #fff;
    padding: 7px;
}
/*use this class for text banners*/
/* BREADCRUMBS */
div.breadcrumbContainer
{
    height: 15px;
    margin: 9px 0 9px 0;
    font-size: 10px;
}

    div.breadcrumbContainer a, div.breadcrumbContainer span
    {
        padding: 0 7px 0 17px;
        background: url('../images/generic/crumbTrailArrow.gif') no-repeat 3px 1px;
    }

div.subscriptionContainer
{
    height: 15px;
    margin: 9px 0 9px 0;
    font-size: 10px;
}

/* RISA NOTICE */
.risaNotice
{
    font-size: 9px;
}

/* GRID STYLES / TABS AND GENERAL CONTENT DATA */
.topTabDropDowns
{
    margin-left: 5px;
    border: 1px solid #cccfce;
    background: #1c2522;
    color: #fff;
    height: 18px;
}

.ddlMeetingsSelector
{
    width: 244px;
}

.ddlDateSelector
{
    width: 120px;
}

div.DateSelector, div.MeetingSelector
{
    float: left;
    cursor: pointer;
}

ul.ulTopTabDropDowns
{
    margin: 4px 0 0 4px;
    padding: 0px 0px 0px 0px !important;
    list-style: none;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

    ul.ulTopTabDropDowns li.Selector
    {
        float: left;
        height: 18px;
        margin-right: 0px;
    }

        ul.ulTopTabDropDowns li.Selector a.SelectorLink
        {
            background: #1c2522 url('../images/generic/dropdownArrow.gif') no-repeat 5px 4px;
            color: #fff;
            display: block;
            height: 18px;
            float: left;
            padding: 0 10px 0 20px;
            text-decoration: none;
            line-height: 18px;
            white-space: nowrap;
            color: #fff;
            border: 1px solid #cccfce;
        }

ul.DropDownSelected li.Selector a.SelectorLink
{
    background: #1c2522 url('../images/generic/dropdownArrowUp.gif') no-repeat 5px 5px;
}

.DateSelector ul.ulTopTabDropDowns li.Selector a.SelectorLink
{
    width: 95px;
    cursor: pointer;
}

.MeetingSelector ul.ulTopTabDropDowns li.Selector a.SelectorLink
{
    width: 214px;
    cursor: pointer;
}

ul.ulTopTabDropDowns li.Selector a.SelectorLink:hover
{
}

ul.ulTopTabDropDowns li.Selector:hover, ul.ulTopTabDropDowns li.Selector a.SelectorLink:hover
{
    color: Yellow;
}

ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItems, ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItemsScroll
{
    position: absolute;
    left: -9999px;
    top: 19px;
    border-color: #475450 #cccfce #cccfce #cccfce;
    border-style: solid;
    border-width: 1px;
    z-index: 200;
    padding: 3px 5px 4px 5px !important;
    background: #1c2522;
    -moz-box-shadow: 2px 2px 5px #2f2f2f;
    box-shadow: 2px 2px 5px #2f2f2f;
}

div.DateSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItems
{
    width: 115px;
}

div.DateSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItemsInner
{
    width: 115px;
}

div.DateSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItemsScroll
{
    width: 140px;
    height: 313px;
    overflow: auto;
}

div.DateSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItemsInnerScroll
{
    width: 140px;
    height: 313px;
    overflow: auto;
}

div.MeetingSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItems
{
    width: 234px;
}

.DateSelector ul.DropDownSelected li.Selector div.divTopTabDropDownsItems, .DateSelector ul.DropDownSelected li.Selector div.divTopTabDropDownsItemsScroll
{
    left: 0px;
}

.MeetingSelector ul.DropDownSelected li.Selector div.divTopTabDropDownsItems
{
    left: 0px;
}

ul.ulTopTabDropDowns ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ulTopTabDropDowns li li a
{
    border: 1px solid #72837d;
    display: block;
    padding: 0 7px 0 7px !important;
    margin: 1px 0 0 0;
    color: #fff;
    background: #475450;
    text-align: left;
    line-height: 18px;
    text-decoration: none;
}

    ul.ulTopTabDropDowns li li a:hover
    {
        color: yellow;
        background: #000;
    }

/* Horse Selection Drop Down for Horse Details page */
div.HorseSelector
{
    cursor: pointer;
}

ul.ulHorseSelectorDropDowns
{
    margin: 3px 0 0 0;
    padding: 0px 0px 0px 0px !important;
    list-style: none;
    white-space: nowrap;
    position: relative;
}

    ul.ulHorseSelectorDropDowns li.Selector
    {
        float: left;
        height: 12px;
        margin-right: 0px;
    }

        ul.ulHorseSelectorDropDowns li.Selector a.SelectorLink
        {
            background: #1c2522 url('../images/generic/dropdownArrow.gif') no-repeat 2px 1px;
            color: #fff;
            display: block;
            height: 12px;
            float: left;
            padding: 0 6px 0 7px;
            text-decoration: none;
            line-height: 12px;
            white-space: nowrap;
            color: #fff;
            border: 1px solid #cccfce;
        }

ul.HorseSelectorDropDownSelected li.Selector a.SelectorLink
{
    background: #1c2522 url('../images/generic/dropdownArrowUp.gif') no-repeat 1px 1px;
}

.DateSelector ul.ulHorseSelectorDropDowns li.Selector a.SelectorLink
{
    width: 120px;
    cursor: pointer;
}

ul.ulHorseSelectorDropDowns li.Selector a.SelectorLink:hover
{
}

ul.ulHorseSelectorDropDowns li.Selector:hover, ul.ulHorseSelectorDropDowns li.Selector a.SelectorLink:hover
{
    color: Yellow;
}

ul.ulHorseSelectorDropDowns li.Selector div.divHorseSelectorDropDownsItems
{
    position: absolute;
    left: -9999px;
    top: 13px;
    border-color: #475450 #cccfce #cccfce #cccfce;
    border-style: solid;
    border-width: 1px;
    z-index: 200;
    padding: 3px 5px 4px 5px !important;
    background: #1c2522;
    -moz-box-shadow: 2px 2px 5px #2f2f2f;
    box-shadow: 2px 2px 5px #2f2f2f;
}

div.HorseSelector ul.ulHorseSelectorDropDowns li.Selector div.divHorseSelectorDropDownsItems
{
    width: 150px;
}

.HorseSelector ul.HorseSelectorDropDownSelected li.Selector div.divHorseSelectorDropDownsItems
{
    left: 0px;
}

ul.ulHorseSelectorDropDowns ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ulHorseSelectorDropDowns li li a
{
    border: 1px solid #72837d;
    display: block;
    padding: 0 7px 0 7px !important;
    margin: 1px 0 0 0;
    color: #fff;
    background: #475450;
    text-align: left;
    line-height: 18px;
    text-decoration: none;
}

    ul.ulHorseSelectorDropDowns li li a:hover
    {
        color: yellow;
        background: #000;
    }

.DropDownsItem, hiddenHorseId
{ /* to stop intellisense warning for jquery */
}


div.topTabSelectorSeasons
{
    float: left;
    width: 165px;
    height: 27px;
    background: #303f3a;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    margin-right: 2px;
}
/*div.SeasonSelector{float:left;cursor:pointer;margin:0px 0px 0px 5px;vertical-align:bottom !important;}*/
div.SeasonSelector
{
    float: left;
    cursor: pointer;
}

ul.ulSeasonSelectorDropDowns
{
    margin: 4px 0 0 4px;
    padding: 0px 0px 0px 0px !important;
    list-style: none;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
    /*ul.ulSeasonSelectorDropDowns{margin:3px 0 0 0;padding:0px 0px 0px 0px !important;list-style:none;white-space:nowrap;position:relative;}*/
    ul.ulSeasonSelectorDropDowns li.Selector
    {
        float: left;
        height: 12px;
        margin-right: 0px;
    }

        ul.ulSeasonSelectorDropDowns li.Selector a.SelectorLink
        {
            background: #1c2522 url('../images/generic/dropdownArrow.gif') no-repeat 5px 4px;
            color: #fff;
            display: block;
            height: 18px;
            float: left;
            padding: 0 10px 0 20px;
            text-decoration: none;
            line-height: 18px;
            white-space: nowrap;
            color: #fff;
            border: 1px solid #cccfce;
        }

ul.SeasonSelectorDropDownSelected li.Selector a.SelectorLink
{
    background: #1c2522 url('../images/generic/dropdownArrowUp.gif') no-repeat 5px 5px;
}

.SeasonSelector ul.ulSeasonSelectorDropDowns li.Selector a.SelectorLink
{
    width: 123px;
    cursor: pointer;
}

ul.ulSeasonSelectorDropDowns li.Selector a.SelectorLink:hover
{
}

ul.ulSeasonSelectorDropDowns li.Selector:hover, ul.ulSeasonSelectorDropDowns li.Selector a.SelectorLink:hover
{
    color: Yellow;
}

ul.ulSeasonSelectorDropDowns li.Selector div.divSeasonSelectorDropDownsItems
{
    position: absolute;
    left: -9999px;
    top: 20px;
    border-color: #475450 #cccfce #cccfce #cccfce;
    border-style: solid;
    border-width: 1px;
    z-index: 200;
    padding: 3px 5px 4px 5px !important;
    background: #1c2522;
    -moz-box-shadow: 2px 2px 5px #2f2f2f;
    box-shadow: 2px 2px 5px #2f2f2f;
}

div.SeasonSelector ul.ulSeasonSelectorDropDowns li.Selector div.divSeasonSelectorDropDownsItems
{
    width: 143px;
}

.SeasonSelector ul.SeasonSelectorDropDownSelected li.Selector div.divSeasonSelectorDropDownsItems
{
    left: 0px;
}

ul.ulSeasonSelectorDropDowns ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ulSeasonSelectorDropDowns li li a
{
    border: 1px solid #72837d;
    display: block;
    padding: 0 7px 0 7px !important;
    margin: 1px 0 0 0;
    color: #fff;
    background: #475450;
    text-align: left;
    line-height: 18px;
    text-decoration: none;
}

    ul.ulSeasonSelectorDropDowns li li a:hover
    {
        color: yellow;
        background: #000;
    }

div.gridContainerNoMenus
{
    position: relative;
    padding-top: 9px;
}

div.gridContainer
{
    position: relative;
}

div.topTabSelector
{
    float: left;
    width: 385px;
    height: 27px;
    background: #303f3a;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

div.topTabsContainer
{
    float: left;
    height: 100%;
    width: 557px;
    overflow: hidden;
    vertical-align: bottom !important;
}

div.topTabsContainerHorseSearch
{
    float: left;
    height: 100%;
    width: 600px;
    overflow: hidden;
    vertical-align: bottom !important;
}

div.topTabsContainerInner
{
    height: 30px;
    width: 1200px;
}
/* bit of a hack - using margin to move content below the tabs as overflow likes to be funny */
div.tableContentContainer
{
    background: #9ab1a9;
    border: 1px solid #5d6847;
    margin-top: -7px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
}

div.tableContentContainerNoSelections
{
    background: #9ab1a9;
    border: 1px solid #5d6847;
    margin-top: 7px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
}

div.tableContentContainerNoSelectionsLeft
{
    background: #9ab1a9;
    border: 1px solid #5d6847;
    margin-top: 0px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 740px;
    float: left;
}

div.tableContentContainerNoSelectionsRight
{
    margin-top: 0px;
    min-height: 300px;
    padding: 0px 5px 5px 5px;
    z-index: -1;
    width: 180px;
    float: right;
}

div.tableContentContainerLeft
{
    background: #9ab1a9;
    border: 1px solid #5d6847;
    margin-top: -7px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 740px;
    float: left;
}

div.tableContentContainerRight
{
    margin-top: -7px;
    min-height: 300px;
    padding: 0 5px 5px 5px;
    z-index: -1;
    width: 180px;
    float: right;
}

div.tableContentContainerLeftHP
{
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 740px;
    float: left;
}

div.homeInnerLeftHP
{
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 365px;
    float: left;
}

div.homeInnerRightHP
{
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 360px;
    float: right;
}

div.homeRacingHeader
{
    z-index: -1;
    width: 351px;
    clear: both;
}

div.homeSportsHeader
{
    z-index: -1;
    width: 346px;
    clear: both;
}

.homeInnerLeftHP .section,
.homeInnerRightHP .section
{
    margin-top: 8px;
    padding: 0px 5px 0px 0px;
    z-index: -1;
    clear: both;
}


div.homepageMiniboxLeft
{
    margin-top: 8px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 175px;
    float: left;
}

.boxNavWrap
{
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 156px;
    float: left;
}

div.homepageMiniboxRight
{
    margin-top: 8px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 175px;
    float: right;
    border: solid 1px black;
    height: 155px;
}

.targetContentWrapper
{
    margin-top: 5px;
    padding: 0px 0px 0px 0px;
    width: 190px;
    height: 260px;
    float: right;
}

    .targetContentWrapper div.first
    {
        display: block;
    }

    .targetContentWrapper p
    {
        margin: 0;
    }

.homepageMiniboxData p
{
    margin: 0 0 10px;
}

.pbottom10px
{
    margin: 0 0 10px;
}

div.tableContentContainerRightHP
{
    min-height: 300px;
    z-index: -1;
    width: 180px;
    float: right;
    vertical-align: top;
}

div.tableContentContainerInner
{
    margin: 5px;
}

div.tableContentContainerTopButtons
{
    width: 360px;
    text-align: right;
    float: right;
    position: relative;
    top: -1px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

div.tableContentContainerTopButtonsAds
{
    width: 100px;
    text-align: right;
    float: right;
    position: relative;
    top: -1px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

div.tableContentContainerTopTitle
{
    display: inline;
    float: left;
}

div.tableContentContainerTopButtons a, div.tableContentContainerTopButtonsAds a
{
    background-image: url('../images/generic/racingBtns_back_print.gif');
    height: 20px;
    line-height: 20px;
    display: block;
}

    div.tableContentContainerTopButtons a span, div.tableContentContainerTopButtonsAds a span
    {
        display: none;
    }

    div.tableContentContainerTopButtons a.racingPrintBtn, div.tableContentContainerTopButtonsAds a.racingPrintBtn
    {
        background-position: 0 0;
        width: 148px;
        float: right;
        margin-right: 10px;
    }

        div.tableContentContainerTopButtons a.racingPrintBtn:hover, div.tableContentContainerTopButtonsAds a.racingPrintBtn:hover
        {
            background-position: 0 -20px;
        }

    div.tableContentContainerTopButtons a.racingBackMeetingsBtn
    {
        background-position: -148px 0px;
        width: 133px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingBackMeetingsBtn:hover
        {
            background-position: -148px -20px;
        }

    div.tableContentContainerTopButtons a.racingBackRacesBtn
    {
        background-position: -281px 0px;
        width: 112px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingBackRacesBtn:hover
        {
            background-position: -281px -20px;
        }

    div.tableContentContainerTopButtons a.racingBackFieldBtn
    {
        background-position: -393px 0px;
        width: 109px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingBackFieldBtn:hover
        {
            background-position: -393px -20px;
        }

    div.tableContentContainerTopButtons a.racingBackHorseDetailsBtn
    {
        background-position: -502px 0px;
        width: 161px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingBackHorseDetailsBtn:hover
        {
            background-position: -502px -20px;
        }

    div.tableContentContainerTopButtons a.racingViewRacesBtn
    {
        background-position: -663px 0px;
        width: 91px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingViewRacesBtn:hover
        {
            background-position: -663px -20px;
        }

    div.tableContentContainerTopButtons a.racingNetFormBtn
    {
        background-position: -754px 0px;
        width: 132px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingNetFormBtn:hover
        {
            background-position: -754px -20px;
        }

    div.tableContentContainerTopButtons a.racingSearchResultsBtn
    {
        background-position: -886px 0px;
        width: 170px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingSearchResultsBtn:hover
        {
            background-position: -886px -20px;
        }

    div.tableContentContainerTopButtons a.racingFormAnalyserBtn
    {
        background-position: -1056px 0px;
        width: 169px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingFormAnalyserBtn:hover
        {
            background-position: -1056px -20px;
        }

    div.tableContentContainerTopButtons a.racingPremiershipsBtn
    {
        background-position: -1225px 0px;
        width: 154px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingPremiershipsBtn:hover
        {
            background-position: -1225px -20px;
        }

    div.tableContentContainerTopButtons a.racingStrikeRatesBtn
    {
        background-position: -1379px 0px;
        width: 154px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingStrikeRatesBtn:hover
        {
            background-position: -1379px -20px;
        }

    div.tableContentContainerTopButtons a.racingGroupRacesBtn
    {
        background-position: -1533px 0px;
        width: 154px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingGroupRacesBtn:hover
        {
            background-position: -1533px -20px;
        }

    div.tableContentContainerTopButtons a.racingBlackbookBtn
    {
        background-position: -1687px 0px;
        width: 145px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingBlackbookBtn:hover
        {
            background-position: -1687px -20px;
        }

    div.tableContentContainerTopButtons a.racingResultsBtn
    {
        background-position: -1832px 0px;
        width: 125px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingResultsBtn:hover
        {
            background-position: -1832px -20px;
        }

    div.tableContentContainerTopButtons a.racingBackProfileBtn
    {
        background-position: -1957px 0px;
        width: 125px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingBackProfileBtn:hover
        {
            background-position: -1957px -20px;
        }

    div.tableContentContainerTopButtons a.racingBackToHeadlinesBtn
    {
        background-position: -2082px 0px;
        width: 140px;
        float: right;
    }

        div.tableContentContainerTopButtons a.racingBackToHeadlinesBtn:hover
        {
            background-position: -2082px -20px;
        }

div.tableContentContainerButtons
{
    height: 20px;
    vertical-align: middle;
    clear: both;
    background-color: #303f3a;
    padding: 5px 0px 5px 4px;
    margin: 0 -3px 0px -3px;
    position: relative;
}

div.tableContentContainerText
{
    padding: 0px 5px 0px 5px;
}

div.tableContentContainerTitle
{
    width: 600px;
    height: 20px;
    background: #f4f4f4;
    border: 1px solid #5a746b;
    border-bottom-width: 0;
    padding-bottom: 1px;
    float: left;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    top: 1px;
}

    div.tableContentContainerTitle h3
    {
        margin: 2px 0 0 7px;
    }

div.tableContentContainerTitleFlexible
{
    height: 20px;
    background: #f4f4f4;
    border: 1px solid #5a746b;
    border-bottom-width: 0;
    padding-bottom: 1px;
    float: left;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    top: 1px;
}

    div.tableContentContainerTitleFlexible h3
    {
        margin: 2px 7px 0 7px;
        text-transform: uppercase;
    }

div.tableContentContainerNotes
{
    background-color: #303f3a;
    border-top: solid 1px #182728;
    border-bottom: solid 1px #182728;
    padding: 7px 3px 7px 7px;
    margin: 0 -3px 3px -3px;
    min-height: 20px;
    position: relative;
    clear: both;
}

    div.tableContentContainerNotes h4
    {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    div.tableContentContainerNotes span.horseCountryName
    {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

div.tableContentContainerInnerBox
{
    background: #f4f4f4;
    border: solid 1px #5a746b;
    margin: 0 0 5px 0;
    padding: 3px !important;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    clear: both;
    min-height: 10px;
}

div.tableContentContainerInnerBoxHeader
{
    background: #f4f4f4;
    border: solid 1px #eaeaea;
    margin: 0 0 5px 0;
    height: 150px;
}

div.marketingHeaderImgFa, div.marketingHeaderImgNf, div.marketingHeaderImgAp, div.marketingHeaderImgHs, div.marketingHeaderImgRacing, div.marketingHeaderImgSports
{
    height: 150px;
}

div.marketingHeaderImgFa
{
    background: url('../images/marketing/01_fa.jpg') no-repeat;
}

div.marketingHeaderImgNf
{
    background: url('../images/marketing/01_nf.jpg') no-repeat;
}

div.marketingHeaderImgAp
{
    background: url('../images/marketing/01_ap.jpg') no-repeat;
}

div.marketingHeaderImgHs
{
    background: url('../images/marketing/01_hs.jpg') no-repeat;
}

div.marketingHeaderImgRacing
{
    background: url('../images/marketing/01_rb.jpg') no-repeat;
}

div.marketingHeaderImgSports
{
    background: url('../images/marketing/01_sports.jpg') no-repeat;
}

div.tableContentContainerInnerBoxSection
{
    background: #f4f4f4;
    border: solid 1px #5a746b;
    margin: 0;
    padding: 3px !important;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    min-height: 10px;
}

div.tableContentContainerInnerBoxLeft
{
    width: 722px;
    background: #f4f4f4;
    border: solid 1px #5a746b;
    margin: 0px;
    padding: 3px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    clear: both;
}

div.tableContentContainerInnerBoxLeft2
{
    width: 722px;
    background: #f4f4f4;
    border: solid 1px #5a746b;
    margin: 5px 0 5px 0;
    padding: 3px !important;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    clear: both;
}

div.tableContentContainerRaceInformation
{
    padding: 7px;
}

div.tableContentContainerFA_RaceInfo
{
    padding: 4px;
    width: 530px;
    float: left;
}

div.divRatingsAndStatistics
{
}

div.raceOptionSelectionPanel
{
    margin: 0 -3px 0px -3px;
    position: relative;
    padding: 0 2px 0 2px;
}

div.bbEmailContainer
{
    float: right;
    margin-right: 200px;
}
/* DATA TABLES GENERIC STYLES */
.rgMasterTable
{
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.RightAdv .rgMasterTable
{
    width: 722px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.rgRow, .rgAltRow
{
    padding: 1px 4px 1px 4px;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
}

    .rgRow td, .rgAltRow td
    {
        background: white;
    }

.rgRowFirst
{
    border-left: 1px solid #000 !important;
}

.rgRowLast
{
    padding: 1px 4px 1px 4px;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.rgRowColspan
{
    background: white;
    padding: 1px 4px 1px 4px;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000;
}

.rgRowSpan
{
    border-left: 0px solid #000 !important;
}

.rgHeader
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold !important;
    text-transform: uppercase;
}

.tableHeaderCell
{
    height: 18px !important;
    text-align: center !important;
}

.tableHeaderCellColor
{
    height: 18px !important;
    text-align: center !important;
    background-image: url('../images/generic/trackConditions.gif');
    background-color: #e4e4e4;
    background-repeat: repeat-x;
}

.rgHeaderHeavy
{
    background-position: 0 0;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold !important;
}

.rgHeaderSlow
{
    background-position: 0 -20px;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold !important;
}

.rgHeaderDead
{
    background-position: 0 -40px;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold !important;
}

.rgHeaderGood
{
    background-position: 0 -60px;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold !important;
}

.rgHeaderFast
{
    background-position: 0 -80px;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold;
    height: 20px;
}

.rgHeaderLast
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold;
    height: 20px;
    text-transform: uppercase;
}

.rgHeaderSpan
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border-top: 1px solid #000 !important;
    border-left: 0px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold;
}

.rgEditRow TD
{
    background-color: #c1c1c1 !important;
    border-bottom: 0px !important;
}

.rgEditForm
{
    border: 1px solid #000 !important;
    margin: -1px -1px -1px -1px !important;
}

.rgSortAsc
{
    width: 11px;
    height: 16px;
    background-image: url('../images/generic/radGridSortingArrows.gif');
    background-repeat: no-repeat;
    border: none;
    padding: 0px 0px 0px 0px !important;
    margin: 0;
}

.rgSelectedRow td
{
    background: #B5D298;
}

.rgFieldHorses .rgSelectedRow td
{
    background: #FFFFCC;
}

.rgSelectedRow a
{
    color: #000;
}

.rgRowAlignCenter
{
    text-align: center;
}

/* DATA TABLES SPECIFIC STYLES */
/* --------------------------- */
.SortOptions input[type=radio]
{
    margin-right: 5px;
}

.SortOptions label
{
    padding-right: 20px;
}
/* FA FIELDS SPECIFIC STYLES */
/* FORM ANALYSER FIELDS - SPECIFIC STYLES */
.FAradGridFields
{
    background: url('../images/generic/FAradGrid_fields_middle_bg.gif') repeat-y;
}

.FAradGridFieldsBottom
{
    background: url('../images/generic/FAradGrid_fields_bottom_bg.gif') no-repeat top left;
    height: 4px;
}

.FAradGridFieldsTop
{
    background: url('../images/generic/FAradGrid_fields_top_bg.gif') no-repeat top left;
    height: 4px;
}

.rgFAField .rgSelectedRow td
{
    background: #FFFFCC;
}

.rgFARow, .rgFAAltRow
{
    padding-left: 4px;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
}

    .rgFARow td, .rgFAAltRow td
    {
        background: white;
    }

.rgFARowLast
{
    padding: 0;
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

.rgFAHeader
{
    padding: 0 !important;
    margin: 0 !important;
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border-left: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    overflow: hidden;
    font-weight: bold !important;
}

.rgFAHeaderLast
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border: 1px solid #000 !important;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    font-weight: bold;
    height: 20px;
}

.FAtableCellTabNo
{
    width: 36px !important;
    text-align: center;
}

.FAtableCellLast4Starts
{
    width: 50px !important;
    text-align: center;
}

.FAtableCellHorseName
{
    width: 146px !important;
}

.FAtableCellBar
{
    width: 46px !important;
    text-align: center;
}

.FAtableCellWgt
{
    width: 46px !important;
    text-align: center;
}

.FAtableCellSpaceOne
{
    width: 8px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
}

.FAtableCellTrainerJockey
{
    width: 165px !important;
}

.FAtableCellSpaceTwo
{
    width: 12px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}

.FAtableCellFF5Wet
{
    width: 109px !important;
    text-align: center;
    padding: 0px;
}

.FAtableCellOdds
{
    width: 109px !important;
    text-align: center;
    padding: 0px;
}

.FAtableCellPace
{
    width: 109px !important;
    text-align: center;
    padding: 0px;
}

.FAtableCellThisPrep
{
    width: 82px !important;
    text-align: center;
}

.FAtableCellBestRating
{
    width: 81px !important;
    text-align: center;
}

.FAtableCellTrack
{
    width: 81px !important;
    text-align: center;
}

.FAtableCellLastStart
{
    width: 82px !important;
    text-align: center;
}

.FAtableCellCareer
{
    width: 67px !important;
    text-align: center;
}

.FAtableCellApi
{
    width: 54px !important;
    text-align: center;
}

.FAtableCellWin
{
    width: 56px !important;
    text-align: center;
}

.FAtableCellPlace
{
    width: 64px !important;
    text-align: center;
}

.FAtableCellPrizeMoney
{
    width: 84px !important;
    text-align: center;
}

.FAtableCellSpaceThree
{
    width: 8px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}

.FAtableCellNote
{
    width: 64px !important;
    text-align: center;
    padding: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .FAradGridFields
    {
        background: url('../images/generic/FAradGrid_fields_middle_bg_webkit.gif') repeat-y;
    }

    .FAradGridFieldsBottom
    {
        background: url('../images/generic/FAradGrid_fields_bottom_bg_webkit.gif') no-repeat top left;
        height: 4px;
    }

    .FAradGridFieldsTop
    {
        background: url('../images/generic/FAradGrid_fields_top_bg_webkit.gif') no-repeat top left;
        height: 4px;
    }
}

.FATableCellEditIconContainer
{
    width: 100%;
    height: 20px;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.FAcellCornerEditLink
{
    background: url('../images/generic/edit-icon-cell-corner.gif') no-repeat top left;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

.FATableCellEditIconContainer img
{
    margin: 2px 0px 0px 0px;
}

.FAJoinNowContainer
{
    color: #CF5700;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 5px 5px 0px;
}

/* NETFORM FIELDS - SPECIFIC STYLES */
.NFradGridFields
{
    background: url('../images/generic/NFradGrid_fields_middle_bg.gif') repeat-y;
}

.NFradGridFieldsBottom
{
    background: url('../images/generic/NFradGrid_fields_bottom_bg.gif') no-repeat top left;
    height: 4px;
}

.NFradGridFieldsTop
{
    background: url('../images/generic/NFradGrid_fields_top_bg.gif') no-repeat top left;
    height: 4px;
}

.rgNFField .rgSelectedRow td
{
    background: #FFFFCC;
}

.rgNFRow, .rgNFAltRow
{
    padding-left: 4px;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000;
}

    .rgNFRow td, .rgNFAltRow td
    {
        background: white;
    }

.rgNFRowLast
{
    padding: 0;
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

.rgNFHeader
{
    padding: 0 !important;
    margin: 0 !important;
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border-left: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000;
    text-align: left;
    overflow: hidden;
    font-weight: bold !important;
}

.rgNFHeaderLast
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border: 1px solid #000 !important;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    font-weight: bold;
    height: 20px;
}

.NFtableCellTabNo
{
    width: 37px !important;
    text-align: center;
}

.NFtableCellLast4Starts
{
    width: 50px !important;
    text-align: center;
}

.NFtableCellHorseName
{
    width: 200px !important;
}

.NFtableCellBar
{
    width: 46px !important;
    text-align: center;
}

.NFtableCellWgt
{
    width: 46px !important;
    text-align: center;
}

.NFtableCellSpaceOne
{
    width: 8px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
}

.NFtableCellTrainerJockey
{
    width: 171px !important;
}

.NFtableCellSpaceTwo
{
    width: 12px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}

.NFtableCellThisPrep
{
    width: 81px !important;
    text-align: center;
}

.NFtableCellBestRating
{
    width: 80px !important;
    text-align: center;
}

.NFtableCellTrack
{
    width: 80px !important;
    text-align: center;
}

.NFtableCellLastStart
{
    width: 80px !important;
    text-align: center;
}

.NFtableCellCareer
{
    width: 65px !important;
    text-align: center;
}

.NFtableCellApi
{
    width: 51px !important;
    text-align: center;
}

.NFtableCellWin
{
    width: 55px !important;
    text-align: center;
}

.NFtableCellPlace
{
    width: 63px !important;
    text-align: center;
}

.NFtableCellPrizeMoney
{
    width: 83px !important;
    text-align: center;
}

.NFtableCellSpaceThree
{
    width: 5px !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}
/* NETFORM FIELDS - SPECIFIC STYLES */

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .tableCellCareerNF
    {
        width: 89px !important;
        text-align: center;
    }
}
/*! Fix for chrome/safari for size of table */

/* RESULTS-INTERACTIVE - SPECIFIC STYLES */
.RItableCellPos
{
    width: 50px !important;
    text-align: center;
}

.RItableCellName
{
    width: 255px !important;
}

.RItableCellMgn
{
    width: 55px !important;
    text-align: center;
}

.RItableCellBar
{
    width: 50px !important;
    text-align: center;
}

.RItableCellWgt
{
    width: 55px !important;
    text-align: center;
}

.RItableCellWgtCrd
{
    width: 70px !important;
    text-align: center;
}

.RItableCellIR
{
    width: 125px !important;
    text-align: center;
}

.RItableCellBet
{
    width: 210px !important;
}

.RItableCellAPI
{
    width: 54px !important;
    text-align: center;
}
/* RESULTS-INTERACTIVE - SPECIFIC STYLES */

.tableCellTabNo
{
    width: 30px !important;
    text-align: center;
}

.tableCellLast4Starts
{
    width: 44px !important;
    text-align: center;
}

.tableCellHorseName
{
    width: 145px !important;
}

.tableCellHorseNameEnd
{
    width: 145px !important;
    border-right: 1px solid #000;
}

.tableCellBar
{
    width: 40px !important;
    text-align: center;
}

.tableCellWgt
{
    width: 40px !important;
    text-align: center;
}

.tableCellSpaceOne
{
    width: 6px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
}

.tableCellSpaceTwo
{
    width: 11px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}

.tableCellSpaceThree
{
    width: 8px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}

.tableCellSpaceOneNF
{
    width: 6px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
}

.tableCellSpaceTwoNF
{
    width: 12px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}

.tableCellSpaceThreeNF
{
    width: 5px !important;
    border-left: 1px solid #000 !important;
    border-bottom: none !important;
    background-color: Transparent !important;
    padding: 0 !important;
}

.tableCellTrainerJockey
{
    width: 164px !important;
}

.tableCellTrainerJockeyEnd
{
    width: 164px !important;
    border-right: 1px solid #000;
}

.tableCellFF5Wet
{
    width: 99px !important;
    text-align: center;
}

.tableCellOdds
{
    width: 98px !important;
    text-align: center;
}

.tableCellPace
{
    width: 98px !important;
    text-align: center;
}
/* FA Table Only */
.tableCellThisPrep
{
    width: 71px !important;
    text-align: center;
}

.tableCellBestRating
{
    width: 70px !important;
    text-align: center;
}

.tableCellTrack
{
    width: 70px !important;
    text-align: center;
}

.tableCellLastStart
{
    width: 80px !important;
    text-align: center;
}

.tableCellCareer
{
    width: 61px !important;
    text-align: center;
}

.tableCellApi
{
    width: 50px !important;
    text-align: center;
}

.tableCellWin
{
    width: 50px !important;
    text-align: center;
}

.tableCellPlace
{
    width: 58px !important;
    text-align: center;
}

.tableCellWinPercentage
{
    width: 63px !important;
    text-align: center;
}

.tableCellPlacePercentage
{
    width: 68px !important;
    text-align: center;
}

.tableCellPrizeMoney
{
    width: 66px !important;
    text-align: center;
}

.tableCellPrize
{
    width: 100px !important;
    text-align: center;
}
/* NF Table Only */
.tableCellThisPrepNF
{
    width: 90px !important;
    text-align: center;
}

.tableCellBestRatingNF
{
    width: 86px !important;
    text-align: center;
}

.tableCellTrackNF
{
    width: 86px !important;
    text-align: center;
}

.tableCellLastStartNF
{
    width: 102px !important;
    text-align: center;
}

.tableCellCareerNF
{
    width: 82px !important;
    text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .tableCellCareerNF
    {
        width: 89px !important;
        text-align: center;
    }
}
/*! Fix for chrome/safari for size of table */
.tableCellApiNF
{
    width: 60px !important;
    text-align: center;
}

.tableCellWinNF
{
    width: 60px !important;
    text-align: center;
}

.tableCellPlaceNF
{
    width: 80px !important;
    text-align: center;
}

.tableCellPrizeMoneyNF
{
    width: 75px !important;
    text-align: center;
}

.tableCellNote
{
    width: 64px !important;
    text-align: center;
}

.tableCellTime
{
    width: 80px !important;
    text-align: center;
}

.tableCellRaceName
{
    width: 250px !important;
}

.tableCellComments
{
    width: 300px !important;
}

.tableCellDateOfRace
{
    width: 50px !important;
    text-align: center;
}

.tableCellVenue
{
    width: 50px !important;
}

.tableCellCreated
{
    width: 50px !important;
    text-align: center;
}

.tableCellEditColumn
{
    width: 40px !important;
    text-align: center;
    white-space: nowrap;
}

.tableCellDeleteColumn
{
    width: 30px !important;
}

.tableCellEditForm
{
    width: 330px;
    height: 45px;
    resize: none !important;
    font: 11px/18px Tahoma, "Lucida Grande", Verdana, Sans-Serif !important;
}

.tableCellAddChck
{
    width: 20px !important;
    text-align: center;
}

.tableCellEditorsComments
{
    width: 520px !important;
}

.tableCellDateOfRace
{
    width: 90px !important;
    text-align: center;
}

.tableCellVenue
{
    width: 150px !important;
}

.tableCellRace
{
    width: 50px !important;
    text-align: center;
}

.tableCellAgeRestr
{
    width: 100px !important;
    text-align: center;
}

.tableCellSexRestr
{
    width: 100px !important;
    text-align: center;
}

.tableCellClass
{
    width: 99px !important;
    text-align: center;
}

.tableCellDistance
{
    width: 90px !important;
    text-align: center;
}

.tableCellUpcomingComment
{
    width: 150px !important;
}

.tableCellRating
{
    width: 30px !important;
    text-align: center !important;
}

.tableCellB
{
    width: 10px !important;
    text-align: center;
}

.tableCellC
{
    width: 20px !important;
    text-align: center;
}

.tableCellDate
{
    width: 50px !important;
    text-align: center;
}

.tableCellAge
{
    width: 30px !important;
    text-align: center;
}

.tableCellSex
{
    width: 30px !important;
    text-align: center;
}

.tableCellGoing
{
    width: 30px !important;
    text-align: center;
}

.tableCellStartPrice
{
    width: 30px !important;
    text-align: center;
}

.tableCellRaceLong
{
    width: 100px !important;
    text-align: center;
}

.tableCellDist
{
    width: 40px !important;
    text-align: center;
}

.tableCellInRun
{
    width: 50px !important;
    text-align: center;
}

.tableCellFinishPosition
{
    width: 55px !important;
}

.tableCellExpand
{
    width: 15px;
    text-align: center;
}

.tableCellStarts
{
    width: 38px;
    text-align: center;
}

.tableCellTrackName
{
    width: 60px;
}

.tableCellRank
{
    width: 30px;
    text-align: center;
}
/* HORSE SEARCH ACCEPTANCE STYLES */
.tableCellHSDate
{
    width: 10% !important;
}

.tableCellHSTrack
{
    width: 7% !important;
}

.tableCellHSRaceNo
{
    width: 5% !important;
    text-align: center;
}

.tableCellHSRaceName
{
    width: 25% !important;
}

.tableCellHSTime
{
    width: 8% !important;
    text-align: center;
}

.tableCellHSPrize
{
    width: 10% !important;
    text-align: center;
}

.tableCellHSRestriction
{
    width: 10% !important;
    text-align: center;
}

.tableCellHSClass
{
    width: 5% !important;
    text-align: center;
}

.tableCellHSDist
{
    width: 5% !important;
    text-align: center;
}

.tableCellHSHorse
{
    width: 15% !important;
}

/* HORSE FORM STYLES */
.tableCellFormExpand
{
    width: 22px;
    text-align: center;
    vertical-align: top;
}

.tableCellFormRating
{
    width: 38px;
    text-align: center;
}

.tableCellFormFinish
{
    width: 70px !important;
}

.tableCellFormMargin
{
    width: 37px !important;
    text-align: center;
}

.tableCellFormDate
{
    width: 63px !important;
}

.tableCellFormTrack
{
    width: 54px !important;
}

.tableCellFormRace
{
    width: 122px !important;
}

.tableCellFormClass
{
    width: 52px !important;
}

.tableCellFormAge
{
    width: 40px !important;
    text-align: center;
}

.tableCellFormSex
{
    width: 40px !important;
    text-align: center;
}

.tableCellFormGoing
{
    width: 30px !important;
    text-align: center;
}

.tableCellFormDist
{
    width: 49px !important;
    text-align: center;
}

.tableCellFormStartPrice
{
    width: 48px !important;
    text-align: center;
}

.tableCellFormWgt
{
    width: 45px !important;
    text-align: center;
}

.tableCellFormJockey
{
    width: 104px !important;
}

.tableCellFormBarrier
{
    width: 35px !important;
    text-align: center;
}

.tableCellFormInRun
{
    width: 75px !important;
    text-align: center;
}

/* SHOW RESULTS STYLES */
.dividendInvisible
{
    display: none;
}

div.contentTabContainer, div.contentTabContainerNF
{
    position: relative;
    width: 930px;
    height: 21px;
    margin-top: 5px;
}

div.contentTabSection
{
    float: left;
    position: absolute;
}

    div.contentTabSection div
    {
        float: left;
        margin-right: 2px;
    }

div.jockeyTrainerTabs
{
    position: absolute;
    left: 341px;
    cursor: pointer;
}

div.careerTabs
{
    position: absolute;
    left: 520px;
    cursor: pointer;
}

div.contentTabContainerNF div.careerTabs
{
    position: absolute;
    left: 590px;
    cursor: pointer;
}

div.contentTabContainerNF div.jockeyTrainerTabs
{
    position: absolute;
    left: 404px;
    cursor: pointer;
}

div.cTab
{
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    div.cTab a
    {
        background-color: #5a766c;
        display: block;
        padding: 1px 3px 0px 3px;
        color: #000;
        border: solid 1px #5a746b;
        text-decoration: none;
        height: 18px;
        position: relative;
        top: 1px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

a.jockeyTrainerTabsSelected, a.CareerTabsSelected
{
    font-weight: bold;
    background-color: #9ab1a9 !important;
    border: solid 1px #5a746b;
    border-bottom-width: 0px !important;
    padding-bottom: 1px !important;
    position: relative;
    top: 1px;
    float: left;
}

/* FORM ANALYSER MEETINGS - STYLES */
.MeetingDateText
{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.MeetingSmaller
{
    font-size: 9px;
    letter-spacing: 0px;
    color: #fff;
}

.MeetingsContainer
{
    position: relative;
    width: 942px;
    clear: both;
    padding: 7px 0 0 0;
    font-size: 11px;
}

.MeetingsTab
{
    border-color: #5A766C;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    position: absolute;
    left: 0;
    background-color: #5A766C;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    width: 75px;
    text-align: center;
    padding: 7px 0 7px 0;
}

.MeetingTabContent
{
    float: right;
    border-color: #5A766C;
    border-style: solid;
    border-width: 5px;
    left: 100px;
    width: 861px;
    background-color: #9ab1a9;
    -moz-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    font-size: 11px;
}

.MeetingContentPadding
{
    padding: 1px;
}

.MeetingContentSection
{
    float: left;
    width: 276px;
    margin: 5px;
}

    .MeetingContentSection table
    {
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: #000;
        width: 100%;
        background: white;
    }

        .MeetingContentSection table td
        {
            text-align: center;
            border-width: 0 1px 1px 0;
            border-style: solid;
            border-color: #000;
            line-height: 20px;
        }

            .MeetingContentSection table td.MeetingHeading
            {
                background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
                font-weight: bold;
            }

.MeetingsTodays .MeetingsTab
{
    background: #CF5700;
    border-color: #CF5700;
}

.MeetingsTodays .MeetingTabContent
{
    background: #F4802E;
    border-color: #CF5700;
}

.linkDisabled
{
    color: #b3b4b3;
}

div.MeetingSeperator
{
    height: 7px;
    line-height: 7px;
    content: "*";
    color: White;
}

/* FORM ANALYSER HORSE DETAILS - STYLES */
.longShortFormContainer
{
    margin-top: 3px;
    clear: both;
}

.radGridContainer
{
    margin-bottom: 3px;
}

.ColorSilk
{
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    text-align: center;
    margin: -4px 0 0 0px;
    background-color: #fff;
}

/* RAD RACES TABS */
.TopTabsRaceSelector .topTabs
{
    margin-left: 2px;
    width: 35px;
    height: 28px !important;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #000;
    border-bottom: 1px solid #5d6847;
    text-align: center;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #868686;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    background: #303f3a url('../images/generic/contentTab_bg.gif') repeat-x;
    padding: 0px 0px 0px 0px !important;
    position: relative;
    top: 1px;
}

.TopTabsRaceSelector .tabSelected
{
    color: #fff !important;
    background: #9ab1a9 !important;
    font-weight: bold;
    border: solid 1px #5d6847 !important;
    border-bottom: 1px solid #9ab1a9 !important;
    text-shadow: 2px 2px 4px #4b635a;
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 1px;
    position: relative;
}

.TopTabsRaceSelector .tabHovered
{
    color: #fff !important;
    background: #9ab1a9 !important;
    font-weight: bold;
    border: solid 1px #5d6847 !important;
    border-bottom: 1px solid #9ab1a9 !important;
    text-shadow: 2px 2px 4px #4b635a;
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 1px;
    position: relative;
}

.TopTabsRaceSelector .rtsOut, .TopTabsRaceSelector .rtsIn, .TopTabsRaceSelector .rtsTxt
{
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    color: #868686;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
}

.TopTabsRaceSelector .tabSelected .rtsTxt
{
    color: #FFF !important;
}

.TopTabsRaceSelector .tabHovered .rtsTxt
{
    color: #FFF !important;
}

.TopTabsRaceSelector .rtsNextArrow
{
    background: url(../images/generic/radTabScrollingRight.gif) no-repeat top left !important;
    width: 24px !important;
    height: 30px !important;
    position: relative !important;
    right: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    top: -30px !important;
}

.TopTabsRaceSelector .rtsNextArrowDisabled
{
    background: url(../images/generic/radTabScrollingRightDisabled.gif) no-repeat top left !important;
    width: 24px !important;
    height: 30px !important;
    position: relative !important;
    right: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    top: -30px !important;
}

.TopTabsRaceSelector .rtsPrevArrow
{
    background: url(../images/generic/radTabScrollingLeft.gif) no-repeat top left !important;
    width: 24px !important;
    height: 30px !important;
    position: relative !important;
    right: 24px !important;
    margin: 0px -24px 0px 0px !important;
    padding: 0px !important;
    top: -30px !important;
}

.TopTabsRaceSelector .rtsPrevArrowDisabled
{
    background: url(../images/generic/radTabScrollingLeftDisabled.gif) no-repeat top left !important;
    width: 24px !important;
    height: 30px !important;
    position: relative !important;
    right: 24px !important;
    margin: 0px -24px 0px 0px !important;
    padding: 0px !important;
    top: -30px !important;
}

/* RAD FLEXIBLE TABS */
.topTabJockey
{
    margin-left: 2px;
    width: 76px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabTrainer
{
    margin-left: 2px;
    width: 85px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabCombination
{
    margin-left: 2px;
    width: 130px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabHorse
{
    margin-left: 2px;
    width: 76px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabHorse_First
{
    margin-left: 0px;
    width: 76px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabRunners_First
{
    margin-left: 0px;
    width: 150px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabSire
{
    margin-left: 2px;
    width: 60px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabDam
{
    margin-left: 2px;
    width: 48px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabSireOfDam
{
    margin-left: 2px;
    width: 120px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabOwner
{
    margin-left: 2px;
    width: 76px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabStable_First
{
    margin-left: 0px;
    width: 76px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabUpcomingRunners
{
    margin-left: 2px;
    width: 175px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabAddHorse
{
    margin-left: 2px;
    width: 110px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabWinners
{
    margin-left: 2px;
    width: 150px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.topTabRunnersToWatch
{
    margin-left: 2px;
    width: 180px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/contentTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 28px !important;
    top: 1px;
}

.tabSelected
{
    color: #FFF !important;
    background: #9ab1a9 !important;
    font-weight: bold;
    border: solid 1px #5d6847 !important;
    border-bottom: 0px solid #9ab1a9 !important;
    text-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 1px !important;
    position: relative;
    top: 0px;
    height: 28px !important;
    overflow: hidden;
    display: block;
}

.tabHovered
{
    color: #FFF !important;
    background: #9ab1a9 !important;
    font-weight: bold;
    border: solid 1px #5d6847 !important;
    border-bottom: 0px solid #9ab1a9 !important;
    text-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 1px !important;
    position: relative;
    top: 0px;
    height: 28px !important;
    overflow: hidden;
    display: block;
}

/* RAD FLEXIBLE SUB TABS */
.SubTab
{
    margin: 0px 0px -1px 0px !important;
}

.topSubTabWins
{
    margin-left: 0px;
    width: 55px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTabPrizeMoney
{
    margin-left: 2px;
    width: 110px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTabMetroWins
{
    margin-left: 2px;
    width: 110px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTabCountryWins
{
    margin-left: 2px;
    width: 120px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTabG1Wins
{
    margin-left: 2px;
    width: 75px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTab2yoWins
{
    margin-left: 2px;
    width: 85px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTab3yoWins
{
    margin-left: 2px;
    width: 85px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTabApprenticeWins
{
    margin-left: 2px;
    width: 145px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.topSubTabGroups
{
    margin-right: 2px;
    width: 80px;
    border: solid 1px #000 !important;
    border-bottom: solid 1px #5a746b !important;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #dddddd url(../images/generic/subTab_bg.gif) repeat-x top;
    padding: 0px 0px 0px 0px !important;
    height: 25px !important;
    top: 1px;
}

.SubTab .tabSelected
{
    color: #000 !important;
    background: #f4f4f4 !important;
    font-weight: bold;
    border: solid 1px #5d6847 !important;
    border-bottom: 0px solid #f4f4f4 !important;
    text-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 1px !important;
    position: relative;
    top: 0px;
    height: 25px !important;
    overflow: hidden;
    display: block;
}

.SubTab .tabHovered
{
    color: #000 !important;
    background: #f4f4f4 !important;
    font-weight: bold;
    border: solid 1px #5d6847 !important;
    border-bottom: 0px solid #f4f4f4 !important;
    text-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
    padding-bottom: 1px !important;
    position: relative;
    top: 0px;
    height: 25px !important;
    overflow: hidden;
    display: block;
}

.SubTab .rtsTxt
{
    font-size: 12px !important;
    color: #000 !important;
    line-height: 25px;
    text-decoration: none;
    height: 25px !important;
    text-align: center;
}

.SubTab .tabSelected .rtsTxt
{
    color: #000 !important;
}

.SubTab .tabHovered .rtsTxt
{
    color: #000 !important;
}

/* FORM ANALYSER - RACE, HORSE NOTES / RADWINDOW */
.raceNotesContainer
{
    float: right;
    width: 368px;
    margin-top: 1px;
    *margin-right: 11px;
}

@-moz-document url-prefix()
{
    .raceNotesContainer;

{
    margin-right: 6px;
}

} /* FIREFOX hack for the alignment on right */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .raceNotesContainer
    {
        margin-right: 2px;
    }
}

.notesTitleBack
{
    float: right;
    background: url(../images/generic/notes_title_back.gif) repeat-x top left !important;
    width: 85px;
    height: 17px;
    line-height: 18px;
    padding: 0 5px;
    margin-top: 1px;
    font-weight: bold;
    border: solid 1px black;
    float: left;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.notesContentBack
{
    float: right;
    background: url(../images/generic/notes_content_back.gif) repeat-x top left !important;
    width: 218px;
    height: 17px;
    line-height: 18px;
    padding: 0 5px;
    margin-top: 1px;
    border: solid 1px black;
    border-left: none;
    float: left;
    text-align: left;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.raceNoteButton
{
    float: right;
    width: 42px;
}

.notesGap
{
    height: 4px;
    background-color: Transparent;
}

.notesRightEdge
{
    border-right: solid 1px black;
}

.raceNoteFrame, .horseNoteFrame, .editOddsFrame, .editRatingsFrame, .editPaceFrame
{
    background: #fff;
    padding: 10px;
}

/* FORM ANALYSER FIELDS - SCRATCHINGS RADWINDOW */
.scratchingsFrame
{
    background: #fff;
    padding: 10px;
}

.scratchingsSelections
{
    overflow: auto;
    height: 325px;
}

.scratchingsButtons
{
    margin-top: 10px;
}

/* GENERIC RADWINDOW STYLES */
div.radWindowContentContainer
{
    padding: 5px;
}

div.radWindowOuter
{
    background: #9ab1a9;
    border: 1px solid #5d6847;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    padding: 5px;
    z-index: -1;
}

div.radWindowInner
{
    background: #f4f4f4;
    border: solid 1px #5a746b;
    margin: 0;
    padding: 10px !important;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    clear: both;
}

div.divError
{
    border: 2px dashed #ededed;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 10px 25px;
    background: #fff url('../images/generic/errorbg.gif') no-repeat left center;
}

div.divSuccess
{
    border: 2px dashed #ededed;
    font-weight: bold;
    text-align: center;
    padding: 3px 3px 3px 35px;
    background: #fff url('../images/generic/successbg.gif') no-repeat left center;
}

/* FORM ANALYSER RESULTS */
td.ResultsPlacedHorses
{
    background: #ddd !important;
    font-weight: bold;
}

td.ResultsPlacedHorses1st
{
    background: #b4ff00 !important;
    font-weight: bold;
}

td.ResultsPlacedHorses2nd
{
    background: #d6fe77 !important;
    font-weight: bold;
}

td.ResultsPlacedHorses3rd
{
    background: #e6fcb0 !important;
    font-weight: bold;
}

/* SKINNED BUTTONS */
a.rfdSkinnedButton, input.rfdDecorated[type="button"], input.rfdDecorated[type="reset"], input.rfdDecorated[type="submit"], .rfdSkinnedButton button
{
    background-image: url(../images/generic/buttons.gif) !important;
    height: 19px !important;
    text-transform: uppercase;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none;
    white-space: nowrap;
}

.rfdButton input.rfdDecorated[type="button"], .rfdButton input.rfdDecorated[type="reset"], .rfdButton input.rfdDecorated[type="submit"], .rfdButton .rfdSkinnedButton button, .rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    background-position: left -14px;
    height: 19px;
    margin-right: 0;
    padding-left: 5px !important;
    padding-right: 0px !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none;
    white-space: nowrap;
}

html.rfdButton a.rfdSkinnedButton *
{
    font: bold 11px Tahoma, "Lucida Grande", Verdana, Sans-Serif !important;
    letter-spacing: 1px;
    padding-bottom: 2px !important;
    padding-bottom: 3px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

html.rfdButton a.rfdSkinnedButton:hover *
{
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.imgbtnPreviousHorse
{
    background: url('../images/generic/btnsPagination.gif') no-repeat 0px 0px;
}

    .imgbtnPreviousHorse:hover
    {
        background: url('../images/generic/btnsPagination.gif') no-repeat 0px -19px;
    }

.imgbtnPreviousHorseDisabled
{
    background: url('../images/generic/btnsPagination.gif') no-repeat 0px -38px;
}

.imgbtnNextHorse
{
    background: url('../images/generic/btnsPagination.gif') no-repeat -19px 0px;
}

    .imgbtnNextHorse:hover
    {
        background: url('../images/generic/btnsPagination.gif') no-repeat -19px -19px;
    }

.imgbtnNextHorseDisabled
{
    background: url('../images/generic/btnsPagination.gif') no-repeat -19px -38px;
}

/* RADGRID PAGINATION */
.rgPager
{
    background-color: #303F3A;
    text-align: left;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    overflow: hidden;
    color: #CCC;
}

    .rgPager a
    {
        color: #aeadad;
        font-weight: bold;
    }

.rgWrap
{
    padding: 3px 10px 4px 10px;
    float: left;
    white-space: nowrap;
}

.rgArrPart1
{
    padding-right: 0px;
}

.rgNumPart a
{
    padding: 0px 7px 0px 7px;
}

.rgArrPart2
{
    padding-left: 0px;
}

.rgAdvPart
{
    padding-left: 10px;
}

.rgInfoPart
{
    float: right;
}

.rgPageFirst
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 19px;
    height: 19px;
    vertical-align: top;
    margin-right: 1px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background: url('../images/generic/btnsPagination.gif') no-repeat -38px 0px;
}

    .rgPageFirst:hover
    {
        background: url('../images/generic/btnsPagination.gif') no-repeat -38px -19px;
    }

.rgPagePrev
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 1px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background: url('../images/generic/btnsPagination.gif') no-repeat 0 0;
}

    .rgPagePrev:hover
    {
        background: url('../images/generic/btnsPagination.gif') no-repeat 0px -19px;
    }

.rgCurrentPage
{
    text-decoration: none;
    color: #FFF !important;
}

.rgPageNext
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 1px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background: url('../images/generic/btnsPagination.gif') no-repeat -19px 0px;
}

    .rgPageNext:hover
    {
        background: url('../images/generic/btnsPagination.gif') no-repeat -19px -19px;
    }

.rgPageLast
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 1px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    background: url('../images/generic/btnsPagination.gif') no-repeat -57px 0px;
}

    .rgPageLast:hover
    {
        background: url('../images/generic/btnsPagination.gif') no-repeat -57px -19px;
    }

.rcbInput
{
    cursor: pointer;
    height: 14px !important;
    border: solid 1px #000;
}

.rgPagerLabel
{
    margin: 0px 4px 0px 0px;
    vertical-align: top;
    cursor: default;
    padding: 2px 2px 1px 0px;
    line-height: 20px !important;
    position: relative;
}

.rcbHovered
{
    background-color: #dfdfe0;
    cursor: pointer;
}

.rcbInputCell
{
    padding: 0px;
    width: 30px !important;
}

    .rcbInputCell input
    {
        padding: 2px;
        width: 30px !important;
        font-size: 11px !important;
    }

.rcbArrowCell
{
    background: #303F3A url(../images/generic/btnDown.gif) no-repeat center !important;
}

    .rcbArrowCell a
    {
        text-indent: 9999px;
        text-decoration: none;
        width: 14px;
        height: 14px;
    }

.rcbInputCell
{
    background-color: #FFF !important;
}

.rcbList
{
    border: solid 1px black;
    border-top-width: 0px;
    background-color: #FFF !important;
    width: 30px !important;
}

.rcbScroll
{
    overflow: hidden !important;
}

.RadComboBoxDropDown .rcbList li
{
    padding: 2px 0 2px 3px;
    font-size: 10px !important;
}

/* FORM ANALYSER ARCHIVE / FUNCTIONS / OPTIONS - SPECIFIC STYLES */
h2.subHeading
{
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 7px;
    margin: 0;
    position: relative;
    line-height: 22px;
    top: 2px;
}

div.searchOptions
{
    float: left;
    width: 170px;
}

div.searchFields
{
    float: left;
    width: 300px;
}

div.archiveButton
{
    padding: 5px 0 5px 170px;
}

.FAoptionsRatingsFieldset
{
    height: 267px;
}

div.divFAreportSelectRaces
{
    float: left;
    width: 50%;
}

div.divFAreportOptions
{
    float: left;
    width: 50%;
}

.faArchiveDate
{
    width: 10%;
}

.faArchiveTrack
{
    width: 20%;
}

.faArchiveRaceNo
{
    width: 10%;
}

.faArchiveTabNo
{
    width: 10%;
}

.faArchiveRaceName
{
    width: 20%;
}

.faArchiveHorseNote
{
    width: 30%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    .FAoptionsRatingsFieldset
    {
        height: 263px;
    }
}

/* RACING RESULTS - SPECIFIC STYLES */
.resultsHeader
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border-left: 1px solid #000 !important;
    border-top: 1px solid #000;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold;
}

.resultsHeaderMiddle
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    text-align: left;
    padding: 0px 3px 0px 3px !important;
    margin: 0px 10px 0px 0px !important;
    overflow: hidden;
    font-weight: bold;
}

.resultsRow td
{
    background: white;
    padding: 1px 4px 1px 4px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.resultsRightEdge
{
    border-right: 1px solid #000;
}

/* RACING FIELDS - SPECIFIC STYLES */
.firstStartInd
{
    display: block;
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #000;
}

.FieldsSubTitle
{
    display: inline;
    font-weight: bold;
}

.FieldsSubData
{
    padding-right: 10px;
    width: 160px;
}

.FieldsCellTabNo
{
    width: 40px !important;
    text-align: center;
}

.FieldsCellHorseName
{
    width: 175px !important;
}

.FieldsCellHorseNameEnd
{
    width: 175px !important;
    border-right: 1px solid #000;
}

.FieldsCellBar
{
    width: 60px !important;
    text-align: center;
}

.FieldsCellWgt
{
    width: 60px !important;
    text-align: center;
}

.FieldsCellTrainerJockey
{
    width: 145px !important;
}

.FieldsCellTrainerJockeyEnd
{
    width: 145px !important;
    border-right: 1px solid #000;
}

/* RACING GROUP RACES - SPECIFIC STYLES */
.cellGroupRaceFinish
{
    width: 18px !important;
    text-align: center;
}

.cellGroupRaceMargin
{
    width: 45px !important;
    text-align: center;
}

.cellGroupRaceHorseName
{
    width: 125px !important;
}

.cellGroupRaceAgeAndSex
{
    width: 55px !important;
}

.cellGroupRaceJockey
{
    width: 112px !important;
}

.cellGroupRaceStartPrice
{
    width: 45px !important;
    text-align: center;
}

.cellGroupRaceWeight
{
    width: 45px !important;
    text-align: center;
}

.cellGroupRaceTrainer
{
    width: 112px !important;
}

.cellGroupRaceBarrier
{
    width: 24px !important;
    text-align: center;
    border-right: 1px solid #000;
}

ul.ulTopTabDropDownsRaiseZIndex
{
    z-index: 200;
}

div.topTabSelectorGroupSeasons
{
    float: left;
    width: 305px;
    height: 27px;
    background: #303f3a;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    margin-right: 2px;
}

div.EventSelector, div.MonthSelector
{
    float: left;
    cursor: pointer;
}

.EventSelector ul.ulTopTabDropDowns li.Selector a.SelectorLink
{
    width: 290px;
    cursor: pointer;
}

.MonthSelector ul.ulTopTabDropDowns li.Selector a.SelectorLink
{
    width: 105px;
    cursor: pointer;
}

div.EventSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItems
{
    width: 315px;
}

div.EventSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItemsInner
{
    width: 315px;
}

div.EventSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItemsScroll
{
    width: 335px;
    height: 313px;
    overflow: auto;
}

div.EventSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItemsInnerScroll
{
    width: 335px;
    height: 313px;
    overflow: auto;
}

div.MonthSelector ul.ulTopTabDropDowns li.Selector div.divTopTabDropDownsItems
{
    width: 125px;
}

.EventSelector ul.DropDownSelected li.Selector div.divTopTabDropDownsItems, .EventSelector ul.DropDownSelected li.Selector div.divTopTabDropDownsItemsScroll
{
    left: 0px;
}

.MonthSelector ul.DropDownSelected li.Selector div.divTopTabDropDownsItems
{
    left: 0px;
}

div.GroupRaceSelection
{
    height: 28px;
}

div.GroupRaceTitles
{
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 22px;
}

div.GroupRaceItems
{
    float: left;
    padding: 0 5px 0 5px;
}

/* HOME PAGE - IMAGE ACCORDION SPECIFIC STYLES */

.accordionWrapper
{
    display: inline-block;
    background-color: #fff;
    overflow: hidden;
}

    .accordionWrapper img
    {
        vertical-align: top;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .accordionWrapper div
    {
        display: inline;
        float: left;
        margin: auto;
    }

        .accordionWrapper div.title
        {
            cursor: pointer;
            -moz-border-radius: 10px;
        }

        .accordionWrapper div.content
        {
            display: none;
        }

.set
{
    border-right: 4px solid white;
}

.set1
{
    background-color: #ffd40f;
}

.set2
{
    background-color: #96d5db;
}

.set3
{
    background-color: #fcb019;
}

.set4
{
    background-color: #d61921;
}

.set5
{
    background-color: #80c241;
}

.set6
{
    background-color: #8b85c0;
}

.accordionWrapper div.title img
{
    width: 30px;
    height: 250px;
}

.homePageImageBoxContainer
{
    float: left;
}

.homePageImageBoxContainer
{
    width: 380px;
    height: 250px;
    overflow: hidden;
}

    .homePageImageBoxContainer .img
    {
        width: 380px;
        height: 250px;
        top: 0;
        left: 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
    }

.caption
{
    position: absolute;
    bottom: 2px;
    left: 10px;
    width: 360px;
    height: 45px;
    background: #0e0e0e;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid black;
}

.captionText
{
    position: absolute;
    bottom: 3px;
    left: 20px;
    width: 346px;
    height: 45px;
    color: white;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
}

.homePageAccordionContainer
{
    width: 543px;
    float: right;
}

.homePageAccordionContainerLeft
{
    width: 320px;
    float: left;
}

.homePageAccordionContainerRight
{
    width: 220px;
    float: right;
}

.accordionImg
{
    width: 357px;
    height: 250px;
    display: block;
    background: #fff;
}

.accordionImgSport
{
    width: 487px;
    height: 250px;
    display: block;
    background: #fff;
}
/* hide container until all is ready */
.homePageAccordion
{
    display: none;
}
/*Main Container*/
.container
{
}

    .container ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .container li
    {
        display: inline;
        margin: 0px;
        padding: 0px;
    }
/*Content Container*/
.contentContainer
{
    padding-left: 0px;
    float: left;
    width: 0px;
    height: 250px;
    overflow: hidden;
}

.contentInnerWrapper
{
    text-align: justify;
    padding: 0px;
}

.homePageAccordion .handle
{
    float: left;
    width: 30px;
    height: 250px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

    .homePageAccordion .handle div
    {
        width: 30px;
        height: 250px;
        cursor: pointer;
    }

    .homePageAccordion .handle .faAccordionTitle
    {
        background: url(../images/accordion/newMenu1.jpg) no-repeat;
    }

    .homePageAccordion .handle .nfAccordionTitle
    {
        background: url(../images/accordion/newMenu2.jpg) no-repeat;
    }

    .homePageAccordion .handle .hsAccordionTitle
    {
        background: url(../images/accordion/newMenu3.jpg) no-repeat;
    }

    .homePageAccordion .handle .apAccordionTitle
    {
        background: url(../images/accordion/newMenu4.jpg) no-repeat;
    }

    .homePageAccordion .handle .smAccordionTitle
    {
        background: url(../images/accordion/newMenu5.jpg) no-repeat;
    }

    .homePageAccordion .handle .bbAccordionTitle
    {
        background: url(../images/accordion/newMenu6.jpg) no-repeat;
    }

.homePageAccordion .handleOver .faAccordionTitle
{
    background: url(../images/accordion/newMenu1-over.jpg) no-repeat;
}

.homePageAccordion .handleOver .nfAccordionTitle
{
    background: url(../images/accordion/newMenu2-over.jpg) no-repeat;
}

.homePageAccordion .handleOver .hsAccordionTitle
{
    background: url(../images/accordion/newMenu3-over.jpg) no-repeat;
}

.homePageAccordion .handleOver .apAccordionTitle
{
    background: url(../images/accordion/newMenu4-over.jpg) no-repeat;
}

.homePageAccordion .handleOver .smAccordionTitle
{
    background: url(../images/accordion/newMenu5-over.jpg) no-repeat;
}

.homePageAccordion .handleOver .bbAccordionTitle
{
    background: url(../images/accordion/newMenu6-over.jpg) no-repeat;
}

.homePageAccordion .handleSelected .faAccordionTitle
{
    background: url(../images/accordion/newMenu1-over.jpg) no-repeat;
}

.homePageAccordion .handleSelected .nfAccordionTitle
{
    background: url(../images/accordion/newMenu2-over.jpg) no-repeat;
}

.homePageAccordion .handleSelected .hsAccordionTitle
{
    background: url(../images/accordion/newMenu3-over.jpg) no-repeat;
}

.homePageAccordion .handleSelected .apAccordionTitle
{
    background: url(../images/accordion/newMenu4-over.jpg) no-repeat;
}

.homePageAccordion .handleSelected .smAccordionTitle
{
    background: url(../images/accordion/newMenu5-over.jpg) no-repeat;
}

.homePageAccordion .handleSelected .bbAccordionTitle
{
    background: url(../images/accordion/newMenu6-over.jpg) no-repeat;
}

.RegisterFreeSpan
{
    color: #c11421;
}

.RegisterContainer
{
    margin: 9px 0 0px 0;
    padding: 3px 0px 3px 2px;
    background: #fff;
}

.RegisterContainerLeft
{
    font-weight: bold;
    font-size: 12px;
}
/*float:left;*/
.RegisterContainerRight
{
}
/*float:right;*/
ul.RegisterUL
{
    list-style-type: none;
    left: 0px;
    font-size: 12px;
    display: inline;
    padding: 0px;
    margin: 0;
}

    ul.RegisterUL li
    {
        display: inline;
        padding-left: 5px;
    }

        ul.RegisterUL li span
        {
            white-space: nowrap;
            background: url('../images/generic/tickerSeperator.gif') no-repeat 0 5px;
            padding-left: 10px;
            padding-right: 6px;
        }

/* HOME PAGE - RACING SECTION */
.HomePageRacing
{
    float: left;
}

    .HomePageRacing a
    {
        background: url('../images/generic/LinkArrow.gif') no-repeat 0px 1px;
        padding-left: 10px;
    }

td.HomePageRacingHeading
{
    width: 30px;
    background: #89bd2c url('../images/generic/homePageRacingLiveTitle.gif') no-repeat left bottom;
}

    td.HomePageRacingHeading h1
    {
        display: none;
    }
/* RACING HOMEPAGE */
td.HomePageRacingContent, td.HomePageRacingContentNews
{
    text-align: left;
    background: #fff;
    vertical-align: top;
}

td.HomePageRacingNewsHeading
{
    width: 30px;
    background: #89bd2c url('../images/generic/homePageRacingNewsBarTitle.gif') no-repeat left bottom;
}

    td.HomePageRacingNewsHeading h1
    {
        display: none;
    }

td.HomePageRacingContent
{
    text-align: left;
    background: #fff;
    vertical-align: top;
}

table.HomePageRacingTables td
{
    width: 20%;
}

div.HomePageRacingTitle h2
{
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
}

div.HomePageRacingFields
{
    padding: 10px;
}

div.HomePageRacingResults
{
    padding: 10px;
}

div.HomePageRacingRunners
{
    padding: 10px;
}

.NextToGoWrap
{
    padding: 10px;
    background: #fff;
}

.wrapper190px
{
    width: 215px;
}

/* BREEDING HOMEPAGE */
.breedingNews-wrap
{
    z-index: -1;
    width: 346px;
    clear: both;
}

td.HomePageBreedingNewsHeading
{
    width: 30px;
    background: #8aa9d3 url('../images/generic/homePageBreedingNewsBarTitle.gif') no-repeat left bottom;
}

    td.HomePageBreedingNewsHeading h1
    {
        display: none;
    }

/* SPORTS HOMEPAGE */
table.HomePageSports
{
    margin-top: 10px;
}

td.HomePageSportContent, td.HomePageSportContentNews
{
    text-align: left;
    background: #fff;
    vertical-align: top;
}

td.HomePageSportsHeading
{
    width: 30px;
    background: #005597 url('../images/generic/homePageSportsBarTitle.gif') no-repeat left bottom;
}

    td.HomePageSportsHeading h1
    {
        display: none;
    }

td.HomePageSportsSpacing
{
    width: 5px;
}

td.HomePageSportsContent
{
    vertical-align: top;
}


/* RADWINDOW - SPECIFIC STYLES */
.wndContainer
{
    width: 100%;
    padding: 0;
    margin: 0;
}

.wndContainerPadding
{
    padding: 10px 5px 5px 5px;
}

.wndContainerContentLeft
{
    float: left;
    width: 265px;
}

.wndContainerContentRight
{
    float: right;
    width: 270px;
}

.wndRaceSelection
{
    overflow: auto;
    width: 260px;
    height: 260px;
}

.wndContainerBottom
{
    clear: both;
    margin-top: 20px;
}

.radTapContainer
{
    margin-left: 4px !important;
}

.RadMultiPage
{
    margin-top: 6px;
}

.reportHorseName
{
    font-weight: bold;
}

.saveAsPDF
{
    clear: both;
    text-align: center;
}

form
{
    padding: 0;
    margin: 0;
}

.checkboxList td label
{ /*float:right;display:block;width:220px;*/
    margin-top: -3px;
}

/* RACING GENERAL PAGES STYLES */
div.filterForm
{
}

div.NewsFilter
{
    padding: 4px 7px 0px 7px;
    height: 22px;
}

    div.NewsFilter input[type=text], div.NewsFilter select
    {
        border: 1px solid #5a746b !important;
    }

    div.NewsFilter select
    {
        font-size: 11px;
    }

div.NewsFilterTop, div.NewsFilterBottom
{
    margin-bottom: 10px;
    height: 18px;
}

div.newsFeatureDate
{
    clear: both;
    background-color: #d6e2c8;
    color: #333;
    padding-left: 2px;
}

div.newsFeatureHeadline
{
    clear: both;
    margin: 5px 0 0 0;
}

    div.newsFeatureHeadline h3
    {
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

div.newsFeatureData, div.newsArticleData
{
}

div.newsFeatureImg, div.newsArticleImg
{
    float: right;
    margin: 10px 5px 0 10px;
    padding: 2px;
    border: 10px solid #dedede;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

div.NewsFilterTitles
{
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 22px;
}

div.NewsFilterItems
{
    float: left;
    padding: 2px 5px 0 5px;
}

div.NewsFilterItemsTelerik
{
    float: left;
    padding: 0px 4px 0 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    div.NewsFilterItems
    {
        padding-top: 0 !important;
    }
}

div.NewsFilterItemsButton
{
    float: right;
    padding-top: 1px;
}

div.NewsFilter .RadInput
{
    margin-top: 0px !important;
}

div.NewsFilter .rcCalPopup
{
    margin-top: -3px !important;
}

div.NewsFilter .RadInput input, .RadInput riTextBox
{
    height: 16px !important;
    line-height: 16px !important;
    padding: 0 0 0 3px !important;
}

div.newsFeatureImgInner, div.newsArticleImgInner
{
    position: relative;
}
/*div.newsFeatureImgInner a{background:none;padding:0px;}*/

div.newsArticleDate
{
    font-weight: bold;
}

div.newsArticleByline
{
    font-weight: bold;
}

div.newsArticleLinks
{
    clear: both;
}

div.newsArticleImgCaption
{
    clear: both;
    text-align: center;
}

h3.newsHeading
{
    margin: 5px 0 0 0;
    padding: 0;
}

    h3.newsHeading img
    {
        margin: 0 0 -4px 0;
        padding: 0;
    }

p.newsAbstract
{
    margin: 0 0 5px 0;
    padding: 0;
}

h2.newsSubHeading
{
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 7px;
    margin: 0;
    position: relative;
    line-height: 22px;
    top: -2px;
}

h3.scratchingTitle
{
    background-color: #f0b50f;
    color: #333;
    margin: 5px 0 5px 0;
    padding: 2px;
}

.filterItem
{
    float: left;
    margin: 0 30px 0 5px;
}

.filterItemButton
{
    float: left;
    padding-top: 12px;
}

div.tableExportButtons
{
    width: 300px;
    text-align: right;
    float: right;
    position: relative;
    top: 4px;
    height: 19px;
    background-color: #9ab1a9;
    line-height: 19px;
}

    div.tableExportButtons a
    {
        color: #000;
        font-size: 10px;
        font-weight: bold;
        padding: 0 7px 0 17px;
        background: url('../images/generic/backArrow.gif') no-repeat 3px 1px;
    }

        div.tableExportButtons a.pdfIcon
        {
            color: #000;
            font-size: 10px;
            font-weight: bold;
            padding: 0 7px 0 17px;
            background: url('../images/generic/pdf.gif') no-repeat 3px 0px;
        }

/* HORSE DETAILS SPECIFIC STYLES */
.contentContainerFontLight
{
    padding-left: 7px;
}

.contentContainerFontBold
{
    font-weight: bold;
}

.horseDetailsInfoBold
{
    color: Black;
    font-weight: bold;
    width: 70px;
}

.horseDetailsOddline
{
    background-color: #dde5e5;
}

td.radSortedCell
{
    background-color: #E9E9E9;
}

.JockeyDetailsBold
{
    color: Black;
    font-weight: bold;
}

.hidden
{
    display: none;
}
/* SHORT FORM HEADER WIDTHS */ .horseshortExpander
{
    width: 12px !important;
    text-align: center;
}
/* LONG FORM TABLE ELEMENT WIDTHS */ .horseLongFormFinishPosition
{
    width: 80px;
}

.rgSpellRow
{
    font-weight: bold;
    background: #dde5e5 url('../images/generic/lines_white_bg.gif') center center;
    border-color: #000;
    border-style: solid;
    padding-left: 5px;
}

.shortFormTable .rgSpellRow
{
    border-width: 0 1px 1px 1px;
}

.longFormTable .rgSpellRow
{
    border-width: 1px 0px 1px 0px;
}

.longFormTable .rgSpellRowFirst
{
    border-width: 0px 0px 1px 0px;
}

.longFormTable
{
    border: 1px solid #000;
}

    .longFormTable td
    {
        padding: 0 5px 0px 5px;
    }

        .longFormTable td td
        {
            padding: 0;
        }

img.ShortLongNoteImg
{
    padding-top: 3px;
}

.horseLongFormMargin
{
    width: 60px;
}

.horseLongFormEventDate
{
    width: 80px;
}

.horseLongFormTrack
{
    width: 120px;
}

.horseLongFormRaceNo
{
    width: 54px;
}

.horseLongFormTotalPrize
{
    width: 90px;
}

.horseLongFormEventName
{
    width: 230px;
}

.horseLongFormClassDesc
{
    width: 70px;
}

.horseLongFormAge
{
    width: 45px;
}

.horseLongFormRating
{
    width: 150px;
}

.horseLongFormDistance
{
    width: 150px;
}

.horseLongFormTrackCondition
{
    width: 120px;
}

.horseLongFormRaceTime
{
    width: 110px;
}

.horseLongFormSectional
{
    width: 165px;
}

.horseLongFormPrice
{
    width: 240px;
    text-align: right;
}

.horseLongFormLimitWeight
{
    width: 150px;
}

.horseLongFormWeight
{
    width: 150px;
}

.horseLongFormJockey
{
    width: 350px;
}

.horseLongFormInRun
{
    width: 150px;
}

.horseLongFormOtherRunner1
{
    width: 265px;
}

.horseLongFormOtherRunner2
{
    width: 265px;
}

.horseLongFormOtherRunner3
{
    width: 265px;
}

.horseLongFormWinningMargins
{
    width: 120px;
    text-align: right;
}

.rgLinkRow
{
    font-weight: bold;
    background-color: #D2D2D2;
}

.LinkWidthIndex
{
    width: 40px;
}

.LinkWidthEventDate
{
    width: 100px;
}

.LinkWidthTrackAbbr
{
    width: 160px;
}

.LinkWidthRaceNo
{
    width: 40px;
}

.LinkWidthIndex
{
    width: 40px;
}

.LinkWidthEventNameAbbr
{
    width: 230px;
}

.LinkWidthRestriction
{
    width: 40px;
}

.LinkWidthDistance
{
    width: 115px;
}

.linkRunnerFinishPos
{
    width: 4%;
}

.linkRunnerMargin
{
    width: 10%;
}

.linkRunnerHorse
{
    width: 36%;
}

.linkRunnerWeight
{
    width: 16%;
}

.linkRunnerTrend
{
    width: 20%;
}

.linkRunnerPrice
{
    width: 10%;
}

.linkRunnerFavorite
{
    width: 4%;
}

td.goodCell
{
    color: #1353c6;
}

td.fastCell
{
    color: #000000;
}

td.deadCell
{
    color: #d530d5;
}

td.slowCell
{
    color: #04870d;
}

td.heavyCell
{
    color: #d60202;
}

.goodCell
{
    color: #1353c6;
}

.fastCell
{
    color: #000000;
}

.deadCell
{
    color: #d530d5;
}

.slowCell
{
    color: #04870d;
}

.heavyCell
{
    color: #d60202;
}

.barrierTrialLongForm
{
    font-style: italic;
    color: #919191;
}

/* PEDIGREE SPECIFIC STYLES */
div.pedigreeContainer
{
    font: 11px/18px Tahoma, "Lucida Grande", Verdana, Sans-Serif !important;
}

    div.pedigreeContainer td.tableheader
    {
        font-weight: bold;
        font-size: 14px;
    }

    div.pedigreeContainer pre
    {
        font: 11px/18px Tahoma, "Lucida Grande", Verdana, Sans-Serif !important;
    }

        div.pedigreeContainer pre input, div.pedigreeContainer pre select
        {
            margin-bottom: 3px;
        }

/* HORSESEARCH SPECIFIC STYLES */
.HorseSearchResultsHeading
{
    border-right: 1px solid #000;
    text-align: center;
}

/* FORM ANALYSER - GRAPH SPECIFIC STYLES */
#chartPlaceholder
{
    height: 350px;
    margin: 0 0 0 0px;
    position: relative;
}

.cuboid
{
    width: 25px;
    position: absolute;
    margin: 20px;
    padding: 12px 0 9px;
    float: left;
    bottom: 100px;
}

.spell
{
    width: 30px;
    text-align: center;
}

.cu-spell
{
    color: #333;
    font-size: 12px;
    text-shadow: 1px 1px 2px #4b635a;
}

.cu-top
{ /* The top section of the bars */
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url("../images/generic/cuboid_green_top.png");
}

.cu-mid
{ /* The mid section, it is freely resizable */
    background-repeat: repeat-y;
    width: 25px;
    background-image: url("../images/generic/cuboid_green_mid.png");
}

.cu-bottom
{ /* The bottom part */
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: 0;
    left: 0;
    background-image: url("../images/generic/cuboid_green_bottom.png");
    background-repeat: no-repeat;
}

.cu-number
{
    position: absolute;
    top: -10px;
    left: 0;
    color: #333;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px #4b635a;
}

.cu-info
{
    display: none;
}

.cu-date
{
    position: absolute;
    bottom: -35px;
    left: 0;
}

.dayPart
{
    text-align: center;
    color: #AAA;
    font-weight: bold;
    width: 25px;
    font-size: 1em;
    padding: 0px;
    text-transform: uppercase;
}

#follower
{
    position: absolute;
    color: #fff;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px #4b635a;
    background: #333;
    display: none;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

.infoValue
{
    font-size: 1.5em;
}

.graphTitle
{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* CALENDAR SPECIFIC STYLES */
/* homepage calendar */
div.CalendarContainer
{
    text-align: center;
    width: 120px;
}

div.CalendarTitle
{
    background: url('../images/generic/calendarTitle.gif') no-repeat;
    height: 28px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

    div.CalendarTitle h1
    {
        margin: 0;
        padding: 0;
        line-height: 28px;
        display: none;
    }

div.CalendarDateSection
{
    background-color: #e3e3e3;
    line-height: 22px;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
}

div.CalendarDate a
{
    display: block;
    color: #373737;
    border-bottom: 1px solid #e3e3e3;
    text-decoration: none;
}

    div.CalendarDate a:hover
    {
        background-color: #5d788b;
        color: #fff;
    }

    div.CalendarDate a.DateSelected
    {
        background-color: #5d788b;
        color: #fff;
        font-weight: bold;
    }
/* calendar page */
div.CalendarLastUpdated
{
    float: right;
    width: 300px;
    text-align: right;
    padding-right: 3px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}

div.CalendarDatePicker
{
    height: 26px;
    width: 200px;
    padding-top: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    div.CalendarDatePicker
    {
        height: 26px;
        width: 200px;
        margin-left: -2px;
        padding-top: 0;
    }
}

div.CalendarHeading
{
    font-weight: bold;
    padding-top: 8px;
    font-size: 14px;
}

/* PAYMENT RECEIPT STYLES */
.receiptHeader
{
    width: 120px;
    font-weight: bold;
    vertical-align: top;
}

.receiptError
{
    color: #c11421;
}

/* HOMEPAGE - TICKER */
div.HomePageTickerContainer
{
    font-size: 12px;
    height: 28px;
    background: url('../images/generic/tickerbg.gif') repeat-x;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

div.HomePageTickerInnerHeader
{
    float: left;
    width: 140px;
    height: 28px;
    line-height: 28px;
    background: url('../images/generic/tickerTitle.gif') no-repeat 8px 0;
}

    div.HomePageTickerInnerHeader h1
    {
        margin: 0;
        padding: 0;
        display: none;
    }

div.HomePageTickerInnerContent
{
    float: right;
    width: 790px;
    height: 30px;
    margin-right: 10px;
}

/* HOME PAGE - MESSAGES */
div.MessageContainer
{
    width: 180px;
    margin-bottom: 10px;
}

div.MessageTitle
{
    text-align: center;
    background: url('../images/generic/messageTitle.gif') no-repeat;
    height: 28px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

    div.MessageTitle h1
    {
        margin: 0;
        padding: 0;
        line-height: 28px;
        display: none;
    }

div.MessageSection
{
    text-align: left;
    background-color: #fff;
    padding: 0 5px 5px 7px;
}

ul.ulHomePageMessages
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.ulHomePageMessages a
    {
        background: url('../images/generic/LinkArrow.gif') no-repeat 0px 14px;
        padding: 10px 0 0 10px;
        display: block;
    }

/* HOME PAGE - HOTTOPICS */
div.HotTopicsContainer
{
    width: 200px;
    background: #fff;
    margin-left: 10px;
    border: 1px solid #ccc;
}

div.HotTopicsTitle
{
    text-align: center;
}

    div.HotTopicsTitle h1
    {
        margin: 0;
        padding: 0;
    }

div.HotTopicsSection
{
    text-align: left;
    padding: 5px 10px 20px 10px;
}

ul.ulHomePageHotTopics
{
    margin: 6px 0 0;
    *margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

    ul.ulHomePageHotTopics li
    {
        border-bottom: 1px dotted #5da120;
    }

    ul.ulHomePageHotTopics a
    {
        color: #2f2f2f;
        margin-bottom: 2px;
        font-size: 13px;
        text-decoration: none;
    }

        ul.ulHomePageHotTopics a:hover
        {
            color: #5da120;
            text-decoration: underline;
        }

ul.fieldsmargin li
{
    margin: 3px 0 0px;
    *margin: 2px 0 0;
}

ul.hottopic li
{
    margin: 13px 0 0px;
    *margin: 2px 0 0;
}



ul.ulNexttoGo
{
    margin: 6px 0 0;
    *margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

    ul.ulNexttoGo li
    {
        border-bottom: 1px dotted #5da120;
        margin: 5px 0 8px;
        *margin: 2px 0 0;
        padding-bottom: 2px;
        padding-left: 15px;
        background: url(img/marker-1.png) no-repeat 0px 7px;
    }

ul.ulContent
{
    margin: 6px 0 0;
    *margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

    ul.ulContent li
    {
        margin: 5px 0 8px;
        *margin: 2px 0 0;
        padding-bottom: 2px;
        padding-left: 15px;
        background: url(img/marker-1.png) no-repeat 0px 7px;
    }

/* HOME PAGE - LATESTIMAGE */
div.LatestImageOuter
{
    padding: 0px 0px 10px 10px;
    float: right;
    background-color: #fff;
}

    div.LatestImageOuter a
    {
        background: none;
        padding: 0px;
    }

div.newsFeatureImgInner
{
}
/*div.LatestImage{padding:5px;background-color:#e3e3e3;} width:200px;}*/
img.imgOverlay
{
    position: absolute;
}

div.LatestImageContainer
{
    text-align: left;
    width: 120px;
    margin-bottom: 10px;
}

div.LatestImageTitle
{
    background: url('../images/generic/latestimageTitle.gif') no-repeat;
    height: 28px;
    margin-bottom: 1px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

    div.LatestImageTitle h1
    {
        margin: 0;
        padding: 0;
        line-height: 28px;
        display: none;
    }

div.LatestImageSection
{
    background-color: #f1f1f1;
    line-height: 18px;
    font-size: 11px;
    color: #151515;
    padding: 3px 5px 5px 5px;
    border-top: 1px solid #efefef;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
}

    div.LatestImageSection span
    {
        font-size: 9px;
    }

    div.LatestImageSection a
    {
        color: #327e20;
        font-weight: bold;
    }

        div.LatestImageSection a:hover
        {
            color: #62a424;
        }

div.BreedingHomePage div.LatestImageSection a
{
    color: #327e20;
    font-weight: bold;
}

    div.BreedingHomePage div.LatestImageSection a:hover
    {
        color: #62a424;
    }

td.HomePageSportContent a
{
    color: #005192;
}

td.HomePageSportContent div.LatestImageSection a
{
    color: #fff;
    font-weight: bold;
}

/* BREEDING HOME PAGE - LATESTIMAGE / HOTTOPICS / MESSAGES / UPCOMING SALES */
div.BreedingHomePage div.LatestImageTitle
{
    background: url('../images/generic/latestimageTitleBreeding.gif') no-repeat;
    height: 28px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

div.BreedingHomePage div.HotTopicsTitle
{
    text-align: center;
    background: url('../images/generic/hottopicsTitleBreeding.gif') no-repeat;
    height: 28px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

div.BreedingHomePage div.MessageTitle
{
    text-align: center;
    background: url('../images/generic/messageTitleBreeding.gif') no-repeat;
    height: 28px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

div.UpcomingSalesContainer
{
    text-align: left;
    width: 170px;
}

div.UpcomingSalesTitle
{
    background: url('../images/generic/upcomingSalesTitleBreeding.gif') no-repeat;
    height: 28px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

    div.UpcomingSalesTitle h1
    {
        margin: 0;
        padding: 0;
        line-height: 28px;
        display: none;
    }

div.UpcomingSalesInner
{
    background-color: #fff;
    line-height: 14px;
    font-size: 10px;
    padding: 3px 5px 5px 5px;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
}

span.UpcomingSalesDate
{
    text-transform: uppercase;
    font-weight: bold;
    color: #b14a05;
    font-size: 9px;
}


/* STRIKE RATES */
.strikeRatesMessage
{
    padding-left: 5px;
}


/* MARKETING PAGES */
.MarketingTextNameNF, a.productLinkNf
{
    color: #008ad0;
    font-weight: bold;
}

.MarketingTextNameHS, a.productLinkHs
{
    color: #005DA4;
    font-weight: bold;
}

.MarketingTextNameFA, a.productLinkFa
{
    color: #F5862C;
    font-weight: bold;
}

.MarketingTextNameAP, a.productLinkAp
{
    color: #D21921;
    font-weight: bold;
}

.marketingBtnsContainer
{
    padding-top: 10px;
}

.marketingImage
{
    border: 5px solid #fff;
    width: 310px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5xp;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.marketingImageSingle
{
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.marketingImageLeft
{
    border: 5px solid #fff;
    text-align: center;
    vertical-align: middle;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5xp;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.marketingImageLeftSingle
{
    clear: both;
    border: 5px solid #fff;
    margin: 0 10px 0 0;
    text-align: center;
    vertical-align: middle;
    float: left;
    text-transform: uppercase;
    border-radius: 5xp;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.marketingImageRight
{
    border: 5px solid #fff;
    text-align: center;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5xp;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .marketingImage img, .marketingImageSingle img, .marketingImageLeft img, .marketingImageRight img, .marketingImageLeftSingle img
    {
        border: 3px solid #f4f4f4;
    }

    .marketingImage:hover, .marketingImageLeft:hover, .marketingImageRight:hover
    {
        border: 5px solid #dadada;
    }

.tooltipContainer
{
    padding: 10px 3px 3px 3px;
}

DIV.RadToolTip A.rtCloseButton
{
    margin-top: 2px !important;
    margin-right: 1px !important;
}

div.productImgContainer
{
    width: 250px;
    text-align: center;
    padding-top: 15px;
}

    div.productImgContainer a
    {
        display: block;
    }

        div.productImgContainer a img
        {
            border: none;
        }

    div.productImgContainer .submenubarAP
    {
        float: none;
        width: 100%;
    }

div.productContainer
{
    clear: both;
}

    div.productContainer p
    {
        float: right;
        width: 420px;
    }

ul.productListing li
{
    margin-bottom: 20px;
}

div.handyhints p
{
    margin-bottom: 50px;
}

/* ADS */
.bannerracing
{
    padding-bottom: 10px;
}

.bannersports
{
    padding-bottom: 10px;
}


/* TEMP : ADDING BORDERS */
div.UpcomingSalesInner
{
    border: 1px solid #efefef;
}

div.LatestImageTitle
{
    margin-bottom: 0px;
}

div.MessageSection,
td.HomePageRacingContent,
td.HomePageRacingContentNews,
td.HomePageSportContentNews
{
    border: 1px solid #efefef;
}

div.marketing div.tableContentContainerNoSelectionsLeft
{
    background: #fff;
    border: 1px solid #efefef;
    margin-top: 0px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
    width: 740px;
    float: left;
}

div.marketing div.tableContentContainerNoSelections
{
    background: #fff;
    border: 1px solid #efefef;
    margin-top: 7px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    padding: 0px 0px 0px 0px;
    z-index: -1;
}

div.marketing div.tableContentContainerInnerBox
{
    overflow: auto;
    background: #f4f4f4;
    border: solid 1px #eaeaea;
    margin: 0 0 5px 0;
    padding: 10px !important;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    clear: both;
    min-height: 10px;
}

div.marketing div.tableContentContainerTitleFlexible
{
    height: 20px;
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    border-bottom-width: 0;
    padding-bottom: 1px;
    float: left;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    top: 1px;
}

div.marketing div.tableContentContainerNoSelectionsRight
{
    margin-top: 0px;
    min-height: 300px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 5px;
    z-index: -1;
    width: 180px;
    float: right;
}

div.marketing2 h2
{
    margin: 0;
    padding: 3px 0 0 5px;
}


/* NEWS PAGES */
.NewsRadGrid .rgRow td, .rgAltRow td
{
    background: #fff;
}

div.ContentPaddingContainer
{
    padding: 2px;
}

.gridContainerNews .tableContentContainerInnerBox
{
    background-color: #fff;
}

.HomePageRacingContent a
{
    background: none;
    padding-left: 0px;
}

.newsDate
{
    border-top: 1px dashed #e3e3e3;
    color: #333;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.newsDateFirst
{
    color: #333;
    font-weight: bold;
    padding: 0;
}

.newsDateFeature
{
    color: #333;
    font-weight: bold;
    padding: 5px 0 0 0;
}

    .newsDate span, .newsDateFeature span, .newsDateFirst span
    {
        line-height: 20px;
        display: inline;
        font-size: 11px;
        padding: 3px 60px 4px 10px;
        background: #e9e9e9 url('sports/fixturesRoundName.gif') no-repeat top right;
        color: #7a7a7a;
        font-weight: bold;
        text-transform: uppercase;
    }

.TelerikModalOverlay
{
    width: 100% !important;
}

.divRunnersWinnersContainer
{
    clear: both;
}

.divRunnersWinnersLeft
{
    float: left;
    width: 20px;
}

.divRunnersWinnersRight
{
    float: left;
    padding-left: 10px;
}

.RunnersWinnersTitle
{
    clear: both;
    padding-top: 15px;
}

.AlphabetList
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .AlphabetList li
    {
        float: left;
        padding-right: 10px;
    }

        .AlphabetList li a
        {
            display: block;
            width: 12px;
            height: 14px;
            text-align: center;
        }

.selectedAlphabetChar
{
    font-weight: bold;
    font-size: 14px;
}

.AlphabetList li a[disabled=disabled]
{
    color: #b3b3b3;
}

.RunWinTable
{
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    width: 100%;
}

    .RunWinTable td
    {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        background-color: #fff;
    }

.RunWinHeader
{
    background: #e4e4e4 url('../images/generic/radGrid_header_bg.gif') repeat-x;
    padding: 0px 3px 0px 3px !important;
    overflow: hidden;
    font-weight: bold !important;
    text-transform: uppercase;
}

.WinRunSireRow
{
    line-height: 32px;
    padding-left: 5px;
    font-weight: bold;
    background: #efefef !important;
}

    .WinRunSireRow img
    {
        padding: 2px 2px 2px 0;
        float: right;
    }

.WinRunLeftPadding
{
    padding-left: 5px;
}

.WinRunProgenyName
{
    padding-left: 15px;
}

.TitleSmTxt
{
    font-size: 9px;
}

.runWinSearchBoxTitle
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    padding-left: 12px;
}

.runWinSearchBox
{
    padding-left: 20px;
}
    .runWinSearchBox span[disabled=disabled] label
    {
        color: #bbb;
    }

.hide-text
{
    display: none;
}
/*Social Share in News page*/
.social-share
{
    float: right;
}
    .social-share .fb-share-button
    {
        vertical-align: top;
        display: inline-block;
    }
a.twitter-share-button, a.twitter-follow-button, a.twitter-timeline
{
    background: transparent url(../images/generic/twitter.png) 3px 4px no-repeat\9;
    color: #333\9; /* IE8 and below */
    text-decoration: none\9; /* IE8 and below */
    border: #ccc solid 1px\9; /* IE8 and below */
    padding: 2px 5px 3px 21px\9; /* IE8 and below */
    margin-left: 5px\9; /* IE8 and below */
}
a.twitter-share-button:focus, a.twitter-share-button:hover, a.twitter-share-button:active,
a.twitter-follow-button:focus, a.twitter-follow-button:hover, a.twitter-follow-button:active,
a.twitter-timeline:focus, a.twitter-timeline:hover, a.twitter-timeline:active
{
    background-color: #eeeeee\9; /* IE8 and below */
}