@charset "UTF-8";
/* Tracking Styles CSS */

/* Primary Colour */
a:link, a:visited, .globalNav a:active, .firstPara { color:#c00; }
a:hover, #colourBar, .imageBlock, input:focus.inputButton, input:hover.inputButton { color:#fff; background-color:#c00; border-color:#c00; }
input:focus, select:focus, textarea:focus, #displayPrefs input:focus, #displayPrefs input:hover, #displayPrefs select:focus, #displayPrefs select:hover { border:1px solid #c00; }

/* Secondary Colour */
#mainNav a:hover, #mainNav .selectedTab, #mainNav li .subNav li a, #searchBox input:hover.inputButton, #searchBox input:focus.inputButton { color:#009; }
#colourBarRight { display:none; }

/* Tertiary Colour */
#quoteBlock blockquote, #nextPerf { color:#fff; }
#bottomBar, .miniQuoteBlock, #colourBar { background-color:#03c; }

#navBar .outerBlock { background:transparent url(../images/red_66pc.png); }
#newsBar { background-image:url(../images/royal_blue_66pc.png); }

#pageContent { padding-top:100px; background:transparent url(../images/tracking_flags.gif) top center repeat-x; }

