﻿body {
  font-family: Tahoma;
  background: #000000 url(../images/pagebg.jpg) repeat;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: none; /*for chrome font size*/
}
a {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}

/*盘口页面 内容头部选择功能区*/
#content {
  width: 793px;
  height: auto;
  background: #f0f0f0;
  border-right: solid 1px #9e9e9e;
}
#content .demo {
  height: 28px;
  background: #000000;
  padding: 3px 5px 0 7px;
}
#content .demo .demoR {
  height: 23px;
  float: left;
}
#content .demo .change {
  width: auto;
  height: 23px;
  text-align: right;
  float: right;
}
#content .demo .change select {
  vertical-align: middle;
  max-width: 90px;
  font-size: 8pt;
  margin: 3px 2px 0 2px;
  padding: 0;
}
#content .demo .change span {
}

.btn {
  width: 86px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  border: none;
  line-height: 23px;
  font-size: 10px;
}
.btnbg1 {
  background: url(../images/btn_bg.png) no-repeat 0px 0px;
}

/*Odds Table list*/
.oddsTableDiv {
  width: 793px;
}
.oddsTable {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  border-collapse: collapse;
  margin-bottom: 8px;
}
/*盘口列表 标题样式*/
.oddsTable th {
  height: 17px;
  line-height: 12px;
  /* background: #c2c9cf url(../images/lth_bg.jpg) repeat-x; */
  background-color: rgb(208, 218, 220);
  border: solid 1px #b8b8b8;
  color: #000000;
  font-weight: normal;
}
.oddsTable td {
  border: #b8b8b8 1px solid;
}
.oddsTable td.tabtitle {
  background: #7d8286 url(../images/th_bg3.jpg) repeat-x;
  cursor: pointer;
  padding: 1px;
}
.tabtitle {
  font-weight: bold;
  color: #000000;
}
.oddsTable td.bgGray {
  background-color: #dadada;
}
.nowraps {
  white-space: nowrap !important;
}

/*div*/
.line_divL {
  display: inline;
  float: left;
  padding-left: 3px;
}
.line_divR {
  display: inline;
  float: right;
  text-align: right;
}
.line_div {
  display: inline-block;
  text-align: right !important;
  /*font-size: 0;*/
  width: 90% !important;
}
/*新加的start*/
.UnLetTeamClass line_unR {
  border: solid 1px #b8b8b8;
  border-right: none;
  text-align: left;
  white-space: normal;
  font: 600 11px Tahoma;
}
.leagueName {
  height: 17px;
  float: left;
  font-weight: 600;
  color: #ffffff;
  line-height: 17px;
  padding-left: 41px;
}

/*新加的end*/
.border {
  border: solid 1px #b8b8b8;
}
.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;
}

.more {
  width: 30px;
  height: 10px;
  color: #ffffff;
  font-weight: bold;
  /* background: url(../images/more.jpg) center center #fceeb6 no-repeat; */
  display: inline-block;
  text-align: center;
  line-height: 10px;
  background-color: #66668c;
  border-radius: 2px;
  padding: 1px 0;
}

/*盘口行变化样式*/
.livebg1 {
  background-color: #f9d4c3;
}
.livebg2 {
  background-color: #fae8dc;
}
.livebg3 {
  background-color: #fef3c6;
}

.lastbg1 {
  background-color: #fceeb6;
}
.lastbg2 {
  background-color: #fefedf;
}
.lastbg3 {
  background-color: #fef3c6;
}

.diebg1 {
  background-color: #eaeaea;
}
.diebg2 {
  background-color: #dadaed;
}
.diebg3 {
  background-color: #fef3c6;
}
.bluebg2 {
  background-color: #e3eeff;
}

.HTFT .bluebg2,
.OETG .bluebg2 {
  background-color: inherit;
}

/*所写联赛名称*/
.ShortNameWidth {
  width: 5%;
}
.ShortName {
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}
/*popup联赛*/
.showdiv {
  width: 748px;
  height: auto;
  border: solid 5px #a9acb1;
  padding: 1px;
  background: #ffffff;
  position: absolute;
  top: 45px;
  left: 15px;
  z-index: 900;
  display: none;
}
.divContent {
  width: 728px;
  border: solid 1px #a9acb1;
  background: #e2e2e2 url(../images/div_bg.jpg) repeat-x;
  padding: 5px 0 5px 5px;
  float: left;
}
.divContent .head2 {
  float: left;
}
.contentInfo {
  width: 100%;
  float: left;
}
.contentInfo div {
  margin-right: 4px;
  margin-bottom: 5px;
  padding: 0;
  vertical-align: bottom;
  display: inline-block;
}
.contentInfo table {
  border-collapse: collapse;
  border: solid 1px #ffffff;
  background: #d0d0d0;
  font-size: 12px;
}
.contentInfo table tr th {
  background: #8e9399;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.contentInfo table tr td {
  padding-bottom: 2px;
  padding-top: 2px;
  border: solid 1px #ffffff;
}
.contentInfo table tr td ul li {
  width: 240px;
  float: left;
  padding: 2px 0 2px 0;
}
#leaguesTable tr td {
  border: none 0px;
}
.fbg,
.More_Footer {
  background: #8e9399;
}

.popupW {
  width: 741px;
  border: solid 1px #a9acb1;
  background: #e2e2e2 url(../images/div_bg.jpg) repeat-x;
  padding: 5px 0 5px 5px;
  float: left;
}
.popupHead {
  width: 94%;
  float: left;
  color: #990100;
  font-weight: 900;
  font-size: 14px;
  cursor: move;
}

.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 {
  width: 15px;
  height: 15px;
  background: url(../images/divClose.jpg) no-repeat;
  float: right;
  cursor: pointer;
  margin: 0 5px 20px 0;
}
.popWClose:hover {
}
.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 {
  border-collapse: collapse;
  border: solid 1px #ffffff;
  background: #d0d0d0;
  font-size: 12px;
}
.popWTableArea table tr {
  background: #8e9399;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #ffffff;
}
/**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: #0400fa;
  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;
}
.kenoResultTotal {
  color: #910a00;
  text-decoration: underline;
  cursor: pointer;
}

.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.pd10 {
  padding-left: 10px;
}
.loadingMsg {
  width: 100%;
  text-align: center;
  clear: both;
}
/*
#euro {
  width: 793px;
  border: none;
  border-right: 1px solid #999;
  height: 112px;
}
*/

#morePopContainer {
  max-height: 700px;
  overflow-y: auto;
  width: 758px;
  text-align: l;
}

#morePopContainer th {
  font-size: 12px;
  font-weight: 400;
}

.more_hdp {
  color: #2e3192;
  font-weight: 600;
}

.hw_width {
  width: 365px;
  margin-right: 3px !important;
}
#market_52 .more_hdp,
#market_53 .more_hdp,
.market_53_other .more_hdp {
  width: 60px;
  text-align: left;
  display: inline-block;
}
.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_other .more_hdp,
.market_52_other .more_hdp{
  width: 90px;
  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_other a,
.market_52_other a{
  width: 40px;
  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_other div,
.market_52_other div{
  vertical-align: top;
}

.home_t,
.away_t {
  display: none;
  color: #2e3192;
}
.homeMinus .away_t,
.awayMinus .home_t {
  display: inline;
}
#market_3whdp table,
#market_48 table {
  width: 365px;
}

.market_53_other .tc a {
  min-width: 27px;
  display: inline-block;
}

.twocol{
  width: 49%;
}

.threecol{
  width: 32%;
}