@import url('statistics_toolbars.css');

/*statistic style start*/

td.content {
  background: black;
  width: 770px;
  border-left: 0;
}

td.content div.rounded_container {
  /*	width: 598px;*/
  /*background: #000 url("../images/heading_box_img.gif") repeat-x 0 0;*/
}
td.content div.rounded_container.without_bg {
  background-image: none;
}

div.tabbed_page div.rounded_container {
  width: 638px;
}

/* dana */

div.tabbed_page {
  border: 1px solid #333;
  background: #000;
  padding: 0 0 10px;
}

div.tabbed_page .select_box_container {
  float: left;
  width: 168px;
}

.tabbed_page .heading_title_container.collapsed {
  width: 748px !important;
  background: #1a1a1a !important;
}

#full_program .combo_box,
#programaPoKragove_select .combo_box {
  float: right;
  display: inline;
  background: transparent url(../images/select_box.gif) no-repeat -5px -5px;
  height: 19px;
  width: 168px !important;
  margin: 0 0 0 5px;
}

/* new livescore table */
#ls_details_container .top_navigation {
  background: #1a1a1a;
  width: 100%;
  padding: 7px 10px 10px;
  border-bottom: 1px solid #333;
  margin: 5px 0 20px;
}
#ls_details_container .top_navigation span {
  float: left;
}
#ls_details_container .top_navigation ul {
  float: left;
  margin-left: 30px;
}
#ls_details_container .top_navigation ul li {
  list-style: none;
  float: left;
}
#ls_details_container .top_navigation ul li a {
  text-transform: uppercase;
  color: #fff;
  background: #404040; /* Old browsers */
  background: -moz-linear-gradient(top, #404040 0%, #272727 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #272727)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #404040 0%, #272727 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #404040 0%, #272727 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #404040 0%, #272727 100%); /* IE10+ */
  background: linear-gradient(to bottom, #404040 0%, #272727 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
  border: 1px solid #6d6d6d;
  padding: 2px;
  width: 90px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  margin: 0 5px;
}
#ls_details_container .top_navigation ul li a:hover,
#ls_details_container .top_navigation ul li a.active {
  background: #ff8400;
  border-color: #ff8400;
  color: #000;
}
#ls_details_container .top_navigation .calendar {
  background: ;
  margin-left: 30px;
}
#ls_details_container .tabs_content {
  margin-bottom: 20px;
}
#ls_details_container .tabs_nav {
  background: #000;
  border: 1px solid #3a3a3a;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  float: left;
}
#ls_details_container .tabs_nav a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 3px 20px 4px;
  float: left;
  text-decoration: none;
  text-align: center;
  background: url('../images/livescore/separator.jpg') no-repeat right center;
  border-bottom: 1px solid #3a3a3a;
}
#ls_details_container .tabs_nav a.hot {
  color: #ff0000;
}
#ls_details_container .tabs_nav a:last-child {
  background: none;
}
#ls_details_container .tabs_nav a.current {
  border: 1px solid #3a3a3a;
  border-bottom-color: #333;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  margin-top: -4px;
  margin-left: -1px;
  padding: 5px 21px;
  background: #1a1a1a;
}

