










/*#popup_survey {
  z-index: 1000;
  position: fixed;
  width: 500px;
  height: 260px;
  top: 50%;
  left: 50%;
  margin-top: -230px;
  margin-left: -345px;
  border:4px solid #EC511B;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

#popup_survey .popup-content {
  padding: 40px 25px 25px 25px;
}

#popup_survey li {
  margin-bottom: 1em;
}

#popup_survey p {
  text-align: center;
  color: #000;
  font-size: 1.4em;
  padding: 0;
  margin-bottom: 1em;
}

#popup_survey ul {
  text-align: center;
  margin-top: 2.5em;
}

#popup_survey li.survey_now a {
  font-size: 2em;
}

#popup_survey li a {
  color: #EC511B;
  font-size: 1.3em;
}

#popup_survey li.remind {
  float: left;
}

#popup_survey li a:hover {
  color: #fe733d;
}

.force_block {
  display:-moz-inline-stack;
  display:table-cell;
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align:top;
}

#popup_survey li.survey_now a span {
  background-color: #EC511B;
  color: white;
  padding: 5px 10px 5px 10px;
  position: relative;
  top: -5px;
  border-radius: 5px;
}

#popup_survey div.popup-content p span {
  display: block;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 46px;
}*/
#popup_survey {
  z-index: 1000;
  position: absolute;
  width: 500px;
  height: 180px;
  top: 0px;
  left: 156px;
  border-color: #EC511B;
}
#popup_survey .popup-content {
  padding-top: 25px;
}
#popup_survey li {
  margin-bottom: 1em;
}
#popup_survey p { 
  text-align: center; 
  color: #000;
  font-size: 1.4em;
  padding: 0;
  margin-bottom: 1em;
}
#popup_survey ul {
  text-align: center;
  margin-top: 2.5em;
}
#popup_survey li.survey_now a {
  font-size: 2em;
}
#popup_survey li a {
  color: #EC511B;
  font-size: 1.3em;
  border-bottom: 1px dotted #EC511B;
}
#popup_survey li.remind {
  float: left;
}
#popup_survey li a:hover {
  color: #fe733d;
}
/**
 * Web Fonts
 */

@font-face {
    font-family: 'RobotoRegular';
    src: url('../../fonts/roboto-regular-condensed.eot');
    src: url('../../fonts/roboto-regular-condensed.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/roboto-regular-condensed.woff') format('woff'),
         url('../../fonts/roboto-regular-condensed.ttf') format('truetype'),
         url('../../fonts/roboto-regular-condensed.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../../fonts/roboto-bold-condensed.eot');
    src: url('../../fonts/roboto-bold-condensed.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/roboto-bold-condensed.woff') format('woff'),
         url('../../fonts/roboto-bold-condensed.ttf') format('truetype'),
         url('../../fonts/roboto-bold-condensed.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  overflow-y: scroll; /* Make sure scrollbars are always displayed. */
}

table {
  width: 100%; /* Let the table span its container's full width. */
}

a {
  text-decoration: none;
  cursor: pointer; /* Show pointer cursor for all links, even for links without a "href" attribute */
  color: black;
}
#doc4 {
  width: 1000px;
  position: relative;
  background-color: #fff;
  padding: 0 20px;
}
.overlay{opacity: 0.2}
/**
 * Clearfix hack for containers of floating containers. For more information, see the following
 * post by Matt Snider: http://mattsnider.com/architecture/faux-columns/
 */

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block
}

.hidden {
  display: none;
}

/**
 * We will use definition lists as key/value tables.
 */

dt, dd {
  float: left;
}
dt {
  width: 30%;
  clear: left;
  font-weight: bold;
}
dd {
  width: 70%;
}

strong {
  font-weight: bold; /* Always show strong tags as bold (these are reset by YUI reset). */
}

.center {
  text-align: center;
}

h4 {
  font-weight: bold;
}

a.more {
  padding-right: 15px;
  background: url(../../img/more_gray.gif) no-repeat right center;
}

/**
 * Unfortunately, YUI doesn't offer support for our desired skyscraper column.
 */
div.small-column {
  float: left;
  width: 120px;
}
div.content-column {
  float: right;
  width: 557px;
}

.text p {
  margin-bottom: 1.5em;
}
.text p.last, .text p:last-child {
  margin-bottom: 0;
}

optgroup {
  font-weight: bold;
  padding-left: 0.2em;
}
option {
  font-weight: normal;
}

ul.bullet-list {
  padding-left: 3.5em;
}
  ul.bullet-list li {
    list-style-type: disc;
  }

/*****************************************************************************
* Sub navigation general
*****************************************************************************/
div.subnav ul {
  list-style-type: none;
}
div.subnav li, div.subnav a {
  display: block;
  float: left;
}


/*****************************************************************************
* Main header
*****************************************************************************/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.ad-ops-takeover .banner-content {
  width: 1000px;
  background-color: transparent;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ad-ops-takeover #site-header {
  width: 1000px;
  padding: 0 20px;
  display: inline-block;
}
.container {width:1000px;margin:0 auto;position:relative}

.language_search{min-width:215px}
div.block.block_language_search div.container{width:auto}
#language_picker{width:100%}
#language_picker .col{width:auto;background:none;padding:0 15px 10px;}


/* #site-header {background:#f3f3f3} */
.ie6 nav#main li.t_l a.t_l {width:0;white-space:nowrap}
nav#main a:focus{outline:none}

li.h_d .submenu{display: none}
li.h_d.active .submenu,#top-bar li.h_d:hover .submenu{display: block}

nav#main #submenu_more{left:auto; right:0; top: 127px}
.submenu ul, .submenu li {margin:0;padding:0;list-style:none}
.submenu li {
  padding: 5px 15px;
  text-align: left;
}
.submenu li:hover {
  background: #4f4e4e;
  background: -webkit-linear-gradient(top, #4f4e4e, #373737);
  background: -moz-linear-gradient(top, #4f4e4e, #373737);
  background: -ms-linear-gradient(top, #4f4e4e, #373737);
  background: -o-linear-gradient(top, #4f4e4e, #373737);
  background: linear-gradient(top, #4f4e4e, #373737);
}
.submenu .title:hover,
.submenu .sub-title:hover {
  background: none;
}
.submenu li:hover a {
  color:#fff
}
.submenu a {
  color:#4e4e4e;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration:none;
}
.submenu a img {margin-right:5px}
.submenu.col_5 .col {width: 20%}
.submenu.col_4 .col {width: 25%}
.submenu.col_3 .col {width: 25%}
.submenu.col_2 .col {width: 50%}

#search-input-wrap {
  position: relative;
  text-align: left;
  width: 200px;
}

#search-input-submit {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.sport {
  background: url("../../img/sports/sport-icons.png") no-repeat scroll 0 0 transparent;
  padding-left: 16px;
}
.sport.american_football {
    background-position: 0 0;
}
.sport.baseball {
    background-position: 0 -16px;
}
.sport.basketball {
    background-position: 0 -32px;
}
.sport.cricket {
    background-position: 0 -48px;
}
.sport.handball {
    background-position: 0 -80px;
}
.sport.hockey {
    background-position: 0 -96px;
}
.sport.motorsports {
    background-position: 0 -112px;
}
.sport.rugby {
    background-position: 0 -128px;
}
.sport.soccer {
    background-position: 0 -144px;
}
.sport.women_soccer {
    background-position: 0 -160px;
}
.sport.tennis {
    background-position: 0 -176px;
}
.sport.volleyball {
    background-position: 0 -192px;
}

.facebook, .twitter { display: inline-block; height: 19px; line-height: 19px; no-repeat; }

/* big ad */
body > a {height:1px;width:1px;display:block;}


/*****************************************************************************
* Page header
*****************************************************************************/
h1 {
  font-size: 153.9%;
  margin-bottom: 0.2em;
}
h1.hidden {
  display: none;
}
#subheading {
  margin-bottom: 2em;
}

#subheading label {
color: black;
font-size: 85%;
}

#subheading .submenu_dropdown {
  padding: 5px;
  position: absolute;
  bottom: 15px;
  right: 0;
}

#submenu-container, #subheading > div {
  position: relative;
  background: url(../../img/base/submenu-bg.png) repeat-x;
}

#submenu {
  height: 70px;
  padding: 0;
}

#submenu label {
  float: left;
  display: block;
  padding-left: 0.7em;
  padding-right: 1em;
  color: white;
  font-weight: bold;
}

#submenu ul {
 margin: 0;
 position: absolute;
 bottom: 5px;
 left: 10px;
}

#submenu li {
  float: left;
  margin-right: 0.5em;
  border: 1px solid transparent;
}

#submenu a {
  display: block;
  border: 1px solid transparent;
  font-size: 93%;
  color: black;
  padding: 2px;
}

#submenu li a:hover, #submenu li.current a  {
  background: #f85f00;
  color: #fff;
}


.block_news_article h1 {
  display: block;
}



/*****************************************************************************
* Search
*****************************************************************************/


.search-results .meta {
  color: #666;
  font-size: 93%;
}

.advanced-options {
  font-size: 93%;
  margin-top: 1.5em;
}
.advanced-options dt, .advanced-options dd {
  margin-bottom: 0.5em;
}
.advanced-options dt {
  width: 35%;
}
.advanced-options dd {
  width: 65%;
}
.advanced-options select {
  max-width: 100%;
}

/*****************************************************************************
* Main menu
*****************************************************************************/
nav#main .has-dropdown{
  position: relative;
}
nav#main li.t_l.has-dropdown a.t_l {
  padding-right: 30px;
}
#today-dropdown h2{
  display: none;
}
nav#main div.dropdown {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 20em;
  position: absolute;
  left: 0;
  z-index: 99;
  background: white;
}
nav#main div.dropdown ul {
  z-index: 700;
}
nav#main div.dropdown li {
  float: none;
  z-index: 700;
  position: static;
}
nav#main div.dropdown a {
  font-size: 85%;
  float: none;
  text-transform: none;
  padding: 0.1em 0.5em;
  line-height: normal;
  border-color: transparent;
  font-weight: normal;
  overflow-x: hidden;
  white-space: nowrap;
  height: auto;
  color: black;
  cursor: default;
}
nav#main div.dropdown a:hover {
  background: #001899;
  color: white;
}
nav#main div.dropdown .group-head div {
  padding: 0.1em 0.5em;
  font-weight: bold;
  cursor: default;
  font-size: 85%;
  background: #ccc;
}
nav#main div.cal-dropdown {
  width: 300px;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
nav#main div.dropdown h2 {
  color: #ff3301;
  text-transform: uppercase;
  padding: 0.2em 0.5em 0 0.5em;
}
nav#main div.cal-dropdown .calendar-container {
  padding: 0.7em 0.7em 0.4em;
}

/*****************************************************************************
* User bar
*****************************************************************************/
#userbar {
  background: #ccc;
  padding: 0.2em 0.5em;
  font-size: 93%;
  height: 1.8em;
}
#userbar-search {
  float: left;
  width: 30%;
}
#userbar-account {
  width: 29%;
  float: left;
  text-align: right;
  padding-left: 0.7em;
  padding-top: 0.1em;
}
#userbar-l10n {
  width: 38%;
}
#userbar-l10n {
  float: right;
  padding-right: 0.7em;
}
#userbar dl {
  float: left;
  clear: none;
}
#userbar dt, #userbar dd {
  width: auto;
}
#userbar dt {
  padding-right: 0.3em;
  clear: none;
}
/*#userbar-l10n-edit dt, #userbar-l10n-view dt, #userbar-l10n-view dd, .pane .button {
  margin-top: 0.2em;
}*/
#userbar dd {
  margin-right: 1em;
}
#userbar select {
  font-size: 93%;
}
#userbar .timezone select {
  width: 15em;
}
#userbar .language select {
  width: 7em;
}
#userbar .button {
  float: left;
}
#userbar .submit {
  float: left;
  margin-right: 0.7em;
}
#userbar p {
  float: left;
  margin-right: 1em;
/*  margin-top: 0.2em;*/
}
#userbar div.userbar-content {
  background: transparent;
  padding-top: 0.2em;
}
#userbar-l10n div.userbar-content {
  float: right;
}
#userbar label.local-time-label {
  vertical-align: top;
}
#userbar form select, #userbar input.submit {
  margin-top: -0.2em;
}

/*****************************************************************************
* Standard block
*****************************************************************************/
div.block {
  margin-bottom: 1.5em;
  position: relative;
}
div.block h2, div.block h2 a {
  color: #ff3301;
  text-transform: uppercase;
  font-size: 123.1%;
}
div.block h2 a {
  font-size: 100%;
  padding-right: 1em;
  background: url(../../img/soccerway/more.gif) no-repeat center right;
}


div.block div.content {
  border-top: 1px solid #d5d3d6;
  background: #f4f4f4;
  padding: 0.7em 0 0 0;
  position: relative;
}
div.block_competition_odds_iframe-wrapper div.content, div.block_match_odds_iframe-wrapper div.content {
  padding: 0px;
  border: 0px;
  margin-top: -10px;
}


