﻿@charset "utf-8";
body {
  font-family: Tahoma;
  background-repeat: repeat-x;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  background-color: #e8eff5;
  width: 780px;
  font-size: 11px;
  -webkit-text-size-adjust: none; /*for chrome font size*/
}
body[lang='cs'],
body[lang='ch'] {
  font-family: Tahoma, '新細明體';
}
body[lang='ru'] .titleBar .button {
  max-width: 70px;
}
body[lang='ru'] .titleBar .button.select {
  max-width: inherit;
}

.oddsTableDiv {
  width: 780px;
  border-collapse: collapse;
}

/*Odds Table list*/
.oddsTable {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  border-collapse: separate;
  /* margin-bottom: 8px; */
  padding: 5px;
}
.oddsTable th {
  background-image: url(../images/layout/oddsTable_th.png?v=20121222001);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #6787bb;
  font-weight: normal;
  color: #ffffff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  height: 18px;
  border-color: #476596;
  border-bottom: #3b598d 1px solid;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 3px 5px;
}
.oddsTable th.even {
  background-position: left bottom;
  background-color: #7e9ccd;
}
.oddsTable th:first-child {
  border-top-left-radius: 3px;
}
.oddsTable th:last-child {
  border-right-style: none;
  border-top-right-radius: 3px;
}
.oddsTable th.tabthup {
  background-image: none;
}
.oddsTable .tabthdwn th {
  border-radius: 0px;
  border-right-style: solid;
}
.oddsTable tbody + tbody th,
.oddsTable tr + tr th,
.oddsTable thead + tbody td {
  border-radius: 0px !important;
}
.oddsTable td {
  padding: 3px;
  border-color: #b1b1b1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.oddsTable .nbsp {
  height: 16px;
}
.oddsTable td:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.oddsTable td.tabt_unL:first-child {
  border-left-style: none;
}
.oddsTable td.tabtitle {
  background-color: #b1b1b1;
  border-left-style: none;
  border-right-style: none;
  height: 16px;
  border-radius: 3px 3px 0 0;
  padding-left: 4px;
}
.oddsTable tr:first-child td {
  border-top-width: 1px;
  border-top-style: solid;
}
.oddsTable tr:first-child td.tabtitle {
  border-top-width: 0;
  border-top-style: none;
}
.oddsTable tbody + tbody td.tabtitle,
.oddsTable tr + tr td.tabtitle {
  border-radius: 0px;
  border-top: #b1b1b1 1px solid;
}
.oddsTable .tabt_L {
  border-left-width: 2px;
}
.oddsTable a {
  color: #01122b;
}
.oddsTable td.bgGray {
  background-color: #dadada;
}
.tabtitle {
  background-color: #b1b1b1;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}
/*div*/
.line_divL {
  display: inline;
  float: left;
  padding-left: 3px;
}
.line_divR {
  display: inline;
  float: right;
  text-align: right;
  padding-right: 3px;
}

.none_lline {
  border-left-style: none !important;
}
.none_rline {
  border-right-style: none !important;
}
.none_dline {
  border-bottom-style: none !important;
}
.none_tline {
  border-top-style: none !important;
}
.none_line {
  border-style: none !important;
}
.NoNewline {
  white-space: nowrap !important;
  border: 1px solid #000033;
}

.line_unR {
  border-right-style: none !important;
}
.line_unL {
  border-left-style: none !important;
}
.en_Point {
  color: #8e8e8e !important;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: 0px !important;
  line-height: 1.5ex !important;
}

/*盘口行变化样式*/
.livebg1 {
  background-color: #ffccbc;
}
.livebg2 {
  background-color: #ffddd2;
}
.livebg3 {
  background-color: #f5eeb8;
}

.diebg1 {
  background-color: #c6d4f1;
}
.diebg2 {
  background-color: #e4e4e4;
}
.diebg3 {
  background-color: #f5eeb8;
}

/*盘口页面*/
.titleBar {
  margin-top: 10px;
  margin-bottom: 7px;
  height: 22px;
  width: 100%;
}
.titleBar .title {
  float: left;
  color: #365382;
  font-size: 15px;
  font-weight: bold;
  background-image: url(../images/layout/icon_titleBar.png);
  background-repeat: no-repeat;
  background-position: left 50%;
  padding-left: 22px;
}
.HTFT .bluebg2,
.OETG .bluebg2 {
  background-color: inherit;
}

.left {
  float: left;
}
.right {
  float: right;
}

/*popup*/
.popupW {
  border-radius: 2px;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.4);
  min-width: 350px;
  max-width: 720px;
}
.popupWTitle {
  background: url(../images/layout/popup.png) no-repeat 0 0;
  /* margin: 0 2px 0 0; */
}
.popupWTitle > span {
  background: url(../images/layout/popup.png) no-repeat right 0;
  margin: 0 -2px 0 2px;
  display: block;
  padding: 5px;
  height: 17px;
  overflow: hidden;
}
.popWIcon {
  background: url(../images/layout/icon_UI02.png) no-repeat -96px 0;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 5px;
}
.popWTitleContain {
  float: left;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-shadow: -1px -1px 1px #303030;
}
.popWClose {
  float: right;
  cursor: pointer;
  background: url(../images/layout/btn_UI04.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.popWClose:hover {
  background-position: 0 -20px;
}
.popWRefresh {
  float: right;
  cursor: pointer;
  background: url(../images/layout/btn_UI04.png) no-repeat -20px 0;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.popWRefresh:hover {
  background-position: -20px -20px;
}
.popWContain {
  margin: -1px 0px 0 0;
  border: 1px solid #363636;
  border-radius: 0 0 2px 2px;
}
.popWTableArea {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 0 0 2px 2px;
  background: #f5f3f2;
}

/**select League popup**/
.popWBlueArea {
  background: #e6f0fa;
  border: 1px solid #dae5f9;
  border-radius: 2px;
  padding: 10px;
}
.popWCheckAll {
  color: #323232;
  font-weight: bold;
  padding: 5px 10px 15px 10px;
}
.popWCheckAll input {
  vertical-align: -2px;
}
.popWCheckBtn {
  float: right;
}
.popWSelectTab {
  color: #323232;
}
.popWSelectTab td {
  padding: 2px 0;
  vertical-align: middle;
}

/**statement..betlist..**/
.bluebold {
  color: #6787bb;
  font-weight: bold;
}
.hand {
  cursor: pointer;
}
.rejectedbg {
  background: url(../Images/rejectedbg.png) repeat-x 0px 10px;
}

/*matchresult*/
.board {
  background-position: top;
  background-image: url(../images/layout/headInfo_bg.png);
  background-repeat: repeat-x;
  background-color: #dadada;
  border: #d4d4d4 1px solid;
  border-bottom-color: #c8c8c8;
  border-radius: 3px 3px 0 0;
  color: #323232; /*text-shadow:1px 1px 1px #FFF;*/
  background-size: contain;
}
ul.panelInfo {
  list-style: none;
  margin: 0;
  clear: both;
  display: block;
  padding: 4px 12px;
}
ul.panelInfo + ul.panelInfo {
  margin-top: -8px;
}
ul.panelInfo > li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 19px;
}
ul.panelInfo > li:first-child {
  margin-left: 0px;
}
ul.panelInfo > li .title {
  background-image: url(../images/layout/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  float: left;
  font-weight: bold;
  margin-right: 7px;
  padding-left: 10px;
}
ul.panelInfo > li .title.selected {
  color: #b50000;
}
/*checkbox*/
ul.panelInfo > li a {
  color: #323232;
}
ul.panelInfo > li input[checked='true'] + a {
  color: #de4b39;
  font-weight: bold;
}
/* 上下排列 */
ul.panelInfo.row > li {
  background-image: url(../images/layout/panelInfo_line.png);
  background-repeat: repeat-y;
  background-position: left;
  padding-left: 8px;
  line-height: 14px;
  vertical-align: top;
}
ul.panelInfo.row > li:first-child {
  background-image: none;
  padding-left: 0px;
}
ul.panelInfo.row > li .title {
  background-image: none;
  display: block;
  margin-right: 10px;
  padding-left: 0;
  float: none;
}
ul.panelInfo.row > li .detail {
  display: block;
  color: #000000;
  margin-top: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 350px;
  white-space: nowrap;
}
ul.panelInfo.row > li .detail.IsLive {
  color: #ff0000;
}

/*混合过关子注单*/
.mixTable {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.mixTable th {
  background-image: url(../images/layout/oddsTable_th.png);
  background-repeat: repeat-x;
  background-color: #6787bb;
  background-position: right bottom;
  color: #fff;
  height: 18px;
  border-color: #476596;
  border-bottom: #3b598d 1px solid;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 2px 5px;
}
.mixTable .mixCombo {
  background-color: #b1b1b1;
  color: #000;
  font-weight: bolder;
  border: 1px solid #b1b1b1;
}
.mixTable .mixCombo .mixComboCount {
  color: #6787bb;
}
.mixTable .mixComboInfo tr td {
  border: 1px solid #b1b1b1;
}

.kenoResultTotal {
  color: #910a00;
  text-decoration: underline;
  cursor: pointer;
}

/*note*/
.note {
  border-radius: 3px;
  border: #dcdcdc 1px solid;
  margin-bottom: 10px;
}
.note .noteBorder {
  border-radius: 3px;
  background-image: url(../images/layout/note_bg.png?v=20121222001);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #f3f3f3;
  border: #fff 1px solid;
}
.note .title {
  background-image: url(../images/layout/note_title.png?v=20121222001);
  background-repeat: repeat-x;
  background-position: right top;
  float: left;
  padding-right: 5px;
  margin-top: -2px;
  margin-left: 15px;
}
.note .title span {
  background-image: url(../images/layout/note_title.png?v=20121222001);
  background-repeat: repeat-x;
  background-position: left top;
  display: block;
  margin-left: -5px;
  padding-left: 10px;
  padding-right: 5px;
  line-height: 18px;
  color: #ffffff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7);
}
.note .content {
  line-height: 1.7em;
  margin: 10px 20px;
}
.note .title + .content {
  margin-top: 25px;
}
#euro{
  width: 793px;
  border: none;
  border-right: 1px solid #999;
  height: 112px;
}
.more_hdp{
  color: #2e3192;
  font-weight: 600;
}

#market_53 .more_hdp {
  width: 60px;
  text-align: left;
  display: inline-block;
}

.home_t,
.away_t {
  display: none;
  color: #2e3192;
}
.homeMinus .away_t,
.awayMinus .home_t {
  display: inline;
}
#market_3whdp,
#market_48 {
  margin: 0 0 5px 0;
}

#market_1_other .more_hdp,
#market_2_other .more_hdp,
#market_3_other .more_hdp,
#market_4_other .more_hdp,
#market_37_other .more_hdp,
#market_38_other .more_hdp,
#market_39_other .more_hdp,
#market_40_other .more_hdp,
#market_50 .more_hdp,
#market_52 .more_hdp{
  width: 120px;
  text-align: left;
  display: inline-block;
}
#market_1_other a,
#market_2_other a,
#market_3_other a,
#market_4_other a,
#market_37_other a,
#market_38_other a,
#market_39_other a,
#market_40_other a,
#market_50 a,
#market_52 a{
  width: 60px;
  text-align: right;
  display: inline-block;
}
#market_1_other div,
#market_2_other div,
#market_3_other div,
#market_4_other div,
#market_37_other div,
#market_38_other div,
#market_39_other div,
#market_40_other div,
#market_50 div,
#market_52 div,
#market_53_other div{
  vertical-align: top;
}
#market_53_other .more_hdp{
  width: 55px;
  text-align: left;
  display: inline-block;
}
#market_53_other a{
  width: 20px;
  text-align: right;
  display: inline-block;
}

.winloss_away-team2, .winloss_home-team2 {
  background-color: transparent !important; 
  border: 1px solid transparent !important;
}