#ls_details_container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#ls_details_container table th {
  background: #1a1a1a;
  padding: 5px;
  text-transform: uppercase;
}
#ls_details_container table th.left,
#ls_details_container table td.left {
  text-align: left;
}
#ls_details_container table th.right,
#ls_details_container table td.right {
  text-align: right;
}
#ls_details_container table th.center,
#ls_details_container table td.center {
  text-align: center;
}
#ls_details_container table th.icon {
  width: 25px;
}
#ls_details_container table th.bet,
#ls_details_container table td.bet {
  width: 30px;
  font-weight: normal;
}
#ls_details_container table td {
  padding: 3px;
  border: 1px solid #000;
  background: #404040;
  color: #fff;
}
#ls_details_container table.favorite td {
  background: #bfbfbf;
  color: #000;
}
#ls_details_container table td a {
  color: #fff;
  font-weight: bold;
}
#ls_details_container table.favorite td a {
  color: #000;
}
#ls_details_container table th img,
#ls_details_container table td img {
  vertical-align: middle;
}
#ls_details_container table td.score,
#ls_details_container table td.play {
  background: #262626;
  color: #fff;
  width: 30px;
  font-size: 11px;
  border-left: none;
  border-right: none;
}
#ls_details_container table td.score a,
#ls_details_container table td.play a {
  color: #fff;
}
#ls_details_container table tr.active_match td.score a {
  color: #ff8400;
}
#ls_details_container table td.time {
  width: 35px;
}
#ls_details_container table.favorite tr.active_match td.time {
  background: #bfbfbf url('../images/live_anim_red.gif') no-repeat 30px center;
  color: #000;
}
#ls_details_container table.ls_details tr.active_match td.time {
  background: #404040 url('../images/live_anim_red.gif') no-repeat 30px center;
  color: #a6a6a6;
}
#ls_details_container table td.teams {
  width: 254px !important;
}
#ls_details_container table td.tv {
  border-right: none;
  text-align: center;
  width: 25px;
}
#ls_details_container table td.tv a {
  background: url('../images/livescore/tv_black.png') no-repeat 0 0;
  width: ;
  height: ;
  display: inline-block;
  vertical-align: middle;
}
#ls_details_container table td.table_wrap {
  padding: 0;
  text-align: center;
  border-left: none;
  width: 180px;
}
#ls_details_container table td.table_wrap table.beting {
  height: 24px;
  margin-bottom: 0;
}
#ls_details_container table td.table_wrap table.beting td {
  border: none;
  border-right: 1px solid #000 !important;
}
#ls_details_container table td.table_wrap table.beting td.bet {
  border-bottom: 1px solid #000 !important;
}
#ls_details_container table td.table_wrap table.beting tr:last-child td.bet {
  border-bottom: none !important;
}
#ls_details_container table td.table_wrap table.beting td.bet_bookie {
  padding-right: 10px;
  text-align: right;
}
#ls_details_container table tr.match_info {
  position: relative;
}
#ls_details_container table tr.match_info,
#ls_details_container table tr.match_info td {
  background: #000;
  color: #fff;
}
#ls_details_container table tr.match_info div.popup-wrap {
  background: #262626;
  border: 1px solid #333333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 550px;
  padding: 20px 25px 10px;
  margin: 0 auto;
  position: relative;
}
#ls_details_container table tr.match_info div.popup-wrap .close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: url('../images/livescore/close.png') no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px;
}
#ls_details_container table tr.match_info div.popup-wrap .close:hover {
  opacity: 0.8;
}
#ls_details_container table tr.match_info table.match_details td {
  background: #262626;
  border: none;
  padding: 5px;
}
#ls_details_container table tr.match_info table.match_details td.icon {
  border-bottom: 1px solid #333;
}
#ls_details_container table tr.match_info table.match_details td.text {
  width: 210px;
  border-bottom: 1px solid #333;
}
.filters {
  clear: both;
  padding-top: 12px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.filters .arrow {
  display: block;
  width: 20px;
  height: 11px;
  background: url('../images/livescore/arrow.png') no-repeat center top;
  position: absolute;
  top: 2px;
  left: 330px;
}
.filters .left_filters,
.filters .right_filters > div {
  border: 1px solid #333333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #262626;
  padding: 5px;
}
.filters .left_filters {
  width: 116px;
  margin-right: 6px;
  float: left;
}
.filters .right_filters {
  width: 523px;
  float: left;
}
.filters a {
  color: #fff;
  text-decoration: none;
  padding: 3px 5px;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 15px;
}
.filters a:hover {
  color: #ff8400;
}
.filters a img {
  float: left;
  margin-right: 3px;
  margin: 3px 3px 0 0;
}
.filters .left_filters a {
  display: block;
}
.filters .right_filters a {
  width: 156px;
}
.filters a.active {
  background: #ff8400;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
  font-weight: bold;
}
.filters.center .right_filters {
  float: none;
  width: 658px;
}
.filters.center .right_filters div {
  padding: 3px 0;
}
.filters.center .right_filters a {
  width: 154px;
  padding: 3px;
}
.filters.center .arrow {
  left: 453px;
}
/* end dana */

td.content div.rounded_container.light_border,
td.content div.rounded_container.dark_border {
  width: 768px;
}
td.content div.rounded_container.statistic_container {
  width: 768px;
  font-size: 11px;
}

/*stat table style*/
.stat_container {
  width: 100%;
  /*overflow: hidden;*/
}

/*table row color */

.stat_container tr.stats_row_odd td,
.search_list_table tr.stats_row_odd td {
  background: #1a1a1a;
  border: none;
}
.stat_container tr.stats_row_even td,
.search_list_table tr.stats_row_even td {
  background: #000;
  border: none;
}
.stat_container tr.stats_row_even td img,
.stat_container tr.stats_row_odd td img {
  padding: 3px;
}
.stat_container tr td.player_pic img {
  width: 30px;
}

.stat_container tr.title_bar th,
.stat_container tr th {
  /* background: #1a1a1a; */
}
.search_list_table {
  border-collapse: collapse;
  width: 768px;
  margin: 0px -1px 0px 0;
  border: 0;
  font-size: 12px;
}
.search_list_table.players {
  width: 768px;
}

.search_list_table.statistic {
  width: 768px;
}
.search_list_table.statistic tr.title_bar th {
  text-align: center;
}
.search_list_table.statistic tr.title_bar th.stand {
  text-align: left;
}

.stat_container tr td.stats_host_player_pic img,
.stat_container tr td.stats_guest_player_pic img {
  width: 30px;
}

.search_list_table td {
  color: white;
  padding: 0 5px;
}

.search_list_table th {
  font-weight: normal;
  padding: 0 10px;
}

.search_list_table .light_bg {
  background-color: #595959;
}

.search_list_table .r_al {
  text-align: right;
}

.search_list_table .c_al {
  text-align: center;
}
.search_list_table td.player_pic a {
  display: block;
}

.search_list_table td.player_pic img {
  padding: 3px 3px 3px 0;
}

.search_list_table td.dark_text,
.search_list_table .dark_text {
  color: #a6a6a6;
}

table.search_list_table td.lr_border {
  /*border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;*/
}

.search_list_table.statistic td {
  width: 0%;
}

.standings_cont .search_list_table td,
.rounded_container.small_cont td {
  width: 20px;
}

.search_list_table.statistic td.auto_width {
  width: auto;
  text-align: left;
  border-left: 0;
  padding-left: 0;
}

.search_list_table td.stand {
  text-align: left;
  border-right: 0;
  width: 10px;
}

.search_list_table.r_al td,
.search_list_table.r_al th {
  padding: 0 5px;
  border-left: 0;
  border-right: 0;
  text-align: right;
}

.search_list_table th.stand {
  text-align: left;
  padding-left: 10px !important;
}

table.players .small_td {
  width: 19px;
  padding-right: 5px;
}
table.search_list_table .stats_info {
  padding: 0;
}
table.search_list_table .stats_info div {
  background: #000;
  padding: 2px 3px 3px 3px;
  border-left: 1px solid #333;
  text-align: center;
}

table.search_list_table .stats_resize div {
  background: #000;
  padding: 2px 3px 3px 3px;
  border-left: 1px solid #333;
  text-align: center;
}

table.players img {
  float: left;
}
table.players .title_bar th {
  background: #000;
}
table.players td.player_pic {
  padding: 0;
  width: 36px;
}
table.players td.player_pic img {
  padding: 3px;
  width: 30px !important;
}

table.players td.player_name {
  width: 181px;
  /*border-right: 1px solid #333 !important;*/
  padding-left: 5px;
}

table.players td.player_country {
  width: 133px;
  border-left: 1px solid #333 !important;
}
table.players td.player_country img {
  padding: 2px !important;
}
/*end stat table style*/

/*stat footer*/
.stat_footer {
  height: 30px;
  padding: 0 10px;
  text-align: right;
  line-height: 29px;
  background: #262626;
  border-top: 1px solid #000;
}

.stat_footer a {
  color: #999;
}
/*end stat footer*/

/*standings table*/
td.content div.rounded_container.standings_cont {
  float: left;
  width: 768px;
}

.standings_cont .search_list_table,
.small_cont .search_list_table {
  width: 100%;
  margin: 0;
}
/*end standigs table*/

/*small cont stat*/
td.content div.rounded_container.small_cont {
  float: left;
  width: 378px;
  margin-bottom: 10px;
}
td.content div.rounded_container.stats_cont_small {
  margin-right: 10px;
}
/*end small cont stat*/

/*static content */
.static_content {
  padding: 20px;
  width: 700px;
  line-height: 18px;
  overflow: hidden;
}

.static_content h2.orange_link {
  font: bold 17px verdana, sans-serif;
}
/*end static content*/

/*match statistic*/
.match_date {
  float: right;
  text-transform: none;
}
/*end match statistic*/

/*player info*/
.player_info {
  float: left;
  margin: 5px 10px 10px;
  width: 277px;
}

.player_info img {
  border: 1px solid #333;
}

table.info_list {
  width: 290px;
  margin: 24px 0px 21px 0px;
  font-size: 12px;
}

table.info_list td {
  padding: 0;
}

table.info_list td.label_td {
  font-weight: bold;
  color: #fe850c;
  width: 50%;
}
/*end player info*/

/*date toolbar*/
.date_toolbar.match_toolbar {
  width: auto;
  left: 0;
}

.date_toolbar.match_toolbar * {
  float: none;
}
/*end date toolbar*/

/*tabs menu*/
#tabs_moveble_3 {
  width: 770px !important;
}
#tabs_moveble_3 li {
  width: 384px;
}
.content ul.tabs_menu {
  width: 658px !important;
  top: 5px;
}