div.block .block-content p {
  padding: 0 0.7em;
}
div.block div.plain {
  background: white;
}
div.block div.subnav {
  padding: 0 0.8em;
  margin-bottom: 0.3em;
}
div.block div.subnav-last {
  margin-bottom: 1em;
}
div.block div.subnav label {
  float: left;
  padding-right: 0.8em;
  color: #4f4f4f;
}
div.block div.subnav ul {
  float: left;
  font-size: 93%;
}
div.block div.subnav li {
  margin-right: 0.8em;
}
div.block div.subnav li.disabled span {
  color: #999;
  padding: 0.1em 0.4em;
  cursor: default;
}
div.block div.subnav a {
  color: #4f4f4f;
  padding: 0.1em 0.4em;
}
div.block div.subnav a:hover, div.block div.subnav li.selected a, .custom-dropdown.opened li.selected {
  background: #4f4f4f;
  color: white;
}
div.block div.subnav.bet365-button a:hover {
  background-color: transparent;
}
div.block div.subnav.bet365-button a {
  padding: 0;
}
div.block .left table {
  border-right: 1px solid #d3d3d3;
}
h3.thick {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0.6em;
  margin-bottom: 0.2em;
}
div.block .fully-padded {
  padding: 0 0.8em 1.7em 0.8em;
}
div.block .sides-padded {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
div.block-nomb {
  margin-bottom: 0;
}
div.block div.container {
  width: 50%;
}
div.block div.left {
  float: left;
}
div.block div.right {
  float: right;
}
div.block .fixed-height {
  overflow-y: auto;
  overflow-x: hidden;
}
div.block .top-right {
  position: absolute;
  top: 0.2em;
  right: 0;
  font-size: 85%;
}

div.subnav-has-multiple div.subnav-has-label ul, div.block_team_matches_summary div.subnav-has-label ul {
  width: 85%;
}
div.subnav-has-multiple.subnav-has-ad div.subnav-has-label ul {
  width: 380px;
}
div.subnav-has-multiple div.subnav label, div.block_team_matches_summary div.subnav label {
  padding-right: 0;
  width: 15%;
}

div.block .top-right .previous {
  margin-right: 1.5em;
}


.top-right .top-right-button
{
  display: block;
  background-color: transparent;
  color: black;
  padding: 2px 6px;
  margin: 0px;
  float:right;
}

.top-right .selected
{
  background-color: gray;
  color: white;
}

/*****************************************************************************
* Debug block
*****************************************************************************/
#debug {
  border: 0.38em solid #f00;
  text-align: left;
  margin: 0 auto;
  margin-top: 0.77em;
  margin-bottom: 1em;
  width: 74.3em;
}
#debug h3 {
  background-color: #f00;
  color: #fff;
  border-bottom: 0.38em solid #f00;
  font-weight: bold;
}
#debug fieldset {
  margin-bottom: 1em;
}
#debug fieldset:last-child {
  margin-bottom: 0;
}
#debug legend {
  padding: 0.38em;
  padding-left: 1.8em;
  font-weight: bold;
  cursor: pointer;
  background: url(../../img/icon_collapse.gif) no-repeat 0.5em center;
}
#debug fieldset.collapsed div.fieldset-content {
  display: none;
}
#debug fieldset.collapsed legend {
  background-image: url(../../img/icon_expand.gif);
}
#debug pre {
  padding: 0.38em;
  width: 100%;
}
#debug .query {
  border: 1px solid #999;
  padding: 0.2em;
  background-color: #ccc;
  margin: 0 0.5em;
  margin-bottom: 1em;
}

/*****************************************************************************
* Tables general
*****************************************************************************/
tr.odd {
  background: white;
}
tr.even {
  background: #f4f4f4;
}
table thead tr {
  display: none;
}
.table thead tr.main-head, .table thead tr.sub-head {
  display: table-row;
}
table thead tr.main-head a {
  color: #000;
}
.table thead tr.main-head {
  background: #f4f4f4
}
.table thead tr.main-head th {
  font-weight: bold;
  font-size: 93%;
  padding: 0.1em 0;
}
.table thead tr.sub-head th {
  color: black;
  font-weight: bold;
}
.table td, .table th {
  padding: 0.2em;
  font-size: 93%;
}
.table .large-link {
  font-size: 100%;
}
.table .large-link a {
  color: black;
}
.table .large-link a:hover {
  color: #666;
}
.table tfoot td {
  text-align: left;
}

table tr.group-head {
  display: table-row;
}
table tr.group-head th {
  padding: 0;
}
table tr.group-head th, div.group-head {
  font-weight: bold;
  border: 1px solid #D5D3D6;
  border-width: 1px 0;
  background: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}
.group-head h3 {
  font-weight: bold;
}

/*****************************************************************************
* Sortable
*****************************************************************************/
.sortable .sortcol {
  cursor: pointer;
}
.sortable .nosort {
  cursor: default;
}
.sortable .sortasc {
  background: #bbb;
}
.sortable .sortdesc {
  background: #bbb;
}
.table thead tr.sub-head th.sortasc, .table thead tr.sub-head th.sortdesc {
  color: #000;
}

/*****************************************************************************
* League tables
*****************************************************************************/
.leaguetable .large-link a:hover {
  color: #444;
}
.leaguetable td, .leaguetable th {
  text-align: center;
}
.detailed-table td, .detailed-table th {
  padding: 0.2em;
}
.detailed-table td, .detailed-table th, x:-moz-any-link { padding: 0.2em 0; }
.detailed-table td, .detailed-table th, x:-moz-any-link, x:default { padding: 0.2em; }

.fixed-wide-table {
  table-layout: fixed;
  width: 557px;
}
.fixed-wide-table tr.main-head th.type {
  width: 120px;
}
.fixed-wide-table th, .fixed-wide-table td {
  padding: 2px 0px !important;
}
.fixed-wide-table th.number, .fixed-wide-table td.number {
  width: 20px !important;
}
.fixed-wide-table th.number.gd, .fixed-wide-table td.number.gd {
  width: 26px !important;
  text-align: center
}
.fixed-wide-table th.rank, .fixed-wide-table td.rank {
  width: 28px !important;
}
.fixed-wide-table th.direction, .fixed-wide-table td.direction {
  width: 17px !important;
}
.fixed-wide-table th.team, .fixed-wide-table td.team {
  width: 106px !important;
}

.leaguetable .team, .leaguetable .direction {
  text-align: left;
}
.leaguetable .team {
  width: 25%;
}
.leaguetable .number {
  width: 3%;
}
.leaguetable .direction {
  width: 3%;
  text-align: center;
}
.leaguetable .gd {
  width: 4%;
  padding-left: 1em;
}
.leaguetable .gd, x:-moz-any-link { padding-left: 0.5em; }
.leaguetable .gd, x:-moz-any-link, x:default { padding-left: 1em; }

.leaguetable .points {
  width: 4%;
  font-weight: bold;
}

.leaguetable .ga, .block_competition_league_table .points {
  width: 5%;
  border-right: 1px solid #d5d3d4;
}
.leaguetable .ga, .block_competition_league_table .points, x:-moz-any-link { padding-right: 0em; }
.leaguetable .ga, .block_competition_league_table .points, x:-moz-any-link, x:default { padding-right: 0.8em; }

.wide .won, .leaguetable .total_won {
  padding: 0.2em;
}
.leaguetable .mp {
  border-left: 1px solid #d5d3d4;
}
.leaguetable .mp, x:-moz-any-link { padding-left: 0.4em; }
.leaguetable .mp, x:-moz-any-link, x:default { padding-left: 0.8em; }

.leaguetable td.compare {
  padding: 0;
  width: 5%;
}
.leaguetable .compare-button {
  float: right;
}

.block_competition_league_table .number {
  width: 4.5%;
}
.block_competition_league_table .gd, .block_competition_league_table .points {
  width: 6%;
}

.block_competition_league_table .ga {
  border-right: none;
  padding-right: 0.2em;
}
.block_competition_league_table .ga, x:-moz-any-link { padding-right: 0; }
.block_competition_league_table .ga, x:-moz-any-link, x:default { padding-right: 0.2em; }

.block_competition_league_table .gd {
  padding-left: 0.2em;
}
.block_competition_league_table .gd, x:-moz-any-link { padding-left: 0; }
.block_competition_league_table .gd, x:-moz-any-link, x:default { padding-left: 0.2em; }

.block_league_table_small .leaguetable .mp {
  border-left: none;
  padding: 0.2em;
}
.block_league_table_small .leaguetable .gd {
  padding: 0.2em;
}

.leaguetable tbody tr:hover td,
.block_player_career .playerstats tbody tr:hover td {
  background-color: #dadada;
}

.block_league_table_small .leaguetable tr.highlight td, .block_competition_league_table .leaguetable tr.highlight td {
  background-color: #FFCABF;
}
.leaguetable tr.marked_team {
  background-color: #288304 !important;
}
.leaguetable tr.marked_team td {
  background-color: #288304 !important;
}

.leaguetable tfoot td {
  padding: 1em 0.7em 0.7em 0.7em;
}
.leaguetable .deductions a {
  color: #ff3301;
}
.leaguetable h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  color: black;
}

.block_competition_tables-wrapper .top-right .details {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 15px;
  cursor: pointer;
}
.block_competition_tables-wrapper .top-right .details {
  background: url(../../img/help_icons.png) no-repeat;
}
.block_competition_tables-wrapper .top-right .details:hover {
  background-position: -17px 0;
}

/*****************************************************************************
* fifa_rankings
*****************************************************************************/
.fifa_rankings .rank {
  text-align: center;
  width: 46px;
  background: none;
  color: #000;
}
.block_teams_rankings_top .fifa_rankings .rank {
  width: 10px;
}
.fifa_rankings .points {
  text-align: center;
  width: 60px;
  font-weight: normal;
}
.block_teams_rankings_top .fifa_rankings .points {
  text-align: right;
  padding-right: 10px;
}
.fifa_rankings .direction {
  width: 18px;
}
.fifa_rankings .change {
  text-align: center;
  width: 70px;
}
div.block_teams_rankings_top-wrapper div.content {
  background: #fff;
}

/*****************************************************************************
* H2H
*****************************************************************************/
div.block div.h2hsection, div.block div.h2hsection div.content {
  border: none;
  padding-top: 0;
  background: #fff;
}
div.block div.h2hsection h2.section,  div.block div.h2hsection h2.section a {
  background: #fff;
  color: #ff3301;
  font-size: 123.1%;
  text-transform: uppercase;
  padding: 0;
  padding-bottom; 0.2em;
  border-bottom: 1px solid #D5D3D6;
  font-weight: normal;
}
div.block div.h2hsection h2, div.block div.h2hsection h2 a,
.h2hsection .block_h2hsection_player div.group-head,
.h2hsection table tr.group-head th {
  background: #4f4f4f;
  color: #fff;
  font-size: 100%;
  text-transform: none;
  padding: 0.4em;
  font-weight: bold;
}
.h2hsection table tr.group-head th.title {
  text-align: left;
}
div.block div.h2hsection h2 a {
  padding: 0;
}
div.block div.h2hsection div.subnav {
  padding: 0.5em;
}

.h2hsection table tr.sub-head th,
.h2hsection div.block div.subnav {
  border: none;
  background: #d9dad9;
  padding: 0.3em 0.4em;
}
.h2hsection table tr.sub-head.dropdown-head th {
  background: #ffcabf;
}
.h2hsection .match-pagination {
  top: -1.7em;
  right: 0.4em;
}
.h2hsection .pagination a {
  color: #ccc;
}
.h2hsection .pagination a:hover {
  color: #fff;
}
.h2hsection .pagination a.disabled {
  color: #999;
}

.h2hsection table.cols3 {
  table-layout: fixed;
}
.h2hsection table.cols3 tbody th,
.h2hsection table .cols3 .col1,
.h2hsection table.cols3 tbody td,
.h2hsection table .cols3 .col2, .h2hsection table .cols3 .col3  {
  float: none;
}
.h2hsection .cols3 .col1,
.block_scoring_minutes .cols3 .col1 {
  float: left;
  padding: 2px 2px 2px 4px;
  width: 161px;
}
.h2hsection .cols3 .col2,
.block_scoring_minutes .cols3 .col2 {
  float: left;
}
.h2hsection .cols3 .col3,
.block_scoring_minutes .cols3 .col3 {
  float: right;
}
.h2hsection .cols3 .col2, .h2hsection .cols3 .col3 {
  padding: 2px;
  width: 191px;
}
.h2hsection table th{
  font-weight: bold;
}
.h2hsection table thead th, .h2hsection table tbody td {
  text-align: center;
}
table thead tr.group-head th.strong,
.block_h2h_table table thead tr.sub-head th.strong {
  font-weight: bold;
}
table thead tr.group-head th.soft, table thead tr.group-head th.soft a {
  font-weight: normal;
  color: #ddd;
}

