/*=======================
Title:All styles for screen media. 
Author:Jack Armley jack@cogdesign.com. 
Last updated:19 March 2010 
Contents:1. YUI RESET + YUI BASE
2. STRCUTURE RESET
3. TYPOGRAPHY
4. LINKS
5. FORMS
6. GRID SYSTEM
7. HACKS
8. JQUERY MODULAR COMPONENTS
9. CSS MODULAR COMPONENTS
10. SITE-SPECIFIC STYLES (GLOBALLY APPLIED)
11. SECTION-SPECIFIC STYLES
12. VISIBLE GRID GUIDE
13. THIRD-PARTY SOFTWARE STYLES
========================*/
/* --[ =YUI RESET + YUI BASE]---------------------------- */
/* Copyright (c) 2009,Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt version:3.0.0 build:1549 */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* Copyright (c) 2009,Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt version:3.0.0 build:1549*/
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}
th,td{border:1px solid #000;padding:.5em;}
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,table,pre{margin-bottom:1em;}
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/* --[ =STRCUTURE RESET]------------------------------- */
html,html body{padding:0;margin:0;}
#wrapper{position:relative;}
header{position:relative;}
content{position:relative;}
content #main_content{position:relative;}
footer{position:relative;}
/* --[ =TYPOGRAPHY ]--------------------------- */
/* Standard */
body{font-size:87.5%;line-height:1.3em;font-family:Verdana,Arial,sans-serif;color:#313131;}
/* Set base font size to 14px for Internet Explorer 6 and below on Windows */
html>body{font-size:14px;}
/* Ignored by IE6,but used by Firefox,Safari,IE7,Opera */ 
p{font-size:1em;line-height:1.3em;margin:0 0 1.07em 0;}
h1,h2,h3,h4,h5,h6,p.faux_h1,p.faux_h2,p.faux_h3,p.faux_h4,p.faux_h5,p.faux_h6{clear:both;font-weight:normal;color:#333;}
h1{font-size:2.1em;line-height:1.2em;margin:0 0 1.2em 0;}
h2,p.faux_h2{font-size:1.14em;line-height:1.2em;margin:1.31em 0 0.5em 0;font-weight:bold;}
/*16px*/
h3,p.faux_h3{font-size:1.07em;line-height:1.2em;margin:1.4em 0 0.93em 0;font-weight:bold;}
/*15px*/
h4,h5,h6,p.faux_h5,p.faux_h5,p.faux_h6{font-size:1em;line-height:1.2em;margin:1.5em 0 1em 0;font-weight:bold;}
/*14px*/
dl,ol,ul{margin:0 0 1em 0;}
ul,ol{margin-left:2.4em;}
ul li,ol li{font-size:1em;line-height:1.3em;margin:0 0 0.57142em 0;}
dl dt{font-weight:bold;font-size:1em;line-height:1.2em;margin:0.92857em 0 0.214285em 0;}
dl dd{font-size:1em;line-height:1.2em;margin:0 0 0.57142em 0;}
sup,sub{position:relative;height:0;line-height:1px;vertical-align:baseline;}
sup{bottom:1ex;}
sub{top:.5ex;}
ins{text-decoration:underline;}
del{text-decoration:line-through;}
dfn{font-style:italic;font-weight:bold;}
pre{margin:0 0 1em 0;padding:0;overflow:auto;width:100%;font-family:courier,monospace;}
blockquote{margin:2em 0;padding:0 0 0 2em;}
blockquote p{font-size:1em;line-height:1.6em;margin:0 0 0.5em 0;}
blockquote cite{font-size:0.857142em;line-height:1.2em;margin:-0.8333333em 0 0 0;}
q{font-style:italic;}
hr{line-height:1.2em;margin:0 0 0.57142em 0;}
img{position:relative;margin:0 0 1em 0;}
a img{border:none;}
/*a:link:hover img,a:visited:hover img,img.hover{opacity:0.9;-moz-opacity:0.9;filter:alpha(opacity=90);}*/
table{margin:0 0 0.57142em 0;border-collapse:collapse;}
th{font-weight:bold; color:#079647;}
tr,th,td{margin:0;padding:0;border:none;}
th{padding:0.15em 0;}                       
tr{border-bottom:1px solid #F9A41A;line-height:43px;}
tr.seperator{border-bottom:1px dashed #C90000;}
tfoot{font-size:0.714286em;line-height:2.1em;margin:0 0 1.5em 0;font-style:italic;}
td img{margin:0;float:left;}
caption{height:21px;margin:0;}

/* --[ =LINKS ]------------
These are global link styles that are often over-rided by declaration with greater specificity 
--------------------------- */
a{outline:none;}
a:link{text-decoration:none;color:#C90000;}
a:visited{text-decoration:none;color:#C90000;}
a:link:hover,a:visited:hover{text-decoration:underline;color:#666;}
a:link:focus,a:visited:focus{text-decoration:none;color:#C90000;outline:none;}
a:link:active,a:visited:active{text-decoration:none;color:#C90000;}
:focus{outline:none;}
/* --[ =FORMS ]--------------------------------------- */
form{position:relative;padding:0;margin:0 0 1.07em 0;}
fieldset{position:relative;padding:0;margin:0 0 0.357142em 0;}
legend{display:none;font-size:1.14em;line-height:1.2em;padding:1em 0 0.5em 0;font-weight:bold;color:#C4C4C2;clear:both;}
legend.visible{display:block;}
label{position:relative;display:block;font-size:1em;line-height:1.2em;font-weight:bold;float:none;margin:0.57142em 0 0.357142em 0;}
input, textarea{color:#2E2E30;background-color:#B2B3B5;border:1px solid #B2B3B5;text-align:left;margin:0 0 0.25em 0;position:relative;display:block;padding:0.57142em 5px ;font-size:1em;line-height:1.2em;clear:both;font-family:Arial,sans-serif;}
input:focus,textarea:focus{color:#000;border-color:#B2B3B5;background-color:#89898B;}
label.error{color:#FCC40D;margin:0 0 0.357142em 0;}
input.error,textarea.error{background-color:#FCC40D;color:#000;border:1px solid #FCC40D;}
label.checkbox{font-weight:normal;padding-left:1.5em;}
#wrapper form fieldset label.checkbox input{position:absolute;top:0;left:0;clear:none;width:auto!important;height:auto!important;border:none;padding:0;background:transparent;}
textarea{height:200px;}
input.button{border:none;background:#666;color:#fff;line-height:2.2em;height:2.2em;padding:0 5px;font-size:0.71em;text-transform:uppercase;margin:0 0 0.5em 0;}
input.button.hover{color:#000;background-color:#fff;cursor:pointer;}
input.button.right{float:right;}
/* --[ =GRID SYSTEM ]------------------------------- 
945 pixels 24-column grid system.
-----------------------------------------------------*/
/*set base properties*/
.unit{margin-right:15px;position:relative;display:block;}
.unit_vertsp{margin-bottom:1.07em;margin-right:15px;position:relative;display:block;}
/*1.07em=15px*/
.float{float:left;display:inline;clear:none;}
.floatright{float:right;display:inline;clear:none;}
.unit.last,.unit_vertsp.last{margin-right:0;}
/*set base presentational properties*/
.rounded{-moz-border-radius:15px;-webkit-border-radius:15px;}
/*regular widths*/
.one{width:25px;}
.two{width:65px;}
.three{width:105px;}
.four{width:145px;}
.five{width:185px;}
.six{width:225px;}
.seven{width:265px;}
.eight{width:305px;}
.nine{width:345px;}
.ten{width:385px;}
.eleven{width:425px;}
.twelve{width:465px;}
.thirteen{width:505px;}
.fourteen{width:545px;}
.fifteen{width:585px;}
.sixteen{width:625px;}
.seventeen{width:665px;}
.eighteen{width:705px;}
.nineteen{width:745px;}
.twenty{width:785px;}
.twentyone{width:825px;}
.twentytwo{width:865px;}
.twentythree{width:905px;}
.twentyfour{width:945px;margin-right:0;}
/*width -15px*/
.one_single{width:10px;}
.two_single{width:50px;}
.three_single{width:90px;}
.four_single{width:130px;}
.five_single{width:170px;}
.six_single{width:210px;}
.seven_single{width:250px;}
.eight_single{width:290px;}
.nine_single{width:330px;}
.ten_single{width:370px;}
.eleven_single{width:410px;}
.twelve_single{width:450px;}
.thirteen_single{width:490px;}
.fourteen_single{width:530px;}
.fifteen_single{width:570px;}
.sixteen_single{width:610px;}
.seventeen_single{width:650px;}
.eighteen_single{width:690px;}
.nineteen_single{width:730px;}
.twenty_single{width:770px;}
.twentyone_single{width:810px;}
.twentytwo_single{width:850px;}
.twentythree_single{width:890px;}
.twentyfour_single{width:930px;margin-right:0;}
/*width -30px*/
.two_both{width:35px;}
.three_both{width:75px;}
.four_both{width:115px;}
.five_both{width:155px;}
.six_both{width:195px;}
.seven_both{width:225px;}
.eight_both{width:275px;}
.nine_both{width:315px;}
.ten_both{width:355px;}
.eleven_both{width:395px;}
.twelve_both{width:435px;}
.thirteen_both{width:475px;}
.fourteen_both{width:515px;}
.fifteen_both{width:555px;}
.sixteen_both{width:595px;}
.seventeen_both{width:635px;}
.eighteen_both{width:675px;}
.nineteen_both{width:715px;}
.twenty_both{width:755px;}
.twentyone_both{width:795px;}
.twentytwo_both{width:835px;}
.twentythree_both{width:875px;}
.twentyfour_both{width:915px;margin-right:0;}
/*padded*/
.two_pad,.three_pad,.four_pad,.five_pad,.six_pad,.seven_pad,.eight_pad,.nine_pad,.ten_pad,.eleven_pad,.twelve_pad,.thirteen_pad,.fourteen_pad,.fifteen_pad,.sixteen_pad,.seventeen_pad,.eighteen_pad,.nineteen_pad,.twenty_pad,.twentyone_pad,.twentytwo_pad,.twentythree_pad,.twentyfour_pad{padding:1.07em 15px 1px 15px;}
.two_pad{width:35px;}
.three_pad{width:75px;}
.four_pad{width:115px;}
.five_pad{width:155px;}
.six_pad{width:195px;}
.seven_pad{width:225px;}
.eight_pad{width:275px;}
.nine_pad{width:315px;}
.ten_pad{width:355px;}
.eleven_pad{width:395px;}
.twelve_pad{width:435px;}
.thirteen_pad{width:475px;}
.fourteen_pad{width:515px;}
.fifteen_pad{width:555px;}
.sixteen_pad{width:595px;}
.seventeen_pad{width:635px;}
.eighteen_pad{width:675px;}
.nineteen_pad{width:715px;}
.twenty_pad{width:755px;}
.twentyone_pad{width:795px;}
.twentytwo_pad{width:835px;}
.twentythree_pad{width:875px;}
.twentyfour_pad{width:915px;margin-right:0;}
/*-------------------------------------------
Set form element width when inside columns
------------------------------------------- */ 
/*base width*/ 
.one input, .one textarea{width:13px;}
.two input, .two textarea{width:53px;}
.three input,.three textarea{width:93px;}
.four input,.four textarea{width:133px;}
.five input,.five textarea{width:173px;}
.six input,.six textarea{width:213px;}
.seven input,.seven textarea{width:253px;}
.eight input,.eight textarea{width:293px;}
.nine input,.nine textarea{width:333px;}
.ten input,.ten textarea{width:373px;}
.eleven input,.eleven textarea{width:413px;}
.twelve input,.twelve textarea{width:453px;}
.thirteen input,.thirteen textarea{width:493px;}
.fourteen input,.fourteen textarea{width:533px;}
.fifteen input,.fifteen textarea{width:573px;}
.sixteen input,.sixteen textarea{width:613px;}
.seventeen input,.seventeen textarea{width:653px;}
.eighteen input,.eighteen textarea{width:693px;}
.nineteen input,.nineteen textarea{width:733px;}
.twenty input,.twenty textarea{width:773px;}
.twentyone input,.twentyone textarea{width:813px;}
.twentytwo input,.twentytwo textarea{width:853px;}
.twentythree input,.twentythree textarea{width:893px;}
.twentyfour input,.twentyfour textarea{width:933px;}
/*width -15*/ 
.two_single input,.two_single textarea{width:38px;}
.three_single input,.three_single textarea{width:78px;}
.four_single input,.four_single textarea{width:118px;}
.five_single input,.five_single textarea{width:158px;}
.six_single input,.six_single textarea{width:198px;}
.seven_single input,.seven_single textarea{width:238px;}
.eight_single input,.eight_single textarea{width:278px;}
.nine_single input,.nine_single textarea{width:318px;}
.ten_single input,.ten_single textarea{width:358px;}
.eleven_single input,.eleven_single textarea{width:398px;}
.twelve_single input,.twelve_single textarea{width:438px;}
.thirteen_single input,.thirteen_single textarea{width:478px;}
.fourteen_single input,.fourteen_single textarea{width:518px;}
.fifteen_single input,.fifteen_single textarea{width:558px;}
.sixteen_single input,.sixteen_single textarea{width:598px;}
.seventeen_single input,.seventeen_single textarea{width:638px;}
.eighteen_single input,.eighteen_single textarea{width:678px;}
.nineteen_single input,.nineteen_single textarea{width:718px;}
.twenty_single input,.twenty_single textarea{width:758px;}
.twentyone_single input,.twentyone_single textarea{width:798px;}
.twentytwo_single input,.twentytwo_single textarea{width:838px;}
.twentythree_single input,.twentythree_single textarea{width:878px;}
.twentyfour_single input,.twentyfour_single textarea{width:918px;}
/*width -30px*/
.two_both input,.two_both textarea{width:23px;}
.three_both input,.three_both textarea{width:63px;}
.four_both input,.four_both textarea{width:103px;}
.five_both input,.five_both textarea{width:143px;}
.six_both input,.six_both textarea{width:183px;}
.seven_both input,.seven_both textarea{width:223px;}
.eight_both input,.eight_both textarea{width:263px;}
.nine_both input,.nine_both textarea{width:303px;}
.ten_both input,.ten_both textarea{width:343px;}
.eleven_both input,.eleven_both textarea{width:383px;}
.twelve_both input,.twelve_both textarea{width:423px;}
.thirteen_both input,.thirteen_both textarea{width:463px;}
.fourteen_both input,.fourteen_both textarea{width:503px;}
.fifteen_both input,.fifteen_both textarea{width:543px;}
.sixteen_both input,.sixteen_both textarea{width:583px;}
.seventeen_both input,.seventeen_both textarea{width:623px;}
.eighteen_both input,.eighteen_both textarea{width:663px;}
.nineteen_both input,.nineteen_both textarea{width:703px;}
.twenty_both input,.twenty_both textarea{width:743px;}
.twentyone_both input,.twentyone_both textarea{width:783px;}
.twentytwo_both input,.twentytwo_both textarea{width:823px;}
.twentythree_both input,.twentythree_both textarea{width:863px;}
.twentyfour_both input,.twentyfour_both textarea{width:903px;}
/* --[ =HACKS ]-------------------------------- */
/* Universal clear */
.clear{clear:both;display:block;overflow:hidden;}
/* Enhanced Universal Clearfix hack */
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{display:inline-block;}
/* Start commented backslash hack \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* Close commented backslash hack */
/* Global */
.inv{position:absolute;left:-900000px;z-index:-1;height:1px;float:left;clear:none;display:inline;}
/* --[ =JQUERY MODULAR COMPONENTS ]--------------------------- */
/*fancyzoom - override default table styling (set in YUI BASE)*/
#fancy_wrap th,#fancy_wrap td{border:0;padding:0;}
#fancy_wrap th{font-weight:normal;text-align:left;}
.link.hover{cursor:pointer;}
/* --[ =CSS MODULAR COMPONENTS]------------------------------- */
.listitem{background-color:#ccc;}
.listitem h2,.listitem h3{margin-top:0;}
.panel{background-color:#ccc;}
.plain{padding:0;margin:0 0 1em 0;}
.plain li{list-style:none;}
.thumbs{padding:0;margin:0 0 1em 0;}
.thumbs li{display:block;float:left;margin:0 15px 15px 0;overflow:hidden;}
.thumbs li.last{margin-right:0;}
.thumbs li a{display:block;float:left;}
/*ajax media player*/
.zoomable_media span.icon{display:block;width:100%;height:57px;position:absolute;top:0;left:0;z-index:1;background:transparent url('../site_assets/images/generic/icon_playmedia.png') no-repeat center center;opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);}
.zoomable_media{z-index:2;position:relative;}
.zoomablemedia_description{width:600px;}
.zoomablemedia_description.audio{width:300px;}
.playerwrapper{width:602px;height:302px;border:1px solid #ccc;}
.playerwrapper.audio{width:300px;height:30px;border:none;}
.playerwrapper.detailpage{width:465px;height:290px;border:none;}
/* --[ =SITE-SPECIFIC STYLES (GLOBALLY APPLIED)]------------------------------- */         
html body{background:url('../site_assets/images/sections/stripes.gif') repeat-x top left;}
#navigation_accessibility{position:absolute;left:-900000px;z-index:-1;height:1px;float:left;clear:none;display:inline;}
#wrapper{position:relative;display:block;margin:0 auto;}
/* HEADER */
header{margin:0 auto!important;padding:0;}
header #logo{text-indent:-90000px;display:block;padding:0;margin:0 auto;background:url('../site_assets/images/sections/logo.gif') no-repeat top left;height:146px;width:160px;}
header #flash{position:absolute;top:0;right:0;text-indent:-90000px;display:block;background:url('../site_assets/images/sections/livedraw.png') no-repeat top left;width:265px;height:146px;}
/* NAV */
nav{height:45px;margin:0 auto 2em auto!important;padding:0;background:#B0B0B0 url('../site_assets/images/sections/nav_shadow_grey.png') no-repeat top right;text-align:center;}
body#t_holdingpage nav{background:#C90000 url('../site_assets/images/sections/nav_shadow.png') no-repeat top right;}
nav ul{padding:0;margin:0;text-align:center;display:inline-block;height:45px;font-size:1.2em;}
nav ul li{list-style:none;padding:0;margin:0 2em 0 0;float:left;line-height:45px;}
nav ul li.here{background:url('../site_assets/images/sections/nav_marker.gif') no-repeat bottom center;}
nav ul li.here a{cursor:default;color:#666;}
nav ul li a{display:block;padding:0;margin:0;color:#FFF;}
nav a:link{text-decoration:none;color:#FFF;}
nav a:visited{text-decoration:none;color:#FFF;}
nav a:link:hover,nav a:visited:hover{text-decoration:none;color:#666;}
nav a:link:focus,nav a:visited:focus{text-decoration:none;color:#FFF;outline:none;}
nav a:link:active,nav a:visited:active{text-decoration:none;color:#FFF;}
nav p{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 auto;background:transparent url('../site_assets/images/sections/message.gif') no-repeat top left;height:44px;width:620px;}
/* FOOTER */
footer{position:relative;display:block;background:url('../site_assets/images/sections/footer_bg.gif') repeat-x top left;padding-top:12px;padding-bottom:30px;}
footer #nextgames{position:relative;display:block;border:1px solid #C90000;width:500px;padding:10px 10px 10px 30px;margin:0 auto 30px auto;background-color:#FFFFFF;}
footer #nextgames #football{background:url('../site_assets/images/sections/football.png') no-repeat left top !important;background:url('../site_assets/images/sections/footballie.gif') no-repeat left top;position:absolute;top:-30px;left:-170px;width:233px;height:131px;text-indent:-9000px;}
footer #nextgames h3{position:relative;text-indent:-90000px;display:block;padding:0;margin:0;background:url('../site_assets/images/sections/game1.gif') no-repeat left top;height:53px;width:140px;float:left;}
footer #nextgames .game1{background:url('../site_assets/images/sections/game1.gif') no-repeat left top;}
footer #nextgames .game2{background:url('../site_assets/images/sections/game2.gif') no-repeat left top;}
footer #nextgames .game3{background:url('../site_assets/images/sections/game3.gif') no-repeat left top;}
footer #nextgames .game4{background:url('../site_assets/images/sections/game4.gif') no-repeat left top;}
footer #nextgames .game5{background:url('../site_assets/images/sections/game5.gif') no-repeat left top;}
footer #nextgames .game6{background:url('../site_assets/images/sections/game6.gif') no-repeat left top;}
footer #nextgames .game7{background:url('../site_assets/images/sections/game7.gif') no-repeat left top;}
footer #nextgames .game8{background:url('../site_assets/images/sections/game8.gif') no-repeat left top;}
footer #nextgames .game9{background:url('../site_assets/images/sections/game9.gif') no-repeat left top;}
footer #nextgames .game10{background:url('../site_assets/images/sections/game10.gif') no-repeat left top;}
footer #nextgames .game11{background:url('../site_assets/images/sections/game11.gif') no-repeat left top;}
footer #nextgames .game12{background:url('../site_assets/images/sections/game12.gif') no-repeat left top;}
footer #nextgames .game13{background:url('../site_assets/images/sections/game13.gif') no-repeat left top;}
footer #nextgames .game14{background:url('../site_assets/images/sections/game14.gif') no-repeat left top;}
footer #nextgames .game15{background:url('../site_assets/images/sections/game15.gif') no-repeat left top;}
footer #nextgames .game16{background:url('../site_assets/images/sections/game16.gif') no-repeat left top;}
footer #nextgames .game17{background:url('../site_assets/images/sections/game17.gif') no-repeat left top;}
footer #nextgames .game18{background:url('../site_assets/images/sections/game18.gif') no-repeat left top;}
footer #nextgames .game19{background:url('../site_assets/images/sections/game19.gif') no-repeat left top;}
footer #nextgames .game20{background:url('../site_assets/images/sections/game20.gif') no-repeat left top;}
footer #nextgames .game21{background:url('../site_assets/images/sections/game21.gif') no-repeat left top;}
footer #nextgames .game22{background:url('../site_assets/images/sections/game22.gif') no-repeat left top;}
footer #nextgames .game23{background:url('../site_assets/images/sections/game23.gif') no-repeat left top;}
footer #nextgames .game24{background:url('../site_assets/images/sections/game24.gif') no-repeat left top;}
footer #nextgames .game25{background:url('../site_assets/images/sections/game25.gif') no-repeat left top;}
footer #nextgames .game26{background:url('../site_assets/images/sections/game26.gif') no-repeat left top;}
footer #nextgames .game27{background:url('../site_assets/images/sections/game27.gif') no-repeat left top;}
footer #nextgames .game28{background:url('../site_assets/images/sections/game28.gif') no-repeat left top;}
footer #nextgames .game29{background:url('../site_assets/images/sections/game29.gif') no-repeat left top;}
footer #nextgames .game30{background:url('../site_assets/images/sections/game30.gif') no-repeat left top;}
footer #nextgames .game31{background:url('../site_assets/images/sections/game31.gif') no-repeat left top;}
footer #nextgames .game32{background:url('../site_assets/images/sections/game32.gif') no-repeat left top;}
footer #nextgames .game33{background:url('../site_assets/images/sections/game33.gif') no-repeat left top;}
footer #nextgames .game34{background:url('../site_assets/images/sections/game34.gif') no-repeat left top;}
footer #nextgames .game35{background:url('../site_assets/images/sections/game35.gif') no-repeat left top;}
footer #nextgames .game36{background:url('../site_assets/images/sections/game36.gif') no-repeat left top;}
footer #nextgames .game37{background:url('../site_assets/images/sections/game37.gif') no-repeat left top;}
footer #nextgames .game38{background:url('../site_assets/images/sections/game38.gif') no-repeat left top;}
footer #nextgames .game39{background:url('../site_assets/images/sections/game39.gif') no-repeat left top;}
footer #nextgames .game40{background:url('../site_assets/images/sections/game40.gif') no-repeat left top;}
footer #nextgames .game41{background:url('../site_assets/images/sections/game41.gif') no-repeat left top;}
footer #nextgames .game42{background:url('../site_assets/images/sections/game42.gif') no-repeat left top;}
footer #nextgames .game43{background:url('../site_assets/images/sections/game43.gif') no-repeat left top;}
footer #nextgames .game44{background:url('../site_assets/images/sections/game44.gif') no-repeat left top;}
footer #nextgames .game45{background:url('../site_assets/images/sections/game45.gif') no-repeat left top;}
footer #nextgames .game46{background:url('../site_assets/images/sections/game46.gif') no-repeat left top;}
footer #nextgames .game47{background:url('../site_assets/images/sections/game47.gif') no-repeat left top;}
footer #nextgames .game48{background:url('../site_assets/images/sections/game48.gif') no-repeat left top;}
footer #nextgames .game49{background:url('../site_assets/images/sections/game49.gif') no-repeat left top;}
footer #nextgames .game50{background:url('../site_assets/images/sections/game50.gif') no-repeat left top;}
footer #nextgames .game51{background:url('../site_assets/images/sections/game51.gif') no-repeat left top;}
footer #nextgames .game52{background:url('../site_assets/images/sections/game52.gif') no-repeat left top;}
footer #nextgames .game53{background:url('../site_assets/images/sections/game53.gif') no-repeat left top;}
footer #nextgames .game54{background:url('../site_assets/images/sections/game54.gif') no-repeat left top;}
footer #nextgames .game55{background:url('../site_assets/images/sections/game55.gif') no-repeat left top;}
footer #nextgames .game56{background:url('../site_assets/images/sections/game56.gif') no-repeat left top;}
footer #nextgames .game57{background:url('../site_assets/images/sections/game57.gif') no-repeat left top;}
footer #nextgames .game58{background:url('../site_assets/images/sections/game58.gif') no-repeat left top;}
footer #nextgames .game59{background:url('../site_assets/images/sections/game59.gif') no-repeat left top;}
footer #nextgames .game60{background:url('../site_assets/images/sections/game60.gif') no-repeat left top;}
footer #nextgames .game61{background:url('../site_assets/images/sections/game61.gif') no-repeat left top;}
footer #nextgames .game62{background:url('../site_assets/images/sections/game62.gif') no-repeat left top;}
footer #nextgames .teams{color:#000000;margin:0;padding:0;line-height:auto;}
footer #nextgames .teams .teama{position:relative;color:#FFFFFF;text-align:right;padding:5px;background-color:#C90000;display:inline-block;}
footer #nextgames .teams .teamb{position:relative;color:#FFFFFF;text-align:left;padding:5px;background-color:#079647;display:inline-block;}
footer #nextgames .versus{position:relative;color:#FFFFFF;text-align:center;padding:5px;margin:0;background-color:#F9A41A;display:inline-block;}
footer #nextgames .date{color:#000000;text-align:center;padding:5px;background-color:#EAEAEA;display:inline-block;margin:0;width:335px;}
footer #nextgames .score{font-weight:bold;color:#FFFFFF;}
footer #managedby{position:relative;text-indent:-90000px;display:block;padding:0;margin:65px auto 0 auto;background:transparent url('../site_assets/images/sections/managedby.gif') no-repeat top left;height:47px;width:302px;}
footer #managedby:hover{opacity: 0.7;-moz-opacity: 0.7;filter:alpha(opacity=70);}     
footer .footnote{font-size:0.8em;}
/* GENERIC GAME PANEL */
.teams{color:#000000;margin:0;padding:0;line-height:auto;}
.teams .teama{position:relative;color:#FFFFFF;text-align:right;padding:5px;background-color:#C90000;display:inline-block;}
.teams .teamb{position:relative;color:#FFFFFF;text-align:left;padding:5px;background-color:#079647;display:inline-block;}
.versus{position:relative;color:#FFFFFF;text-align:center;padding:5px;margin:0;background-color:#F9A41A;display:inline-block;}
.date{color:#000000;text-align:center;padding:5px;background-color:#EAEAEA;display:inline-block;margin:0;width:335px;font-size:0.857143em;}
.score{font-weight:bold;color:#FFFFFF;}
.games{margin-bottom:5px;}
#now{position:absolute;top:14px;left:0;display:inline-block;border:1px solid #C90000;width:345px;padding:10px;margin:0 auto 30px auto;background-color:#FFFFFF}
#now p.playing_now{margin:0 0 0.5em 0;width:345px;height:25px;text-indent:-9000px;display:block;background:url('../site_assets/images/sections/playingnow.gif') no-repeat left top;}
/* WATCH THE DRAW */
body#t_watch_the_draw #content{position:relative;background:url('../site_assets/images/sections/flags_bg.jpg') repeat-x top center;padding:0;margin:0;}
/*body#t_watch_the_draw #main_content{margin:0 auto;text-align:left;background:url('../site_assets/images/sections/content_fade.png') no-repeat top center!important;background:none;margin:0 auto;}
*/
body#t_watch_the_draw #main_content{margin:0 auto;text-align:left;}
body#t_watch_the_draw #video_container{margin:0 auto 2em auto;height:500px;background:url('../site_assets/images/sections/video_bg.png') no-repeat center center !important;background:none;}
body#t_watch_the_draw #video{margin:0 auto 0 auto;background:#004CD0;border:5px solid #FFF;padding:20px;width:465px;height:337px;color:#FFF;top:59px;}
body#t_watch_the_draw #video a{color:#F9A41A;}
body#t_watch_the_draw h2{color:#FFF;margin:0 0 1em 0;font-size:1.4em;font-weight:normal;background:url('../site_assets/images/sections/thechosenones.gif') no-repeat left top;text-indent:-9000px;display:block;height:34px;}
body#t_watch_the_draw #watch_results{background:#079647;color:#FFF;margin:0 auto 2em auto;padding:20px;}
body#t_watch_the_draw #watch_results .watch_results_teams{height:70px;border-bottom:1px solid #FFF;padding-bottom:20px;margin-bottom:12px;}
body#t_watch_the_draw #watch_results p{margin:0;}
body#t_watch_the_draw #watch_results h3{color:#FFF;margin:0;font-size:1.4em;font-weight:normal;}
/* FIXTURES */
body#t_fixtures #content{position:relative;background:url('../site_assets/images/sections/flags_bg.jpg') repeat-x top center;padding:0;margin:0;}
body#t_fixtures #content_fade{background:url('../site_assets/images/sections/content_fade.png') no-repeat top center!important;background:none;margin:0 auto;}
body#t_fixtures #main_content{margin:0 auto;padding:0 40px;width:705px;text-align:left;background:#FFF;min-height:550px;}
body#t_fixtures h1{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 1em 0;background:transparent url('../site_assets/images/sections/fixture_and_results.gif') no-repeat top left;height:34px;width:705px;}
body#t_fixtures h2.group_stages{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.5em 0;background:transparent url('../site_assets/images/sections/group_stages.gif') no-repeat top left;height:23px;width:101px;}
body#t_fixtures h2.last16{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.5em 0;background:transparent url('../site_assets/images/sections/last16.gif') no-repeat top left;height:23px;width:101px;}
body#t_fixtures h2.quarters{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.5em 0;background:transparent url('../site_assets/images/sections/quarters.gif') no-repeat top left;height:23px;width:130px;}
body#t_fixtures h2.semis{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.5em 0;background:transparent url('../site_assets/images/sections/semis.gif') no-repeat top left;height:23px;width:101px;}
body#t_fixtures h2.playoff{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.5em 0;background:transparent url('../site_assets/images/sections/playoff.gif') no-repeat top left;height:23px;width:170px;}
body#t_fixtures h2.final{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.5em 0;background:transparent url('../site_assets/images/sections/final.gif') no-repeat top left;height:23px;width:170px;}
body#t_fixtures .center{margin:0 auto;display:block;float:none;width:345px;}
body#t_fixtures .pagination{position:relative;padding:0;margin:0 0 1em 0;display:inline-block;text-align:center;width:705px;}
body#t_fixtures .pagination li{list-style:none;padding:0;background:#F9A41A;margin:0 2px 0 0;display:inline-block;}
body#t_fixtures .pagination li:hover{background:#079647;}
body#t_fixtures .pagination li a{display:block;padding:0.25em 0.5em 0.35em 0.5em;margin:0;color:#000;}
body#t_fixtures .pagination li a:hover{text-decoration:none;color:#FFF;background:#079647;}
body#t_fixtures .pagination li.here{background:#C90000;color:#FFF;}
body#t_fixtures .pagination li.here a{color:#FFF;}
body#t_fixtures .pagination li.here a:hover{cursor:default;}
/* COG SQUAD */
#t_cog_squad h1{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.1em 0;background:transparent url('../site_assets/images/sections/thecogsquad.gif') no-repeat top left;height:51px;width:183px;}
#t_cog_squad p{font-size:0.857143em;margin-bottom:0.428571em;}
#t_cog_squad #content{position:relative;background:url('../site_assets/images/sections/pitch.gif') no-repeat top center;min-height:530px;padding:0;margin:0;}
#t_cog_squad #main_content{position:relative;background:transparent url('../site_assets/images/sections/panel_tint.png') repeat top left !important;background:#FFFFFF;padding:0 15px 15px 0;}
#t_cog_squad #michael_smith{position:absolute;text-indent:-90000px;display:block;padding:0;margin:0;float:left;background:url('../site_assets/images/sections/michael_smith.gif') no-repeat scroll top left;width:110px;height:46px;right:7px;top:125px;z-index:1000;}
#t_cog_squad .team_image:hover{margin-top:-10px!important;} 
/* TABLES */
body#t_tables h1{position:relative;text-indent:-90000px;display:block;padding:0;margin:0;background:transparent url('../site_assets/images/sections/tables.gif') no-repeat top left;height:34px;width:945px;}
/* HOLDING PAGE */
#t_holdingpage h2#main{position:relative;text-indent:-90000px;display:block;padding:0;margin:0 0 0.1em 0;background:transparent url('../site_assets/images/sections/thecogsquad.gif') no-repeat top left;height:51px;width:183px;}
#t_holdingpage p{font-size:0.857143em;margin-bottom:0.428571em;}
#t_holdingpage #managedby{position:absolute;right:0;bottom:0;text-indent:-90000px;display:block;padding:0;margin:0;background:transparent url('../site_assets/images/sections/managedby.gif') no-repeat top left;height:47px;width:302px;}
#t_holdingpage #content{position:relative;background:url('../site_assets/images/sections/pitch.gif') no-repeat top center;min-height:570px;padding:0;margin:0;}
#t_holdingpage #main_content{position:relative;background:transparent url('../site_assets/images/sections/panel_tint.png') repeat top left !important;background:#FFFFFF;padding:0 15px 15px 0;}
#t_holdingpage #michael_smith{position:absolute;text-indent:-90000px;display:block;padding:0;margin:0;float:left;background:url('../site_assets/images/sections/michael_smith.gif') no-repeat scroll top left;width:110px;height:46px;right:7px;top:125px;z-index:1000;}
#t_holdingpage .team_image:hover{margin-top:-10px;} 
#card1{position:absolute;left:526px;top:234px;z-index:9;}
#card2{position:absolute;left:215px;top:107px;z-index:3;}
#card3{position:absolute;left:426px;top:319px;z-index:11;}
#card4{position:absolute;left:358px;top:107px;z-index:4;}
#card5{position:absolute;left:831px;top:-10px;z-index:12;}
#card6{position:absolute;left:644px;top:107px;z-index:6;}
#card7{position:absolute;left:330px;top:234px;z-index:8;}
#card8{position:absolute;left:501px;top:107px;z-index:2;}
#card9{position:absolute;left:327px;top:-10px;z-index:1;}
#card10{position:absolute;left:656px;top:234px;z-index:10;}
#card11{position:absolute;left:522px;top:-10px;z-index:1;}
#card12{position:absolute;left:200px;top:234px;z-index:9;}      

/* HOMEPAGE */
#t_home div.twitter {word-wrap: break-word;position:relative;background:#C90000;padding-top:15px;padding-bottom:15px;margin-bottom:2em;color:#FFF;}
#t_home div.twitter #twitter {position:absolute;right:0;top:-50px;}
#t_home div.twitter h2{position:relative;text-indent:-90000px;display:block;padding:0;color:#FFF;margin:0 0 0.5em 0;background:transparent url('../site_assets/images/sections/tweets.gif') no-repeat top left;height:34px;width:435px;color:#FFF;}
#t_home div.twitter div{border-bottom:1px solid #FFF;padding:0 0 5px 0;margin:0 0 5px 0;}
#t_home div.twitter a{color:#F9A41A;}
#t_home div.twitter div.last{border:none;padding:0;}
#t_home #thesweepstakehopefuls{position:relative;text-indent:-90000px;display:block;padding:0;color:#FFF;margin:1em 0 1em 0;background:transparent url('../site_assets/images/sections/thesweepstkaehopefuls.gif') no-repeat top left;height:34px;width:945px;}
.team_cards {color:#FFF;text-align:center;}
.team_cards img{margin:0;}
.team_cards img:hover{top:-10px!important;}
.card1,.card4,.card7 {background:#079647;}
.card2,.card5,.card8 {background:#C90000;}
.card3,.card6 {background:#F9A41A;}
.team_cards h3{position:relative;text-indent:-90000px;display:block;padding:0;color:#FFF;margin:1em 0;}
.card1 h3{background:transparent url('../site_assets/images/sections/groupa.gif') no-repeat top left;height:29px;width:105px;}
.card2 h3{background:transparent url('../site_assets/images/sections/groupb.gif') no-repeat top left;height:29px;width:105px;}
.card3 h3{background:transparent url('../site_assets/images/sections/groupc.gif') no-repeat top left;height:29px;width:105px;}
.card4 h3{background:transparent url('../site_assets/images/sections/groupd.gif') no-repeat top left;height:29px;width:105px;}
.card5 h3{background:transparent url('../site_assets/images/sections/groupe.gif') no-repeat top left;height:29px;width:105px;}
.card6 h3{background:transparent url('../site_assets/images/sections/groupf.gif') no-repeat top left;height:29px;width:105px;}
.card7 h3{background:transparent url('../site_assets/images/sections/groupg.gif') no-repeat top left;height:29px;width:105px;}
.card8 h3{background:transparent url('../site_assets/images/sections/grouph.gif') no-repeat top left;height:29px;width:105px;}

/* INDIVIDUAL CARDS */  
body#t_individualcards{background:none;}
.team_stats{position:absolute;top:0;left:0;z-index:100000;background:#FFF;margin:0;padding:15px;height:450px;width:290px;overflow:auto;display:none;}
.team_stats:hover{cursor:pointer;}
.team_stats h2{margin:0;font-size:1.3em;}
.team_stats table {width:100%;}
.team_stats #fixturelist {background:#079647;color:#FFF;padding:10px;margin-top:0.6em;}
.team_stats #fixturelist p{margin:0;color:#fff;}
.team_stats #fixturelist .teams{margin:0.5em 0 0 0;}
#stats{position:absolute;top:0;left:0;z-index:100;}

            
.team_card{margin:0;padding:0;}



/* --[ =VISIBLE GRID GUIDE ]--------------------------------- */
/*Activate these styles for positioning during development.*/
/*html #t_fixtures {background:transparent url('../site_assets/images/grid_system/24col_grid_tile.png') repeat-y center top;}  
*/
/* --[ =THIRD-PARTY SOFTWARE STYLES]------------------------------- */
/*
FancyBox - jQuery Plugin
Simple and fancy lightbox alternative
Copyright (c) 2008 - 2010 Janis Skarnelis | Version:1.3.1 (05/03/2010)
Dual licensed under the MIT and GPL licenses:http://www.opensource.org/licenses/mit-license.php | http://www.gnu.org/licenses/gpl.html
*/
#fancybox-loading{position:fixed;top:50%;left:50%;height:40px;width:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}
* html #fancybox-loading{/* IE6 */ position:absolute;margin-top:0;}
#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');}
#fancybox-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;z-index:1100;display:none;}
* html #fancybox-overlay{/* IE6 */ position:absolute;width:100%;}
#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}
#fancybox-wrap{position:absolute;top:0;left:0;margin:0;padding:20px;z-index:1101;display:none;}
#fancybox-outer{position:relative;width:100%;height:100%;background:#FFF;}
#fancybox-inner{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:0;outline:none;overflow:hidden;}
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}
#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px 0px;cursor:pointer;z-index:1103;display:none;}
#fancybox_error{color:#444;font:normal 12px/20px Arial;padding:7px;margin:0;}
#fancybox-content{height:auto;width:auto;padding:0;margin:0;}
#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:none;outline:none;line-height:0;vertical-align:top;-ms-interpolation-mode:bicubic;}
#fancybox-frame{position:relative;width:100%;height:100%;border:none;display:block;}
#fancybox-title{position:absolute;bottom:0;left:0;font-family:Arial;font-size:12px;z-index:1102;}
.fancybox-title-inside{padding:10px 0;text-align:center;color:#333;}
.fancybox-title-outside{padding-top:5px;color:#FFF;text-align:center;font-weight:bold;}
.fancybox-title-over{color:#FFF;text-align:left;}
#fancybox-title-over{padding:10px;background-image:url('../site_assets/images/third_party/fancybox/fancy_title_over.png');display:block;}
#fancybox-title-wrap{display:inline-block;}
#fancybox-title-wrap span{height:32px;float:left;}
#fancybox-title-left{padding-left:15px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px -90px;background-repeat:no-repeat;}
#fancybox-title-main{font-weight:bold;line-height:29px;background-image:url('../site_assets/images/third_party/fancybox/fancybox-x.png');background-position:0px -40px;color:#FFF;}
#fancybox-title-right{padding-left:15px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-55px -90px;background-repeat:no-repeat;}
#fancybox-left,#fancybox-right{position:absolute;top:0px;height:100%;width:15px;cursor:pointer;outline:none;background-image:url('../site_assets/images/third_party/fancybox/blank.gif');z-index:1102;display:none;}
#fancybox-left{left:0px;}
#fancybox-right{right:0px;}
#fancybox-left span{left:-15px;}
/*Added by Jack Armley 230410*/
#fancybox-right span{left:auto;right:-15px;}
/*Added by Jack Armley 230410*/
#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block;}
#fancybox-left-ico{background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px -30px;}
#fancybox-right-ico{background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px -60px;}
/*#fancybox-left:hover, #fancybox-right:hover { visibility: visible;}
#fancybox-left:hover span {opacity: 0.9;-moz-opacity: 0.9;filter:alpha(opacity=90);}
#fancybox-right:hover span {opacity: 0.9;-moz-opacity: 0.9;filter:alpha(opacity=90);}*/
.fancy-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001;}
#fancy-bg-n{top:-20px;left:0;width:100%;background-image:url('../site_assets/images/third_party/fancybox/fancybox-x.png');}
#fancy-bg-ne{top:-20px;right:-20px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px -162px;}
#fancy-bg-e{top:0;right:-20px;height:100%;background-image:url('../site_assets/images/third_party/fancybox/fancybox-y.png');background-position:-20px 0px;}
#fancy-bg-se{bottom:-20px;right:-20px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px -182px;}
#fancy-bg-s{bottom:-20px;left:0;width:100%;background-image:url('../site_assets/images/third_party/fancybox/fancybox-x.png');background-position:0px -20px;}
#fancy-bg-sw{bottom:-20px;left:-20px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px -142px;}
#fancy-bg-w{top:0;left:-20px;height:100%;background-image:url('../site_assets/images/third_party/fancybox/fancybox-y.png');}
#fancy-bg-nw{top:-20px;left:-20px;background-image:url('../site_assets/images/third_party/fancybox/fancybox.png');background-position:-40px -122px;}
/* For IE !!!!! ENSURE YOU USE ABSOLUTE PATHS !!!!!!! */
#fancybox-loading.fancybox-ie div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_loading.png',sizingMethod='scale');}
.fancybox-ie #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_close.png',sizingMethod='scale');}
.fancybox-ie #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_title_over.png',sizingMethod='scale');zoom:1;}
.fancybox-ie #fancybox-title-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_title_left.png',sizingMethod='scale');}
.fancybox-ie #fancybox-title-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_title_main.png',sizingMethod='scale');}
.fancybox-ie #fancybox-title-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_title_right.png',sizingMethod='scale');}
.fancybox-ie #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_nav_left.png',sizingMethod='scale');}
.fancybox-ie #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_nav_right.png',sizingMethod='scale');}
.fancybox-ie .fancy-bg{background:transparent !important;}
.fancybox-ie #fancy-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_n.png',sizingMethod='scale');}
.fancybox-ie #fancy-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_ne.png',sizingMethod='scale');}
.fancybox-ie #fancy-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_e.png',sizingMethod='scale');}
.fancybox-ie #fancy-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_se.png',sizingMethod='scale');}
.fancybox-ie #fancy-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_s.png',sizingMethod='scale');}
.fancybox-ie #fancy-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_sw.png',sizingMethod='scale');}
.fancybox-ie #fancy-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_w.png',sizingMethod='scale');}
.fancybox-ie #fancy-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://worldcup.cogdesign.com/site_assets/images/third_party/fancybox/fancy_shadow_nw.png',sizingMethod='scale');}
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.
Copyright 2006 â€“ 2008 Mark Wubben,<http://novemberborn.net/>
Older versions:* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson,Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson,Shaun Inman,Tomas Jogin and Mark Wubben
See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.
This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/
.sIFR-flash{visibility:visible !important;margin:0;padding:0;}
.sIFR-replaced,.sIFR-ignore{visibility:visible !important;}
.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden;}
.sIFR-replaced div.sIFR-fixfocus{margin:0pt;padding:0pt;overflow:auto;letter-spacing:0px;float:none;}
/*CSS rules for to-be-replaced elements*/