.content ul.tabs_menu li {
  width: 328px;
}

* html .content ul.tabs_menu li .tr {
  right: -1px;
}
/*end tabs menu*/

/*match statistic table*/
.match_statistic {
  width: 768px;
  margin: 0;
}

.match_statistic .spacer_tr td {
  height: 0px;
}

.events_programs {
  margin-bottom: 10px;
}

.events_programs td,
.events_programs th {
  height: 27px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

col.player_name {
  width: 190px;
}

col.hours_events {
  width: 53px;
}

col.category_events {
  width: 145px;
}

.match_statistic col.results {
  width: 58px;
}
.match_statistic tr.result_bar td img {
  padding: 5px;
}
.match_statistic td {
  border-left: 0;
  border-right: 0;
  white-space: nowrap;
  font-size: 12px;
  /*	padding: 0 5px !important;*/
}

.match_statistic td.results_td {
  width: 56px;
  text-align: center;
  padding: 0;
  background-color: #595959;
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
}

.match_statistic td.results_td strong {
  font: bold 18px arial, sans-serif;
  color: #fff;
}
.match_statistic td.stats_host_player_pic,
.match_statistic td.stats_guest_player_pic {
  width: 40px !important;
  padding: 0 !important;
}
.match_statistic td.stats_player_host {
  text-align: right !important;
}
.match_statistic td.cards {
  word-spacing: -4px;
}
.match_statistic td.cards img {
  padding: 2px !important;
}

.match_statistic strong {
  text-transform: uppercase;
}

/*end match statistic table*/

.yellow_card,
.red_card {
  float: none;
  margin: 0 5px 0 0;
  width: 8px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

/* FIX: Commented out .date_toolbar for LiveScores to work */

#match_popup {
  width: 638px;
}

#klasirane_select,
#klasirane_select_1,
#klasirane_select_2 {
  float: left;
  height: 16px;
  background-position: 0 -1px;
  background-repeat: no-repeat;
  width: 168px;
}
#klasirane_select_2 .combo_box {
  background: transparent url(../images/select_box.gif) no-repeat -5px -5px;
  width: 168px !important;
}

