/* Module/Common/CSS/Main.css *************************************************************/
body {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* Configuration des &eacute;l&eacute;ments du template */
div.div_idalgo_header,
div.div_idalgo_content_full,
div.div_idalgo_content,
div.div_idalgo_aside{position:relative}

div.div_idalgo_header{z-index:1}
div.div_idalgo_content_full{z-index:0}

div.div_idalgo_content_full div.div_idalgo_content,
div.div_idalgo_content_full div.div_idalgo_aside {
    margin-top:10px;
}

/* Configuration initiale */
div.div_idalgo_container{
     position:relative;
    display:block;
    margin:0 auto;
    color: #40454d;
    font-family: Arial;
    font-size: 13pt;
    line-height:0.8em;
	margin-top:7px;
}

.div_idalgo_container a{color:#40454d;}
div.div_idalgo_container a,
div.div_idalgo_container a:link,
div.div_idalgo_container a:visited,
div.div_idalgo_container a:active{text-decoration:none;}
div.div_idalgo_container a[href]:hover{text-decoration: underline;}
div.div_idalgo_container img {border:0;}

.div_idalgo_container ul{list-style: none outside none;padding:0;margin:0}

/* Styles transversaux */
div.div_idalgo_clear {clear:both;}

/* A d&eacute;placer? */
li.li_idalgo_button_list{display: inline-block;margin-bottom:5px;*display:inline;}
ul.ul_idalgo_button_list li + li{margin-left:5px;}
a.a_idalgo_button_list{text-decoration:none;padding:0 5px;}

div.div_idalgo_content_openclose .idalgo_dropdown_arrow{
    position:absolute;
    left:10px;
}


/** Base iDalgo ?? **/
div.div_idalgo_container h1,
div.div_idalgo_container h2,
div.div_idalgo_container h3,
div.div_idalgo_container h4,
div.div_idalgo_container h5,
div.div_idalgo_container h6 {
  text-rendering: optimizelegibility;
}

a.a_idalgo_copyright{
    font-size:0.6875em;
    color:#b9b9b9;
}

div.div_idalgo_widget_link{
    position:relative;
    height:1em;
    text-align:right;
    background-color:#eeeeee;
}
a.a_idalgo_widget_link{
    font-size:0.75em;
    color:#ff6600;
}

/** Link par d&eacute;fault ***/
div.div_idalgo_module_link{
    position:relative;
    margin:10px 0 0 0;
    opacity:0.75;
    filter:alpha(opacity=75);
    height:1.3125em;
    line-height:1.3125em;
    cursor:pointer;
}
div.idalgo_sprite_link{
    position:absolute;
    top:0;right:5px;
    width:22px;height:22px;
    background-position: center -1121px;
}
div.div_idalgo_module_link a.a_idalgo_module_link{
    position:absolute;
    top:0;right:0;
    padding-right:32px;
    padding-left:12px;
    font-weight:bold;
    font-size:0.75em;
    text-align:right;
    text-transform:lowercase;
    text-decoration:none;
}
div.div_idalgo_module_link a.a_idalgo_module_link:hover{
    text-decoration:underline;
}
div.div_idalgo_content_addon_node{position:relative;}
img.img_idalgo_content_addon_node{position:relative;}
span.span_idalgo_content_addon_node_title{position:relative;display:block;font-size:0.75em;color:#747474;}
span.span_idalgo_content_addon_node_copyright{position:relative;display:block;font-size:0.6875em;color:#b9b9b9;}

.div_idalgo_pointer {
    cursor:pointer;
}

/*** Widgets ***/
div.div_idalgo_widget{margin-bottom:10px;}
div.div_idalgo_widget a{margin:0}

/** Micro Clearfix **/
.idalgo_clearfix:before, .idalgo_clearfix:after{content:' ';display:table;}
.idalgo_clearfix:after{clear:both;}
.idalgo_clearfix{*zoom:1;} /* IE7 hasLayout */

/** Badge **/
.idalgo_badge {
  font-size: 10px;
  font-weight:bold;
  line-height: 14px;
  color: #595959;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  padding: 2px 5px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

/** Element mobile &agrave; cacher **/
@media only screen and (min-width: 479px) {
  .idalgo_show_mobile {display:none;}
}

/* Module/Common/CSS/MainDomAScore.css ****************************************************/

/*a.a_idalgo_content_match_score span{
  float:left;
}

span.span_idalgo_score_part_left{
  margin-left:20%;
  margin-right:10%;
}
span.span_idalgo_score_part_center{
  margin-right:10%;
}
span.span_idalgo_score_part_right{

}*/

span.span_idalgo_score_part_left{
    position:absolute;
    right:50%;top:0;
    margin-right:6px;
}
span.span_idalgo_score_part_center{
    display:block;
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
}
span.span_idalgo_score_part_right{
    position:absolute;
    left:50%;top:0;
    margin-left:6px;
}
span.span_idalgo_background_score_head_to_head{
    position:absolute;
    width:30px;height:30px;
    background-position:center -806px;
    z-index:1;
    top:50%;left:50%;
    margin-left:-15px;
    margin-top:-15px;
}
span.span_idalgo_score_time {
    font-weight: normal;
    display:block;
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
    margin:0;
}

div.div_idalgo_score_penalty_part{
    position:absolute;display:block;
    width:100%;height:2.50em;
    left:0;
    top:2.50em;
}

/* Module/Common/CSS/MainDomButton.css ****************************************************/

.button_idalgo {
  display: inline-block;
  margin-bottom: 0;
  padding:0;
  color: #40454d;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255, 0.75);
  vertical-align: middle;
  font:0.6875em/2.7272em Arial;
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  cursor: pointer;
  height:2.9090em;
}
.button_idalgo:hover,
.button_idalgo:active{
  background-color: #eeeeee;
}
.button_idalgo.active{
  background-color: #eeeeee;
  outline: 0;
}
.div_idalgo_container .button_idalgo_selected{color:#ff6600;}

.button_idalgo_status_win{
  background-color: #4db103;
  background-image: -moz-linear-gradient(top, #62c462, #4db103);
  background-image: -ms-linear-gradient(top, #62c462, #4db103);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#4db103));
  background-image: -webkit-linear-gradient(top, #62c462, #4db103);
  background-image: -o-linear-gradient(top, #62c462, #4db103);
  background-image: linear-gradient(top, #62c462, #4db103);
}
.button_idalgo_status_win:hover{
  background-color: #4db103;
}

.button_idalgo_status_lost{
  background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
}
.button_idalgo_status_lost:hover{
  background-color: #bd362f;
}

.button_idalgo_status_draw{
  background-color: #3d3e41;
  background-image: -moz-linear-gradient(top, , #3d3e41);
  background-image: -ms-linear-gradient(top, , #3d3e41);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(), to(#3d3e41));
  background-image: -webkit-linear-gradient(top, , #3d3e41);
  background-image: -o-linear-gradient(top, , #3d3e41);
  background-image: linear-gradient(top, , #3d3e41);
}
.button_idalgo_status_draw:hover{
  background-color: #3d3e41;
}

.button_idalgo_status_other {
  background-color: : #ffffff;
}

/* Module/Common/CSS/MainDomList.css ******************************************************/

/* Listbox DropDown */
div.div_idalgo_listbox {
    position: relative;
}
div.div_idalgo_listbox:after {
    clear: both;
}
div.div_idalgo_listbox:before,
div.div_idalgo_listbox:after {
    content: "";
    display: table;
}

div.div_idalgo_listbox a.idalgo_listbox_split_left{
    display:block;
    height:28px;
    padding-left:35px;
    line-height:28px;
}

div.div_idalgo_listbox a.idalgo_listbox_split_right{
    display:block;
    height:28px;
    padding-right:35px;
    line-height:28px;
}
div.div_idalgo_listbox button.idalgo_listbox_split_left{
    position:absolute;display:block;
    left:0;
    top:0;
    width:37px;
    height:30px;
}
div.div_idalgo_listbox button.idalgo_listbox_split_right{
    position:absolute;display:block;
    right:0;
    top:0;
    width:37px;
    height:30px;
}
div.div_idalgo_listbox .button_idalgo_dropdown {
  position: relative;
  width:100%;
  padding-right:30px;
  font-weight:bold;
  color:#ff6600;
}
a.a_idalgo_dropdown{overflow:hidden;}
div.div_idalgo_listbox.active ul.ul_idalgo_dropdown_menu {
  display: block;
  margin-top: 1px;
}


ul.ul_idalgo_dropdown_menu{
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #b9b9b9;
    background-clip: padding-box;
    overflow:visible;
    width: auto;
    left: 0;
    right: 0;
}

li.li_idalgo_dropdown_menu {
    position: relative;
    padding:3px 15px;
}
ul.ul_idalgo_dropdown_menu a {
    position: relative;display:block;
    font-weight: normal;
    color: #40454d;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor:pointer;
    font-size:0.6875em;
}
ul.ul_idalgo_dropdown_menu a:FIRST-LETTER {text-transform:uppercase}
ul.ul_idalgo_dropdown_menu li.li_idalgo_dropdown_menu:hover{
    background-color: #ffffff;
}

div.div_idalgo_listbox.active ul.ul_idalgo_dropdown_menu{
  display: block;
}

/** Navigation **/
ul.ul_idalgo_nav > li.li_idalgo_left {float:left;}
ul.ul_idalgo_nav > li.li_idalgo_right {float:right;}
ul.ul_idalgo_nav > li > a{display:block;background-color:#ffffff;cursor:pointer;}
ul.ul_idalgo_nav > li > a:hover, ul.ul_idalgo_nav > li:hover > a{background-color:#eeeeee;text-decoration:none;cursor:pointer;}
ul.ul_idalgo_nav > li > a[href]:hover{text-decoration:none;}
ul.ul_idalgo_nav > li > a > span.span_navtab_badge {position: absolute;right: 2%;top: -8px;display: block;width: 20px;height: 20px;border-radius: 10px;line-height: 20px;color: #ffffff;}
ul.ul_idalgo_nav > li > a > span.span_navtab_badge:empty {display: none;}

ul.ul_idalgo_nav_pills > li > a,
ul.ul_idalgo_nav_tab > li > a{text-align:center;padding-left:0.75em;padding-right:0.75em;line-height:1.888em;font-size:0.75em;color:#595959}

/** Affichage en Tab **/
ul.ul_idalgo_nav_tab{position:relative;border-bottom:1px solid #b9b9b9;margin-bottom:0.625em;}
ul.ul_idalgo_nav_tab > li {margin-bottom:-1px;position:relative;}
ul.ul_idalgo_nav_tab > li > a{border:1px solid #b9b9b9;border-radius: 2px 2px 0 0;text-transform:uppercase;overflow:hidden}
ul.ul_idalgo_nav_tab > li > a.a_idalgo_slim{padding-left:0;padding-right:0;}
ul.ul_idalgo_nav_tab > li > a:hover{border-bottom-color:#ffffff;}
ul.ul_idalgo_nav_tab > li > a.a_idalgo_active,
ul.ul_idalgo_nav_tab > li > a.a_idalgo_active:hover{background-color:#ffffff;color:#ff6600;border-bottom-color:#ffffff;cursor:default;}
ul.ul_idalgo_nav_tab > span.span_idalgo_nav_title{position:absolute;display:block;left:1em;text-transform:uppercase;color:#747474;line-height:2em;font-size:0.75em;top:50%;margin-top:-0.944em}

.idalgo_tabbable{display:none;}
.idalgo_tabbable.idalgo_tab_active{display:block;}
.idalgo_fade{opacity:0;
-webkit-transition: opacity 1s linear;
   -moz-transition: opacity 1s linear;
     -o-transition: opacity 1s linear;
        transition: opacity 1s linear;
}
.idalgo_fade.idalgo_tab_fade_in{opacity:1;}

/** Affiche 'pillule' **/
ul.ul_idalgo_nav_pills{display:inline-block;}
ul.ul_idalgo_nav_pills > li > a{color:#747474;background-color:#ffffff;border:1px solid #747474;font-size:1em;line-height:1.75em;}
ul.ul_idalgo_nav_pills > li > a.a_idalgo_active,
ul.ul_idalgo_nav_pills > li > a.a_idalgo_active:hover{color:#ff6600;background-color:#eeeeee;}

ul.ul_idalgo_nav_pills > li + li > a{border-left:0}

/* Module/Common/CSS/MainDomTable.css *****************************************************/

.div_idalgo_container table{
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0px;
    width:100%;
}
div.div_idalgo_container table tbody tr:hover,
div.div_idalgo_container table tbody tr.hover{
    background-color: #ffffff;
}
.table_idalgo_content_simple tbody{
    border-top:1px solid #747474;
}

.table_idalgo_content_simple thead{
    border-top:0 none;
}

/** Tableau avec affichage de fond une fois sur deux **/
table.table_idalgo_content_alternate{
    border-collapse:separate;
}
table.table_idalgo_content_alternate tbody{
    border-collapse:separate;
}
table.table_idalgo_content_alternate thead tr{
    height:30px;
    text-align:center;
}
table.table_idalgo_content_alternate tbody tr{
    height:30px;
    line-height:30px;
    text-align:center;
}
table.table_idalgo_content_alternate tbody tr:nth-child(odd){
    height:28px;
    line-height:28px;
    background-color: #eeeeee;
}
table.table_idalgo_content_alternate tbody tr td{
    border:none;
    padding:0;
    margin:0;
}
table.table_idalgo_content_alternate tbody tr:nth-child(odd) td{
    border-width:1px 0 1px 0;
    border-style:solid;
    border-color:#b9b9b9;
}

/* Module/Common/CSS/MainDomTitle.css *****************************************************/

/** TITRE 1 **/
div.idalgo_title1 {
    display:block;
    position:relative;
    clear:both;
    overflow:visible;
    margin:0 0 26px 0;
    padding:0;
    border-width:0 0 1px 0;
    border-color:#747474;
    border-style:solid;
    height:32px;
}
h2.idalgo_title1 {
    position:relative;
    top:8px;
    display:inline;
    line-height:2em;
    font-weight:bold;
    margin:0;
    padding-left:10px;
    padding-right:80px;
    line-height:1.25em;
    font-size:1.25em;
    font-family:Arial;
    color:#40454d;
    text-transform:uppercase;
    border-width: 0 0 6px 0;
    border-style:solid;
    border-color:#ff6600;
}


/** TITRE 2 **/
div.idalgo_title2 {
    position:relative;
    clear:both;
    margin:0;
    border-radius:2px;
    border:1px solid #b9b9b9;
    background-color:#eeeeee;
    opacity:0.75;
    filter:alpha(opacity=75);
    height:1.375em;
    line-height:1.375em;
    margin:0.625em 0;
}

h3.idalgo_title2 {
    position:relative;
    margin:0;
    padding-top:0;
    padding-bottom:0;
    padding-left:10px;
    font-weight:bold;
    font-family:Arial;
    font-size: 0.6875em;
    color:#40454d;
    text-transform:uppercase;
}
/** TITRE 3 **/
div.idalgo_title3{
    background-color: #F5F5F5;
    border: 1px solid #EAEAEB;
    border-radius: 2px 2px 2px 2px;
    clear: both;
    height: 1.375em;
    line-height: 1.375em;
    margin: 0.625em 0;
    opacity: 0.75;
    position: relative;
}
h4.idalgo_title3 {
    position:relative;
    margin:0;
    padding-left:10px;
}
/** WIDGET - TITRE 1 **/
div.idalgo_title1_widget{
    display:block;
    position:relative;
    clear:both;
    height:1.813em;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#747474;
}
h2.idalgo_title1_widget{
    position:relative;
    display:inline;
    top:8px;
    padding:0;
    padding-left:5px;
    padding-right:20px;
    margin:0;
    border-width:0 0 3px 0;
    border-style:solid;
    border-color:#ff6600;
    font-family:Arial;
    font-weight:bold;
    color:#40454d;
    text-transform:uppercase;
    line-height:1.813em;
    font-size:0.875em;
}

/** WIDGET - TITRE 2 **/
div.idalgo_title2_widget,
div.idalgo_title3_widget{
    display:block;
    position:relative;
    clear:both;
    width:auto;
    height:0.937em;
    padding:0;
    padding-left:33%;
    text-align:center;
    vertical-align:bottom;
}

h3.idalgo_title2_widget{
    position:relative;
    padding:0;
    margin:0;
    text-transform:uppercase;
    font-size:0.75em;
    font-family:Arial;
    font-weight:bold;
    color:#40454d;
    line-height:15px;
}

/** WIDGET - TITRE 3 **/
h4.idalgo_title3_widget{
    position:relative;
    padding:0;
    margin:0;
    font-size:0.66em;
    font-family:Arial;
    font-weight:bold;
    color:#40454d;
    line-height:15px;
}


/** ICONE TITRE 1 **/
span.idalgo_title1_icon_show ,
span.idalgo_title1_icon_hide {
    position:absolute;
    display:block;
    top:9px;
    height:25px;
    width:30px;
    cursor:pointer;
    right:10px;
    background-image:url('/football-score/cache/media/sprite_left.png');
    background-repeat:no-repeat;
    z-index:1;
}
span.idalgo_title1_icon_show {
    background-position:center -283px; /*-253px;*/
}
span.idalgo_title1_icon_hide {
    background-position:center -252px; /*-284px*/
}

/** ICONE TITRE 2 **/
span.idalgo_title2_icon_show ,
span.idalgo_title2_icon_hide {
    position:absolute;
    height:22px;
    width:30px;
    top:0;
    right:0;
    cursor:pointer;
    margin-right:10px;
    background-image:url('/football-score/cache/media/sprite_left.png');
    background-repeat:no-repeat;
}
span.idalgo_title2_icon_show {
    background-position:center -624px;
}
span.idalgo_title2_icon_hide {
    background-position:center -655px
}

/* Module/Common/CSS/MainPicture.css ******************************************************/

.idalgo_dropdown_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}

span.idalgo_picture_arrow_left{
    position:relative;display:block;
    left:2px;top:0;
    height:23px;
    background-position:center -4px;
}
span.idalgo_picture_arrow_right{
    position:relative;display:block;
    right:-4px;top:0;
    height:23px;
    background-position:center -35px;
}
span.idalgo_picture_triangle{
    position:absolute;display:block;
    right:0px;top:0;
    background-position:center -124px;
}

div.idalgo_icon_openclose_title1,
div.idalgo_icon_openclose_h2 {background-position:center -248px;}
div.idalgo_icon_openclose_h3 {background-position:center -624px;height:22px;}

.idalgo_sprite{
    background-image:url('/football-score/cache/media/sprite_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden;
}

span.idalgo_picture_refresh{
    background-position:center -782px;
}
.idalgo_icon_timeaverage{
    background-position:center -1053px;
}
.idalgo_icon_goal{
    background-position:center -372px;
}
.idalgo_icon_yellow{
    background-position:center -403px;
}
.idalgo_icon_red{
    background-position:center -434px;
}
.idalgo_icon_penalty_in{background-position:center -682px;}
.idalgo_icon_penalty_out{background-position:center -713px;}
.idalgo_icon_yellowred{background-position:center -465px;}

.idalgo_icon_close{background-position:center -1364px;}

.idalgo_icon_minus{background-position:center -1217px;}
.idalgo_icon_plus{background-position:center -1248px;}

.idalgo_icon_dark_square_minus{background-position:center -629px;}
.idalgo_icon_dark_square_plus{background-position:center -660px;}

.idalgo_icon_navigation_prev{background-position:center -2015px}
.idalgo_icon_navigation_next{background-position:center -1953px}
.idalgo_icon_navigation_calendar_close{background-position:center -2077px}
.idalgo_icon_navigation_calendar_prev{background-position:center -2139px}
.idalgo_icon_navigation_calendar_next{background-position:center -2108px}

.idalgo_icon_button_play_off{background-position:center -2764px}
.idalgo_icon_button_play_off:hover{background-position:center -2702px}
.idalgo_icon_button_play_on{background-position:center -2702px}

.idalgo_icon_button_pause_off{background-position:center -2888px}
.idalgo_icon_button_pause_off:hover{background-position:center -2826px}
.idalgo_icon_button_pause_on{background-position:center -2826px}

.idalgo_icon_button_nav_off{background-position:center -2983px}
.idalgo_icon_button_nav_off:hover{background-position:center -2952px}
.idalgo_icon_button_nav_on{background-position:center -2952px}

.idalgo_icon_menu{background-position:center -2611px;}

.idalgo_button_twitter{background-position:center -3193px;}
.idalgo_button_square_twitter{background-position:center -3348px;}

.idalgo_icon_flat_minus{background-position:center -3410px;}
.idalgo_icon_flat_plus{background-position:center -3379px}

.idalgo_icon_arrow_down{background-position:center -2673px;}
.idalgo_icon_arrow_right{background-position:center -2115px;}

.idalgo_sprite_twitter {
    background-image:url('//si0.twimg.com/images/dev/cms/intents/icons/sprites/everything-spritev2.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden;}

/* Module/Football/CSS/Standing.css *******************************************************/
div.div_idalgo_content_football_standing{
    position:relative;
}

/* Module/Football/CSS/WidgetStanding.css *************************************************/

/* CLASSEMENT - GESTION DES PHASES DE GROUPES */
div.div_idalgo_football_widget_standing_group_list{margin:0}
div.div_idalgo_football_widget_standing_group_list div.div_idalgo_blockcontent_title_h3{margin:0}
div.div_idalgo_football_widget_standing{position:relative;}

ul.ul_idalgo_football_standing_list_team{
    position:relative;display:block;
    height:1.375em;
    text-align:right;
}
div.div_idalgo_football_widget_standing_group_list ul.ul_idalgo_football_standing_list_team{
    margin:0.22em 0;
}
div.div_idalgo_football_widget_standing_group_list ul.ul_idalgo_football_standing_list_team:after{
    position:relative;
    display:block;
    content:' ';
    clear:both;
    width:100%;
}
ul.ul_idalgo_football_standing_list_team li{
    position:relative;
    display:block;
    float:left;
    width:40px;
    height:20px;
}
a.a_idalgo_football_standing_list_team{
    position:relative;
    display:block;
    text-align:center;
    height:100%;
    width:100%;
    white-space:nowrap;
}
div.div_idalgo_football_widget_standing a.a_idalgo_content_football_result_group_list_team img{
    position:absolute;
    left:0;
    top:0;
}

/* GESTION DES CLASSEMENTS */
div.div_idalgo_widget ul.ul_idalgo_football_widget_standing_group_list{
    margin:0;
}

table.table_idalgo_football_widget_standing{
    margin-bottom:0.5em;
    font-size:0.8em;
}

table.table_idalgo_football_widget_standing tbody tr,
table.table_idalgo_football_widget_standing tbody tr:nth-child(2n+1){
    text-align:center;
    height:1.484em;
    line-height:1.484em;
}

td.td_idalgo_football_widget_standing_position{
    width:6%;
    text-align:center;
    font-weight:bold;
    color:#595959;
}
td.td_idalgo_football_widget_standing_pos{
    width:3%;
}
td.td_idalgo_football_widget_standing_logo{
    width:10%;
    text-align:center;
    vertical-align:center;
}
img.img_idalgo_football_widget_standing_logo{
    vertical-align:middle;
}
table.table_idalgo_football_widget_standing td.td_idalgo_football_widget_standing_name{
    text-align:left;
    font-weight:bold;
    font-size:0.9em;
    width:51%;
}
th.th_idalgo_football_widget_standing_played,
td.td_idalgo_football_widget_standing_played{
    color:#595959;
    font-size:0.8em;
    width:15%;
}
td.td_idalgo_football_widget_standing_points{
    font-weight:bold;
}

/* CLASSEMENT - GESTION DES COULEURS */
td.td_idalgo_football_widget_standing_pos_1,
td.td_idalgo_football_widget_standing_pos_2,
td.td_idalgo_football_widget_standing_pos_3,
td.td_idalgo_football_widget_standing_pos_4{
    background-color:#ff6600;
}
td.td_idalgo_football_widget_standing_pos_10,
td.td_idalgo_football_widget_standinge_pos_11{
    background-color:#40454d;
}
div.div_idalgo_football_widget_standing_pos_background{
    height:100%;
}
td.td_idalgo_football_widget_standing_pos_2 div.div_idalgo_football_widget_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.5;
       -moz-opacity:0.5;
         -o-opacity:0.5;
            opacity:0.5;
    filter:alpha(opacity=50);
}
td.td_idalgo_football_widget_standing_pos_3 div.div_idalgo_football_widget_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.7;
       -moz-opacity:0.7;
         -o-opacity:0.7;
            opacity:0.7;
    filter:alpha(opacity=70);
}
td.td_idalgo_football_widget_standing_pos_4 div.div_idalgo_football_widget_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.9;
       -moz-opacity:0.9;
         -o-opacity:0.9;
            opacity:0.9;
    filter:alpha(opacity=90);
}
td.td_idalgo_football_widget_standing_pos_11 div.div_idalgo_football_widget_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.6;
       -moz-opacity:0.6;
         -o-opacity:0.6;
            opacity:0.6;
    filter:alpha(opacity=60);
}

th.th_idalgo_football_widget_standing_win,
td.td_idalgo_football_widget_standing_win,
th.th_idalgo_football_widget_standing_draw,
td.td_idalgo_football_widget_standing_draw,
th.th_idalgo_football_widget_standing_lost,
td.td_idalgo_football_widget_standing_lost{
    display:none
}

/* Module/Pattern/CSS/Standing.css ********************************************************/
div.div_idalgo_content_standing{
    position:relative;
}

div.div_idalgo_content_standing_content{
    padding-bottom:1px;
    position:relative;
    z-index:1;
}
div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab > li {
    width:24%;
}
div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab > li:first-child {
    margin-left:2%;
}
div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab > li > a {
    height:40px;
    line-height:40px;
    text-overflow: ellipsis;
}

div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab_standing_group > li > a {
    height:25px;
    line-height:25px;
    text-overflow: ellipsis;
}

/* Le tableau de contenu.*/
table.table_idalgo_content_standing{
    font-size:0.6875em;
}
table.table_idalgo_content_standing,
table.table_idalgo_content_standing tbody,
table.table_idalgo_content_standing tbody tr,
table.table_idalgo_content_standing tbody tr th,
table.table_idalgo_content_standing tbody tr td,
table.table_idalgo_content_standing tbody tr td span{
    position:relative;
}

table.table_idalgo_content_standing tr th.th_idalgo_content_standing_last,
table.table_idalgo_content_standing tr td.td_idalgo_content_standing_last {
    width:1px;
}
table.table_idalgo_content_standing tr td.td_idalgo_content_standing_last span.span_idalgo_content_standing_last {
    display:none;
}

/* Gestion de l'affichage des colones */
div.div_idalgo_content_standing_vnd button.button_idalgo_content_standing_content_content span.span_idalgo_content_standing_content_content_vnd,
div.div_idalgo_content_standing_vnd th.th_idalgo_content_standing_for,
div.div_idalgo_content_standing_vnd th.th_idalgo_content_standing_against,
div.div_idalgo_content_standing_vnd th.th_idalgo_content_standing_dif,
div.div_idalgo_content_standing_vnd td.td_idalgo_content_standing_for,
div.div_idalgo_content_standing_vnd td.td_idalgo_content_standing_against,
div.div_idalgo_content_standing_vnd td.td_idalgo_content_standing_dif,
div.div_idalgo_content_standing_goal button.button_idalgo_content_standing_content_content span.span_idalgo_content_standing_content_content_goal,
div.div_idalgo_content_standing_goal th.th_idalgo_content_standing_win,
div.div_idalgo_content_standing_goal th.th_idalgo_content_standing_draw,
div.div_idalgo_content_standing_goal th.th_idalgo_content_standing_lost,
div.div_idalgo_content_standing_goal td.td_idalgo_content_standing_win,
div.div_idalgo_content_standing_goal td.td_idalgo_content_standing_draw,
div.div_idalgo_content_standing_goal td.td_idalgo_content_standing_lost {display:none;}

div.div_idalgo_content_standing_content_content_button {
    display:block;
    height:30px;
    line-height:30px;
}
button.button_idalgo_content_standing_content_content {
    position:relative;
    float:right;
    width:25%;
    max-width:25%;
    height:25px;
    border-collapse: collapse;
    border:1px solid #b9b9b9;
    background-repeat: no-repeat;
    background-color: #eeeeee;
    cursor:pointer;
}
button.button_idalgo_content_standing_content_content:hover {
    border-color: #ffffff;
}
span.span_idalgo_content_standing_content_content_picto {
    background-position:center -778px;
    display:block;
    width:20px;
    height:25px;
    position:absolute;
    right:0;
    top:0;
}
div.div_idalgo_content_standing_content_content_standing {
    clear:both;
}
/* THEAD */
th.th_idalgo_content_standing_win  span.span_idalgo_content_standing_win,
th.th_idalgo_content_standing_draw span.span_idalgo_content_standing_draw,
th.th_idalgo_content_standing_lost span.span_idalgo_content_standing_lost {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: auto;
    color: #ffffff;
}
th.th_idalgo_content_standing_win span.span_idalgo_content_standing_win   { background-color: #4db103;  }
th.th_idalgo_content_standing_draw span.span_idalgo_content_standing_draw { background-color: #3d3e41; }
th.th_idalgo_content_standing_lost span.span_idalgo_content_standing_lost { background-color: #bd362f; }

th.th_idalgo_content_standing_form {text-align: center;}
th.th_idalgo_content_standing_form span.span_idalgo_content_standing_form {
    font-size: 0.8em;
}

th.th_idalgo_content_standing_bd,
th.th_idalgo_content_standing_bo {background-image:none;}
th.th_idalgo_content_standing_bd span.span_idalgo_content_standing_bd {
    background-position: center -1674px;
    display:block;
    margin:auto;
    width:30px;
    height:30px;
}
th.th_idalgo_content_standing_bo span.span_idalgo_content_standing_bo {
    background-position: center -1705px;
    display:block;
    margin:auto;
    width:30px;
    height:30px;
}

/* GESTION DES COLONNES */
table.table_idalgo_content_standing tbody tr:nth-child(odd) {
    height:38px;
    line-height:38px;
}
table.table_idalgo_content_standing tbody tr {
    height:40px;
    line-height:40px;
}
a.a_idalgo_content_standing_logo{
    position:relative;
}
img.img_idalgo_content_standing_logo{
    vertical-align:middle;
}
table.table_idalgo_content_standing td {
    font-weight: bold;
    font-size:1.2em;
}
table.table_idalgo_content_standing td.td_idalgo_content_standing_name{
    min-width:11%;
    text-align:left;
    text-overflow:ellipsis;
    white-space:nowrap;
}
td.td_idalgo_content_standing_position{
    width:5%;
    color:#747474;
}
td.td_idalgo_content_standing_pos{
    width:2%;
}
td.td_idalgo_content_standing_logo{
    /*width:22px;*/
    text-align: center;
}
td.td_idalgo_content_standing_points{
    width:15%;
    color:#ff6600;
}
td.td_idalgo_content_standing_played,
td.td_idalgo_content_standing_bo,
td.td_idalgo_content_standing_bd,
td.td_idalgo_content_standing_win,
td.td_idalgo_content_standing_draw,
td.td_idalgo_content_standing_lost,
td.td_idalgo_content_standing_for,
td.td_idalgo_content_standing_against,
td.td_idalgo_content_standing_dif,
td.td_idalgo_content_standing_next{
    width:15%;
}
td.td_idalgo_content_standing_form {
    width:76px;
}
td.td_idalgo_content_standing_next span.span_idalgo_content_standing_next {
    background-color:#ffffff;
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    border:1px solid #b9b9b9;
}
table.table_idalgo_content_standing tbody tr.tr_idalgo_content_standing_line_selected span.span_idalgo_content_standing_next {
    border:2px solid #ff6600;
    width:18px;
    height:18px;
    line-height:18px;
}
/* GESTION DES COULEURS */
td.td_idalgo_content_standing_pos_1,
td.td_idalgo_content_standing_pos_2,
td.td_idalgo_content_standing_pos_3,
td.td_idalgo_content_standing_pos_4{
    background-color:#ff6600;
}
td.td_idalgo_content_standing_pos_10,
td.td_idalgo_content_standing_pos_11{
    background-color:#40454d;
}
div.div_idalgo_content_standing_pos_background{
    height:100%;
}
td.td_idalgo_content_standing_pos_2 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.5;
       -moz-opacity:0.5;
         -o-opacity:0.5;
            opacity:0.5;
    filter:alpha(opacity=50);
}
td.td_idalgo_content_standing_pos_3 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.7;
       -moz-opacity:0.7;
         -o-opacity:0.7;
            opacity:0.7;
    filter:alpha(opacity=70);
}
td.td_idalgo_content_standing_pos_4 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.9;
       -moz-opacity:0.9;
         -o-opacity:0.9;
            opacity:0.9;
    filter:alpha(opacity=90);
}
td.td_idalgo_content_standing_pos_11 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.6;
       -moz-opacity:0.6;
         -o-opacity:0.6;
            opacity:0.6;
    filter:alpha(opacity=60);
}

/* Match en cours */
table.table_idalgo_content_standing tbody div.div_idalgo_content_standing_name{position: relative}

table.table_idalgo_content_standing tbody tr td span.span_idalgo_content_standing_current {
    position: absolute;
    height: 10px;
    bottom: 0;
    left: 0;
    line-height: 10px;
    font-size: 0.7em;
    font-weight: bold;
    text-indent: 0;
    color:#ffffff;
    padding:1px 3px;
}

/** Etat de forme synt&eacute;tique **/
td.td_idalgo_content_standing_next,
td.td_idalgo_content_standing_form,
td.td_idalgo_content_standing_last {position:relative;cursor:pointer;}
td.td_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic li { display:block;float:left;width:8px;height:8px;margin-left: 4px;}
td.td_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic li a {display:block;float:left;width:8px;height:8px;padding:0;clear:none;border:none;}
td.td_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic {
    display:block;
    position:relative;
    border: 1px solid #b9b9b9;
    padding: 6px;
    height: 8px;
    width: 64px;
    background-color: #ffffff;
    z-index: 10;
    margin:0 auto
}
table.table_idalgo_content_standing tbody tr.tr_idalgo_content_standing_line_selected ul.ul_idalgo_content_standing_form_syntetic {
    border: 2px solid #ff6600;
    padding: 5px
}
table.table_idalgo_content_standing tbody tr.tr_idalgo_content_standing_line_selected {
    z-index: 1000;
}

/** Etat de forme d&eacute;taill&eacute; */
div.div_idalgo_content_standing_form_detail {
    position:relative;
    display:block;
}
ul.ul_idalgo_content_standing_form_detail {
    display:block;
    position: absolute;
    margin-top:9px;
    right:0px;
    border: 1px solid #b9b9b9;
    border-top: 2px solid #ff6600;
    width: 320px;
    background-color: #ffffff;
    box-shadow: 4px 4px 3px #b9b9b9;
    z-index: 100;
}
table.table_idalgo_content_alternate tbody tr:nth-child(odd) ul.ul_idalgo_content_standing_form_detail {
    margin-top:8px;
}

ul.ul_idalgo_content_standing_form_detail li {
    display:block;
    position: relative;
    float:none;
    width:100%;
    line-height:25px;
    border-bottom: 1px solid #b9b9b9;
    clear:both;
    cursor: pointer;
}

ul.ul_idalgo_content_standing_form_detail li span {
    float:left;
    display:block;
    font-weight: normal;
    font-size: 0.8em;
}

span.span_idalgo_content_standing_form_detail_status {
    width:8px;
    height:8px;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

span.span_idalgo_content_standing_form_detail_day {
    width:20px;
}

ul.ul_idalgo_content_standing_form_detail li span.span_idalgo_content_standing_form_detail_score {
    width:40px;
    font-weight: bold;
}

span.span_idalgo_content_standing_form_detail_teams {
    width:190px;
    text-align: left;
    text-indent: 10px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

ul.ul_idalgo_content_standing_form_detail li.li_idalgo_content_standing_to_come_title span {
    font-weight:bold;
    text-align: left;
    text-indent: 22px;
}

table.table_idalgo_content_simple,
table.table_idalgo_content_simple thead,
table.table_idalgo_content_simple tr,
table.table_idalgo_content_simple th,
table.table_idalgo_content_simple tr td,
table.table_idalgo_content_simple span {vertical-align: middle}

/* Module/Pattern/CSS/Responsive480/Standing.css ******************************************/
/* Standing - Responsive 480 */
div.div_idalgo_content_standing button.button_idalgo_content_standing_content_content,
div.div_idalgo_content_standing th.th_idalgo_content_standing_bd,
div.div_idalgo_content_standing th.th_idalgo_content_standing_bo,
div.div_idalgo_content_standing th.th_idalgo_content_standing_win,
div.div_idalgo_content_standing th.th_idalgo_content_standing_draw,
div.div_idalgo_content_standing th.th_idalgo_content_standing_lost,
div.div_idalgo_content_standing th.th_idalgo_content_standing_next,
div.div_idalgo_content_standing th.th_idalgo_content_standing_last,
div.div_idalgo_content_standing td.td_idalgo_content_standing_bd,
div.div_idalgo_content_standing td.td_idalgo_content_standing_bo,
div.div_idalgo_content_standing td.td_idalgo_content_standing_win,
div.div_idalgo_content_standing td.td_idalgo_content_standing_draw,
div.div_idalgo_content_standing td.td_idalgo_content_standing_lost,
div.div_idalgo_content_standing td.td_idalgo_content_standing_next,
div.div_idalgo_content_standing th.th_idalgo_content_standing_for,
div.div_idalgo_content_standing th.th_idalgo_content_standing_against,
div.div_idalgo_content_standing th.th_idalgo_content_standing_dif,
div.div_idalgo_content_standing td.td_idalgo_content_standing_for,
div.div_idalgo_content_standing td.td_idalgo_content_standing_against,
div.div_idalgo_content_standing td.td_idalgo_content_standing_dif {display:none;}

table.table_idalgo_content_standing img.img_idalgo_content_standing_logo {
    width:15px;
    height:15px;
}
table.table_idalgo_content_standing td.td_idalgo_content_standing_logo{
    width:15px;
    text-align: center;
}
div.div_idalgo_content_standing td.td_idalgo_content_standing_points,
div.div_idalgo_content_standing td.td_idalgo_content_standing_played {
    width:9%;
}
div.div_idalgo_content_standing tr td.td_idalgo_content_standing_last {
    width:5%;
}
div.div_idalgo_content_standing td.td_idalgo_content_standing_name{
    text-transform:none;
}
div.div_idalgo_content_standing td.td_idalgo_content_standing_name a{
    width: 112px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}


table.table_idalgo_content_alternate tbody tr ul.ul_idalgo_content_standing_form_detail,
table.table_idalgo_content_alternate tbody tr:nth-child(odd) ul.ul_idalgo_content_standing_form_detail {
    margin-top:0px;
}

table.table_idalgo_content_standing tr td.td_idalgo_content_standing_last span.span_idalgo_content_standing_last {
    position:relative;
    display:inline-block;
    top:3px;
    width:15px;
    height:15px;
    background-position: center -2115px;
}

table.table_idalgo_content_standing tbody tr.tr_idalgo_content_standing_line_selected td.td_idalgo_content_standing_last span.span_idalgo_content_standing_last {
    background-position: center -2674px;
}

td.td_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic {
    top:4px;
    padding:3px;
}
table.table_idalgo_content_standing tbody tr.tr_idalgo_content_standing_line_selected ul.ul_idalgo_content_standing_form_syntetic {
    padding:2px;
}

/* Customer/Orange/StarAfrica/Common/CSS/Orange.css ***************************************/
/* Container iDalgo */
div.container{
    background: none repeat scroll 0 0 #FFFFFF;
}

/* ARABE */
html[dir="rtl"] div.div_idalgo_container{
    /*font-size:1.8em;*/
}

/* PUB */
div.div_idalgo_orange_advertising{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    padding: 3px;
    margin-bottom:20px;
}
div.div_idalgo_content .box_outer{
    margin-top:20px;
}

/* TITRES GENERAUX */
h1,
h2,
h3,
h4,
h5,
h6{
    font-family:Arial;
}

/* LIENS*/
div.div_idalgo_container a[href]:hover,
div.div_idalgo_container a[href]:hover span,
ul.ul_idalgo_dropdown_menu a.a_idalgo_dropdown_menu:hover{
    color:#ff6600;
    text-decoration:none;
    -webkit-transition: color .2s linear;
       -moz-transition: color .2s linear;
        -ms-transition: color .2s linear;
         -o-transition: color .2s linear;
            transition: color .2s linear;
}

/* ZONNING PRINCIPAL */
div.div_idalgo_content_full div.div_idalgo_content, div.div_idalgo_content_full div.div_idalgo_aside {
    margin-top:20px;
}


div.div_idalgo_content_full div.div_idalgo_content{
    width:651px;
    float:left;
    margin-left:5px;
    margin-bottom:20px;
}

div.div_idalgo_content_full div.div_idalgo_aside {
    width:307px;
    float:right;
    margin-right:5px;
    margin-bottom:20px;
}

div.div_idalgo_content_full div.div_idalgo_aside:after{
    content:"";
    clear:both;
}

/* H1 */
div.div_idalgo_container h1.h1_idalgo{
    background-color:white;
    height:50px;
    line-height:50px;
    background:none;
    border: none;
}
h1.h1_idalgo span.h1_idalgo_title{
    font-weight:100;
    font-size:1em;
    text-shadow:none;
    line-height:100px;
    color:#ff6600;
    line-height:50px;
}
h1.h1_idalgo span.h1_idalgo_subtitle {
    top:70px;
    left:40px;
}
h1.h1_idalgo span.h1_idalgo_subtitle{
    display:none;
}
h4.idalgo_title3_widget {
    background-color:transparent;
    background-image:none;
    color:#40454d;
}
div.div_idalgo_container h4 {
    text-transform:lowercase;
}

/* Customer/Orange/StarAfrica/Common/CSS/OrangeWidget.css *********************************/
/** WIDGETS **/
div.div_idalgo_football_widget_result,
div.div_idalgo_football_widget_standing,
div.div_idalgo_widget_football_statistic_player_goal,
div.div_idalgo_widget_football_statistic_team_for,
div.div_idalgo_widget_football_statistic_team_against{
    background-color:#ffffff;
    margin-top:0px;
}

.sidebar .widget div.div_idalgo_widget{
    margin:-11px;
}
.sidebar .widget div.div_idalgo_widget ul {
    margin:0;
}
.sidebar .widget div.div_idalgo_widget ul li {
    border:none;
    padding:0;
}
.cat_article div.div_idalgo_widget{
    margin-top: 0px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: 0px;
}
div.div_idalgo_widget{
    width:auto;
    margin-bottom:0px;
}

/* WIDGETS - TITRES */
div.idalgo_title1_widget{
    border:0;
    background-color:#ffffff;
    height:30px;
    margin:0px;
    text-transform:lowercase;
    display: inline;
}
h2.idalgo_title1_widget{
    display: inline;
    background:none;
    border:none;
    top:0;
    width:auto;
    height:27px;
    line-height:27px;
    color:#ff6600;
    padding:0;
    padding-left:10px;
    padding-right:0px;
    margin:0;
    font-size:17px;
    font-weight:normal;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-transform:lowercase;
    white-space:nowrap;
}
div.idalgo_title1_widget span{
    margin-top:5px;
}
div.idalgo_title2_widget,
div.idalgo_title3_widget{
    padding:0;
    display: inline;
}
h3.idalgo_title2_widget{
    color:#ff6600;
    font-weight:17px;
    text-transform:none;
    text-align:left;
    padding-left:5px;
    font-weight:normal;
    display: inline;
    font-size:17px;
    line-height: 26px;
}
h4.idalgo_title3_widget {
    text-transform:lowercase;
    text-align: left;
    padding-left:10px;
}

/* WIDGETS - LIENS */
div.idalgo_sprite_link {
    top:50%;
    margin-top:-11px;
}
div.div_idalgo_widget_link{
    border-width:0 0 1px 0;
    border-color:#E0E0E0;
    border-style:solid;
}
div.div_idalgo_aside div.div_idalgo_widget{
    border-width:1px 1px 2px 1px;
    border-color:#E0E0E0 #E0E0E0 #EBEBEB #E0E0E0;
    border-style:solid;
}

div.div_idalgo_widget_link a.a_idalgo_widget_link{
    font-weight: normal;
}

/* WIDGET RESULTATS */
ul.ul_idalgo_nav_tab{
    padding-right:0px;
}
div.div_idalgo_football_widget_result_tab_date_title span{
    text-transform:lowercase;
}

li.li_idalgo_content_football_result_match {
    margin-top: 5px;
}

/* WIDGET STANDING */
td.td_idalgo_football_widget_standing_pos_1,
td.td_idalgo_football_widget_standing_pos_2,
td.td_idalgo_football_widget_standing_pos_3,
td.td_idalgo_football_widget_standing_pos_4{
    background-color:#ff6600;
}
thead.thead_idalgo_football_widget_standing{
    text-transform:lowercase;
}
ul.ul_idalgo_nav_tab > span.span_idalgo_nav_title{
    z-index:0;
}

table.table_idalgo_content_alternate tbody tr:nth-child(2n+1) {
    background-color: #F5F5F5;
}

table.table_idalgo_content_alternate tbody tr td {
    padding-top: 2px;
}

/* WIDGET IDENTITE */
span.span_idalgo_widget_football_identity_main_role{
    text-transform:lowercase;
}

/* WIDGET MATCH AFFICHE */
div.div_idalgo_widget_football_match_introduction div.idalgo_title1_widget{
    height:27px;
    border: 1px solid rgba(255, 255, 255, 0.75);
}
div.div_idalgo_widget_football_match_introduction div.idalgo_title2_widget h3{
    background:none;
    background-color:#ff6600;
    height:27px;
    line-height:27px;
    color:white;
    padding:0;
    padding-left:10px;
    padding-right:40px;
    margin:0;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
    text-transform:none;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 148, 76, 0.77)), to(rgba(255, 102, 0, 0.77)));
    background-image:-webkit-linear-gradient(top, rgba(255, 148, 76, 0.77), rgba(255, 102, 0, 0.77));
    background-image:   -moz-linear-gradient(top, rgba(255, 148, 76, 0.77), rgba(255, 102, 0, 0.77));
    background-image:    -ms-linear-gradient(top, rgba(255, 148, 76, 0.77), rgba(255, 102, 0, 0.77));
    background-image:     -o-linear-gradient(top, rgba(255, 148, 76, 0.77), rgba(255, 102, 0, 0.77));
    background-image:        linear-gradient(top, rgba(255, 148, 76, 0.77), rgba(255, 102, 0, 0.77));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FF8839,endColorstr=#00FF6701, GradientType=0);
}
div.div_idalgo_widget_football_match_introduction div.idalgo_title1_widget,
div.div_idalgo_widget_football_match_introduction h4.idalgo_title3_widget{
    display:none;
}

div.div_idalgo_widget_football_statistic_content_background {
    background-color: #F5F5F5;
}