/* General IE hacks */
#top-background-bar {
  height: 163px;
}

div.block div.subnav {
  height: 1.3em;
}
.table thead tr.main-head, .table thead tr.sub-head,
table.matches tr.expanded, table.matches tr.loading {
  display: block;
}

td.rank {
  width: 5%;
}

.leaguetable .form {
  width: 17%;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* IE7 specific */
*:first-child+html div.block div.right {
  width: 49.9%;
}
*:first-child+html div.block_match_info div.right {
  width: 29.9%;
}
div.block .fixed-height {
  padding-right: expression(this.scrollHeight > this.offsetHeight ? 6 : 0);
}

/*table.matches td.team a {
  white-space: nowrap;
  overflow-x: hidden;
}*/

/* IE6 hack: 50% + 50% > 100% */
div.block div.container {
  width: 49.999%;
}

div.block_match_info div.left {
  width: 29%;
  float: left;
}
div.block_match_info div.middle {
  width: 39%;
  float: left;
}
div.block_match_info div.right {
  width: 29%;
  float: right;
}

/* IE6 hack for userbar-content: div inherit width and text-align from container */
#userbar-search {
  width: 30%;
}
#userbar-account {
  width: 29%;
}
#userbar-l10n {
  width: 38%;
}
#userbar-l10n-view {
  float: right;
}

table.popup-matches-table {
  width: 96%;
}
div.popup-block div.popup-real-content {
  overflow-y: scroll;
}

/* IE hack to fix height of small story in home news container. */
.home_news_topstories_container li .small_story {
  height:50px;
}

#topbar-search-button {
  background-position: 0 4px;
}  

.block_competition_tables-wrapper
{
  z-index: 1;
}

div#header {
  z-index: 1;
}

#topbar-sport-picker {
position: fixed;
  z-index: 1000;
}

#menu{
  position: relative;
  z-index: 1;
}

.date_matches .minute {
  width: auto !important;
}

.date_matches .team {
  width: 190px !important;
}

table.matches tr.loading td.loading-icon {
  border: none !important;
}

div.block_ad_floating_bar .bar{
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* For IE 5.5 - 7*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)"; /* For IE 8*/
}