.select_box_container {
  background: none !important;
}
.option_toolbar #season_program {
  background: url('../images/select_box_medium_2.gif') no-repeat 0 0 !important;
}
.option_toolbar #season_program .combo_box {
  width: 120px !important;
  background: transparent url(../images/select_box_medium.gif) no-repeat -5px -5px;
}

/* start statistics news */
td.content.stat_second div.rounded_container {
  background-color: #1a1a1a;
}

td.content.stat_second div.rounded_container h1.printing_large_text_toolbar strong {
  float: none;
  display: block;
}

td.content.stat_second div.rounded_container div#big_news_container {
  zoom: 1;
  overflow: hidden;
}

td.content.stat_second div.rounded_container div#big_news_container a img {
  float: left;
  border: 1px solid white;
  margin: 6px 20px 0 0;
  display: inline;
}

td.content.stat_second div.rounded_container div#big_news_container #news_text_inner {
  line-height: 18px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  width: 618px;
  zoom: 1;
}

td.content.stat_second div.rounded_container div#big_news_container #news_text_inner .more {
  text-align: right;
}

td.content.stat_second div.rounded_container div#big_news_container #news_text_inner .more a {
  font-weight: bold;
  color: #ffffff;
}

td.content.stat_second div.rounded_container div#big_news_container #news_text_inner table.heading_title_table {
  height: 60px;
  margin-left: -2px;
}