#h2h_team_selection_dropdowns {
  width: 460px;
  margin: auto;
}
.h2h_col1{
  float: left;
  width: 220px;
}
.h2h_col2{
  float: right;
  width: 220px;
}
.block_h2h_team_selection .h2h_cols input, .block_h2h_team_selection .h2h_cols select {
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.block_h2h_team_selection select{
  margin-bottom: 5px;
  width: 220px;
}
.block_h2h_team_selection .submit{
  clear: both;
  padding-top: 10px;
  margin-bottom: 15px;
}
.block_h2h_team_selection .logo-wrapper {
  float: left;
  width: 49%;
  text-align: center;
}
.block_h2h_team_selection .logo-wrapper.right {
  float: right;
}
.block_h2h_team_selection .logo-wrapper a {
  text-transform: uppercase;
  font-weight: bold;
}
.block_h2h_team_selection .logo-wrapper .logo a {
  display: block;
  width: 100px;
  height: 100px;
}
.block_h2h_extra_info {
  width: 460px;
  margin: auto;
}

.block_h2hsection_form div.container-left {
  float: left;
  width: 276px;
}
.block_h2hsection_form div.container-right {
  float: right;
  width: 276px;
}
.block_h2h_team_matches table.matches .team-a {
  text-align: left;
}

div.block .block_h2h_matches .notice.fully-padded {
  padding-left: 0;
}
.block_h2h_table table tbody th {
  width: 161px;
  padding: 2px 2px 2px 4px;
}
.block_h2h_table table tbody td {
  width: 65px;
  padding: 2px 0;
}
.block_h2h_table thead th, .block_h2h_table tbody td{
  text-align: center;
}
.block_h2h_table table thead tr.sub-head th {
  font-weight: normal;
}
.block_h2h_table tbody td.total,
.block_h2h_general_statistics tbody td.total {
  background: #e3e3e3;
  font-weight: bold;
}

.block_h2h_general_statistics table {
  table-layout: fixed;
}
.block_general_statistics table thead th,
.block_general_statistics table tbody td {
  text-align: center;
}

.block_h2h_scoring_minutes, .block_scoring_minutes {
  background: #f4f4f4;
}
.block_h2h_scoring_minutes .cols3 .col2, .block_h2h_scoring_minutes .cols3 .col3,
.block_scoring_minutes .cols3 .col2, .block_scoring_minutes .cols3 .col3 {
  margin-left: 6px;
  width: 185px;
}
.block_h2h_scoring_minutes .legend p,
.block_scoring_minutes .legend p {
  font-weight: bold;
  line-height: 30px;
}
.h2hsection .block_h2h_scoring_minutes .cols3 .soft,
.h2hsection .block_scoring_minutes .cols3 .soft {
  padding-bottom: 5px;
  padding-top: 5px;
}

.block_h2h_players h4 {
  padding: 0.5em;
}
.block_rivalries, .block_derbies {
  padding: 0 5px 10px;
}
.block_derbies .active-dropdown {
  margin-bottom: 0.5em;
}

.h2hsection .active-dropdown select {
  width: 170px;
}

/*****************************************************************************
* Form
*****************************************************************************/
.leaguetable tr.sub-head th.form, .leaguetable tbody td.form {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #d5d3d4;
  width: 20%;
}
.form-icon {
  width: 16px;
  height: 15px;
  float: left;
  background: url(../../img/form-icons.png) no-repeat 50% 50%;
  margin-right: 2px;
  text-indent: -5000px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
.form-icon:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.form-draw { background-position: 0 0; }
.form-loss { background-position: 0 -16px; }
.form-win  { background-position: 0 -32px; }

.leaguetable td.form .last {
  margin-right: 0;
}

/*****************************************************************************
* Overunder tables
*****************************************************************************/

.overundertable .number {
  width: 5%;
}

.overundertable .mp {
  border-left: 1px solid #d5d3d4;
  border-right: none;
  /*background: black;*/
}

.overundertable .zero-goals {
  padding-left: 0.8em;
  border-left: none;
}

.overundertable .avg-goals {
  padding-left: 0.8em;
  padding-right: 0.8em;
  border-left: 1px solid #d5d3d4;
}



/*****************************************************************************
* Rank & zones
*****************************************************************************/
td.rank {
  text-align: center;
  font-weight: bold;
  color: white;
  background-image: url(../../img/rank_default.gif);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 12px;
  width: 5%;
  padding: 0;
}

div.zone-legend-line {
  margin-bottom: 0.5em;
}
div.zone-legend-item-container {
  width: 25%;
  float: left;
}
div.zone-legend-item
{
  padding-left: 22px;
  margin-right: 1em;
  color: #666;
  background-repeat: no-repeat;
  background-position: top left;
}

  td.rank-red, div.legend-red {
    background-image: url(../../img/rank_red.gif);
  }

  td.rank-orange, div.legend-orange{
    background-image: url(../../img/rank_orange.gif);
  }

  td.rank-dark-green, div.legend-dark-green{
    background-image: url(../../img/rank_dark-green.gif);
  }

  td.rank-light-green, div.legend-light-green{
    background-image: url(../../img/rank_light-green.gif);
  }

  td.rank-dark-blue, div.legend-dark-blue{
    background-image: url(../../img/rank_dark-blue.gif);
  }

  td.rank-light-blue, div.legend-light-blue{
    background-image: url(../../img/rank_light-blue.gif);
  }



/*****************************************************************************
* Player tables
*****************************************************************************/
.playerstats h3 {
  margin-bottom: 1em;
}
.playerstats .game-minutes{
  border-left: solid 1px #c4c4c4;
  border-right: solid 1px #c4c4c4;
}
.playerstats .appearances{
  border-right: solid 1px #c4c4c4;
}
.playerstats .subs-on-bench{
  border-right: solid 1px #c4c4c4;
}

.playerstats .player, .playerstats .team {
  text-align: left;
}
.playerstats .player {
  padding-left: 0.8em;
}
.playerstats .shirtnumber {
  padding-left: 0.5em;
  width: 5%;
  text-align: right;
  vertical-align: top;
  padding-top: 0.3em;
}
.playerstats .player img {
  vertical-align: middle;
}
.playerstats .team {
  width: 25%;
}
.playerstats .number {
  width: 1.75em;
  text-align: center;
}
.playerstats .bookings {
  width: 28%;
  padding-right: 0.5em;
}
.playerstats .bookings img {
  vertical-align: middle;
}
.playerstats td.bookings {
  font-size: 85%;
}
.substitutions td.bookings {
  vertical-align: top;
}
.playerstats .bookings span {
  white-space: nowrap;
}
.playerstats .first-goals, .playerstats .points {
  width: 9%;
  padding-right: 0.5em;
}
.playerstats .season {
  padding-left: 0.5em;
  width: 16%;
}
.playerstats .no-data {
  padding: 0.5em 1em 1em;
  width: 100%
}
.playerstats tfoot td {
  padding: 0.8em 0.8em 0.2em 0.8em;
}
.playerstats .position {
  width: 13%;
}
div.block_competition_playerstats h3 {
  margin-bottom: 1em;
}
div.block_match_lineups h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.lineups thead {
  display: none;
}
.block_match_lineups .substitute-out, .block_match_substitutes .substitute-out  {
  font-size: 85%;
}
.block_match_lineups .substitute-out, .block_match_substitutes .substitute-out a,
.block_match_substitutes .substitute-out, .block_match_substitutes .substitute-out a {
  color: #666;
}
.block_match_lineups .substitute img, .block_match_substitutes .substitute img {
  vertical-align: middle;
}
.block_match_lineups .substitute-out img, .block_match_substitutes .substitute-out {
  margin-right: 0.3em;
}
.career td.number {
  color: #999;
}
.career td.available {
  color: black;
}
div.block_player_career-wrapper div.subnav {
  padding-left: 5px;
}

.block_search_results_players .team {
  width: 25%;
}

table.sidelined .group-head th{
  background: #4f4f4f;
  color: #fff;
  font-weight: bold;
}
table.sidelined .group-head th h3 a{
  color: #fff;
}
table.sidelined .sub-head th{
  background: #f4f4f4;
  border: 1px solid #d5d3d6;
  border-width: 1px 0;
  font-weight: bold;
}
.block_player_sidelined table.sidelined .sub-head th{
  background: #f4f4f4;
  border: 0;
}
.sidelined th:first-child, .sidelined td:first-child {
  padding-left: 10px;
}
.sidelined .player {
  padding-left: 10px;
}
.sidelined .icon {
  width: 13px;
  padding-right: 5px;
}
.sidelined .icon.injury {
  background: url(../../img/injury.png) no-repeat center center;
}
.sidelined .icon.suspension {
  background: url(../../img/events/RC.png) no-repeat center center;
}
.sidelined .startdate, .sidelined .enddate {
  width: 60px;
  text-align: center;
}

.block_match_sidelined table.sidelined.left{
  width: 50%;
  float: left;
}
.block_match_sidelined table.sidelined.right{
  width: 50%;
  float: right;
}
.block_match_sidelined table.sidelined .group-head th{
  padding-top: 0;
  border: none;
  background: #f4f4f4;
}
.block_match_sidelined table.sidelined .group-head th h3 a{
  color: #000;
}

table.playersabroad .group-head th{
  background: #4f4f4f;
  color: #fff;
  font-weight: bold;
}
table.playersabroad td.player-events{
  font-size: 85%;
}

table.transfers .group-head th{
  background: #4f4f4f;
  color: #fff;
  font-weight: bold;
}
table.transfers .group-head th h3 a{
  color: #fff;
}
table.transfers .subgroup-head th{
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #D5D3D6;
  border-width: 1px 0;
}
table.transfers .sub-head th{
  font-weight: bold;
}
table.transfers th, table.transfers td{
  padding: 0.3em 0.5em;
}
table.transfers .type{
  text-align: center;
}

div.block_players_transfers div.selects{
  padding-left: 0.3em;
}
div.block .block_team_squad .selects{
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0;
}
.block_player_transfers .selects{
  display: none;
}


.block_player_career table{
  table-layout: fixed;
  width: 557px;
}
.block_player_career table th, .block_player_career table td{
  padding: 2px 0px;
}
.block_player_career table .season{
  width: 83px;
}
.block_player_career table .team{
  width: 114px;
  white-space: nowrap;
}
.block_player_career table .competition{
  width: 55px;
}
.block_player_career table .number.game-minutes{
  width: 38px;
}
.block_player_career table .number{
  width: 30px;
}
.block_player_career table .sub-head td{
  font-weight: bold;
}
.block_player_career table .sub-head td.total{
  text-align: right;
  padding-right: 7px;
}

.block_player_squad {
  height: 400px;
  overflow: auto;
}

/*****************************************************************************
* Matches
*****************************************************************************/
table.matches tr.odd {
  background-color: #fff;
}
table.matches tr.even {
  background-color: #f4f4f4;
}
table.matches td.outcome {
  width: 16px;
}
table.matches a.form-icon {
  margin: 0;
}
table.matches th, table.matches td {
  padding: 0.1em 0.4em;
  font-size: 93%;
}
table.matches .minute {
  width: 45px;
}
table.matches .day {
  width: 25px;
}

table.matches .date {
  width: 70px;
}
table.matches .short-date {
  width: 32px;
}
table.matches .competition {
  /* width: 9.5em; */
  white-space: nowrap;
}
table.matches .team {
   width: 150px;
}


table.matches .team-a {
  text-align: right;
  padding-right: 0.7em;
}
table.matches .team-b {
  text-align: left;
  padding-left: 0.7em;
}
table.matches .score-time {
   width: 75px;
  padding: 0;
}
table.matches .score-time a, table.matches tr.aggr .score-time {
  display: block;
  text-align: center;
  color: black;
  font-weight: bold;
  padding: 0.17em 0;
}
table.matches .button {
  width: 18px;
  padding: 0;
  padding-right: 0.4em;
}
table.matches .button a.bookmaker-button-button,
table.matches .button a.odds-button-button {
  width: 19px;
}
table.matches .button a {
  display: block;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -5000px;
  float: right;
  overflow: hidden;
}
table.matches .minute {
  padding-left: 0.5em;
  font-size: 93%;
  font-weight: bold;
}
table.matches .strong a {
  font-weight: bold;
}
table.matches .events-button a {
  background-image: url(../../img/events_icon_wider.png);
}
table.matches .events-button a:hover {
  background-position: -23px 0;
}
table.matches .events-button a.expanded {
  background-position: 0 -16px;
}
table.matches .events-button a.expanded:hover {
  background-position: -23px -16px;
}
table.matches.grouped .events-button a {
  margin: 0 -6px 0 0;
}
table.matches .info-button a {
  background-image: url(../../img/soccerway/info_icon.gif);
}
table.matches .info-button a:hover, table.matches .info-button a:active {
  background-position: 0 -16px;
}

table.matches tr.odd .score-time a, table.matches tr.aggr-odd .score-time {
  background-color: #e0e0e0;
}

table.matches tr.even .score-time a, table.matches tr.aggr-even .score-time {
  background-color: #dadada;
}

table.matches tr.even .score-time a.result-win, table.matches tr.odd .score-time a.result-win {
  background-color: #96BA8D;
}

table.matches tr.even .score-time a.result-draw, table.matches tr.odd .score-time a.result-draw {
  background-color: #F5CEA6;
}
table.matches tr.even .score-time a.result-loss, table.matches tr.odd .score-time a.result-loss {
  background-color: #F59B98;
}

table.matches td.score-time a:hover {
  background-color: #bbb;
}
table.matches td.score-time a.result-loss:hover {
  background-color: #F27272;
}
table.matches td.score-time a.result-draw:hover {
  background-color: #F2A968;
}
table.matches td.score-time a.result-win:hover {
  background-color: #71A667;
}
table.matches tr.empty-row td {
  padding: 0.15em 0;
}
table.matches tr.clickable {
  cursor: pointer;
}
table.matches tr.aggr .aggr {
  font-weight: bold;
}
table.matches tfoot td {
  font-size: 100%;
  padding: 0.7em;
  padding-top: 1em;
  color: #444;
}
table.matches th.odds {
  text-align: center;
}
table.matches td.odds {
  text-align: center;
}

.submenu_dropdown .block_match_other_matches {

}

.block_team_matches_summary td.team {
  width: 13.4em;
}

.block_match_other_matches .date {
  font-weight: bold;
}
.block_match_other_matches .odd {
  background: white;
}
.block_match_other_matches .selected a {
  font-weight: bold;
}
.block_match_other_matches .time {
  color: #666;
}
.block_match_other_matches select {
  width: 175px;
}
table.grouped tr.match, table.matches tr.event, table.matches tr.round-head {
  display: none;
}
table.matches tr.expanded {
  display: table-row;
}

table.date_matches tr:hover th {
  background: #f4f4f4;
}
table.date_matches tr.expanded th {
  background: #4F4F4F; /*#F04416*/
  color: white;
}
table.date_matches th.num-matches {
  text-align: center;
  font-weight: normal;
  width: 1.5em;
  color: #999;
  font-size: 93%;
}
table.date_matches tr.round-head th {
  background: white;
  color: black;
}
table.date_matches th.competition-link {
  width: 1.3em;
  padding: 0;
  padding-right: 0.4em;
}
table.date_matches th.competition-link a {
  padding-right: 0.5em;
  display: block;
  background: url(../../img/more_gray.gif) no-repeat center center;
  width: 15px;
  height: 15px;
  float: right;
}
table.matches tr.expanded th.competition-link a {
  background-image: url(../../img/more_white.png);
}
table.date_matches th.competition-link span {
  display: none;
}
table.date_matches tr.first td {
  padding-top: 0.3em;
}

table.matches tr.highlight td {
  background: #ffe2dc;
}
table.matches tr.highlight td.score-time a {
  background-color: #e4c7bf;
}

.score-addition {
  visibility: hidden;
  color: #ff3301;
}
.score-addition-left {
  padding-right: 0.2em;
}
.score-addition-right {
  padding-left: 0.2em;
}
.addition-visible {
  visibility: visible;
}

.pagination {
  font-size: 93%;
  margin-bottom: 0.5em;
}
.pagination a {
  color: black;
  font-weight: normal;
}

.pagination .nav_description, .navigation .previous, .navigation .next {
 font-size: 93%;
}

.pagination .previous {
  margin-left: 0.7em;
}
.pagination .next {
  margin-left: 0.7em;
}
.pagination a.disabled {
  cursor: default;
  color: #CDCDCD;
  background-position: 0 -42px;
}
.pagination a:hover {
  color: #666;
}
table.date_matches tr.group-sub-head th {
  font-weight: bold;
  background: none;
  color: black;
}

div.block_player_matches .team, div.block_venue_matches .team {
  width: 10em;
}
table.matches th.player-events, table.matches td.player-events {
  padding-left: 1em;
  width: 7em;
  font-size: 85%;
}
table.matches th.attendance, table.matches td.attendance {
  text-align: right;
  width: 10em;
  font-size: 85%;
  color: #666;
}
table.matches .player-events img {
  vertical-align: middle;
}
table.matches .player-events span.role {
  color: #666;
}

table.matches tr.gameweek-head th {
  font-weight: bold;
  border: 1px solid #D5D3D6;
  border-width: 1px 0;
  background: white;
  padding: 0.5em;
}

.block_match_team_matches table.matches .team {
  width: 13.25em;
}

table.matches tr.live th {
  background: #ffe2dc;
}

table.matches tr.live.expanded th {
  background: #4F4F4F;
}

table.matches tr.live th h3 {
  background: url(../../img/live.png) no-repeat center right;
}
table.matches tr.live.expanded th h3 {
  background: transparent;
}

table.matches tr.ad {
  background: #fff;
}
table.matches tr.ad td{
  padding: 0;
}

.promobar {
  margin: 5px 10px 5px 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 25px;
  font: 12px Arial, sans-serif;
  height: 28px;
  color: #999;
}
.promobar strong, .promobar em {
  float: left;
  display: block;
}
.promobar strong {
  margin: 0 10px 0 5px;
  font: bold 18px Arial, sans-serif;
  height: 28px;
  line-height: 28px;
}
.promobar em {
  padding-top: 1px;
  height: 27px;
  line-height: 27px;
}
.promobar:hover {
  background-position: 0 -28px;
  color: #f60;
}
.promobar.iphone {
  background-image: url(../../img/iphone_sprite.png);
}
.promobar.smsalerts {
  background-image: url(../../img/smsalerts_sprite.png);
}
.promobar.sportingbet {
  background-image: url(../../img/banners/sportingbet_136x28.jpg);
  padding-left: 150px;
}
.promobar.sportingbet:hover {
  background-position: 0 0;
  color: #009de4;
}
.promobar.willhill {
  background-image: url(../../img/banners/willhill_120x30.jpg);
  padding-left: 130px;
}
.promobar.willhill:hover {
  background-position: 0 0;
  color: #003555;
}


/*****************************************************************************
* Events
*****************************************************************************/
table.matches tr.loading td.loading-icon span {
  display: none;
}
table.matches tr.loading td.loading-icon {
  background: url(../../img/loading_white.gif) no-repeat center center;
}
table.matches tr.loading div {
  height: 22px;
}
table.matches tr.loading {
  display: table-row;
}
table.matches tr.loading .event-icon div {
  border-color: transparent;
}
table.matches tr.event .player, table.matches tr.event .player a {
  color: #666;
}
table.matches tr.event .player-a {
  text-align: right;
  padding-right: 0.7em;
}
table.matches tr.event .player-b {
  text-align: left;
  padding-left: 0.7em;
}
table.matches tr.event td {
  padding: 0;
  line-height: 1.25em;
}
table.matches tr.event td div {
  padding: 0.1em 0;
}
table.matches tr.event .event-icon{
  vertical-align: top;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  color: #444;
}
table.matches tr.event .loading-icon {
  border-color: transparent;
}
table.matches tr.event .event-icon div {

}
table.matches tr.first-other td div {
 padding-top: 1em;
}
table.matches tr.first-event td div {
  padding-top: 0.5em;
}
table.matches tr.last-event td div {
  padding-bottom: 0.5em;
}
table.matches tr.odd .event-icon {
  border-color: #e0e0e0;
}
table.matches tr.even .event-icon {
  border-color: #dadada;
}
table.matches tr.event .event-minute {
  color: black;
}
table.events td div {
  padding: 0.2em;
  color: black;
}
table.events tr.event .event-icon {
  border-color: #dadada;
  color: black;
}
table.events .player {
  width: 44.5%;
}
.block_match_goals table.matches tr.event td.player,
.block_match_penalty_shootout table.matches tr.event td.player {
  font-size: 100%;
}
.block_match_goals table.matches tr.event td.player a,
.block_match_penalty_shootout table.matches tr.event td.player a {
  color: black;
}
table.events .assist {
  font-size: 93%;
}
table.events .assist, table.events .assist a {
  color: #666 !important;
}

table.matches td {
  line-height: 1.25em;
}
table.date_matches tr.last td {
  padding-bottom: 0.3em;
}

/*****************************************************************************
* Squad
*****************************************************************************/
table.squad .competition {
  text-align: center;

}

table.squad .photo {
  width:22px;
  padding-right: 0.2em;
}

table.squad .name {
  padding-left: 0.5em;
}

table.squad .shirtnumber {
  width: 1.8em;
  padding-right: 0.5em;
  text-align: right;
}

table.squad .position {
  width: 1em;
}
table.squad td.position {
  font-size: 93%;
}

table.squad .number {
  text-align: center;
}

table.squad .flag {
  padding-left: 4px;
  padding-right: 4px;
  width:16px;
}

table.squad .age {
  width: 3em;
}

table.squad .statistic {
  width: 1.6em;
  color: #999;
  text-align: center;
}
table.squad .game-minutes {
  width: 3em;
  text-align: right;
  padding-right: 0.4em;
}

table.squad .status {
  width: 2em;
}
table.squad .status acronym {
  font-size: 93%;
}
table.squad .status p {
  text-align: center;
}

table.squad .available {
  color: black;
}

table.squad .position-heading {
  color: black;
  font-weight: bold;
}

table.squad .position-footing {
  background-color: white;
}

table.squad .date {
  width: 8em;
}

table.squad .in-out {
  width: 20px;
  text-align: center;
}


/*****************************************************************************
* Competition left tree
*****************************************************************************/
ul.left-tree a {
  color: black;
	font: 11px arial,helvetica,clean,sans-serif;
	font-weight: 400;
}
ul.left-tree li.odd {
  background-color: #f4f4f4;
}
ul.left-tree li {
  list-style-type: none;
  margin-bottom: 0.2em;
  margin-left: 0.2em;
}
ul.left-tree li.current a{
  font-weight: 700;
}
ul.left-tree li.current ul {
  font-weight: 400;
}
ul.left-tree ul.expanded li a{
  font-weight: 700;
}
ul.left-tree li.expanded {
  list-style-type: none;
}
ul.left-tree li ul.level-1 li {
	margin-left: 1.6em;
	color: #666666;
}
ul.left-tree li ul.level-1 li ul li {
	margin-left: 0.4em;
}
ul.left-tree li ul.level-1 li ul li ul li {
	margin-left: 0.4em;
}


ul.left-tree li ul.level-1 li a {
	color: #666666;
}

ul.left-tree li.expanded a {
	font-weight: bold;
}

ul.left-tree li ul.level-1 li.current a {
	color: #ff3300;
}

ul.left-tree li ul.level-1 li.leaf a {
	color: #666666;
}

ul.left-tree li ul.level-1 li.leaf.current a {
	color: #ff3300;
}

ul.left-tree ul {
  display: none;
}
ul.left-tree ul.expanded {
  display: block;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
ul.left-tree li.leaf {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 0em;
}

/*****************************************************************************
* Competition tree
*****************************************************************************/
ul.tree a {
  color: black;
}
ul.tree li.odd {
  background-color: #f4f4f4;
}
ul.tree li {
  list-style-type: disc;
  list-style-image: url(../../img/soccerway/arrow_right.png);
  margin-bottom: 0.2em;
  margin-left: 1.5em;
}
ul.tree li.current {
  font-weight: bold;
}
ul.tree li.current ul {
  font-weight: normal;
}
ul.tree li.current ul {
  /* font-weight: bold; */
}
ul.tree li.expanded {
  list-style-image: url(../../img/soccerway/arrow_down.png);
}
ul.tree ul {
  display: none;
}
ul.tree ul.expanded {
  display: block;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
ul.tree li.leaf {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 0em;
}

.competitions_tree .row {
  clear: both;
  margin-bottom: 1em;
}
.competitions_tree .last {
  margin-bottom: 0;
}
.competitions_tree .column {
  float: left;
  width: 50%;
}

.block_competition_tree .archive-link {
  font-weight: normal;
  font-size: 93%;
  color: #444;
}

.block_team_fansites li {
  width: 45%;
  float: left;
}

/*****************************************************************************
* Team & match info
*****************************************************************************/
.website {
  margin-bottom: 1em;
}
.logo {
  background: white;
  padding: 0.5em;
  margin: 0 auto;
  width: 150px;
  border: 1px solid #D5D3D6;
  margin-bottom: 1em;
}

.block_match_editorial p {
  margin-bottom: 0.7em;
}

/*****************************************************************************
* News
*****************************************************************************/
table.news .date{
  padding-left: 0.5em;
  width: 5em;
  color: #666;
}

.block_news_article {
  text-align: justify;
}
.block_news_article h1 {
  font-size: 189%;
  margin-bottom: 0.2em;
  text-align: left;
}
.block_news_article .photo {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 85%;
  max-width: 250px;
  text-align: center;
}
.block_news_article .photo .description {
  padding: 0.1em 0.4em;
  text-align: left;
}
.block_news_article p {
  margin-bottom: 1.5em;
}
.block_news_article a {
  text-decoration: underline;
}
.block_news_article p.meta {
  color: #ff3301;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.block_news_article .author {
  color: #ff3301;
  font-weight: bold;
}

.mainstory img {
  margin-bottom: 0.5em;
}
.mainstory-link {
  display: block;
  font-weight: bold;
  font-size: 123.1%;
  margin-bottom: 0.1em;
}
.small-story {
  font-size: 93%;
  min-height: 50px;
}

.small-story-thumb {
  float: left;
  display: block;
  margin-right: 5px;


}

.mainstory {
  /* margin-bottom: 1em; */
}

.home_news_topstories_container {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}

.home_news_topstories_container li {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  clear: both;
}

.home_news_topstories_container li span {
  vertical-align:middle;
  line-height: 123.1%;
  background: #4F4F4F none repeat scroll 0 0;
  color:white;
  font-size:13px;
  font-weight:normal;
  padding: 0.1em 0.4em;
  margin-right: 0.4em;
}


.home_news_topstories_container li .small_story {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  min-height:50px;
}

.home_news_topstories_container li .small_story a {
  padding: 0.4em;
  padding-top:0;
  padding-left:0;
  float: left;
}

.home_news_topstories_container li .small_story a img {
  border:1px solid black;
  width: 90px;
  height: 51px;
}

.home_news_container {
  background: white;
}
.home_news_container ul {
  padding-left: 1.2em;
}
.home_news_container li {
  list-style-type: disc;
  list-style-image: url(../../img/soccerway/arrow_right.png);
}

.home_news_container .small-story {
  color: #444;
}
.home_news_container ul a {
  font-size: 93%;
  color: black;
}
div.content-column div.logo {
  width: 100px;
}
div.content-column div.logo img {
  width: 100px;
  height: 100px;
}
div.block_team_info div.logo {
  width: 150px;
}
div.block_team_info div.logo img {
  width: 150px;
  height: 150px;
}

.feed-link
{
  padding-left: 18px;
  vertical-align: center;
  background: url(../../img/feed_icon.png) no-repeat 0px 0px;
  line-height: 16px;
}


/*****************************************************************************
* Popular
*****************************************************************************/
ol.popular, ol.popular li {
  list-style-type: decimal;
  list-style-position: outside;
}
ol.popular li {
  margin-left: 2em;
}

/*****************************************************************************
* Passport
*****************************************************************************/
.block_person_passport dt {
  width: 35%;
}
.block_person_passport dd {
  width: 65%;
}

/*****************************************************************************
* Calendar
*****************************************************************************/

.calendar-container {
  text-align: center;
  padding-bottom: 8px;
}
.calendar-container #dropdown-cal + .today-button,
.calendar-container .today-button {
  display: inline-block;
  background: #8f8f8f;
  border: 1px solid #5c5b5b;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f3f2f2;
  margin-top: 4px;
  padding: .2em .45em;
  background: -webkit-linear-gradient(top, #8f8f8f, #666767);
  background: -moz-linear-gradient(top, #8f8f8f, #666767);
  background: -ms-linear-gradient(top, #8f8f8f, #666767);
  background: -o-linear-gradient(top, #8f8f8f, #666767);
  background: linear-gradient(top, #8f8f8f, #666767);
  cursor: pointer;
}
.calendar-container #dropdown-cal + .today-button:hover,
.calendar-container .today-button:hover {
  background: #676767;
  background: -webkit-linear-gradient(top, #676767, #404040);
  background: -moz-linear-gradient(top, #676767, #404040);
  background: -ms-linear-gradient(top, #676767, #404040);
  background: -o-linear-gradient(top, #676767, #404040);
  background: linear-gradient(top, #676767, #404040);
}
.calendar {
  width: 100%;
}
.calendar .weekbox {
  clear: left;
}
.calendar .daybox {
  float: left;
  width: 38px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  color: #696969;
}
.calendar .dayselected .dayboxdate {
  cursor: default;
  color: white;
}
.calendar .endweek {
  float: left;
}
.calendar .calprevmonth {
  float: left;
}
.calendar .calnextmonth {
  float: right;
}
.calendar .caltitle {
  text-align: center;
  padding: 0.2em 0.2em 1.7em 0.2em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #3f3f3f;
}
.calendar .calclose, .calendar .calprevyear, .calendar .calnextyear {
  display: none;
}

/*****************************************************************************
* Compare statistics
*****************************************************************************/
.compare thead tr.sub-head {
  display: table-row;
}
.compare .competition {
  text-align: center;
}
.compare .main {
  padding: 0.2em;
}
.compare .number {
  text-align: center;
  width: 32%;
}
.compare .title {
  padding-left: 0.5em;
}
.compare tr.first th, .compare tr.first td {
  padding-top: 0.3em;
}
.compare tr.last th, .compare tr.last td {
  padding-bottom: 0.3em;
}

/*****************************************************************************
* Live search
*****************************************************************************/
.block_news_related, .block_home_competitions, .block_competitions_popular, .block_players_transfers_menu, .block_players_abroad_menu, .block_teams_popular {
  font-size: 85%;
}
.small-list li.even {
  background: #f4f4f4;
}
.small-list li.odd {
  background: white;
}
.small-list li {
  padding: 0.2em 0em;
}

.block_news_related .small-list {
  margin-bottom: 1em;
}
.block_news_related .last {
  margin-bottom: 0;
}


/**
 * Media: videos and photos
 */
div.mediaOverview {
}
	div.mediaOverview div div.media {
		float: left;
	}
		div.mediaOverview div div.media a {
			display: block;
			width: 140px;
			height: 138px;
			margin: 0 0px 15px 0;
			padding: 8px 3px;
			font-size: 11px;
			text-align: center;
			border: 1px solid #fff;
			color: #444;
			overflow: hidden;
		}
		div.mediaOverview div div.media a:hover {
			background-color: #E6B099;
			border-color: #D43D1F;
		}
		div.mediaOverview div div.media span {
			display: block;
			clear: left;
			margin-top: 5px;
		}

div.videoContainer div.videoObject {
	text-align: center;
}


/*****************************************************************************
* Forms
*****************************************************************************/
dl.form dt, dl.form dd {
  margin-bottom: 0.5em;
}
dl.form dt.error {
  color: #f00;
}
dl.form span.error, form ul.errors li {
  color: #f00;
  font-weight: bold;
  font-size: 93%;
}
form ul.errors {
  margin-bottom: 0.7em;
}
dl.form span.error {
  padding-left: 0.7em;
}
form p.submit {
  margin-top: 0.7em;
}
.form-container p {
  margin-bottom: 0.7em;
}
.form-container p.notice {
  color: #0A990B;
  font-weight: bold;
}

dl.form a {
  color: #ff3301;
}

p.submit {
  margin-bottom: 0;
}

.block_user_login p.submit {
  margin-bottom: 0.7em;
}

.block_settings_avatar_upload p.desc {
  margin-bottom: 1em;
}

/*****************************************************************************
* Match info
*****************************************************************************/
div.block_match_info div.left {
  width: 30%;
  float: left;
}
div.block_match_info div.middle {
  width: 40%;
  float: left;
}
div.block_match_info div.right {
  width: 30%;
  float: right;
}
div.block_match_info div.container {
  text-align: center;
}
div.block_match_info dl {
  text-align: left;
}
div.block_match_info .details {
  margin-bottom: 1em;
}
div.block_match_info dt {
  width: 40%;
}
div.block_match_info dd {
  width: 60%;
}
div.block_match_info h3 {
  margin-bottom: 0.5em;
}
div.block_match_info div.form {
  width: 90px;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
div.block_match_info h3.scoretime {
  font-size: 123.1%;
}
div.block_match_info h3.score-orange {
  color: #ff3301;
}
div.block_match_info .game-minute {
  color: #ff3301;
  font-weight: bold;
}


/*****************************************************************************
* Match editorial
*****************************************************************************/
.block_match_editorial .more-link {
  color: #444;
}


/*****************************************************************************
* Footer
*****************************************************************************/
#ft {
  background: none repeat scroll 0 0 #232323;
  border-top: 3px solid #FF7D03;
  font-family: 'RobotoRegular';
  text-align: left;
  padding-top: 10px;
  margin: auto;
  padding: 0 20px;
}
#ft,
#ft a {
  color: #666666;
}
#ft a:hover {
  color: #f5f5f5;
}
#ft:after {
  content: " ";
}
#footer .title {
  clear: left;
  padding: 10px 15px 3px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
#footer .cols {
  float: left;
  padding: 5px 0 15px 0;
  display: table;
}
#footer .col {
  width: 159px;
  padding: 0 20px;
  border-left: 1px solid #666666;
  display: table-cell;
}
#footer .col:first-child {
  border-left: none;
}
#footer ul {
  margin-top: 1em;
}
#footer ul:first-child {
  margin-top: 0;
}
#footer .col li.title {
  padding: 0;
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
}
#footer .col li {
  display: block;
  font-size: 13px;
  margin-bottom: 1px;
}
#copyright {
  clear: both;
  padding: 15px 0;
  font-size: 93%;
  text-align: center;
}

/*****************************************************************************
* Sponsored links
*****************************************************************************/
div.ad_header, div.ad_navbar_right, div.ad_floating_bar, div.ad_betting_right, div.ad_date_matches{
  margin-bottom: 0;
}
table.matches tr.ad div.ad_date_matches{
  padding: 0;
}
div.ad_floating_bar{
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 900;
}
div.ad_floating_bar div{
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 50px;
  box-shadow: 0 -5px 7px #ccc;
}
div.ad_floating_bar .close{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../img/floating_close.png) no-repeat;
  cursor: pointer;
  z-index: 1;
}
div.ad_floating_bar .close:hover{
  opacity: 0.9;
}
div.ad_betting_right div{
  margin-bottom: 1em;
}

/*****************************************************************************
* Competition archive
*****************************************************************************/
.block_competition_archive .season {
  padding-left: 0.7em;
}
.block_competition_archive .winner, .block_competition_archive .runnerup {
  text-align: left;
}
.block_competition_archive .unavailable {
  color: #777;
}

/*****************************************************************************
* Teams
*****************************************************************************/
.block_teams_tree .competitions_tree .column{
  width: 32%;
}

table.teams_index tr.group-head th{
  padding: 0;
}
table.teams_index tr.group-head a{
  display: block;
  padding: 0.5em;
}
table.teams_index tr.group-head a:hover{
  background: #f4f4f4;
  color: #000;
}
table.teams_index tr.group-head a.expanded{
  background: #4f4f4f;
  color: #fff;
}
tr.head a{
  display: block;
}
tr.head .expand_icon{
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url(../../img/expand_icon_wider.png) no-repeat 0 0;
}
tr.head a:hover .expand_icon{
  background-position:-17px 0;
}
tr.head a.expanded .expand_icon{
  background-position:0 -16px;
}
tr.head a.expanded:hover .expand_icon{
  background-position:-17px -16px;
}
table.teams_index .competition-head td{
  padding: 6px 6px 6px 25px;
  font-weight: bold;
}
table.teams_index .team td{
  padding: 3px 3px 3px 50px;
  width: 270px;
}
.block_teams_index_national_teams table.teams_index .team td{
  padding-left: 25px;
  background: #fff;
}

.block_rankings .leaguetable .team{
  width: auto;
}

.block_teams_comparison p {
  margin-bottom: 0.7em;
}
.block_teams_comparison select {
  width: 100%;
  clear: left;
}
.block_teams_comparison select.area_id {
  margin-bottom: 1em;
}
.block_teams_comparison select.team_id {
  margin-bottom: 1.5em;
}
.block_teams_comparison h3 {
  padding: 0;
}

/*****************************************************************************
* Index
*****************************************************************************/
div.index ul, div.index li{
  display: block;
  clear: left;
}

div.index li > ul{
  display: none;
}
div.index li.expanded > ul{
  display: block;
}

div.index ul li{
  float: left;
  width: 557px;
  border-bottom: 1px solid #d5d3d6;
  background: #fff;
  color: #000;
  font-weight: bold;
}
div.index ul li .row{
  width: 543px;
  height: 16px;
  padding: 6px 7px;
}
div.index ul li li .row {
  float: left;
  height: auto;
}
div.index ul li.expanded > .row,
div.index ul li.expanded > .row a,
div.index ul li.expanded:hover > .row{
  background: #4f4f4f;
  color: #fff;
}
div.index li.expandable .row{
  cursor: pointer;
}
div.index li.expandable:hover > .row{
  background: #f4f4f4;
}

div.index ul li.even{
  background: #fff;
}
div.index ul li.odd{
  background: #f4f4f4;
}
div.index ul li:first-child{
  border-top: 1px solid #d5d3d6;
}

div.index li a,div.index li span{
  display: block;
  float: left;
  line-height: 16px;
}

div.index .flag_16{
  height: 14px;
  margin-top: 1px;
}
div.index li.expandable > .row > .expand_icon{
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url(../../img/expand_icon.png) no-repeat 0 0;
}
div.index li.expandable > .row:hover > .expand_icon{
  background-position:-17px 0;
}
div.index li.expanded > .row > .expand_icon{
  background-position:0 -16px;
}
div.index li.expanded > .row:hover > .expand_icon{
  background-position:-17px -16px;
}

div.index div.loading{
  clear: left;
  height: 26px;
  background: #f4f4f4 url(../../img/loading_gray.gif) no-repeat center center;
}

div.index.competitions ul.areas li li{
  border:none;
  background: #fff;
  font-weight: normal;
}
div.index.competitions ul.areas li li .row{
  padding: 5px 7px;
}

div.index.competitions ul.areas .competition{
  margin-left: 20px;
  margin-right: 10px;
  width: 220px;
}
div.index.competitions ul.areas .type{
  margin-right: 10px;
  width: 150px;
}
div.index.competitions ul.areas .season{
  width: 100px;
}

div.index.competitions ul.areas.international .competition{
  width: 290px;
}
div.index.competitions ul.areas.international .season{
  width: 180px;
}

div.index.teams ul.competitions li.expanded > .row,
div.index.teams ul.competitions li.expanded > .row a,
div.index.teams ul.competitions li.expanded:hover > .row{
  background: inherit;
  color: inherit;
}
div.index.teams ul.competitions li.expandable:hover > .row{
  background: inherit;
}
div.index.teams ul.competitions ul.teams li{
  background: inherit;
}
div.index.teams ul.competitions > li{
  border: none;
}
div.index.teams ul.competitions .competition{
  margin-left: 20px;
}
div.index.teams ul.teams li{
  clear: none;
  border: none;
  width: 270px;
}
div.index.teams ul.areas ul.teams .row{
  margin-left: 20px;
  width: 250px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
}
div.index.teams ul.areas ul.competitions ul.teams .row{
  margin-left: 40px;
  width: 230px;
}
div.index.teams ul.teams .row:last-child{
  padding-bottom: 6px;
}
div.index.teams ul.competitions div.loading{
  background-color: transparent;
}

.block_competitions_upcoming td{
  padding-left: 5px;
  padding-right: 5px;
}
.block_competitions_upcoming td.date{
  text-align: right;
}

/*****************************************************************************
* Navbar
*****************************************************************************/

#navbar {
  position: relative;
}

#navbar-top{
  background-color: #EFEFEF;
  border-bottom: 1px solid black;
  padding: 0.2em;
}

