/**
 *   
 *    wsr-default.css
 *    -------------------------
 *    WSR default CSS stylesheet (masterpage)
 *   
 *
 *    FORMATTING (COMMON TAGS)
 *      -- Reset
 *      -- Typography
 *      -- Headings
 *      -- Links
 *      -- Lists
 *      -- Tables
 *      -- Forms
 *      -- Select box
 *      -- Buttons
 *      -- Pagination
 *      -- Various
 *    
 *    STRUCTURE
 *      -- Shared classes
 *      -- Skeleton
 *      -- Header
 *      -- Topnav
 *      -- Page
 *      -- Footer
 *    
 *    STRUCTURE > HEADER NAV
 *      -- Typography
 *      -- Droplists
 *      -- Favorites
 *      -- Header search
 *      -- Languages
 *
 *    COMPONENTS
 *      -- Accordion menu
 *      -- Content Flow
 *      -- Content Flow > Page Championnat
 *      -- Carousel
 *      -- Carousel > Partners carousel (small)
 *      -- Carousel > Partners carousel (large)
 *      -- Carousel > Gallery carousel (shared)
 *      -- Modal popup
 *      -- Tabs
 *    
 *    BLOCKS > LAYOUT
 *      -- Default settings
 *      -- Default skin
 *      -- Highlighted block (violet)
 *
 *    BLOCKS > CONTENT (GLOBAL)
 *      -- Règlement
 *      -- TV
 *      -- News
 *      -- News blocks
 *      -- Anim program
 *      -- Filters
 *      -- Large table
 *      -- Results table
 *      -- Classement table
 *      -- Form large
 *      -- Top image (default on Meeting Home)
 *      -- Meeting block
 *      -- Cards blocks
 *    
 *    PAGES > LAYOUTS (GLOBAL)
 *      -- Global settings
 *      -- 2 Lines, N Columns (2lnc)
 *      -- 2 Lines, N Columns > With top image
 *      -- 1 Column, N Lines (1cnl)
 *      -- 2 Columns, 1 Line (2c1l)
 *      -- 2 Columns, 1 Line > Cards
 *
 *    PAGES > HOMEPAGE
 *      -- Layout
 *      -- Block > Home > Meeting block
 *
 *    PAGES > HOMEPAGE (LIVE)
 *      -- Layout
 *      -- Block > Home (LIVE) > Suivre les courses
 *
 *    PAGES > MEETING HOME
 *      -- Layout
 *      -- Block > Meeting > Home > TV program
 *      -- Block > Meeting > Home > Pilots tabs
 *      -- Block > Meeting > Home > Village infos
 *
 *    PAGES > MEETING CIRCUIT
 *      -- Layout
 *      -- Block > Meeting > Circuit > Top image
 *      -- Block > Meeting > Circuit > Temps de référence
 *
 *    PAGES > CHAMPIONNAT
 *      -- Layout
 *      -- Block > Championnat > Meeting block
 *      -- Block > Championnat > Vehicle
 *      -- Block > Championnat > Classement table (width = 324px)
 *
 *    PAGES > NEWS HOME
 *      -- Layout
 *      -- Block > News > Accueil > News block
 *
 *    PAGES > NEWS ARTICLE
 *      -- Layout
 *      -- Block > News > Article > News block
 *
 *    PAGES > 1 COLUMN
 *      -- Layout
 *      -- Block > Inscription > Form
 *
 *    PAGES > GALLERY
 *      -- Gallery box
 *      -- Block > Gallery > Video
 *      -- Block > Goodies tabs
 *
 *    PAGES > TEAMS/PILOTS
 *      -- Block > Cards > Teams
 *      -- Block > Cards > Pilots
 *
 *    PAGES > TEAM PROFIL
 *      -- Block > Carousel > Team cars
 *      -- Block > Cards > Pilots
 *
 *    PAGES > PILOT PROFIL
 *      -- Layout (2 Lines, N Columns)
 *      -- Block > Pilot > Details
 *      -- Block > Pilot > Helmet
 *
 *    PAGES > MEETING PROGRAMME
 *      -- Layout
 *      -- Block > Meeting > Schedule
 *
 **/


/*
 *  FORMATTING (COMMON TAGS)
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Reset
 *---------------------------------*/
body, img, ul, ol, h1, h2, h3, h4, h5, h6{margin:0;padding:0;}
img{border:none;}

/*---------------------------------
 *  Typography
 *---------------------------------*/
body{font-family:Verdana, sans-serif;font-size:12px;}

/*---------------------------------
 *  Headings
 *---------------------------------*/