td.content.stat_second div.rounded_container div#big_news_container #news_text_inner table.heading_title_table td {
  vertical-align: top;
}

td.content.stat_second div#wrapper_box_1 div.bottom_banner a.brand_link {
  margin-top: -2px;
}
/* end statistics news */

/* start table.ev */
table.ev td {
  height: 29px;
  padding: 5px !important;
}
table.ev th {
  height: 27px;
}
table.ev th.sec {
  padding: 0;
}
table.ev th .r_txt {
  float: right;
  color: white;
}
table.ev td .r_txt {
  float: right;
  color: #999999;
}
table.ev td.fir {
  width: 60px;
  color: #999999;
  text-align: center;
}
table.ev td.sec {
  width: 27px;
  padding: 0;
}
table.ev th.sec {
  vertical-align: bottom;
}
table.ev th.sec img {
  width: 25px;
  height: 25px;
  padding: 0 1px;
  background-color: #e10000;
}
table.ev td.sec img {
  height: 25px;
  width: 27px;
  padding: 1px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: white;
}
table.ev img,
table.ev a {
  display: block;
}
table.ev .events {
  padding-left: 20px;
}
table.ev .events a {
  display: inline;
}
table.ev th.fir {
  border-right: 1px solid #1a1a1a;
}
table.ev th.third {
  padding-left: 20px;
}

/* end table.ev */

/* start tooltip */

div.stat_container {
  /*padding-top: 5px;
	margin-top: -27px;*/
  *padding-top: 0;
  *margin-top: 0;
}

div.sc_fix {
  padding-top: 0;
  margin-top: 0;
}

table.search_list_table div.last_5_games {
  float: right;
}

table.search_list_table p.winn {
  background: #00ff00 !important;
}

table.search_list_table p.lose {
  background: #ff0000 !important;
}

table.search_list_table p.draw {
  background: #ffd599 !important;
}

table.search_list_table p.win_small {
  background: #7fff7f !important;
}

table.search_list_table p.lose_small {
  background: #ff7f7f !important;
}

table.search_list_table div.box {
  float: left;
  background: url('../images/last_5_games_box.png') no-repeat;
  width: 19px;
  height: 19px;
  margin-left: 1px;
  position: relative;
}

table.search_list_table div.box p {
  width: 19px;
  /*	padding-left: 1px;*/
  height: 19px;
  margin: 0;
  line-height: 19px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #000;
}

table.search_list_table.standings td {
  width: 30px;
}

table.search_list_table.standings td.stand {
  width: 20px;
  text-align: center;
}
table.search_list_table.standings td.stand span {
  width: 20px;
  padding: 2px 1px;
  background: #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #000;
}
table.search_list_table.standings td.cb {
  width: 100px;
  _width: 101px;
  text-align: left;
}

table.search_list_table.standings th.cb {
  text-align: right;
}

table.search_list_table.standings td.auto_width {
  width: auto;
  line-height: 20px;
}

table.search_list_table div.tooltip {
  line-height: 12px;
  color: #a6a6a6 !important;
  padding-bottom: 10px;
  /*border: 1px solid #4d4d4d !important;*/
  background: #000 !important;

  border-style: solid !important;
  border-width: 1px 1px 2px 1px !important;
  border-color: #4d4d4d !important;
}

table.search_list_table div.tooltip span {
  _bottom: -9px; /* ie6 fix */
  background: url('../images/tooltip_arrow_3.gif') no-repeat scroll left top transparent !important;
}

table.search_list_table div.tooltip b {
  display: block;
  font-weight: normal;
  color: white !important;
  white-space: nowrap;
  overflow: hidden;
  width: 315px;
}

table.search_list_table div.tooltip a {
  color: white !important;
}

table.search_list_table div.tooltip a.video_link {
  padding-left: 16px;
  background: transparent url('../images/user_video_icon_2.gif') no-repeat 0 2px;
  color: #a6a6a6 !important;
}

table.search_list_table div.tooltip a.tooltip_x {
  color: #fff !important;
  background: #333 !important;
}
table.search_list_table div.tooltip a.tooltip_x:hover {
  background: #a6a6a6 !important;
  color: #000 !important;
}

/* end tooltip */