#navbar-left {
  float: left;
}
#navbar-right {
  float: right;
}
#navbar-right li {
  float: left;
  display: block;
  margin-left: 0.5em;
  padding: 0 0.8em 0 0.6em;
}
#navbar-right li.current {
  background-color: #4F4F4F;
}
#navbar-right li.current a {
  color: white;
}

#navbar select, #navbar input {
  font-size: 93%;
  vertical-align: middle;
}

#navbar select.nav-select {
  margin: 0.2em 0.4em 0.2em 0;
  width: 160px;
}

.navbar-button {
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 20px;
}

#navbar-right li.current .navbar-button {
  background-position: 0 -18px;
}

.block_navbar{
  margin-top: -2px;
  font-family: 'RobotoRegular';
}

#subheading select {
  font-size: 85%;
}

#subheading h1 {
  font-family: arial;
  color: #000000; /*#ff3301;*/
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  padding: 8px 5px 5px 10px;
}

#subheading h1 span.bidi {
  unicode-bidi: bidi-override;
}

#subheading h1 .flag_24 {
  display: inline-block;
  padding-left: 0;
  width: 30px;
  height: 21px;
  overflow: hidden;
}

#subheading h2 {
  color: #000000; /*#ff3301;*/
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  z-index: 90;
  position: absolute;
  padding: 0px 5px 0px 55px;
  margin-left: 20px;
  margin-top: 10px;
}