/* Heading 1 */
h1{margin:5px 0 15px;font-size:28px;font-weight:bold;color:#a8409e;}

/* Heading 2 > Naked */
.wsr-block h2,
.wsr-block h2 a{color:#a8409e;font-weight:bold;font-size:17px;text-decoration:none;}
.wsr-block-v h2{color:#fff;text-align:center;}

/* Heading 2 > Background */
h2.wsr-pagecol-heading,
h2.wsr-pagecol-heading span{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-headings-bkg.png) no-repeat 0 0;}
h2.wsr-pagecol-heading{position:relative;height:28px;margin:0 0 2px;padding:7px 0 0 13px;color:#fff;font-size:16px;font-weight:bold;text-transform:uppercase;}
h2.wsr-pagecol-heading span{position:absolute;top:0;right:0;display:block;width:100px;height:35px;}
h2.wsr-pagecol-heading span.wsr-heading-news{background-position:0 -105px;}
h2.wsr-pagecol-heading span.wsr-heading-live{background-position:0 -140px;}
h2.wsr-pagecol-heading-2cols{background-position:0 -35px;}
h2.wsr-pagecol-heading-3cols{background-position:0 -70px;}

/* Heading 3 > Naked */
.wsr-block h3,
.wsr-block h3 a{color:#7d1c73;font-weight:normal;font-size:17px;line-height:20px;text-decoration:none;}
.wsr-block h3{margin-bottom:10px;}

/*  Heading 3 > Tab heading (same as Accordion heading) */
.wsr-block h3.wsr-tab-heading{height:19px;width:315px;padding:3px 5px 2px;color:#fff;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-headings-bkg.png) no-repeat 0 -175px;}
.wsr-block h3.wsr-tab-heading,
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-header a{font-size:12px;font-weight:bold;text-transform:uppercase;}

/*  Heading 4 */
.wsr-block h4,
.wsr-block h4 a{color:#7d1c73;font-weight:normal;font-size:14px;text-decoration:none;}

/*  Heading 5 */
.wsr-block h5{color:#7d1c73;font-weight:bold;font-size:12px;}

/*---------------------------------
 *  Links
 *---------------------------------*/
a{color:#5c0c54;text-decoration:none;}
a:hover{color:#5c0c54;text-decoration:underline;}
.wsr-block a,
.wsr-block a:hover{text-decoration:underline;}

/* Links image */
a.wsr-link-action,
.wsr-link-dropdown{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-pictos.gif) no-repeat;}

/* Action links */
a.wsr-link-action{padding-left:10px;text-decoration:underline;background-position:0 -102px;}

/* Links with arrow down */
.wsr-link-dropdown{padding-right:12px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-pictos.gif) no-repeat;}

/* Header links */
#wsr-header ul a, 
#wsr-topnav ul a{color:#4c4949;}

/*---------------------------------
 *  Lists
 *---------------------------------*/
.wsr-block ul{line-height:18px;list-style:none;}
.wsr-block ul li{/*padding-left:14px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-pictos.gif) no-repeat 0 0;*/}

/*---------------------------------
 *  Table
 *---------------------------------*/
.wsr-block table{width:100%;border-collapse:collapse;}
.wsr-block table th{padding:1px;color:#7d1c73;font-weight:normal;}
.wsr-block table td{padding:3px;background:#fff;}
.wsr-block table .wsr-alternate td{background:#efefef;}

/*---------------------------------
 *  Form
 *---------------------------------*/
#wsr-header-search fieldset,
#wsr-header-search input,
.wsr-block form,
.wsr-block fieldset,
.wsr-block input,
.wsr-block legend{border:none;margin:0;padding:0;}
.wsr-form-block{margin:0 0 10px;clear:both;}
.wsr-block .wsr-input-text,
.wsr-block textarea,
.wsr-block select{color:#444;border:1px solid #ccc;}
.wsr-block .wsr-input-text{height:18px;padding:2px 5px 0;}
.wsr-block form sup{color:#7d1c73;position:relative;top:3px;}

/*---------------------------------
 *  Select box
 *---------------------------------*/
.wsr-combobox{position:relative;z-index:10;}
.wsr-combobox-btn{position:relative;cursor:pointer;outline:none;}
.wsr-combobox-list{display:none;position:absolute;}

/*---------------------------------
 *  Buttons
 *---------------------------------*/
.wsr-button{position:relative;float:left;}
.wsr-button a,
.wsr-button span,
.wsr-button-submit input{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-buttons-bkg.png) no-repeat;}

.wsr-button-big, .wsr-button-submit{height:37px;padding:0 15px 0 0;}
.wsr-button-big a, .wsr-button-submit input{display:block;height:32px;padding:5px 15px 0 55px;font-size:22px;color:#fff;}
.wsr-button span{position:absolute;right:0;top:0;display:block;width:15px;height:37px;background-position:right -37px;}
 
.wsr-button-big a{float:left;text-decoration:none;}
.wsr-button a:hover{color:#fff;}

/* Submit button */
.wsr-button-submit{float:right;cursor:pointer;}
.wsr-button-submit input{height:37px;padding-bottom:5px;cursor:pointer;}

/* Small button */
.wsr-button-small{height:24px;padding:0 10px 0 0;}
.wsr-button-small a{display:block;height:21px;padding:3px 5px 0 35px;color:#fff;font-size:14px;background-position:0 -74px;text-decoration:none;}
.wsr-button-small span{background-position:right -98px;}

/*---------------------------------
 *  Pagination
 *---------------------------------*/
 .wsr-pagination{height:16px;margin:35px 20px 0;padding:8px 6px 6px;text-align:right;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-backgrounds.gif) no-repeat;}
/* -------- Edit FP-------------
.wsr-pagination{height:16px;margin:35px 0 0;padding:8px 6px 6px;text-align:right;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-backgrounds.gif) no-repeat;}
--------- End Edit FP-------------*/
.wsr-pagination a{/*color:#000;*/}
.wsr-pagination .wsr-pagin-link,
.wsr-pagination .wsr-pagin-number:hover{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-pictos.gif) no-repeat;}
.wsr-pagination .wsr-pagin-label{margin-right:5px;}
.wsr-pagination .wsr-pagin-number{/*width:18px;height:21px;*/padding:4px 5px;text-decoration:none;}
.wsr-pagination .wsr-pagin-number:hover{color:#fff;text-decoration:none;background-position:0 -163px;}
.wsr-pagination .wsr-selected{font-weight:bold;}
.wsr-pagination .wsr-pagin-prev,
.wsr-pagination .wsr-pagin-next{text-decoration:underline;}
.wsr-pagination .wsr-pagin-prev{margin:0 0 0 3px;padding-left:17px;background-position:left -268px;}
.wsr-pagination .wsr-pagin-next{margin:0 3px;padding-right:17px;background-position:right -199px;}

.wsr-pagination table td{padding:0;}
.wsr-pagination table .wsr-tc-1{text-align:left;}
.wsr-pagination table .wsr-tc-2{text-align:center;}
.wsr-pagination table .wsr-tc-3{text-align:lrighteft;}

/*---------------------------------
 *  Various
 *---------------------------------*/
em{font-style:italic;}
big{font-size:18px;font-weight:bold;}
hr{margin:10px 0;*margin:4px 0/*IE7IE6*/;height:1px;color:inherit;*color:#c5c5cf/*IE7IE6*/;clear:both;border:none;background-color:#c5c5cf;}
#wsr-page p{line-height:15px;color:#000;}
.wsr-block p{margin:10px 0;}


/*
 *  STRUCTURE
 *  ------------------------------------------------
 */
 
/*---------------------------------
 *  Shared classes
 *---------------------------------*/
.wsr-spacer{clear:both;}
#wsr-footer #wsr-logotypes .wsr-spacer,
#wsr-pagerow-r1 .wsr-spacer,
#wsr-pagerow-r2 .wsr-spacer,
#wsr-topimage-overlay .wsr-spacer{*height:auto;*height:1px;*font-size:1px/*IE7IE6*/;}

/*---------------------------------
 *  Skeleton
 *---------------------------------*/
body{text-align:center;background:#e1e1e1 url(/_layouts/RenaultWorldSeries/Images/wsr-body-bkg.jpg) repeat-x 0 0;}
#wsr-main{width:1104px;margin:0 auto;text-align:left;}
#wsr-wrapper{}

/*---------------------------------
 *  Header
 *---------------------------------*/
#wsr-header{position:relative;z-index:8;height:83px;padding:0 15px;*cursor:default/*IE7IE6*/;}
#wsr-header-logo{display:block;width:415px;height:83px;margin:0;}

/*---------------------------------
 *  Topnav
 *---------------------------------*/
#wsr-topnav{position:relative;z-index:7;height:37px;*margin-bottom:-1px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-wrapper-bkg.gif) no-repeat 0 0;}

/* Level 1 */
#wsr-topnav ul{list-style:none;}
#wsr-topnav ul.wsr-topnav-level1{height:37px;padding-left:10px;}
#wsr-topnav ul li.wsr-topnav-level1{float:left;position:relative;height:37px;padding:0 1px 0 0;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-topnav-bkgs.gif) no-repeat right -61px;}
#wsr-topnav ul li a.wsr-topnav-level1{float:left;display:block;height:25px;padding:10px 19px 0;font-size:13px;}
#wsr-topnav ul li.wsr-opened a.wsr-topnav-level1,
#wsr-topnav ul li a.wsr-topnav-level1:hover{color:#2b2b2b;text-decoration:none;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-topnav-bkgs.gif) repeat-x 0 0;}
/* ------ FP ADDED ------------*/
#wsr-topnav ul li a.selected{color:#2b2b2b;text-decoration:none;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-topnav-bkgs.gif) repeat-x 0 0;}
/* ------ END FP ADDED ------------*/
#wsr-topnav ul li#wsr-topnav-home a{width:55px;height:35px;padding:0;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-topnav-home.gif) no-repeat 5px 0;}
#wsr-topnav ul li#wsr-topnav-home a:hover{background-position:-57px 0;}
#wsr-topnav ul li#wsr-topnav-home a span{display:none;}
#wsr-topnav ul li.wsr-dropdown-enable a:hover{cursor:default;}

/* Level 2 */
#wsr-topnav ul .wsr-topnav-level2{display:none;position:absolute;z-index:8;top:32px;left:-4px;width:241px;padding-top:18px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-topnav-lv2-top.png) no-repeat 0 0;}
#wsr-topnav ul .wsr-topnav-level2 ul{padding:0 4px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-topnav-lv2-mid.png) repeat-y 0 0;}
#wsr-topnav ul .wsr-topnav-level2 ul li{padding:0;}
#wsr-topnav ul .wsr-topnav-level2 ul li a{display:block;padding:5px 18px;}
#wsr-topnav ul .wsr-topnav-level2 ul li a:hover{cursor:pointer;color:#fff;text-decoration:none;background:#93418B;}
#wsr-topnav ul .wsr-topnav-level2 .wsr-level2-footer{width:241px;height:20px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-topnav-lv2-bot.png) no-repeat 0 0;}

/*---------------------------------
 *  Page
 *---------------------------------*/
#wsr-page{position:relative;z-index:5;min-height:600px;padding:15px 0 2px 13px;background:#717171 url(/_layouts/RenaultWorldSeries/Images/wsr-page-bkg.jpg) repeat-x 0 top;}
#wsr-page-foot{height:8px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-page-foot.png) no-repeat 0 0;}

/*---------------------------------
 *  Footer
 *---------------------------------*/
#wsr-footer{padding:0 0 30px;}
 
/* Logos */
#wsr-footer #wsr-logotypes{margin:15px 0 0;padding:0 15px 5px;border-bottom:1px solid #7b7b7b;}
#wsr-footer #wsr-logotypes div#wsr-logo-renault-sport{float:left;padding:14px 0 0;}
#wsr-footer #wsr-logotypes div#wsr-logo-partners{float:right;}
#wsr-footer #wsr-logotypes div#wsr-logo-partners a{margin-left:50px;}

/* Links */
#wsr-footer ul{margin:0 15px;list-style:none;}
#wsr-footer ul li{float:left;}
#wsr-footer ul li a{color:#2f2f2f;white-space:nowrap;}
#wsr-footer ul li a:hover{text-decoration:underline;}
#wsr-footer ul li.wsr-hash{margin:0 4px;}

#wsr-footer ul#wsr-links-quickaccess{margin-top:15px;margin-bottom:10px;}
#wsr-footer ul#wsr-links-quickaccess a{font-weight:bold;}
#wsr-footer ul#wsr-links-sites a{font-size:11px;}
#wsr-footer ul#wsr-links-sites li{padding-bottom:5px;}


/*
 *  STRUCTURE > HEADER NAV
 *  ------------------------------------------------
 */
#wsr-header-nav{position:absolute;top:30px;right:15px;}

/*---------------------------------
 *  Typography
 *---------------------------------*/
#wsr-header-fav .wsr-combobox-btn,
#wsr-header-search #wsr-search-input,
#wsr-header-search #wsr-search-submit{font-size:11px;color:#fff;}

/*---------------------------------
 *  Droplists
 *---------------------------------*/
#wsr-header-nav .wsr-combobox-list{padding:10px;border:1px solid #ae6ea7;list-style:none;background:#fff url(/_layouts/RenaultWorldSeries/Images/wsr-header-droplist-bkg.gif) repeat-y 0 0;}
#wsr-header-nav .wsr-combobox-list li{padding:10px;border-bottom:1px solid #c8b2cd;}
#wsr-header-nav .wsr-combobox-list li.wsr-last-item{border:none;}

/*---------------------------------
 *  Favorites
 *---------------------------------*/
#wsr-header-fav,
#wsr-header-fav .wsr-combobox-btn{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-inputs-bkg.gif) no-repeat 0 0;}

#wsr-header-fav/*.wsr-combobox*/{float:left;height:22px;padding:0 0 0 30px;}

/* Combo button */
#wsr-header-fav .wsr-combobox-btn/*.wsr-link-dropdown*/{display:block;height:18px;padding:4px 23px 0 0;text-decoration:none;background-position:right 0;}

/* Droplist */
#wsr-header-fav .wsr-combobox-list{left:0;top:22px;width:145px;}
#wsr-header-fav .wsr-combobox-list li.wsr-selected{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-pictos.png) no-repeat 9px 14px;}
#wsr-header-fav .wsr-combobox-list li a{display:block;padding-left:30px;background-position:center 0;}

/*---------------------------------
 *  Header search
 *---------------------------------*/
#wsr-header-search{float:left;width:176px;margin-left:10px;}
#wsr-header-search #wsr-search-input{float:left;width:129px;height:17px;padding:5px 10px 0;color:#fff;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-inputs-bkg.gif) no-repeat 0 -44px;}
#wsr-header-search #wsr-search-submit{float:left;margin:4px 0 0 3px;/*IE8*/margin:5px 0 0 5px\9;/*IE7IE6*/*margin-top:3px;padding:0;background:none;border:none;font-weight:bold;cursor:pointer;}

/*---------------------------------
 *  Languages
 *---------------------------------*/
#wsr-header-lang{float:left;height:16px;margin:4px 0 0 20px;}
#wsr-header-lang .wsr-combobox-btn{display:block;width:30px;height:16px;padding:0;background-position:right 5px;}
#wsr-header-lang .wsr-combobox-list{top:17px;right:0;width:120px;}
#wsr-header-lang .wsr-combobox-list li{padding:10px 5px;}
#wsr-header-lang .wsr-combobox-list li a{display:block;height:16px;}
#wsr-header-lang .wsr-combobox-list li a:hover{text-decoration:none;}
#wsr-header-lang .wsr-combobox-list li img{float:left;margin-right:5px;}


/*
 *  COMPONENTS
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Accordion menu
 *---------------------------------*/
 
/* Typography */
.ui-accordion .ui-accordion-header/*H3*/,
.ui-accordion .ui-accordion-header a{color:#760061;outline:none;cursor:pointer;}

/* Backgrounds */
.ui-accordion .ui-accordion-header a,
.ui-accordion .ui-accordion-header .ui-icon{display:block;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-accordion-bkg.png) no-repeat;}
.ui-accordion .ui-accordion-header{position:relative;height:24px;margin:0;padding:0px 30px 3px 0;}
.ui-accordion .ui-accordion-header a{height:19px;padding:2px 0 3px 5px;text-decoration:none;background-position:left 0;}
#wsr-layout-home .ui-accordion .ui-accordion-header a {height:16px; padding-top: 5px;}
.ui-accordion .ui-accordion-header .ui-icon{position:absolute;right:0;top:0;width:30px;height:24px;background-position:right -24px;}
.ui-accordion .ui-accordion-li-fix{display:inline;}

/* Selected status */
.ui-accordion .ui-accordion-header.ui-state-active a{color:#fff;background-position:0 -48px;}
.ui-accordion .ui-accordion-header.ui-state-active .ui-icon{background-position:right -72px;}

/* Sub list */
.ui-accordion .ui-accordion-content{padding:0 0 5px;overflow:hidden/*IE6,7 bugfix*/;}

/*---------------------------------
 *  Content Flow
 *---------------------------------*/
#wsr-content-flow{margin-top:-48px;}
.ContentFlow/*= #wsr-content-flow*/{position:relative;overflow:hidden}
.ContentFlow:hover .mouseoverCheckElement{left:1px}

.ContentFlow *{margin:0;padding:0}
.ContentFlow .flow{position:relative;z-index:0;visibility:hidden;width:100%;margin:0 auto}
.ContentFlow .flow.hidden{visibility:hidden}
.ContentFlow .flow .item.active{cursor:pointer}
.ContentFlow .flow .item{position:absolute;visibility:hidden}
.ContentFlow .flow .item .overlay{position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0}
.ContentFlow .flow .item div.content{width:100%;height:100%}
.ContentFlow .flow .item .label{display:none}
.ContentFlow .flow .item canvas.reflection{margin-top:-1px}
.ContentFlow .flow .item .refoverlay{position:relative;display:block}
.ContentFlow .flow .item.withReflection .overlay,
.ContentFlow .flow .item .content,
.ContentFlow .flow .item .reflection{display:block}
.ContentFlow .loadIndicator{width:100%;height:100%;top:0;left:0;background:none;position:absolute;z-index:65000}
.ContentFlow .loadIndicator .indicator{background:url(/_layouts/RenaultWorldSeries/Images/contentflow/loader.gif) center center no-repeat;width:100%;height:100%}
.ContentFlow .mouseoverCheckElement{position:absolute;width:0;height:0;left:0;visibility:hidden}

/* Controlls */
.ContentFlow .scrollbar{position:absolute;bottom:40px;left:129px;width:180px;}
.ContentFlow .scrollbar .preButton,
.ContentFlow .scrollbar .nextButton{float:left;width:16px;height:24px;/*cursor:pointer;*/background:transparent url(/_layouts/RenaultWorldSeries/Images/contentflow/wsr-cflow-arrows.png) no-repeat;}
.ContentFlow .scrollbar .nextButton{float:right;background-position:0 -24px;}

/*---------------------------------
 *  Content Flow > Page Championnat
 *---------------------------------*/
#wsr-layout-champ .ContentFlow .scrollbar{bottom:32px;left:72px;}
#wsr-layout-champ .ContentFlow .scrollbar .nextButton{margin-left:120px;}
#wsr-layout-champ #wsr-content-flow{margin-top:-43px;}

/*---------------------------------
 *  Carousel
 *---------------------------------*/

/* This <div> element is wrapped by jCarousel around the list */
.jcarousel-container{position:relative;padding:0 25px;}
.jcarousel-clip{position:relative;z-index:2;width:274px;height:66px;margin:0;padding:0;overflow:hidden;}
.jcarousel-list{position:relative;z-index:1;top:0;left:0;margin:0;padding:0;width:10000px !important/*CHROME*/;height:66px;overflow:hidden;list-style:none;}
.wsr-block .jcarousel-list li,
.wsr-block .jcarousel-item{float:left;/*width:75px;width:auto;height:75px;*/height:46px;padding:10px;text-align:center;}


/* The buttons are added dynamically by jCarousel before */
.jcarousel-next,
.jcarousel-prev{cursor:pointer;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-carousel-bkg.png) no-repeat;}
.jcarousel-next,
.jcarousel-prev{position:absolute;top:0;width:25px;height:66px;}
.jcarousel-prev{left:0;background-position:0 -132px;}
.jcarousel-next{right:0;background-position:0 -198px;}

/*---------------------------------
 *  Carousel > Patners carousel (small)
 *---------------------------------*/
.wsr-block-partners .jcarousel-container{width:274px;}
.wsr-block-partners .jcarousel-clip{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-carousel-bkg.png) repeat-x 0 -264px;}
.wsr-block-partners .jcarousel-prev{left:0;background-position:0 0;}
.wsr-block-partners .jcarousel-next{right:0;background-position:0 -66px;}

/*---------------------------------
 *  Carousel > Patners carousel (large)
 *---------------------------------*/
.wsr-block-partners-large .jcarousel-container{width:1024px;}
.wsr-block-partners-large .wsr-block-content{padding:0;}
.wsr-block-partners-large .jcarousel-clip{width:1024px;}

/* FPAQ : pas utilisé finalement
#wsr-carousel-partners li{line-height:46px;}
#wsr-carousel-partners li a{height:100%;vertical-align: middle;}
#wsr-carousel-partners li a img{vertical-align: middle;}
*/


/*---------------------------------
 *  Carousel > Gallery carousel
 *---------------------------------*/
.wsr-block-gallery .jcarousel-container{width:661px;}
.wsr-block-gallery .wsr-block-content{padding:4px 0 6px;}
.wsr-block-gallery .jcarousel-clip{width:661px;}
.wsr-block-gallery .jcarousel-list li,
.wsr-block-gallery .jcarousel-item{width:100px;padding:0 5px;}
.wsr-block-gallery .wsr-block-action{position:relative;text-align:right;top:0;left:0;margin-top:10px;}

/*---------------------------------
 *  Modal popup
 *---------------------------------*/
#wsr-modal-master-legal{display:none;text-align:left;}
#wsr-modal-master-contact{display:none;text-align:left;}
#wsr-modal-ticketing-legal{display:none;text-align:left;}

/*---------------------------------
 *  Tabs
 *---------------------------------*/
.ui-tabs{padding:0;zoom:1;}
.ui-tabs .ui-tabs-nav{position:relative;height:29px;padding:0 15px;list-style:none;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-backgrounds.gif) no-repeat 0 -100px;}
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li a{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-tabs.gif) no-repeat;}
.ui-tabs .ui-tabs-nav li{position:relative;float:left;height:29px;margin:0 5px 0 0;padding:0 0 0 15px;}
.ui-tabs .ui-tabs-nav li a{float:left;height:24px;padding:5px 15px 0 0;color:#fff;background-position:right -29px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{background-position:0 -58px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{height:23px;padding-top:6px;background-position:right -87px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a{color:#A8409E;cursor:text;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer;}
.ui-tabs .ui-tabs-nav a,
.ui-tabs .ui-tabs-nav a:hover{text-decoration:none;}
.ui-tabs .ui-tabs-panel{padding:20px;}
.ui-tabs .ui-tabs-hide{display: none !important;}


/*
 *  BLOCKS > LAYOUT
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Default settings
 *---------------------------------*/
.wsr-block{margin:0 0 5px/*+5px bottom shadow = 10px*/;overflow:hidden;}

/*---------------------------------
 *  Default layout
 *---------------------------------*/
.wsr-block-wrapper,
.wsr-block-shadow-right{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-block-shadows.png) repeat-y;}
.wsr-block-wrapper{padding-left:2px;background-position:0 0;}
.wsr-block-shadow-right{padding-right:2px;background-position:right 0;}
.wsr-block-content{padding:4px 12px 6px;background:#fff url(/_layouts/RenaultWorldSeries/Images/wsr-block-bkg-w.gif) repeat-x 0 bottom;position:relative;overflow:hidden;}

/* Corners */
.wsr-block-header, .wsr-block-header-left, .wsr-block-header-right{height:8px;}
.wsr-block-footer, .wsr-block-footer-left, .wsr-block-footer-right{height:11px;}
.wsr-block-header-left, .wsr-block-header-right,
.wsr-block-footer-left, .wsr-block-footer-right{float:left;width:50%;margin:0;padding:0;line-height:1px;font-size:1px/*IE7IE6*/; white-space:nowrap;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-block-corners.png) no-repeat;}
.wsr-block-header-left{background-position:0 0;}
.wsr-block-header-right{background-position:right -8px;}
.wsr-block-footer-left{background-position:0 -16px;}
.wsr-block-footer-right{background-position:right -27px;}

/* Various */
.wsr-block-action{position:absolute;bottom:6px;right:12px;}
.wsr-block p.wsr-first-item{margin-top:0;}

/*---------------------------------
 *  Highlighted block (violet)
 *---------------------------------*/

/* Background */
.wsr-block-v .wsr-block-content{color:#fff;background-image:url(/_layouts/RenaultWorldSeries/Images/wsr-block-bkg-v.gif);}
.wsr-block-v h2{color:#f0f0f0;}

/* Corners */
.wsr-block-v .wsr-block-header-left{background-position:0 -38px;}
.wsr-block-v .wsr-block-header-right{background-position:right -46px;}
.wsr-block-v .wsr-block-footer-left{background-position:0 -54px;}
.wsr-block-v .wsr-block-footer-right{background-position:right -65px;}


/*
 *  BLOCKS > CONTENT (GLOBAL)
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Règlement
 *---------------------------------*/

/* Layout */
.wsr-block-rules{height:110px;}
.wsr-block-rules .wsr-block-content{height:81px;}

/* Content */
.wsr-block-rules table td{background:none;padding:0 0 0 10px;}
.wsr-block-rules table p{margin:4px 0 0px;}
.wsr-block-rules table .wsr-tc-1{text-align:center;}

/*---------------------------------
 *  TV
 *---------------------------------*/

/* Layout */
.wsr-block-tv{height:103px;}
.wsr-block-tv .wsr-block-content {height: 72px}
.wsr-block-tv h3 {margin-bottom: 0px;}


/* Content */
.wsr-block-tv table td{background:none;padding:0 0 0 10px;}
.wsr-block-tv table p{margin:4px 0 0;}

/*---------------------------------
 *  News
 *---------------------------------*/

/* Layout */
.wsr-block-news{height:374px;}
.wsr-block-news .wsr-block-content{height:345px;}

/* Content */
.wsr-block-news .wsr-news-block{margin:0 0 5px;padding:0;}
.wsr-block-news .wsr-news-block h4{margin:0 0 3px;}
.wsr-block-news .wsr-news-block p{margin:0 0 6px;}

/*---------------------------------
 *  News blocks
 *---------------------------------*/
.wsr-news-block{margin-bottom:5px;padding:10px;}
.wsr-news-block.wsr-alternate{background-color:#efefef;}
.wsr-news-block .wsr-news-image{position:relative;float:left;margin:0 10px 0 0;width:109px;height:71px;}
.wsr-news-block h2{margin:0 0 7px;line-height:18px;}
.wsr-news-block h3{margin:0 0 6px;line-height:14px;}

.wsr-news-block .wsr-news-date{margin:0 0 5px;font-size:11px;color:#666666;}
.wsr-news-block .wsr-news-content{margin-bottom:10px;}
.wsr-news-block .wsr-news-action{text-align:right;}
.wsr-news-block .wsr-news-share{position:absolute;bottom:6px;left:12px;}

/*---------------------------------
 *  Anim program
 *---------------------------------*/
.wsr-block-anim-program ul{margin:5px 0 0;}
.wsr-block-anim-program ul li{padding-left:0;}
.wsr-block-anim-program table td{background:none;}

/*---------------------------------
 *  Results table (width = 324px)
 *---------------------------------*/
 
/* Layout */
.wsr-block-meeting-results{height:268px;}
.wsr-block-meeting-results .wsr-block-content{height:239px;}

/* Table */
.wsr-results-short .wsr-tc-1{width:20px;text-align:right;}
.wsr-results-short .wsr-tc-2{width:30px;}
.wsr-results-short .wsr-tc-3{width:165px;}
.wsr-results-short .wsr-tc-4{width:80px;}
.wsr-results-short .wsr-tc-5{width:40px;}

/*---------------------------------
 *  Filters
 *---------------------------------*/
.wsr-block-filters fieldset{margin-top:25px;}

.wsr-block-filters label{display:block;float:left;width:80px;margin:1px 12px 0 0;font-size:14px;text-align:right;}
/*------ FP Modified: width:120px-----------------
.wsr-block-filters label{display:block;float:left;width:120px;margin:1px 12px 0 0;font-size:14px;text-align:right;}
-------------------------------------*/

.wsr-block-filters select{font-size:13px;}
.wsr-block-filters select option{margin:0 0 3px;}

/*---------------------------------
 *  Large table
 *---------------------------------*/
.wsr-large-table{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-backgrounds.gif) no-repeat 0 -67px;}
.wsr-large-table thead th{height:30px;padding:1px 10px;color:#fff;font-weight:bold;text-align:left;}
.wsr-block .wsr-large-table td{background-color:#fcefcf;}
.wsr-block .wsr-large-table .wsr-alternate td{background-color:#f8e19e;}
.wsr-block .wsr-large-table td{padding:10px;border-right:1px solid #FFFFFF;}
.wsr-large-table .wsr-last-item{border:none;}

/*---------------------------------
 *  Results table
 *---------------------------------*/
.wsr-block .wsr-results-table td{border-right:1px solid #831f79;}
.wsr-block .wsr-results-table .wsr-last-item{border:none;}

/*---------------------------------
 *  Classement table
 *---------------------------------*/
.wsr-block .wsr-classement-table th,
.wsr-block .wsr-classement-table td{text-align:center;}
.wsr-block .wsr-classement-table th{padding:1px;}
.wsr-block .wsr-classement-table td{padding:10px 5px;}
.wsr-block .wsr-classement-table td.wsr-tc-1,
.wsr-block .wsr-classement-table td.wsr-tc-2{border:none;}
.wsr-block .wsr-classement-table td.wsr-tc-1{padding-left:10px;}
.wsr-block .wsr-classement-table td.wsr-tc-3{width:250px;text-align:left;}
.wsr-block .wsr-classement-table td.wsr-border,
.wsr-block .wsr-classement-table td.wsr-tc-total{border-right:1px solid #831f79;}
.wsr-block .wsr-classement-table td.wsr-tc-total,
#wsr-results-subhead td.wsr-tc-total{background-color:#ffddfb;}
.wsr-block .wsr-classement-table td.wsr-subcell{width:30px;padding:0;}

/* Sub header */
#wsr-results-subhead td{font-weight:bold;padding-top:3px;padding-bottom:3px;border-bottom:1px solid #ccc;}
#wsr-results-subhead .wsr-tc-1,
#wsr-results-subhead .wsr-tc-2,
#wsr-results-subhead .wsr-tc-3{color:#7d1c73;}

/*---------------------------------
 *  Form large
 *---------------------------------*/
.wsr-form-large .wsr-form-block{padding:3px;background-color:#f7f7f7;}
.wsr-form-large .wsr-alternate{padding:3px;background-color:#f2f1f1;}
.wsr-form-large h2{padding-bottom:15px;}

/*---------------------------------
 *  Top image (default on Meeting Home)
 *---------------------------------*/
#wsr-topimage-overlay{position:absolute;left:2px;top:200px;width:631px;height:80px;padding:15px 15px 15px 65px;z-index:7;}

#wsr-topimage-overlay #wsr-topimage-heading h1,
#wsr-topimage-overlay #wsr-topimage-heading #wsr-topimage-date{float:left;font-family:Arial, sans-serif;color:#fbc501;}
#wsr-topimage-overlay #wsr-topimage-heading h1{margin:0;font-size:36px;font-weight:bold;}
/* ------FP ADDED -----------*/
#wsr-topimage-overlay #wsr-topimage-heading h1.wsr-championship-title{font-size:28px;}
/* ------END FP ADDED -----------*/
#wsr-topimage-overlay #wsr-topimage-heading #wsr-topimage-date{margin:16px 0 0 12px;font-size:18px;}

#wsr-topimage-overlay #wsr-topimage-actions{padding:4px 200px 0 0;position:relative;text-align:right;}
#wsr-topimage-overlay #wsr-topimage-actions .wsr-link-action{padding-left:19px;font-size:20px;color:#fff;text-decoration:none;background-position:0 -48px;}
#wsr-topimage-overlay #wsr-topimage-actions .wsr-link-action:hover{text-decoration:underline;}
#wsr-topimage-overlay #wsr-topimage-actions .wsr-button{float:none;position:absolute;right:0;top:0;}

#wsr-topimage-overlay-fond-transparent {position:absolute;left:0px;bottom:0px;width:634px;height:80px;padding:15px 15px 15px 65px;z-index:6;background-color:#000000;filter:alpha(opacity=75);/*IE*/-moz-opacity:0.75; /*autres nav*/ opacity: 0.75;}
 
/*---------------------------------
 *  Meeting block
 *---------------------------------*/
.wsr-block-meeting-preview h2,
.wsr-block-meeting-preview h2 a{font-size:22px;font-weight:bold;color:#eda601;}
.wsr-block-meeting-preview h2 a.small{font-size:16px;}
.wsr-block-meeting-preview h2{margin:0 0 10px;}
.wsr-block-meeting-preview #wsr-meeting-date{font-size:18px;color:#eda601;}
.wsr-block-meeting-preview #wsr-meeting-flag{float:left;margin-right:5px;}
.wsr-block-meeting-preview #wsr-meeting-left{float:left;}
.wsr-block-meeting-preview #wsr-meeting-right{float:right;}
/*.wsr-block-meeting-preview #wsr-meeting-right-live{float:right;width:180px;}*/
.wsr-block-meeting-preview .wsr-button{margin:20px 0 5px;}

/* Championships table */
.wsr-block-meeting-preview #wsr-meeting-champion{position:absolute;left:0;left:12px;bottom:0;width:440px;border-collapse:separate;background-color:transparent;}
.wsr-block-meeting-preview #wsr-meeting-champion td{padding:1px 2px;color:#fff;text-align:center;}
.wsr-block-meeting-preview #wsr-meeting-champion .wsr-tc-1{padding:0;color:#000;text-align:left;background-color:transparent;}
.wsr-block-meeting-preview .wsr-color-champ1{background-color:#93418b}
.wsr-block-meeting-preview .wsr-color-champ2{background-color:#d81e1e}
.wsr-block-meeting-preview .wsr-color-champ3{background-color:#fbc301}
.wsr-block-meeting-preview .wsr-color-champ4{background-color:#002C59}
.wsr-block-meeting-preview #wsr-meeting-champion a{font-size:9px;color:#fff;text-decoration:none;}

/*---------------------------------
 *  Cards blocks
 *---------------------------------*/
.wsr-card-block{float:left;position:relative;width:260px;height:223px;margin:0 12px 13px 0;}
.wsr-card-block .wsr-block-content{width:256px;height:194px;padding-left:0;padding-right:0;}
.wsr-card-block h2{position:relative;height:27px;margin:0 0 12px;padding:2px 50px 2px 10px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-headings-bkg.png) no-repeat 0 0;}
.wsr-card-block h2,
.wsr-card-block h2 a,
.wsr-card-block h2 a:hover{font-size:11px;font-weight:bold;color:#fff; white-space: wrap;}
.wsr-card-block .wsr-card-thumb{float:left;margin:0 12px;}

/* Added FP */
.wsr-card-block .wsr-card-thumb{float:left;margin:0 12px;width:235px;height:110px;text-align:center;}
.wsr-card-block .wsr-card-thumb-driver{text-align:center;float:left;margin:0 12px;width:115px;height:125px;}
/* end Added */

.wsr-card-block .wsr-card-flag{display:block;margin:0 0 2px;*margin:0;height:32px;}
/* Added FP */
.wsr-card-block .wsr-card-championship{display:block;margin:0 0 2px;*margin:0;width:80px;}
/* end Added */
.wsr-card-block small{font-size:10px;color:#6f6f6f;font-style:italic;text-transform:uppercase;}


/*
 *  PAGES > LAYOUTS (GLOBAL)
 *  ------------------------------------------------
 */

/*

Page width = 1078px
Column heading height = 37px
Block content height = Block height - 29px (header:8px / padding-top:4px + padding-bottom:6px + footer 11px)
Column height = Blocks heights + Column heading height

*/

/*---------------------------------
 *  Global settings
 *---------------------------------*/

/* Row 1 */
#wsr-pagerow-r1{padding-bottom:10px/*+5px block shadow = 15px*/;}

/* Columns */
.wsr-page-col{float:left;margin-right:11px/*+4px block shadow = 15px*/;overflow:hidden;position:relative;}
#wsr-pagecol-r1c2{width:352px;margin-right:0;}

/*---------------------------------
 *  2 Lines, N Columns (2lnc)
 *---------------------------------*/

/* Default column width */
.wsr-layout-2lnc #wsr-pagerow-r2 .wsr-page-col{width:352px;}
.wsr-layout-2lnc #wsr-block-r1c1b1{margin-bottom:0;}

/* Row 1 / Column 1 / Blocks */
.wsr-layout-2lnc #wsr-block-r1c2b2{margin-bottom:0;}

/*---------------------------------
 *  2 Lines, N Columns > With top image
 *---------------------------------*/

/* Row 1 / Columns */
.wsr-2lnc-topimage #wsr-pagecol-r1c1{width:715px;}

/* Row 1 / Columns / Blocks */
.wsr-2lnc-topimage #wsr-pagerow-r1 .wsr-block{height:316px;}
.wsr-2lnc-topimage #wsr-block-r1c1b1,
.wsr-2lnc-topimage #wsr-block-r1c1b1 .wsr-block-content{position:relative;}
.wsr-2lnc-topimage #wsr-block-r1c1b1{width:715px;*width:714px/*IE6IE7*/;}

/*---------------------------------
 *  1 Column, N Lines (1cnl)
 *---------------------------------*/
.wsr-layout-1cnl #wsr-block-r1c1b1{margin-bottom:0;}
.wsr-layout-1cnl #wsr-block-r2c1b1{margin-bottom:0;}

.wsr-layout-1cnl .wsr-page-col{float:none;}
.wsr-layout-1cnl table.wsr-large-table{background-position:0 -99px;*background-position:0 -98px;}
.wsr-layout-1cnl .wsr-block-filters .wsr-form-block{float:left;clear:none;}
.wsr-layout-1cnl .wsr-block-filters label{width:auto;margin-left:20px;}

/*---------------------------------
 *  2 Columns, 1 Line (2c1l)
 *---------------------------------*/

/* Row 1 */
.wsr-layout-2c1l #wsr-pagerow-r1{padding:0;}
.wsr-layout-2c1l #wsr-pagecol-r1c1{width:715px;*width:714px/*IE6IE7*/;}

/*---------------------------------
 *  2 Columns, 1 Line > Cards
 *---------------------------------*/
.wsr-layout-cards #wsr-pagerow-r2 .wsr-page-col{margin:0;} 


/*
 *  PAGES > HOMEPAGE
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Lines, N Columns)
 *---------------------------------*/

/* Row 1 */
#wsr-layout-home #wsr-pagerow-r1{height:397px;}

/* Row 1 / Columns */
#wsr-layout-home #wsr-pagecol-r1c1{width:599px;height:392px;}
#wsr-layout-home #wsr-pagecol-r1c2{width:468px;}

/* Row 1 / Columns / Blocks */
#wsr-layout-home #wsr-block-r1c1b1{height:397px; background: transparent url(/_layouts/RenaultWorldSeries/Images/wsr-video-bg.gif) no-repeat top left }
#wsr-layout-home #wsr-block-r1c1b1 .wsr-block-content{height:368px;}

#wsr-layout-home #wsr-block-r1c2b1{height:213px/* 208px +5px block shadow */;margin-bottom:10px/* +5px block shadow = 15px */;}
#wsr-layout-home #wsr-block-r1c2b1 .wsr-block-content{height:184px;}
#wsr-layout-home #wsr-block-r1c2b2{height:174px/* 169px +5px block shadow */;margin-bottom:0;}
#wsr-layout-home #wsr-block-r1c2b2 .wsr-block-content{height:145px;}

/* Row 2 / Columns */
#wsr-layout-home #wsr-pagerow-r2 .wsr-page-col{height:411px/* heading:37px + blocks:374px */;}
#wsr-layout-home #wsr-pagecol-r2c3{margin-right:0;}

/* Row 2 / Column 2 / Blocks */
#wsr-layout-home #wsr-block-r1c2b1{height:213px;margin-bottom:10px;}
#wsr-layout-home #wsr-block-r1c2b1 .wsr-block-content{height:184px;}

/* Row 2 / Column 3 / Blocks */
#wsr-layout-home #wsr-block-r2c3b1{height:218px;}
#wsr-layout-home #wsr-block-r2c3b1 .wsr-block-content{height:189px;}
#wsr-layout-home #wsr-block-r2c3b2{margin-bottom:0;}

/*---------------------------------
 *  Block > Home > Meeting block
 *---------------------------------*/
#wsr-layout-home #wsr-meeting-left{width:242px;margin-right:7px;}

/* Timer */
#wsr-layout-home #wsr-meeting-timer{top:7px;width:190px;height:30px;margin-bottom:15px;padding:4px 0 0 0;text-align:center;color:#fff;font-weight:bold;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-backgrounds.gif) no-repeat 0 -32px;}
#wsr-layout-home #wsr-meeting-timer big{padding-left:2px;font-size:18px;}
#wsr-layout-home #wsr-meeting-timer small{padding-right:2px;font-size:14px;}


/*
 *  PAGES > HOMEPAGE (LIVE)
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Lines, N Columns)
 *---------------------------------*/
#wsr-layout-home.wsr-2lnc-homelive #wsr-pagerow-r2 .wsr-page-col{height:396px;}

/* (LIVE) Row 2 / Column 1 / Blocks */
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c1b2{height:100px;margin-bottom:0;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c1b2 .wsr-block-content{height:67px;}

/* (LIVE) Row 2 / Column 2 / Blocks */
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c2b1{height:268px;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c2b1 .wsr-block-content{height:239px;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c2b2{height:86px;margin-bottom:0;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c2b2 .wsr-block-content{height:57px;}

/* (LIVE) Row 2 / Column 3 / Blocks */
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c3b1{height:200px;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c3b1 .wsr-block-content{height:171px;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c3b2{height:153px;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c3b2 .wsr-block-content{height:124px;}

/* Table background */
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c1b2 table td,
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c2b2 table td{background:none;}

/*---------------------------------
 *  Block > Home(LIVE) > Suivre les courses
 *---------------------------------*/
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c1b2 .wsr-block-content{padding-top:0px;padding-bottom:0px;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-block-r2c1b2 h3{margin-bottom:0px;}

/*---------------------------------
 *  Block > Home(LIVE) > Meeting preview
 *---------------------------------*/
#wsr-layout-home.wsr-2lnc-homelive #wsr-meeting-circuit{top:95px;left:12px;}
#wsr-layout-home.wsr-2lnc-homelive .wsr-block-meeting-preview h3{margin-top:10px;}

/* Race infos */
#wsr-layout-home.wsr-2lnc-homelive #wsr-meeting-race td{padding:8px 0;background:none;}
#wsr-layout-home.wsr-2lnc-homelive .wsr-border td{border-bottom:1px solid #ccc;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-race-heading{font-size:18px;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-race-time{font-size:20px;font-weight:bold;color:#7d1c73;}
#wsr-layout-home.wsr-2lnc-homelive .wsr-block-meeting-preview .wsr-button{margin:0;}
#wsr-layout-home.wsr-2lnc-homelive #wsr-meeting-right-live{float:left;}


/*
 *  PAGES > MEETING HOME
 *  ------------------------------------------------
 */

/*---------------------------------
 * Layout (2 Lines, N Columns, with top image)
 *---------------------------------*/

/* Row 1 / Columns */
#wsr-layout-meeting #wsr-pagecol-r1c1,
#wsr-layout-meeting #wsr-pagecol-r1c2{height:316px;}

/* Row 1 / Columns / Blocks */
#wsr-layout-meeting #wsr-block-r1c2b1{margin-bottom:0;}
#wsr-layout-meeting #wsr-block-r1c2b1 .wsr-block-content{height:287px;}

/* Row 2 */
#wsr-layout-meeting #wsr-pagerow-r2 .wsr-page-col{height:302px/*heading:37px + blocks:265px*/;}

/* Row 2 / Columns */
#wsr-layout-meeting #wsr-pagecol-r2c3{margin-right:0;}

/* Row 2 / Columns / Blocks */
#wsr-layout-meeting #wsr-pagerow-r2 .wsr-block{height:260px;}
#wsr-layout-meeting #wsr-pagerow-r2 .wsr-block .wsr-block-content{height:231px;}

/* Row 3 */
#wsr-layout-meeting #wsr-pagerow-r3{width:1078px/*Full width*/;}

/* Row 3 / Columns */
#wsr-layout-meeting #wsr-pagerow-r3 .wsr-page-col{width:100%;height:85px/*Carousel block*/;}

/* Row 3 / Columns / Blocks */
#wsr-layout-meeting #wsr-pagerow-r3 .wsr-block{margin:0;padding:0;height:85px;}
#wsr-layout-meeting #wsr-pagerow-r3 .wsr-block .wsr-block-content{height:66px;}

/*---------------------------------
 *  Block > Meeting > Home > TV program
 *---------------------------------*/
#wsr-meeting-tv td{padding:5px;font-size:13px;}
#wsr-meeting-tv td a{color:#000;text-decoration:underline;}

/*---------------------------------
 * Block > Meeting > Home > Pilots tabs
 *---------------------------------*/
.wsr-meeting-pilots td{width:50%;text-align:center;}
.wsr-meeting-pilots td.wsr-tc-1{border-right:1px solid #ccc;}
.wsr-meeting-pilots td h4{margin:0 0 3px;}
.wsr-meeting-pilots td p{margin:0;}

/* Added FP */
.wsr-meeting-pilots-box{position: relative;float:left;width:48%;height:120px;text-align:center;}
.wsr-meeting-pilots-box-separator{position: relative;float:left;background-color:#CCCCCC;width:1px;height:120px;}
/* end Added */

/*---------------------------------
 *  Block > Meeting > Home > Village infos
 *---------------------------------*/
#wsr-meeting-village{margin-bottom:20px;}
#wsr-meeting-village td{padding:0px;width:102px;}
#wsr-meeting-village td.wsr-tc-2{text-align:center;}
#wsr-meeting-village td.wsr-tc-3{text-align:right;}


/*
 *  PAGES > MEETING CIRCUIT
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Lines, N Columns)
 *---------------------------------*/

/* Row 1 / Columns */
#wsr-layout-circuit #wsr-pagecol-r1c1,
#wsr-layout-circuit #wsr-pagecol-r1c2{height:422px;}

/* Row 1 / Column 1 / Blocks */
#wsr-layout-circuit #wsr-block-r1c1b1{height:422px;}
#wsr-layout-circuit #wsr-block-r1c1b1 .wsr-block-content{height:393px;}

/* Row 1 / Column 2 / Blocks */
#wsr-layout-circuit #wsr-block-r1c2b1{height:258px;}
#wsr-layout-circuit #wsr-block-r1c2b1 .wsr-block-content{height:229px;}
#wsr-layout-circuit #wsr-block-r1c2b2{height:159px;}
#wsr-layout-circuit #wsr-block-r1c2b2 .wsr-block-content{height:130px;}

/* Row 2 */
#wsr-layout-circuit #wsr-pagerow-r2 .wsr-page-col{height:314px/*heading:37px + blocks:277px*/;}

/* Row 2 / Columns */
#wsr-layout-circuit #wsr-pagecol-r2c3{margin-right:0;}

/* Row 2 / Columns / Blocks */
#wsr-layout-circuit #wsr-pagerow-r2 .wsr-block{height:277px;margin-bottom:0;}
#wsr-layout-circuit #wsr-pagerow-r2 .wsr-block .wsr-block-content{height:248px;}

/*---------------------------------
 *  Block > Meeting > Circuit > Top image
 *---------------------------------*/
#wsr-layout-circuit h1,
#wsr-layout-circuit #wsr-circuit-flag{float:left;}
#wsr-layout-circuit h1{margin:0;padding:0 0 0 10px}
#wsr-layout-circuit #wsr-circuit-plan{text-align:center;}
#wsr-layout-circuit #wsr-circuit-logo{position:absolute;right:14px;bottom:6px;}

/*---------------------------------
 *  Block > Meeting > Circuit > Temps de référence
 *---------------------------------*/
#wsr-circuit-infos td,
#wsr-circuit-reftime td{background:none;}

#wsr-circuit-infos td{vertical-align:top;}
#wsr-circuit-infos th{padding:0 5px;}
#wsr-circuit-infos td{padding:3px 5px;}

#wsr-circuit-reftime td{padding:5px;}
#wsr-circuit-reftime .wsr-tc-1{width:125px;}
#wsr-circuit-reftime .wsr-tc-2{color:#808080;text-align:center;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-counter-bkg.gif) no-repeat 0 center;}
#wsr-circuit-reftime .wsr-tc-2 big{font-size:24px;}
#wsr-circuit-reftime .wsr-tc-2 small{font-size:11px;}


/*
 *  PAGES > CHAMPIONNAT
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Lines, N Columns, with top image)
 *---------------------------------*/

/* Row 1 / Column 2 / Blocks */
#wsr-layout-champ #wsr-block-r1c2b1{height:162px;}
#wsr-layout-champ #wsr-block-r1c2b1 .wsr-block-content{height:133px;}
#wsr-layout-champ #wsr-block-r1c2b2{height:149px;}
#wsr-layout-champ #wsr-block-r1c2b2 .wsr-block-content{height:120px;}
 
/* Row 2 / Columns */
#wsr-layout-champ #wsr-pagerow-r2 .wsr-page-col{height:599px/*heading:37px + blocks:562px*/;}

/* Row 2 / Column 1 / Blocks */
#wsr-layout-champ #wsr-pagecol-r2c1 .wsr-block{height:184px;}
#wsr-layout-champ #wsr-pagecol-r2c1 .wsr-block .wsr-block-content{height:155px;}
#wsr-layout-champ #wsr-block-r2c1b3{margin-bottom:0;}

/* Row 2 / Column 2 / Blocks */
#wsr-layout-champ #wsr-block-r2c2b1{height:327px;}
#wsr-layout-champ #wsr-block-r2c2b1 .wsr-block-content{height:298px}

/* Row 2 / Column 3 / Blocks */
#wsr-layout-champ #wsr-block-r2c3b2{height:183px;}
#wsr-layout-champ #wsr-block-r2c3b2 .wsr-block-content{height:154px;}

/*---------------------------------
 *  Block > Championnat > Top image
 *---------------------------------*/
#wsr-layout-champ #wsr-champ-logo{position:absolute;right:12px;bottom:20px;z-index:15;}
#wsr-layout-champ #wsr-topimage-overlay #wsr-topimage-actions{padding-right:220px;}

/*---------------------------------
 *  Block > Championnat > Meeting block
 *---------------------------------*/
#wsr-layout-champ .wsr-block-meeting-preview h3{margin:3px 0 2px;font-size:18px;}
#wsr-layout-champ .wsr-block-meeting-preview #wsr-meeting-date{font-size:14px;}
#wsr-layout-champ .wsr-block-meeting-preview .wsr-button{margin:5px 0;}
#wsr-layout-champ .wsr-block-meeting-preview #wsr-meeting-circuit{top:20px;}
#wsr-layout-champ .wsr-block-meeting-preview #wsr-meeting-champion{width:324px;}
#wsr-layout-champ #wsr-meeting-left{width:190px;margin-right:7px;}
#wsr-layout-champ #wsr-meeting-right{width:127px;}
#wsr-layout-champ .wsr-block-tv{height:117px;}
#wsr-layout-champ .wsr-block-tv .wsr-block-content{height:87px;}

/*---------------------------------
 *  Block > Championnat > Vehicle
 *---------------------------------*/
#wsr-vehicle-details{margin:10px 0;}
#wsr-vehicle-details td{padding:5px;}
#wsr-vehicle-details .wsr-tc-1{width:35%;}

/*---------------------------------
 *  Block > Championnat > Classement table (width = 324px)
 *---------------------------------*/
.wsr-classement-short .wsr-tc-1{width:20px;text-align:right;}
.wsr-classement-short .wsr-tc-2{width:30px;}
.wsr-classement-short .wsr-tc-3{/*width:245px;*/}
.wsr-classement-short .wsr-tc-4{width:40px;}


/*
 *  PAGES > NEWS HOME
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Columns, 1 Line)
 *---------------------------------*/
 
/* Row 1 / Columns / Blocks */
#wsr-layout-news #wsr-block-r1c1b1
#wsr-layout-news #wsr-block-r1c2b1{height:251px;}
#wsr-layout-news #wsr-block-r1c1b1 .wsr-block-content,
#wsr-layout-news #wsr-block-r1c2b1 .wsr-block-content{height:222px;}

/* Row 1 / Column 1 / Blocks */
#wsr-layout-news #wsr-block-r1c1b2{margin-bottom:0;*width:714px/*IE6IE7*/;}

/*---------------------------------
 *  Block > News > Accueil > News block
 *---------------------------------*/
#wsr-layout-news .wsr-news-block.wsr-news-une{margin:0;padding:0;}
#wsr-layout-news .wsr-news-block.wsr-news-une .wsr-news-date{margin:0 0 5px;font-size:12px;color:#666666;}
#wsr-layout-news .wsr-news-block.wsr-news-une .wsr-news-image{width:239px;height:150px;margin:0 15px 10px 0;}

/*---------------------------------
 *  Block > News > Filters
 *---------------------------------*/
#wsr-layout-news .wsr-block-filters label{width:80px;}


/*
 *  PAGES > NEWS ARTICLE
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Columns, 1 Line)
 *---------------------------------*/
#wsr-layout-article .wsr-block{margin:0;padding:0;}

/*---------------------------------
 *  Block > News > Article > News block
 *---------------------------------*/
#wsr-layout-article .wsr-news-block{margin:0;padding:0;}
#wsr-layout-article #wsr-news-retwiit{position:relative;float:left;margin:2px 10px 0 0;}
#wsr-layout-article .wsr-news-header{position:relative;float:left;width:625px;margin-bottom:20px;}
#wsr-layout-article h1{line-height:28px;font-size:24px;font-weight:normal;}
#wsr-layout-article .wsr-news-date{float:left;margin:0 10px 0 0;font-size:16px;}
#wsr-layout-article .wsr-news-image{position:relative;width:auto;height:auto;}


/*
 *  PAGES > 1 COLUMN
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (1 Column, 1 Line)
 *---------------------------------*/
#wsr-layout-inscription #wsr-pagerow-r1,
#wsr-layout-infos #wsr-pagerow-r1{padding-bottom:0;}
#wsr-layout-inscription #wsr-block-r1c1b1,
#wsr-layout-infos #wsr-block-r1c1b1{margin-bottom:0;}

/*---------------------------------
 *  Block > Inscription > Form
 *---------------------------------*/
#wsr-layout-inscription fieldset{margin:0 0 25px;}
#wsr-layout-inscription label{width:200px;margin:0;text-align:left;}
#wsr-layout-inscription .wsr-form-block{float:none;clear:both;margin:0;padding:5px;}
#wsr-layout-inscription .wsr-input-text{width:220px;}
#wsr-layout-inscription .wsr-checkbox{float:left;margin:2px 5px 2px 0;*margin:0 0 0;}
#wsr-layout-inscription #wsr-inscription-choices label{width:800px;margin-left:10px;*padding-top:1px;}
#wsr-layout-inscription #wsr-inscription-choices label strong{font-size:14px;color:#7D1C73;}
#wsr-layout-inscription .wsr-form-action{padding-right:300px;}
#wsr-layout-inscription .wsr-button-submit input{*width:190px;}

/*
 *  PAGES > GALLERY
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Gallery box
 *---------------------------------*/
.wsr-gallery-box{width:621px;margin:15px 45px 0;}
.wsr-gallery-box .wsr-gallery-box-hat,
.wsr-gallery-box .wsr-gallery-box-foot{height:10px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-gallery-box-bkg.png) no-repeat;}
.wsr-gallery-box .wsr-gallery-box-foot{background-position:0 -10px;}
.wsr-gallery-box .wsr-gallery-box-content{padding:12px 56px;color:#fff;background-color:#2e2e2e;}

/* Gallery view */
#wsr-gallery-view h2{font-size:18px;color:#fff;}
#wsr-gallery-view #wsr-view-date{font-size:14px;color:#bdbdbd;}
#wsr-gallery-view #wsr-view-content{padding-top:15px;}

/*--------FP ADDED---------*/
#wsr-view-view{text-align:center;}
/*--------END FP ADDED---------*/



/*---------------------------------
 *  Block > Gallery > Video
 *---------------------------------*/
#wsr-dailymotion-logo{text-align:right;margin:5px 0 3px;}

/*---------------------------------
 *  Block > Goodies tabs
 *---------------------------------*/
#wsr-layout-goodies .wsr-button-small{position:absolute;right:20px;top:30px;}
#wsr-layout-goodies .wsr-goodies-gallery li{float:left;width:150px;height:110px;margin:0 15px 15px 0;text-align:center;}
#wsr-layout-goodies .wsr-goodies-gallery a{display:block;margin:0 0 3px;text-decoration:underline;}
#wsr-layout-goodies .wsr-goodies-gallery a:hover{text-decoration:none;}
#wsr-layout-goodies #wsr-goodies-select{margin:0 0 20px;padding:5px;background-color:#f2f1f1;}


/*
 *  PAGES > TEAMS/PILOTS
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Block > Cards > Pilots
 *---------------------------------*/
#wsr-layout-pilots .wsr-card-block .wsr-block-content{height:194px;}
#wsr-layout-pilots .wsr-card-block h2{background-position:0 -223px;}
#wsr-layout-pilots .wsr-card-block h2 span{position:absolute;right:23px;top:5px;display:block;width:30px;height:20px;text-align:center;font-size:18px;font-weight:normal;color:#333;}
#wsr-layout-pilots .wsr-card-block h3{margin:0 0 7px;}
#wsr-layout-pilots .wsr-card-block p{margin:7px 0;}


/*---------------------------------
 *  Block > Cards > Teams
 *---------------------------------*/
#wsr-layout-teams .wsr-card-block{height:204px;}
#wsr-layout-teams .wsr-card-block .wsr-block-content{height:175px;}
#wsr-layout-teams .wsr-card-block h2{background-position:0 -255px; width: 325px;}
#wsr-layout-teams .wsr-card-block h2 a{background-position:0 -255px; display: block; width: 253px; font-size: 12px; white-space:normal;}
#wsr-layout-teams .wsr-card-block .wsr-card-flag{position:absolute;right:12px;top:0;}
#wsr-layout-teams .wsr-card-block .wsr-card-thumb{text-align:center;}


/*
 *  PAGES > TEAM PROFIL
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Lines, N Columns)
 *---------------------------------*/

/* Row 1 / Column 2 / Blocks */
#wsr-layout-team #wsr-block-r1c1b1 .wsr-block-content{height:287px;}
#wsr-layout-team #wsr-block-r1c2b1{height:211px;}
#wsr-layout-team #wsr-block-r1c2b1 .wsr-block-content{height:182px;}
#wsr-layout-team #wsr-block-r1c2b2{height:99px;}
#wsr-layout-team #wsr-block-r1c2b2 .wsr-block-content{height:70px;}

/* Row 2 / Columns / Blocks */
#wsr-layout-team #wsr-pagerow-r2 .wsr-block{height:305px;margin-bottom:0;}
#wsr-layout-team #wsr-pagerow-r2 .wsr-block-content{height:276px;}
#wsr-layout-team .wsr-card-block{width:360px;} 

/*---------------------------------
 *  Block > Carousel > Team cars
 *---------------------------------*/
#wsr-layout-team .wsr-block-carousel .wsr-block-content{padding:4px 0 6px;}
#wsr-layout-team .wsr-block-carousel .wsr-block-action{position:relative;right:auto;bottom:auto;text-align:right;margin:10px 30px 0 0;}
#wsr-layout-team .wsr-block-carousel h3{padding:0 0 0 12px;}
#wsr-layout-team .wsr-block-carousel .jcarousel-clip{width:288px;height:200px;margin:0 25px;}
#wsr-layout-team .wsr-block-carousel .jcarousel-list{height:200px;}
#wsr-layout-team .wsr-block-carousel .jcarousel-list li{height:200px;width:288px;padding:0 5px;}
#wsr-layout-team .wsr-block-carousel .jcarousel-next,
#wsr-layout-team .wsr-block-carousel .jcarousel-prev{top:50px;}

/*---------------------------------
 *  Block > Cards > Pilots
 *---------------------------------*/
.wsr-block .wsr-card-block{height:125px;margin:0 0 10px;}
.wsr-block .wsr-card-block .wsr-card-thumb{margin-bottom:0;}
.wsr-block .wsr-card-block .wsr-card-flag{margin-top:10px;}
.wsr-block .wsr-card-block big{color:#fbb101;}

/* Added FP : overriding styles to display flag and logo */
#wsr-layout-team #wsr-topimage-flag {position:absolute; left:5px;}
#wsr-layout-team #wsr-topimage-logo {position:absolute; right:5px;}
#wsr-layout-team #wsr-topimage-overlay #wsr-topimage-heading h1 {display: block; width:430px;}
#wsr-layout-team #wsr-topimage-overlay #wsr-topimage-heading h1,
#wsr-layout-team #wsr-topimage-overlay #wsr-topimage-heading #wsr-topimage-date{position:absolute; left:80px;font-family:Arial, sans-serif;color:#fbc501;}
/* end Added */


/*
 *  PAGES > PILOT PROFIL
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout (2 Lines, N Columns)
 *---------------------------------*/

/* Rows / Blocks */
#wsr-layout-pilot .wsr-block{margin-bottom:0;}

/* Row 1 / Columns */
#wsr-layout-pilot #wsr-pagerow-r1 .wsr-page-col{width:352px;margin-right:11px;}

/* Row 1 / Columns / Blocks */
#wsr-layout-pilot #wsr-pagerow-r1 .wsr-block{height:310px;}
#wsr-layout-pilot #wsr-pagerow-r1 .wsr-block-content{height:281px;}

/* Row 2 / Columns */
#wsr-layout-pilot #wsr-pagecol-r1c3{margin-right:0;}
#wsr-layout-pilot #wsr-pagecol-r2c1{width:715px;*width:714px;}
#wsr-layout-pilot #wsr-pagecol-r2c2{width:352px;}

/* Row 2 / Columns / Blocks */
#wsr-layout-pilot #wsr-pagerow-r2 .wsr-block{height:305px;}
#wsr-layout-pilot #wsr-pagerow-r2 .wsr-block-content{height:276px;}

/*---------------------------------
 *  Block > Pilot > Details
 *---------------------------------*/
#wsr-layout-pilot #wsr-pilot-date{font-size:16px;font-weight:bold;margin:10px 0;color:#A8409E;}
#wsr-layout-pilot table td{background:none;}

/* Added FP */
#wsr-layout-pilot #wsr-pilot-date{float:left;font-size:16px;font-weight:bold;margin:10px 0;color:#A8409E;}
#wsr-layout-pilot #wsr-pilot-number{text-align:right;font-size:20px;font-weight:bold;margin:10px 0;color:#A8409E;}
/* end Added FP */

/*---------------------------------
 *  Block > Pilot > Helmet
 *---------------------------------*/
#wsr-layout-pilot #wsr-block-r1c1b1 .wsr-block-content{text-align:center;}
#wsr-layout-pilot #wsr-block-r1c3b1 #wsr-helmet-block{height:261px;padding:10px;background:#72226b;color:#fff;text-align:center;}
#wsr-layout-pilot #wsr-pilot-helmet{margin:0 0 5px;}

/* Added FP */
/*---------------------------------
 *  Block > Pilot > Vehicle
 *---------------------------------*/
#wsr-layout-pilot #wsr-block-r2c1b1 .wsr-block-content{text-align:center;}
/* end Added FP */


/*
 *  PAGES > HALL OF FAME
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Block > Hall of fame
 *---------------------------------*/
#wsr-halloffame-table{position:relative;}
#wsr-halloffame-table td,
#wsr-halloffame-table th{position:relative;text-align:center;vertical-align:top;}
#wsr-halloffame-table th{padding:10px 3px 20px;}
#wsr-halloffame-table td{padding-bottom:50px;background:none;}
#wsr-halloffame-table td.wsr-tc-1{font-weight:bold;font-size:30px;color:#A8409E;}
#wsr-halloffame-table .wsr-card-block{float:none;width:223px;height:auto;margin:0 auto;}
#wsr-halloffame-table .wsr-card-block h2{width:223px;height:28px;margin:10px auto;padding:4px 0 0;background-position:0 -288px;}
#wsr-halloffame-table .wsr-card-block .wsr-card-flag{margin:5px auto;}
#wsr-halloffame-table .wsr-card-block .wsr-disabled{position:absolute;top:0;left:0;z-index:7;width:223px;height:250px;background-color:#fff;filter:alpha(opacity=60);/*IE*/-moz-opacity:0.6;/*autres nav*/opacity: 0.6;}


/*
 *  PAGES > MEETING PROGRAMME
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Layout
 *---------------------------------*/
#wsr-layout-schedule #wsr-pagerow-r1{padding-bottom:0;}
#wsr-layout-schedule .wsr-page-col,
#wsr-layout-schedule .wsr-block,
#wsr-layout-schedule .wsr-block-content{overflow:visible;}

/*---------------------------------
 *  Block > Meeting > Schedule
 *---------------------------------*/
#wsr-layout-schedule .ui-tabs .ui-tabs-panel{padding:12px 0;}

/* Positioning */
#wsr-layout-schedule .ui-tabs-nav{z-index:5;}
#wsr-layout-schedule .wsr-prog-actions{z-index:5;}
#wsr-layout-schedule .wsr-prog-options{z-index:5;display: none;}
#wsr-layout-schedule .ui-tabs .ui-tabs-panel{z-index:6;}
#wsr-layout-schedule .wsr-meeting-schedule{z-index:7;}
#wsr-layout-schedule .wsr-meeting-schedule .wsr-schedule-activities{z-index:auto;}
#wsr-layout-schedule .wsr-meeting-schedule .wsr-activity-tooltip{z-index:10;}

/* Grid options */
#wsr-layout-schedule .wsr-prog-options{position:absolute;right:32px;top:8px;height:25px;}
#wsr-layout-schedule .wsr-prog-actions{position:relative;height:25px;text-align:right;margin:0 0 10px;}
#wsr-layout-schedule .wsr-prog-options .wsr-preset{float:left;}
#wsr-layout-schedule .wsr-button-small{float:right;}
#wsr-layout-schedule .wsr-bottom{margin:10px 0 0;}

/* Grid */
.wsr-meeting-schedule{position:relative;border-bottom:1px solid #ccc;}
.wsr-meeting-schedule .wsr-schedule-first-row{height:36px;background-color:#f2f1f1;border:1px solid #ccc;border-bottom-width:0;}
.wsr-meeting-schedule .wsr-schedule-first-row .wsr-schedule-row-head{height:36px;padding-top:0;padding-bottom:0;background-color:#f2f1f1;}
.wsr-meeting-schedule .wsr-schedule-hours{float:left;height:28px;padding:4px 0;}
.wsr-meeting-schedule .wsr-schedule-hours div{float:left;width:75px;height:22px;padding:4px 0 2px 2px;font-size:15px;color:#777;border-left:1px solid #ccc;}

.wsr-meeting-schedule .wsr-schedule-row{clear:both;height:60px;border-style:solid;border-width:1px 1px 0;border-color:#e1e1e1 #ccc #fff;}
.wsr-meeting-schedule .wsr-schedule-row-head{float:left;width:179px;height:40px;padding:10px 6px;font-weight:bold;color:#fff;background-color:#666;}

/* Added FP */
.wsr-meeting-schedule .wsr-schedule-row-head-violet{float:left;width:179px;height:40px;padding:10px 6px;font-weight:bold;color:#fff;background-color:#84207B;}
/* end Added FP */

/* Activity box */
.wsr-meeting-schedule .wsr-schedule-activities{position:relative;float:left;width:859px;height:60px;background:#fff url(/_layouts/RenaultWorldSeries/Images/wsr-schedule-grid.jpg) no-repeat 0 0;}
.wsr-meeting-schedule .wsr-schedule-activity{position:absolute;top:0;left:0;height:50px;padding:4px 1px;border:1px solid;border-color:#ccc #bbb #bbb #ccc;cursor:pointer;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-activity-bkg.gif) repeat-x;}
.wsr-meeting-schedule .wsr-schedule-activity a{display:block;height:100%;text-decoration:none;}
.wsr-meeting-schedule .wsr-activity-clicked{border-color:#999 #ccc #ccc #999;background:#a8409e;}
.wsr-meeting-schedule .wsr-activity-clicked a{color:#fff;}
.wsr-meeting-schedule .wsr-activity-clicked a span{background-color:#a8409e;}

/* Tooltip */
.wsr-meeting-schedule .wsr-activity-tooltip{position:absolute;bottom:30px;left:-20px;display:none;width:489px;padding:12px 12px 45px;text-align:left;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-tooltip.png) no-repeat bottom left;}
.wsr-meeting-schedule .wsr-tooltip-desc{padding-right: 23px;}
.wsr-meeting-schedule .wsr-tooltip-rightpos{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-tooltip-right.png) no-repeat 0 0;}
.wsr-meeting-schedule .wsr-tooltip-toppos{padding:32px 12px 12px;background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-tooltip-down.png) no-repeat 0 0;}
.wsr-meeting-schedule .wsr-tooltip-corner{background:transparent url(/_layouts/RenaultWorldSeries/Images/wsr-tooltip-corner.png) no-repeat 0 0;}
.wsr-meeting-schedule .wsr-tooltip-image{float:left;margin:0 10px 10px 0;}
.wsr-meeting-schedule .wsr-tooltip-title{margin:0 0 5px;color:#a8409e;font-size:14px;font-weight:bold;}
.wsr-meeting-schedule .wsr-tooltip-place{margin:0 0 5px;color:#a8409e;}
.wsr-meeting-schedule .wsr-tooltip-hour{margin:0 0 5px;color:#666;font-weight:bold;}