a.tv_channel {
  display: block;
  float: left;
  height: 27px;
  margin-left: 10px;
  /*margin-top: -7px;*/
  outline: none;
}

span.tv_title {
  float: left;
  padding-right: 10px;
}

/*live scores index brand*/
.rounded_container.light_border.live_scores_brand {
  background-color: #003825 !important;
}
.rounded_container.live_scores_brand .live_scores td {
  border-top: 1px solid #003825;
  border-bottom: 0;
  background-color: #005236 !important;
  width: 44px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 24px;
}
.rounded_container.live_scores_brand .live_scores td em.bets {
  display: block;
  padding-top: 2px;
  padding-left: 22px;
  color: #a6a6a6;
  font-style: normal;
}
.rounded_container.live_scores_brand .live_scores .active_match .description_match {
  background-image: url('../brand_images/live_anim_green.gif');
}
.rounded_container.live_scores_brand .live_scores .description_match {
  border-right: 1px solid #003825;
  width: auto;
}
.rounded_container.live_scores_brand .live_scores .results {
  width: 30px;
}
/*end live scores index brand*/

/*start bet_2_table*/
.bet_2_table td.bet_1,
.bet_2_table td.bet_2,
.bet_2_table td.bet_3 {
  color: #fff !important;
  border-left: 1px solid #000;
  background: url(../images/bet_sep_1.gif) repeat-x;
  text-align: center;
  width: 44px;
}
.bet_2_table td.bet_3 {
  border-right: 1px solid #000;
}
.bet_2_table td.bet_4 {
  padding: 0;
}
.bet_2_table td.bet_4 span.title {
  display: block;
  height: 24px;
  width: 146px;
  margin-left: 4px;
  margin-bottom: -6px;
  position: relative;
  background: url(../images/bet_sep_2.gif) no-repeat;
}
.bet_2_table tr.heading_title.heading_title_1 .bet_5 {
  padding: 0;
}
.bet_2_table tr.heading_title.heading_title_1 .bet_5 a.bet_link {
  display: block;
  margin-left: 1px;
  height: 27px;
  width: 146px;
  background: url(../images/bet_logo.gif) no-repeat left bottom;
}
/*
.bet_2_table td.programaMatch {
	width: 324px;
}*/
/*end bet_2_table*/