/*****************************************************************************
* Google map pop-up windows
*****************************************************************************/

.popup .popup-caption
{
  margin-bottom: 1em;
  vertical-align: middle;
}

/*****************************************************************************
* iPhone application
*****************************************************************************/

	#iphone #slider ul, #iphone #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#iphone #slider, #iphone #slider li{
		/*
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/
		width:320px;
		height:480px;
		overflow:hidden;
		}
	#iphone span#prevBtn{font-weight:bold;}
	#iphone span#nextBtn{font-weight:bold;}

  #iphone div#iphone-slider-container
  {
    float: right;
  }

  #iphone ul.features
  {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #iphone ul.features li{
    list-style-image:none;
    list-style-position: inside;
    list-style-type: square;
  }

  #iphone table#action-buttons
  {
    border: none;
  }

  #iphone table#action-buttons td
  {
    padding: 2.2em;
    text-align: center;
  }

/*****************************************************************************
* Pop-up windows
*****************************************************************************/

#popup, .popup {
  background-color: #FFF;
  border: 1px solid black;
  position: absolute;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
  text-align: left;
  width: 45em;
  height: 38em;
}
#popup.hidden, .popup.hidden {
  display: none;
}
#popup .heading-wrapper, .popup.heading-wrapper {
  margin: 0px;
  padding: 0em;
  border-bottom: 1px solid #D5D3D6;
  background-color: white;
  width:100%;
}
#popup h3, .popup h3 {
  padding: 0.4em;
  font-weight: bold;
  background: #4f4f4f;
  color: #fff;
}
#popup h3 a, .popup h3 a {
  background: #4f4f4f;
  color: #fff;
}
#popup p, .popup p {
  padding: 0.7em;
}
#popup div.popup-content, .popup div.popup-content {
  height: 36em;
  overflow: auto;
}
#popup div.content, .popup div.content {
  border:none;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