/*start bet_3_table*/
.bet_3_table td.bet_1,
.bet_3_table td.bet_2,
.bet_3_table td.bet_3 {
  color: #fff !important;
  border-left: 1px solid #000;
  background: url(../images/bet_sep_1.gif) repeat-x;
  text-align: center;
  width: 44px;
}
table.bet_3_table {
  margin-bottom: 0;
}
.bet_3_table td.bet_3 {
  border-right: 1px solid #000;
}
.bet_3_table td.bet_4 {
  padding: 0;
}
.bet_3_table td.bet_4 span.title {
  display: block;
  height: 24px;
  width: 146px;
  margin-left: 1px;
  margin-bottom: -12px;
  position: relative;
  background: url(../images/bet_sep_2.gif) no-repeat;
}
.bet_3_table tr.heading_title td {
  background-color: #1a1a1a;
  text-align: center;
}
.bet_3_table tr.heading_title.heading_title_1 td {
  border-bottom: 0;
}
.bet_3_table tr.heading_title.heading_title_1 .bet_5 {
  padding: 0;
}
.bet_3_table tr.heading_title.heading_title_1 .bet_5 a.bet_link {
  display: block;
  margin-left: 1px;
  height: 27px;
  width: 146px;
  background: url(../images/bet_logo.gif) no-repeat left bottom;
}
.bet_3_table .bet_6 {
  color: #a6a6a6;
  width: 30px;
  text-align: center;
  background-color: #404040;
}
.bet_3_table .bet_7 {
  padding-left: 10px;
  text-align: left !important;
}
.bet_3_table td.stast_program_time {
  width: 60px;
  padding-right: 10px;
  text-align: right;
  border-left: 1px solid #000;
}
.bet_3_table td.stast_program_date {
  width: 84px;
  text-align: center;
  background-color: #404040;
}
.bet_3_table td.programaMatch {
  background-color: #404040 !important;
  width: 324px;
}
/*end bet_2_table*/
#stats_program #programaPoKragove_select {
  xxxtop: 54px;
}
.bet_1_box {
  position: relative;
  padding: 7px 9px;
  height: 88px;
  width: 269px;
  margin: 10px 10px 0 0;
  font-size: 10px;
  overflow: hidden;
  float: left;
  background: url(../images/bet_1_box.png);
  line-height: 1;
}
.bet_1_box .teams {
  font-weight: bold;
  padding-bottom: 2px;
}
.bet_1_box .date {
  color: #a6a6a6;
}
.bet_1_box .bets {
  position: absolute;
  bottom: 36px;
  right: 10px;
  overflow: hidden;
}
.bet_1_box .bets div {
  float: left;
  width: 38px;
  margin-left: 11px;
  display: inline;
  text-align: center;
}
.bet_1_box .bet_link {
  bottom: 30px;
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  width: 110px;
}
.rounded_container.light_border.vote_for_game {
  background-color: #262626 !important;
  background-image: none;
}
.bet_teams_vote .game_title {
  margin: 10px 156px 0;
  text-align: center;
}
.bet_teams_vote .game_title h3 {
  color: #fe850c;
  font-size: 17px;
  font-weight: bold;
}
.bet_teams_vote .date {
  color: #a6a6a6;
  text-align: center;
  margin: 2px 156px 8px;
}
.bet_teams_vote .vote_toolbar {
  position: relative;
  height: 125px;
  margin: 0 auto;
  padding-top: 20px;
  width: 287px;
}
.bet_teams_vote .vote_toolbar div.cont {
  margin: 0 auto;
  position: relative;
  width: 180px;
}
.bet_teams_vote .vote_toolbar div.cont span {
  margin: 0;
}
.bet_teams_vote .vote_toolbar div.cont span:hover {
  color: #fe850c;
}
.bet_teams_vote .vote_toolbar .brand_link_1 {
  display: block;
  height: 25px;
  width: 116px;
  position: absolute;
  top: 16px;
  left: 0;
}
.bet_teams_vote .bets {
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 24px;
}
.bet_teams_vote .bets div {
  float: left;
  width: 38px;
  margin-left: 11px;
  display: inline;
  text-align: center;
}
.bet_teams_vote .vote_button.results {
  position: absolute;
  left: 40px;
  top: 95px;
}
.bet_teams_vote .send_anketa {
  position: absolute;
  right: 53px;
  top: 95px;
}
.bet_teams_vote .vote_toolbar_2 {
  background: url(../images/vote_toolbar_2.png) 0 0 no-repeat;
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: 20px;
  height: 104px;
}
.bet_teams_vote .facebook {
  height: 66px;
  left: 8px;
  position: absolute;
  text-align: left;
  top: 14px;
  width: 126px;
}
.bet_teams_vote .facebook p.text {
  padding-bottom: 14px;
}
.bet_teams_vote .facebook .new_facebook_share {
  width: 150px;
}
.bet_teams_vote .facebook .new_facebook_share .fb_share_count_inner {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.bet_teams_vote .stats_cont {
  height: 68px;
  position: absolute;
  top: 18px;
  width: 38px;
  line-height: 1;
}
.bet_teams_vote .stats_cont .stat {
  height: 52px;
  position: relative;
}
.bet_teams_vote .stats_cont .stat .el {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/stats_el.gif) no-repeat left top;
}
.bet_teams_vote .stats_cont .count {
  padding-top: 4px;
  text-align: center;
}
.bet_teams_vote .stats_cont_1 {
  right: 108px;
}
.bet_teams_vote .stats_cont_x {
  right: 59px;
}
.bet_teams_vote .stats_cont_2 {
  right: 10px;
}

.search_list_table .result_bar td {
  background: #282828;
  border: none;
}
.search_list_table .result_bar .bold_link {
  font-size: 12px;
}

#live_scores_table td,
.search_list_table td {
  border-color: #000 !important;
}
#live_scores_table td:last-child,
.search_list_table td:last-child {
  /* padding: 0 10px 0 0 !important; */
}

.search_list_table td.stats_game_result {
  width: 83px !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: none;
}
.search_list_table td.stats_game_logo {
  width: 30px !important;
  padding: 3px;
  text-align: center;
  border: none;
}
.search_list_table td.stats_game_logo img {
  width: 30px !important;
}
.search_list_table td.stats_game_host,
.search_list_table td.stats_game_guest {
  width: 222px !important;
  border: none;
  font-size: 12px;
}
.search_list_table td.stats_game_host {
  text-align: right;
}
.search_list_table td.stats_game_date,
.search_list_table td.stats_game_links {
  border: none;
  padding: 0 10px;
}
.search_list_table td.stats_game_stadium {
  text-align: center;
  color: #999;
  font-size: 10px;
}
.search_list_table td.stats_game_links {
  text-align: right;
}