table.popup-matches-table {
  margin: 0.4em 0;
  width: 100%;
  font-size: 93%;
}
table.popup-matches-table tr.subhead {
  background: #ccc;
}
table.popup-matches-table tr.subhead td.eventicon {
  padding: 0 3px;
}
table.popup-matches-table tr.subhead td.eventicon img {
  margin: 3px auto;
  display: block;
}
table.popup-matches-table td {
  padding: 0 0.3em;
  vertical-align: middle;
}
table.popup-matches-table td.date {
  white-space: nowrap;
}
table.popup-matches-table td.team-a {
  text-align: right;
  width: 17em;
}
table.popup-matches-table td.score {
  text-align: center;
  width: 5em;
  font-weight: bold;
}
table.popup-matches-table td.score a {
  display: block;
  line-height: 1.75em;
}
table.popup-matches-table tr.odd td.score a {
  background-color: #e0e0e0;
}
table.popup-matches-table tr.even td.score a {
  background-color: #dadada;
}
table.popup-matches-table tr td.score a:hover {
  background-color: #bbb;
}
table.popup-matches-table td.team-b  {
  text-align: left;
  width: 17em;
}
table.popup-matches-table td.points {
  text-align: center;
  font-weight: bold;
  border: none;
  width: 1.5em;
}
table.popup-matches-table td.strong {
  font-weight: bold;
}
table.popup-matches-table tr.total {
  border-top: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

table.popup-matches-table.player {
  margin-top: 0;
}

#popup .notice {
  margin: 2em;
  text-align: center;
}

#popup .handle {
  display: block;
  width: 100%;
  height: 2em;
  top: 0;
  left: 0;
  position: absolute;
  cursor: move;
}
#popup a.close-button, .popup a.close-button
{
  display: block;
  width: 16px;
  height: 15px;
  background: url(../../img/cross_icons.png) no-repeat;
  top: 5px;
  right: 4px;
  position: absolute;
}
#popup a.close-button:hover, .popup a.close-button:hover {
  background-position: -17px 0;
}
div.popup-loading {
  background-image: url(../../img/loading_white.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

td[data-popup] {
  cursor:hand;
  cursor:pointer;
}
td[data-popup]:hover {
  background-color: #bbb !important;
  font-weight: bold;
  color: black;
}

table.matches tr.aggr td {
  background-color: #dadada;
}
table.matches tr.aggr td.score-time {
  background-color: #bebebe;
}

table.aggregates td {
  background-color: white;
}
table.aggregates tr.last td {
  padding-bottom: 1em;
}


.match-pagination {
  position: absolute;
  right: 0;
  top: -1.3em;
}

.match-pagination a {
  padding-right: 0.3em;
}

.page-dropdown-container {
  float: right;
  text-align: center;
  font-size: 93%;
  margin-top: -2.4em;
  margin-right: 1em;

}

.page-dropdown-container label {
  font-weight: bold;
}
.page-dropdown-container select {
  vertical-align: middle;
}

table.table tr.highlight td {
  background-color: #FFCABF;
}

table.matches tfoot p {
  margin-bottom: 0.5em;
}
table.matches tfoot p.last {
  margin-bottom: 0;
}


.small_odds td {
  padding: 0.2em 0.5em;
}
.small_odds a {
  color: black;
}

.venue-photo-desc {
  margin-top: 0.5em;
}


.js span.timestamp { visibility: hidden; }


acronym {
	cursor: help;
}

.block_competition_venues li {
  padding: 0.5em 0 0.5em 1em;
}
.block_competition_venues h3 {
  padding: 0;
  margin-bottom: 1em;
}
.block_competition_venues h4 {
  margin-bottom: 1em;
}
.block_competition_venues .even {
  background-color: white;
}
.block_competition_venues .right {
  width: 60%;
  float: left;
}

/*****************************************************************************
* Community buttons
*****************************************************************************/
.community-button {
  background-repeat: no-repeat;
  padding-left: 16px;
}
.community-join {
  background-image: url(../../img/community/join.png);
}
.community-login {
  background-image: url(../../img/community/login.png);
}
.community-username {
  background-image: url(../../img/community/username.png);
}
.community-settings {
  background-image: url(../../img/community/settings.png);
}
.community-logout {
  background-image: url(../../img/community/logout.png);
}



.search-options {
  margin-top: 0.6em;
}
.search-options p {
  margin-bottom: 0.2em;
}
.results-loading img {
  vertical-align: middle;
}
.search-options .meta {
  color: #666;
  font-size: 93%;
}


.block_user_passport h3 {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.block_teams_favourites p {
  font-size: 93%;
  margin-top: 1em;
  color: #666;
}

.block_user_favourites .favourite-container {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 1.5em;
}
.block_user_favourites .favourite-container:nth-child(odd) {
  clear: left;
}
.block_user_favourites h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.block_user_favourites img {
  margin-bottom: 0.5em;
  border: 1px solid #ccc;
}

.block_competition_playerstats_topscores-wrapper .match-pagination,
.block_competition_playerstats_diciplinary-wrapper .match-pagination,
.block_competition_playerstats_assists-wrapper .match-pagination {
  top: -53px;
}

div.block_competition_playerstats_topscores-wrapper div.content,
div.block_competition_playerstats_diciplinary-wrapper div.content,
div.block_competition_playerstats_assists-wrapper div.content {
  padding-top: 0;
	border-top: none;
}

.col-50-l {
  width: 49%;
  float: left;
}
.col-50-r {
  width: 49%;
  float: right;
}

.right-subnav {
  width: 100px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 400;
  border: solid 1px #f3552e;
  background: #f4f4f4;
}

.right-subnav:hover {
  height: 72px;
}
.right-subnav .right-subnav-current, .right-subnav .right-subnav-list li {
  padding: 2px;
}
.right-subnav:hover .right-subnav-content .right-subnav-current {
  display: none;
}
.right-subnav .right-subnav-list li, .right-subnav .right-subnav-current {
  height: 20px;
}
.right-subnav .right-subnav-list li a{
  color: #000000;
  text-decoration: none;
}
.right-subnav .right-subnav-list li a.right-subnav-active, .right-subnav .right-subnav-current a.right-subnav-active{
  color: #ff0000;
  text-decoration: underline;
}

.playerstats .competition{
  width: 27%;
}


.block_competitions_cups h3, .block_competitions_domestic h3 {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f4f4f4;
  border: 1px solid #d5d3d6;
  padding: 0.3em 0.5em;
  margin-bottom: 0.5em;
}

.players_transfers{
  line-height: 1.5em;
}

/*****************************************************************************
* Error reporting form
*****************************************************************************/

#error-reporting {width: 940px; padding: 30px}
#error-reporting .heading {float: left; width: 260px; text-align:right}
#error-reporting .heading h1 {margin-top: 30px}
#error-reporting .form {float: left; width: 500px; margin-left : 80px}
#error-reporting .form form {margin-top: -1em}
#error-reporting .form label {display:block; margin:1em 0 .3em; cursor: pointer}
#error-reporting .form input,
#error-reporting .form select {width: 200px; padding: 2px}
#error-reporting .form textarea {width: 99%; height: 160px; margin: 0 0 1em}
#error-reporting .form .errors {margin: 1em 0 1.5em}
#error-reporting .form .errors p {padding:1em; margin:1em 0 0; border:1px solid #F26522; background:#F26522; color:#fff; font-size:11px; font-weight: 700 }
#error-reporting .close { text-align:right; margin-top: -1.8em }
#error-reporting .close button { padding: .2em 1em }
#error-reporting .error-form-success { padding: 3em 0; font-size: 14px}


/*****************************************************************************
* Trophies
*****************************************************************************/

table.trophies td, table.trophies td {
  padding: 0.3em 0.5em;
}
table.trophies td {
  vertical-align: top;
}
table.trophies .group-head th {
  padding: 0.3em 0.5em;
  background: #d9dad9;
  color: #000;
  font-weight: bold;
}
table.trophies-table td.competition a {
  font-weight: bold;
}

table.trophies .total {
  text-align: right;
}
table.trophies .seasons {
  width: 50%;
}
table.trophies .label {
  white-space: nowrap;
}
table.trophies .won {
  text-align: right;
}
table.trophies tr.total td {
  font-weight: bold;
}
table.trophies tr.total td.text {
  text-transform: uppercase;
  text-align: right;
}
table.trophies th, table.trophies td {
  padding: 0.3em 0.5em;
}
table.trophies .unavailable {
  color: #777;
}


/* GSM LOGO */
#footer .col li .gsm-logo {
  display: block;
  margin: 15px auto;
  width: 113px;
  height: 53px;
  background: url("../../img/soccerway/gsm_logo.png") no-repeat 0 -53px;
}
#footer .col li .gsm-logo:hover {
  background-position: 0 0;
}

span.debug_phrase {
  color: #960E1E !important;
  background: white;
  box-shadow: 0.9px 2px 4px #5C1018;
  position: relative;
  text-transform: none;
  display: inline-block;
  padding: 4px !important;
  margin-bottom: 2px !important;
  z-index: 1000;
}

#div-gpt-ad-1325073145951-5 iframe {
  max-height: 27px !important;
}

/*****************************************************************************
* Betting widgets
*****************************************************************************/

table.widget-default {
  width: 100%;
  text-align: center;
  background: #F4F4F4;
}

table.widget-default td {
}

table.widget-default td.column_left {
  width: 480px;
  padding: 8px 19px 7px 12px;
}

table.widget-default td.column_right {
  width: 77px;
  padding-right: 5px;
}


table.widget-default span.href {
  display: inline-block;
  padding: 5px;
  width: 440px;
  text-align: center;
  background-color: white;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #3a4d5c;
}


table.widget-default .href {
  cursor: pointer;
}

table.widget-default img {
  padding-top: 4px;
  width: 70px;
  height: 15px;
}

table.widget-default tr.hidden {
  display :none;
}

table.widget-1x2 {
  width: 100%;
  border-spacing: 5px 0px;
  border-collapse: separate;
  text-align: center;
  padding: 5px;
  background-color: #F4F4F4;
}

table.widget-1x2 span, table.widget-1x2_odds span {
  font-weight: bold;
}

table.widget-1x2 td.returns, table.widget-1x2 td.bet,
table.widget-1x2_odds td.returns, table.widget-1x2_odds td.bet {
  text-align: left;
}

table.widget-1x2 td.bet {
  white-space: nowrap;
  width: 90px;
}
div.block_prediction_widget_odds {
  margin-bottom: 0;
  background-color: #FFFFFF;
}

div.block_prediction_widget_odds table.widget-1x2{
  padding: 0;
}
div.block_prediction_widget_odds *{
  background-color: #FFFFFF;
}

div.block_prediction_widget_odds div.prediction-widget-odds-container{
  border-top: 1px solid #CECECE;
}

div.block_prediction_widget_odds table.widget-1x2 td{
  background-color: #FFFFFF;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 8px;
}
div.block_prediction_widget_odds table.widget-1x2 tr.bet-now-button-row td{
  border-top: 1px solid #CECECE;
}

div.block_prediction_widget_odds table.widget-1x2 span.predicted-value-container {
  font-style: italic;
  font-size: 110%;
}

div.block_prediction_widget_odds table.widget-1x2 span.predicted-value-text {
  text-transform: lowercase;
}

div.block_prediction_widget_odds table.widget-1x2 td.odds a {
  margin-left: auto;
  margin-right: auto;
}

div.block_prediction_widget_odds table.widget-1x2 {
  border-spacing: 0;
}
div.block_prediction_widget_odds table.widget-1x2 td.bet {
  /*width: 44px;*/
  width: 19%;
}
div.block_prediction_widget_odds table.widget-1x2 td.bet p{
  /*width: 44px;*/
  font-weight: bold;
}

div.block_prediction_widget_odds table.widget-1x2 span.predicted-at {
  padding-left: 6px;
}

div.block_prediction_widget_odds table.widget-1x2 td.bet select {
  border: medium none;
  cursor: pointer;
  height: 20px;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
div.block_prediction_widget_odds table.widget-1x2 td.bet .select-container {
  background: url("../../img/arrow_down_full.png") no-repeat scroll 40px 50% #FFFFFF;
  border: 1px solid #ADADAD;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  position: relative;
  width: 50px;
}
div.block_prediction_widget_odds table.widget-1x2 td.bet .select-value {
  background-color: transparent;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding-left: 4px;
  text-align: left;
  width: 50px;
}

div.block_prediction_widget_odds span.predicted-score {
  border: 1px solid #D3D3D3;
  color: #7F7F7F;
  margin-left: 9px;
  padding: 3px 6px;
  background-color: #F4F4F4;
}

div.block_prediction_widget_odds a.bet-now-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
  padding: 4px 8px;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  background-image: url('../../img/prediction-save-back.png');
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}

table.widget-1x2 tr, table.widget-1x2_odds tr {
  background-color: #F4F4F4;
}

table.widget-1x2 td {
  text-align: left;
  background-color: #F4F4F4;
}

table.widget-1x2 div.href {
  text-align: center;
  background-color:white;
  color: #3a4d5c;
  border-radius: 5px;
  border:1px solid #D5D3D6;
  cursor: pointer;
  padding: 0px 2px;
}

table.widget-1x2 div.href a {
  color: #3a4d5c;
}

table.widget-1x2 td.img {
  text-align: right;
  pointer: cursor;
  width: 22px
  height: 64px;
}

table.widget-1x2_odds td.img  img, table.widget-1x2 td.img  img{
  max-width: 64px;
  width: 70px;
  height: 15px;
  vertical-align: -3px;
}

table.widget-1x2 div.name {
  border-radius: 5px;
}


div.block_team_widget_wrapper-wrapper div.content,
div.block_match_widget_wrapper-wrapper div.content {
    background-color:transparent;
    border-top: none;
}

div.block_team_widget_wrapper-wrapper,
div.block_match_widget_wrapper-wrapper{
    margin-bottom: 0;
}

span.red {
  color: red;
  font-size: 8px;
  vertical-align: text-bottom;
}

table.widget-1x2_odds, table.widget-1x2_odds tr, table.widget-1x2_odds td  {
  background-color:white;
}

table.matches tr.even table.widget-1x2_odds {
  border:1px solid #F4F4F4;
}

table.aggregates tr.even table.widget-1x2_odds {
  border: none;
}

table.widget-1x2_odds {
  display: none;
}

table.widget-odds div.href {
  border: none;
}

table.widget-odds div.href a {
  color: black;
}

table.matches .widget1x2-button a {
    background-image: url("../../img/odds-icon.png");
}

table.matches .widget1x2-button a.expanded,
table.matches .widget1x2-button a:hover {
    background-position: -20px 0;
}

div.match-odds {
    background-color:#454545;
    color: white;
    text-align: center;
    max-width:60px;
    white-space: normal;
    word-wrap: break-word;
    float: left;
    padding-left: 5px;
}

div.match-odds-play-image {
   background-image: url('../../img/play.png');
   background-repeat: no-repeat;
   float: left;
   width:6px;
   margin-top: 20px;
}

table.widget-1x2_odds {
  width: 100%;
  border-spacing: 5px 0px;
  border-collapse: separate;
  text-align: center;
}

table.widget-1x2_odds tr.bookmaker {
  padding: 5px;
}
td.no_odds_available {
   text-align: center;
   font-weight: bold;
   font-size: 12px;
}

div.block_news_article div.news-widget-placement div.block
{
    margin-bottom: 0.5em;
}
div.block_news_article div.news-widget-placement div.content
{
    padding: 0em;
}

div.block_news_article div.widget-news-position-fixer {
  width:1px;
  float: right;
  height: 250px;
  clear:both;
}

div.block_news_article div.news-widget-placement {
  width:538px; float: right;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.block_news_article div.news-widget-placement div.block_widget1x2 table.widget-1x2 tr,
div.block_news_article div.news-widget-placement div.block_widget1x2 table.widget-1x2 td,
div.block_news_article div.news-widget-placement div.block_widget1x2 table.widget-1x2
{
    background-color: white;
}

div.match-odds {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

div.no_odds_available {
  font-weight: bold;
  margin-top: 11px;
  width: 557px;
  position: absolute;
  text-align: center;
}

div.block-horizontal-container + div.block {
  clear: both;
}
div.block-horizontal-container  div.content {
  height: 375px;
}
div.block-horizontal-container  div.block {
  margin-bottom: 0.5em;
}
div.block-horizontal-container  div.first-element {
  width: 45.5%; float:left;
}
div.block-horizontal-container  div.second-element {
  width: 54%; float:right;
}
div.prediction-widget {
  display: inline-block;
  width: 32.4%;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}


div.prediction-widget div.prediction-score-picker {
  background: url("../../img/arrow_down_full.png") no-repeat scroll 30px 50% #FFFFFF;
  border: 1px solid #ADADAD;
  border-radius: 3px 3px 3px 3px;
  height: 38px;
  position: relative;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 10px;
}

div.prediction-widget div.prediction-score-picker.disabled {
  background-color: #DFDFDF;
  border-color: #BEBEBE;
}

div.prediction-widget div.score-container {
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 40px;
}

div.prediction-widget div.prediction-container button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 4px 8px;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  background-image: url('../../img/prediction-save-back.png');
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
}
div.prediction-widget div.prediction-container button:disabled{
  border: 1px solid #BEBEBE;
  color: #848484;
  background-image: none;
  cursor: default;
}
div.prediction-widget div.prediction-container select{
  border: medium none;
  cursor: pointer;
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

div.block_prediction_widget-wrapper div.content {
  padding-top:0px;
}
div.block_prediction_widget-wrapper div.prediction-widget {
  padding-top:0.7em;
}
div.block_prediction_widget-wrapper a.prediction-match-picker {
  border-radius: 4px 4px 4px 4px;
  padding: 6px 28px 4px 8px;
  margin-right: 10px;
  margin-top: 1px;
  display: block;
  color: #FFFFFF;
  background-color: #454545;
  background-image: url('../../img/arrow_up_down.png');
  background-position: right 9px;
  background-repeat: no-repeat;
}

div.block_prediction_widget-wrapper a.prediction-match-picker.active {
  background-position: right -23px;
}

div.block_prediction_widget-wrapper > h2{
  font-size: 107%;
  color: #FFFFFF;
  background-image: url('../../img/prediction-widget-header-backgroud.png');
  height: 24px;
  padding-left: 8px;
  padding-top: 8px;
  text-transform: capitalize;
  font-weight: bold;
}

div.block_prediction_widget-wrapper div.content {
  background-color: #FFF;
  border: 1px solid #BEBEBE;
}

div.prediction-widget-submited {
  background: none repeat scroll 0 0 #F3F3F3;
  border-top: 1px solid #CECECE;
  color: #848484;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  text-transform: capitalize;
}

div#prediction-matches-list ul {
  border-bottom: 1px solid #CECECE;
  top: 0;
  width: 100%;
  z-index: 100;
}

div#prediction-matches-list ul li {
  background-color: #FFFFFF;
  border-top: 1px solid #CECECE;
  padding: 5px;
  cursor: pointer;
}

div#prediction-matches-list ul li:hover {
  background-color: #FC6806 !important;
}
div#prediction-matches-list ul li.selected {
  background-color: #CACACA;
}

div.block_prediction_widget_popular-wrapper div.content{
  padding: 0;
  border: none;
}

div.block_prediction_widget_popular-wrapper {
  margin-bottom: 0;
  display:none;
}

div.block_prediction_widget_popular-wrapper > h2{
  background-color: #4B4B4B;
  color: #FFFFFF;
  font-size: 107%;
  font-weight: bold;
  height: 24px;
  margin-left: -1px;
  padding-left: 8px;
  padding-top: 8px;
  text-transform: capitalize;
  width: 98%;
}

div.prediction-widget-popular-container a.bet-now-button {
  background-image: url("../../img/bet-now-back.png");
  border: 1px solid #BEBEBE;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 8px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  float: right;
}
div.prediction-widget-popular-container div.popular-item {
  border-top: 1px solid #CECECE;
  color:#303030;
  background-color: #FFFFFF;
  padding-left: 0.5em;
}

div.prediction-widget-popular-container div.popular-item.even{
  background-color: #F4F4F4;
}
div.prediction-widget-popular-container div.popular-item div.match-teams-result {
  font-weight: bold;
  padding-top: 0.5em;
  padding-left: 0.5em;
  white-space: nowrap;
}
div.prediction-widget-popular-container div.popular-item div.match-teams-result span{
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 45%;
}

div.prediction-widget-popular-container div.popular-item div.match-teams-result span.predicted-result{
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 107%;
}
div.prediction-widget-popular-container div.bet-now-button-container {
  float: right;
  margin-right: 10px;
  width: 25%;
}

div.prediction-widget-popular-container div.second-row{
  height: 2.8em;
  padding-top: 0.5em;
  padding-left: 0.5em;
}
div.prediction-widget-popular-container div.second-row div{
display: inline-block;
}

div.prediction-widget-popular-container div.popular-item div.chart-bar{
 background-image: url("../../img/prediction-widget-popular.png");
 width: 33%;
 height: 2.05em;
 vertical-align: middle;
 color: #FFFFFF;
}
div.prediction-widget-popular-container div.popular-item div.chart-bar-progress{
 background-image: url("../../img/prediction-widget-progress.png");
 width: 0;
 height: 2.05em;
}
div.prediction-widget-popular-container div.popular-item span.chart-bar-value{
    margin-left: 7px;
    margin-top: 5px;
    position: absolute;
}
div.prediction-widget-popular-container div.popular-item div.odd-value {
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
}

table.odds_date_matches tr.group-sub-head {
  display: none;
}

/*****************************************************************************
* Rebrand
*****************************************************************************/

.rebrand .block_matches_calendar-wrapper.block h2 {
  color: #fff;
  font-size: 123.1%;
  background: #252525;
  border-top: 2px solid #474747;
  border-radius: 4px 4px 0 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: none;
}
.rebrand .block_matches_calendar-wrapper.block h2 a {
  color: #ff3301;
  font-size: 100%;
  padding-right: 1em;
  background: url(../../img/soccerway/more.gif) no-repeat center right;
}

.rebrand div.content-column {
  float: left;
  width: 100%;
}
.rebrand div.no_odds_available{
  width: 681px;
}
.block_match_visualisation-wrapper {
    display:none;
}
div.block_match_visualisation-wrapper div.content {
    border-top: none;
    padding: 0;
}



body {
  min-width: 1000px;
}

/*****************************************************************************
* Flags
*****************************************************************************/
[class^="flag-"] {
  background: url(../../img/flags/languagepicker-flags.png) no-repeat 0 0;
  padding-left: 2em;
  display: block;
  height: 17px;
  line-height: 17px;
  text-align: left;
}
.flag-en {
  background-position: 0 0;
}
.flag-us {
  background-position: 0 -16px;
}
.flag-uk {
  background-position: 0 -32px;
}
.flag-india {
  background-position: 0 -48px;
}
.flag-it {
  background-position: 0 -64px;
}
.flag-de {
  background-position: 0 -80px;
}
.flag-es {
  background-position: 0 -96px;
}
.flag-es-la {
  background-position: 0 -112px;
}
.flag-fr {
  background-position: 0 -128px;
}
.flag-br {
  background-position: 0 -144px;
}
.flag-nl {
  background-position: 0 -160px;
}
.flag-tr {
  background-position: 0 -176px;
}
.flag-id {
  background-position: 0 -192px;
}
.flag-cn {
  background-position: 0 -208px;
}
.flag-hk {
  background-position: 0 -224px;
}
.flag-kr {
  background-position: 0 -240px;
}
.flag-jp {
  background-position: 0 -256px;
}
.flag-iran {
  background-position: 0 -272px;
}
.flag-ar {
  background-position: 0 -288px;
}
.flag-ar-eg {
  background-position: 0 -304px;
}
.flag-ar-sa {
  background-position: 0 -320px;
}
.flag-ie {
  background-position: 0 -336px;
}
.flag-sg {
  background-position: 0 -352px;
}
.flag-my {
  background-position: 0 -368px;
}
.flag-au {
  background-position: 0 -384px;
}
.flag-ng {
  background-position: 0 -400px;
}
.flag-ca {
  background-position: 0 -416px;
}
.flag-th {
  background-position: 0 -431px;
}
.flag-gh {
  background-position: 0 -448px;
}
.flag-es-ar {
  background-position: 0 -464px;
}
.flag-ke {
  background-position: 0 -480px;
}
.flag-za {
  background-position: 0 -496px;
}
.flag-es-co {
  background-position: 0 -512px;
}
.flag-es-cl {
  background-position: 0 -528px;
}
.flag-es-mx {
  background-position: 0 -544px;
}
.flag-vn {
  background-position: 0 -560px;
}
.flag-es-pe {
  background-position: 0 -576px;
}
.flag-nr {
  background-position: 0 -592px;
}
.flag-ro {
  background-position: 0 -608px;
}
.flag-el {
  background-position: 0 -624px;
}
.flag-pl {
  background-position: 0 -640px;
}
.flag-gr {
  background-position: 0 -656px;
}
.flag-pt {
  background-position: 0 -672px;
}
.flag-ru {
  background-position: 0 -688px;
}

/* Styles for retina displays */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  [class^="flag-"] {
    background-image: url(../../img/flags/languagepicker-flags-x2.png);
    background-size: 18px auto;
  }
}

#site-header {
  background: #232323;
  border-bottom: 3px solid #ff7d03;
  position: relative;
}