.search_list_table .title_bar {
  border-bottom: 1px solid #333;
  border-top: 1px solid #1e1e1e;
}
.search_list_table .title_bar th {
  padding-bottom: 3px;
}
/*******
Programa
********/

#stats_program {
  width: 768px !important;
  background-color: #000;
  margin-bottom: 10px;
}

#stats_program .stats_program_host {
  text-align: right;
  width: 183px;
}
#stats_program .stats_program_guest {
  width: 183px;
}
#stats_program .stats_program_logo,
#stats_program .stats_program_empty,
#stats_program .stast_program_time,
#stats_program .stats_program_result {
  text-align: center;
  padding: 0 2px;
}
#stats_program .stats_program_logo img {
  padding: 6px 2px;
  width: 30px;
}

#stats_program .select_box_container {
  position: absolute;
  top: 28px;
  background-position: 0 -1px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#programaPoKragove_select {
  width: 169px;
  height: 17px;
}

#stats_program .date_toolbar {
  width: 205px;
}

#stats_program table {
  background-color: #000;
}

#stats_program table td {
  height: 31px;
  border-bottom: 1px solid #000;
  background-color: #1a1a1a;
  padding-right: 4px;
  color: #a6a6a6;
  font-size: 12px;
}

#stats_program .stats_program_date {
  width: 38px;
  padding-left: 4px;
  background-color: #1a1a1a;
  text-align: left;
  border-bottom: 1px solid #000;
}

#stats_program .stats_program_time {
  width: 33px;
  padding-left: 4px;
  background-color: #1a1a1a;
  text-align: left;
  border-bottom: 1px #000 solid;
}

#stats_program .programaMatch {
  color: #ffffff;
  padding-left: 10px;
  background-color: #1a1a1a;
  border-bottom: 1px solid #000;
}

#stats_program .stats_program_result {
  color: #a6a6a6;
  width: 52px;
  font-weight: bold;
  background-color: #000;
  border-bottom: 1px solid #1a1a1a;
}

#stats_program .nowPlaying .stats_program_date,
#stats_program .nowPlaying .stats_program_time,
#stats_program .nowPlaying .programaMatch {
  background-color: #252525;
}
#stats_program .nowPlaying td {
  background-color: #252525;
}

.heading_title_container.collapsed {
  background-color: #262626;
  border-bottom: 0 !important;
}

#stats_program table .heading_title td {
  height: 35px;
  border-bottom: 0;
  padding-right: 5px;
  text-align: right;
  background-color: #000;
  color: white;
  font-weight: normal;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}

#stats_program .programaHeading {
  text-transform: uppercase;
  text-align: left !important;
  font-weight: bold !important;
  line-height: 27px;
  padding-left: 10px;
}

#stats_program table .stats_program_result {
}

#stats_program table .nowPlaying .stats_program_result {
  color: #a6a6a6;
  background-color: #000;
}

/* live tv tabs */
#tabs_moveble_33 {
  background: #000;
  height: 31px;
  clear: both;
  padding-left: 3px;
  border-bottom: 1px solid #333;
}
#tabs_moveble_33 li {
  float: left;
  display: block;
  height: 21px;
  line-height: 21px;
  padding-right: 13px;
  margin-top: 5px;
  width: 96px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  /* margin-left: -2px;*/
}
#tabs_moveble_33 li a {
  display: block;
  padding: 0 16px 0 16px;
  height: 26px;
  width: 71px;
  text-decoration: none;
  font: bold 10px/25px Verdana, Geneva, sans-serif;
}
#active_tab_33 {
  margin-top: 3px !important;
}
#tabs_moveble_33 #active_tab_33 a {
  /*top: -5px;*/
  height: 28px;
  line-height: 27px;
  margin-bottom: -6px;
  z-index: 999;
  border-bottom: 0 !important;
  background: #1a1a1a;
  display: block;
  text-align: center;
  border: 1px solid #333;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  margin-left: -1px;
}

/******
end Programa
*******/

/* 30.04.2019 */

td.events img {
  display: inline;
  width: unset !important;
}