.language-picker {
  background: #232323;
  background: -webkit-linear-gradient(top, #232323, #2a2a2a);
  background: -moz-linear-gradient(top, #232323, #2a2a2a);
  background: -ms-linear-gradient(top, #232323, #2a2a2a);
  background: -o-linear-gradient(top, #232323, #2a2a2a);
  background: linear-gradient(top, #232323, #2a2a2a);
  height: 0;
  overflow: hidden;
  text-align: left;
  -webkit-transition: height .2s ease-in;
  transition: height .2s ease-in;
  font-family: 'RobotoRegular';
}
.opened-language-picker .language-picker {height: 155px; }
.language-picker > div { padding: .8em 0; }
.language-picker .group { width: 20%; float: left; }
.language-picker li { margin: 1px 0; }
.language-picker a { color: #fff; display: block; line-height: 17px; }
.language-picker a:hover { text-decoration: underline; }
.language-picker-trigger { cursor: pointer; float: right; margin: 1.8em 3em 0 0; }
.language-picker-trigger .indicator {
  background: url(../../img/soccerway-sprite.png) no-repeat -367px -7px;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.opened-language-picker .language-picker-trigger .indicator { background-position: -428px -38px; }
.language-picker-trigger span { vertical-align: middle; }
.language-picker-trigger .wrap-flag {
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0 1px;
}
.language-picker-trigger [class^="flag"] {
  border-radius: 3px;
  display: inline-block;
  padding: 0;
  width: 18px;
}
.language-picker-trigger:hover [class^="flag"] {
  opacity: .9;
}

#logo-bar { overflow: hidden; padding: 1.7em 0; }
#logo { background: url(../../img/soccerway-sprite.png) no-repeat 0 0; display:block; float: left; width:255px; height:64px; text-indent:-30000px; }
#logo-bar .social { float: right; margin: 1.4em 0 0 1.2em; }
#logo-bar .social a { background-image: url(../../img/soccerway-sprite.png); float: left; height: 30px; margin: 0 .1em; padding: 0; text-indent: -999em; width: 30px; }
#logo-bar .social .twitter { background-position: -300px 0; }
#logo-bar .social .facebook { background-position: -330px 0; }
#logo-bar .social .twitter:hover { background-position: -300px -30px; }
#logo-bar .social .facebook:hover { background-position: -330px -30px; }
.banner-content { background: #232323; border-bottom: 1px solid #424242; padding: 1.5em 0; }

#site-header .filter {
  float: right;
  margin: 1.9em 2.5em 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}
#site-header .filter li {
  display: inline;
  margin-left: 1em;
}
#site-header .filter a {
  color: #fff;
}
#site-header .filter li a:before {
  border: 1px solid #ff7d00;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: .2em;
  vertical-align: top;
  width: 13px;
}
#site-header .filter li a:hover:before {
  border-color: #fd8817;
  background: #fd8817;
}
#site-header .filter li a.active:before {
  background: #ff7d00;
}

/* Styles for retina displays */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  #logo {
    background-image: url(../../img/soccerway-logo-x2.png);
    background-size: 100% 100%;
  }
}

nav#main { background-color: #FFFFFF; z-index: 665; padding: 1.8em 20px 0;}
nav#main ul.t_l {background:#242424; box-shadow: 0px 2px 0px #494949 inset; border-bottom: 3px solid #ff7d03; border-radius: 5px 5px 0 0; }
nav#main li.t_l {float:left;}
nav#main li.t_l:first-child { border-top-left-radius: 3px; }
nav#main li.t_l a.t_l {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;width: auto;
  height: 45px;
  line-height: 48px;
  padding: 0 12px;
  position: relative;
  font-size: 16px;
}
/* Set another font for all english-based editions */
html nav#main li.t_l a.t_l {
  font-family: 'RobotoRegular', sans-serif;
  line-height: 45px;
}
nav#main li.t_l.has-submenu a.t_l, nav#main li.t_l.has-dropdown a.t_l { padding:0 27px 0 12px; }
nav#main li.t_l:hover > a, nav#main li.t_l a.t_l:hover, nav#main li.t_l a.active {
  background: #525252;
  background: -webkit-linear-gradient(top, #656464, #333);
  background: -moz-linear-gradient(top, #656464, #333);
  background: -ms-linear-gradient(top, #656464, #333);
  background: -o-linear-gradient(top, #656464, #333);
  background: linear-gradient(top, #656464, #333);
}
nav#main li.t_l:first-child:hover > a {
  border-radius: 5px 0 0 0;
}
nav#main > ul > li:before {
  content: '';
  background: #404040;
  background: -webkit-linear-gradient(top, #595959, #404040);
  background: -moz-linear-gradient(top, #595959, #404040);
  background: -ms-linear-gradient(top, #595959, #404040);
  background: -o-linear-gradient(top, #595959, #404040);
  background: linear-gradient(top, #595959, #404040);
  height: 45px;
  width: 1px;
  display: block;
  float: right;
}
.language_search:hover .submenu {
  display: block;
}
li.h_d.active .submenu {
  display: table;
}
.submenu {
  background: #e6e6e6;
  background: -webkit-linear-gradient(top, #f0f0f0, #dedede);
  background: -moz-linear-gradient(top, #f0f0f0, #dedede);
  background: -ms-linear-gradient(top, #f0f0f0, #dedede);
  background: -o-linear-gradient(top, #f0f0f0, #dedede);
  background: linear-gradient(top, #f0f0f0, #dedede);
  overflow: hidden;
  position: absolute;
}
nav#main .submenu {
  border-top: 3px solid #ff7d03;
  top: 69px;
  left: 0;
  width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 20px 0 20px;
}
.submenu .col {
  width: 150px;
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.submenu .col.first-group {
  border-left: 1px solid #ccc;
}
.submenu li.title,
.submenu span.title {
  font-size: 100%;
  color: #323232;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.submenu li.sub-title {
  font-size:100%;
  font-weight:bold;
  color:#333;
  font-size: 11.5px;
  padding: 6px 15px;
}
.submenu ul.group {
  margin-top: 20px;
  border-left: 1px solid #ccc;
}
.submenu .all {
  display:block;
  margin: 5px 15px 0;
  color:#333;
  text-align:left;
  font-weight: bold;
}
.submenu .all:after {
  background: url(../../img/soccerway-sprite.png) no-repeat -399px -10px;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: .4em;
  width: 10px;
}
#search {
  background: #ff7d03;
  border-radius: 3px;
  float: right;
  margin-top: 1.4em;
  padding: 2px;
}
#search-input {
  color: #858585;
  outline: medium none;
  padding: 5px;
  width: 186px;
  text-transform: uppercase;
  font-style: italic;
  border: none;
  border-radius: 2px;
  background: #e3e3e3;
  background: -webkit-linear-gradient(top, #f4f4f4, #dbdbdb);
  background: -moz-linear-gradient(top, #f4f4f4, #dbdbdb);
  background: -ms-linear-gradient(top, #f4f4f4, #dbdbdb);
  background: -o-linear-gradient(top, #f4f4f4, #dbdbdb);
  background: linear-gradient(top, #f4f4f4, #dbdbdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#dbdbdb');
}
#search-input:focus {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
}
#search-input-submit {
  background: url(../../img/soccerway-sprite.png) no-repeat -270px -2px #ff7d03;
  height: 27px;
  top: -1px;
  width: 26px;
}
nav#main li.has-dropdown a.dropdown-button,
nav#main li.has-submenu > a:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0;
  text-indent: -5000px;
  background: url(../../img/soccerway-sprite.png) no-repeat -360px 0;
}
nav#main div.dropdown {
  top: 48px;
}
nav#main div.cal-dropdown .calendar-container {
  background: -webkit-linear-gradient(top, #f5f5f5, #dedede);
  background: -moz-linear-gradient(top, #f5f5f5, #dedede);
  background: -ms-linear-gradient(top, #f5f5f5, #dedede);
  background: -o-linear-gradient(top, #f5f5f5, #dedede);
  background: linear-gradient(top, #f5f5f5, #dedede);
  filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dedede');
  border: 2px solid #f5f5f5;
}

/* nav dropdowns */
#navbar .custom-dropdown {
  float: left;
  border-right: 1px solid #f7f7f7;
}
#navbar .custom-dropdown {
  position: relative;
}
#navbar .custom-dropdown .label-wrapper {
  background-color: #dddcdc;
  background-image: -webkit-linear-gradient(top, #f4f4f4, #cac8c8);
  background-image: linear-gradient(to bottom, #f4f4f4, #cac8c8);
  border-right: 1px solid #ddd;
  cursor: pointer;
  padding: .61em 1.7em .41em .8em;
}
#navbar .custom-dropdown .selector {
  background: url(../../img/soccerway-sprite.png) no-repeat -362px 0;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -5000px;
  top: .1em;
  width: 25px;
}
#navbar .custom-dropdown .list {
  background: #fff;
  border: 2px solid #dbdbdb;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 2;
}
#navbar .custom-dropdown.opened .list {
  display: block;
}
.custom-dropdown ul.list>:first-child {
  text-transform:uppercase;
  padding-top: .2em;
  font-size: 12px;
}
.custom-dropdown li[data-value] {
  cursor: pointer;
  padding: 0 1.5em 0 .3em;
  color: #4e4e4e;
}
#navbar .custom-dropdown li[data-value]:hover {
  background: #4f4e4e;
  color: #fff;
}
#navbar .custom-dropdown li li[data-value] {
  padding-left: 1.2em;
}
#navbar .custom-dropdown .optgroup-label {
  font-weight: bold;
  padding: .2em .3em;
  font-size: 12px;
}
#navbar .custom-dropdown.opened {
  border-right: 0 none;
  padding-right: 2px;
}
#navbar .custom-dropdown + .opened {
  left: -1px;
}
#navbar .custom-dropdown.opened .label-wrapper {
  background: #4d4b4c;
  border-right: 0 none;
  color: #fff;
}
.calendar .daybox {
  padding: 1px 0;
}
.calendar .weekboxname .daybox {
  padding: 0 0 5px 1px;
}
.calendar .weekboxname .daybox:first-child {
  padding-left: 0;
}
.calendar .calweekswrapper .daybox {
  border-left: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
}
.calendar .calweekswrapper .daybox:first-child {
  border-left: 0 none;
}
.calendar .cal_week_0 .daybox {
  border-top: 0 none;
}
.calendar .dayoutmonth {
  color: #d1d1d1;
}
.calendar .dayboxdate {
  height: 26px;
  line-height: 26px;
  margin: 0 auto;
  width: 26px;
}
.calendar .dayselected .dayboxdate {
  background: #ff7d03;
  border-radius: 50%;
}
.calendar .calcontrol {
  position: relative;
  top: -6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -100px;
  background: url(../../img/soccerway-sprite.png) no-repeat -540px 0;
}
.calendar .cal_wrapper {
  position: relative;
  top: -3px;
  width: 272px;
  margin: 0 auto;
}
.calendar .calprevmonth {
  background-position: -540px 0;
}
.calendar .calnextmonth {
  background-position: -540px -30px;
}
.calendar .caltitle {
  font-weight: bold;
  text-transform: uppercase;
}
#navbar {
  background: #e3e3e3;
  background: -webkit-linear-gradient(top, #f5f5f5, #d9d9d9);
  background: -moz-linear-gradient(top, #f5f5f5, #d9d9d9);
  background: -ms-linear-gradient(top, #f5f5f5, #d9d9d9);
  background: -o-linear-gradient(top, #f5f5f5, #d9d9d9);
  background: linear-gradient(top, #f5f5f5, #d9d9d9);
}

.gradientback {
  background-image: url('../../img/soccerway/chartgradient.png');
  background-repeat: repeat-x;

}

.chart div.chartbar.left {
  background-image: url('../../img/soccerway/leftbarfill.gif');
  background-repeat: repeat-x;
}

.chart div.chartbar.right {
  background-image: url('../../img/soccerway/rightbarfill.gif');
  background-repeat: repeat-x;
}

.chart td.chartbar.background {
  background-image: url('../../img/soccerway/barback.gif');
  background-repeat: repeat-x;
}

table.chartselect tr td {
  background-color: #CDCDCD;
  padding: 10px;
  color: black;
  font-weight: bold;
  background-image: url('../../img/soccerway/chartbargradient.png');
  background-repeat: repeat-x;
}

#finalstages .round table.final table.versus {
  background: url(../../img/soccerway/finals.png) center center white no-repeat;
  width: 560px;
  border: 0;
  color: black;
}


#matchinfotable .left {
   background-image: url('../../img/soccerway/match_coverage_tab_left.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-color: white;
   text-align: center;
}


#matchinfotable .right {
   background-image: url('../../img/soccerway/match_coverage_tab_right.png');
   background-repeat: no-repeat;
   background-position: right top;
   background-color: white;
   text-align: center;
}

dl.advertising {
  width: 557px;
}

dl.advertising dt, dl.advertising dd {
  display: block;
  clear: both;
  width: 100%;

}

dl.advertising dt {
  color: #FF3301;
  text-transform: uppercase;
  font-size: 123.1%;
  font-weight:normal;
}

dl.advertising dd {
  border-top: 1px solid #D5D3D6;
  padding: 0.8em 1px 1px 3px;
  padding-bottom: 1.5em;
}

dl.advertising ul {
  margin-bottom: 20px;
}
dl.advertising li {
  margin-left: 20px;
  list-style-type: square;
  line-height: 180%;
}

dl.advertising span.feature {
  text-shadow: 0.2px 0.9px 11px rgba(255, 51, 1, 0.2);
  color: #2B1009;
}

.no_bottom_margin {
  margin-bottom: 0 !important;
}

dl.advertising advespan.mail {
  font-size: 14px;
  font-style: italic;
  border-bottom: 1px solid #DDD;
}

dl.advertising p.mail {
  margin-top: 10px;
}

dl.advertising p img {
  display: block;
  float: left;
  position: relative;
}

dl.advertising p.espn img {
  padding-right: 9px;
  top: 5px;
}

dl.advertising p.olbg img {
  width: 125px;
  border: 1px solid #CCC;
  margin-right: 6px;
  border-image: initial;
}

dl.advertising p.bet365 img {
  margin-right: 5px;
  top: 3px;
}

dl.advertising p.quote {
  font-style: italic;
  padding-bottom: 45px;
  line-height: 21px;
  color: #222;
}

dl.advertising p.olbg {
  margin-bottom: 40px
}

dl.advertising p.quote span {
  display: block;
  position: relative;
  float: right;
  bottom: -8px;
  font-style: normal;
  font-size: 14px;
}

dl.advertising dd.solutions p {
  margin: 5px !important;
}

dl.advertising dd.why_soccerway {
  border-top: none !important;
  padding-top: 0 !important;
}

table.matches.grouped .events-button a {
  margin: 0 1px 0 0;
}

table.matches.grouped td.first-occur.events-button.button a {
 margin: 0 -3px 0 0;
}
