.divQta {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.divQta .eventDescription {
  background-color: #ccc;
  margin: 0 10px 10px 10px;
  color: #000;
  line-height: 16px;
  padding: 5px;
}
.divQta .eventDescription::before {
  content: 'i';
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #cb0f02;
  display: inline-block;
  width: 16px;
  border-radius: 10px;
  margin-right: 5px;
  font-style: italic;
  font-weight: bold;
  border: 1px solid #c7c7c7;
}

/*******************************************************/
.divBblu {
  height: 33px;
  line-height: 30px;
  background-color: #171717;
  width: 100%;
  position: relative;
}
.sezQuota {
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0 3px 10px;
  position: absolute;
  left: 0;
}
.divBtnSx {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 0px;
  width: auto;
  text-align: right;
}
.divBtnSx IMG {
  margin-left: 2px;
  border: 0;
}
.divBtnSx INPUT {
  margin: 0;
  padding: 0;
}

.groupItem TD {
  color: #ffffff;
}

/****************** BOTTONI TIPI QUOTE ******************/
.divBtn {
  float: left;
  width: 583px;
  padding: 10px;
  margin: 0;
  position: relative;
}
.OddsDetailsMenuItem {
  float: left;
  margin: 0 0px 0 1px;
  width: auto;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  padding: 0 1px;
  text-decoration: none;
  margin: 0 0px 0 1px;
  height: 29px;
  line-height: 29px;
  cursor: pointer;
  border-top: 1px solid #808080;
  border-top: 1px solid #808080;
  background: #474747;
  /* background: -moz-linear-gradient(top, #2c8017 26%, #233832 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, #2c8017), color-stop(100%, #233832));
    background: -webkit-linear-gradient(top, #2c8017 26%, #233832 100%);
    background: -o-linear-gradient(top, #2c8017 26%, #233832 100%);
    background: -ms-linear-gradient(top, #2c8017 26%, #233832 100%);
    background: linear-gradient(to bottom, #2c8017 26%, #233832 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8017', endColorstr='#233832',GradientType=0 );
}
.OddsDetailsMenuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.95em;
  height: 29px;
  line-height: 1em;
}
.OddsDetailsMenuItem a:hover {
  color: #fff;
  text-decoration: none;
}
.OddsDetailsMenuSelected {
  float: left;
  width: auto;
  font-size: 12px;
  width: 92px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 0 1px;
  text-decoration: none;
  margin: 0 0px 0 1px;
  height: 29px;
  line-height: 29px;
  cursor: pointer;
  border-top: 1px solid #808080;
  background: #ffd701; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72611', endColorstr='#731515',GradientType=0 ); /* IE6-9 */
}
.OddsDetailsMenuSelected a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.95em;
  height: 29px;
  line-height: 1em;
}
.OddsDetailsMenuSelected.single {
}

/****** STILI FINTE COMBO QUOTE *******/
.OddsDetailsQuote {
  text-align: right;
  white-space: nowrap;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
}
.DIQ {
  display: none;
}
.divCmb {
  width: 19px;
  overflow: hidden;
  cursor: pointer;
  background-image: url('../img/odds_combo_bg.png');
  background-position: right 0;
  background-repeat: no-repeat;
  height: 17px;
  line-height: 16px;
  border: 1px solid #000000;
  padding: 0 0 0 0;
  position: relative;
}
.divCmb SPAN {
  position: absolute;
  right: 15px;
  top: 0;
  height: 17px;
  line-height: 16px;
}
.divCmb.Sel {
  background-position: right -17px;
}
.divCmb.click {
  background-position: right -34px;
  border: 1px solid #646464;
}

#divPopCmb {
  position: absolute;
  border: 1px solid #646464;
  background-color: #202020;
  padding: 3px;
  width: 164px;
  max-height: 310px;
  overflow: auto;
  display: none;
  z-index: 6000;
}
#divPopCmb UL {
  font-size: 10px;
  font-style: italic;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  color: #ffbb03;
}
#divPopCmb UL UL LI A {
  padding-left: 20px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  cursor: pointer;
}
#divPopCmb UL UL LI A:hover {
  text-decoration: none;
  color: #000000;
  background-color: #ffbb03;
}
#divPopCmb UL UL LI {
  background-color: #202020;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
}
#divPopCmb UL LI {
}
#divPopCmb UL UL LI SPAN {
  cursor: pointer;
}
#divPopCmb UL UL .cmbSel A {
  background-color: #ffbb03;
  padding: 0 3px 0 20px;
  color: #000000;
}
/*************************************************/
.OddsDetailsMid {
  padding-top: 2px;
}
.OddsDetailsClasseQuota {
  background-color: #d1d0cc;
  font-weight: bold;
  padding: 2px;
}
.OddsDetailsClasseQuotaDett {
  background-color: #171717;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 0 0 0 10px;
  height: 17px;
  line-height: 16px;
  margin: 0 1px;
}

.OddsDetailsClasseQuotaDettSel {
  background-image: url(images/icons/Subevent_open.png);
  background-repeat: no-repeat;
  background-position: right -16px;
  background-color: #e1e1e1;
  color: #b0afaf;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 2px 2px 4px;
  border: solid 1px #ffffff;
  cursor: pointer;
}
.legendaOdds {
  color: #22314e;
  font-size: 11px;
  margin: 10px auto 0 auto;
  display: none;
}
.OddsDetailsClassiQuota {
  padding: 0 2px 0 2px;
}
.OddsDetailsClassiQuota.All {
  padding: 0 2px 0 0;
  font-size: 0;
}
.OddsDetailsClassiQuota.Stats {
  padding: 0 0 0 0;
  font-size: 0;
  width: 19px;
}
.OddsDetailsClassiQuota.Stats {
  padding: 8px 0 0 0;
  font-size: 0;
  width: 19px;
  display: block;
}
.OddsDetailsClassiQuota.Stats A {
  display: block;
  height: 19px;
  width: 19px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/stats.png);
}
.OddsDetailsClassiQuota.Stats A.zoom {
  background-image: url(images/zoomLogo.png);
  background-size: 15px;
}

.divLegendGiocab IMG {
  float: left;
  margin-right: 3px;
}
.giocabTxt {
  float: left;
  white-space: nowrap;
}

/* -------------------- INIZIO STILI GIOCABILITA ----------------------- */
.OddGB_Empty_0.QuotaSel,
.OddGB_0_0.QuotaSel,
.OddGB_1_0.QuotaSel,
.OddGB_2_0.QuotaSel,
.OddGB_3_0.QuotaSel,
.OddGB_4_0.QuotaSel,
.OddGB_5_0.QuotaSel,
.OddGB_10_0.QuotaSel,
.OddGB_Empty_1.QuotaSel,
.OddGB_0_1.QuotaSel,
.OddGB_1_1.QuotaSel,
.OddGB_2_1.QuotaSel,
.OddGB_3_1.QuotaSel,
.OddGB_4_1.QuotaSel,
.OddGB_5_1.QuotaSel,
.OddGB_10_1.QuotaSel {
}
.OddGB_Empty_0.QuotaSel a,
.OddGB_0_0.QuotaSel a,
.OddGB_1_0.QuotaSel a,
.OddGB_2_0.QuotaSel a,
.OddGB_3_0.QuotaSel a,
.OddGB_4_0.QuotaSel a,
.OddGB_5_0.QuotaSel a,
.OddGB_10_0.QuotaSel a,
.OddGB_Empty_1.QuotaSel a,
.OddGB_0_1.QuotaSel a,
.OddGB_1_1.QuotaSel a,
.OddGB_2_1.QuotaSel a,
.OddGB_3_1.QuotaSel a,
.OddGB_4_1.QuotaSel a,
.OddGB_5_1.QuotaSel a,
.OddGB_10_1.QuotaSel a {
  color: #ffffff;
}

/***STILE PER QUOTE CON TIPO QUOTA SELEZIONATE**/
.OddsQuotaItemStyleTQ .OddGB_Empty_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_Empty_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_1.QuotaSel {
}

.OddsQuotaItemStyleTQ .OddGB_Empty_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_Empty_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_1.QuotaSel {
}

.OddGB_Empty_0,
.OddGB_Empty_1 {
  background-image: url(Images/Icons/blank.gif);
  background-repeat: no-repeat;
  background-position: right top;
  border: none;
  text-align: right;
  empty-cells: show;
}
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_Empty_0 {
  background-color: #b6b4b4;
}

.OddGB_0_0,
.OddGB_1_0,
.OddGB_2_0,
.OddGB_3_0,
.OddGB_4_0,
.OddGB_5_0,
.OddGB_10_0,
.OddGB_0_1,
.OddGB_1_1,
.OddGB_2_1,
.OddGB_3_1,
.OddGB_4_1,
.OddGB_5_1,
.OddGB_10_1 {
}

/***STILE PER QUOTE CON TIPO QUOTA NORMALE**/
.OddsQuotaItemStyleTQ .OddGB_0_0,
.OddsQuotaItemStyleTQ .OddGB_1_0,
.OddsQuotaItemStyleTQ .OddGB_2_0,
.OddsQuotaItemStyleTQ .OddGB_3_0,
.OddsQuotaItemStyleTQ .OddGB_4_0,
.OddsQuotaItemStyleTQ .OddGB_5_0,
.OddsQuotaItemStyleTQ .OddGB_10_0,
.OddsQuotaItemStyleTQ .OddGB_0_1,
.OddsQuotaItemStyleTQ .OddGB_1_1,
.OddsQuotaItemStyleTQ .OddGB_2_1,
.OddsQuotaItemStyleTQ .OddGB_3_1,
.OddsQuotaItemStyleTQ .OddGB_4_1,
.OddsQuotaItemStyleTQ .OddGB_5_1,
.OddsQuotaItemStyleTQ .OddGB_10_1 {
  /*background-image: url(images/quote_TQ_bg.png);*/
}

.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_1 {
  /*	background-image: url(images/quote_TQ_dett_bg.GIF); background-color:#ffffff; background-position:top; background-repeat:repeat-x; */
}

/* -------------------- INIZIO STILI GIOCABILITA ----------------------- */
.OddGB_Empty_0.QuotaSel,
.OddGB_0_0.QuotaSel,
.OddGB_1_0.QuotaSel,
.OddGB_2_0.QuotaSel,
.OddGB_3_0.QuotaSel,
.OddGB_4_0.QuotaSel,
.OddGB_5_0.QuotaSel,
.OddGB_10_0.QuotaSel,
.OddGB_Empty_1.QuotaSel,
.OddGB_0_1.QuotaSel,
.OddGB_1_1.QuotaSel,
.OddGB_2_1.QuotaSel,
.OddGB_3_1.QuotaSel,
.OddGB_4_1.QuotaSel,
.OddGB_5_1.QuotaSel,
.OddGB_10_1.QuotaSel {
}
.OddGB_Empty_0.QuotaSel a,
.OddGB_0_0.QuotaSel a,
.OddGB_1_0.QuotaSel a,
.OddGB_2_0.QuotaSel a,
.OddGB_3_0.QuotaSel a,
.OddGB_4_0.QuotaSel a,
.OddGB_5_0.QuotaSel a,
.OddGB_10_0.QuotaSel a,
.OddGB_Empty_1.QuotaSel a,
.OddGB_0_1.QuotaSel a,
.OddGB_1_1.QuotaSel a,
.OddGB_2_1.QuotaSel a,
.OddGB_3_1.QuotaSel a,
.OddGB_4_1.QuotaSel a,
.OddGB_5_1.QuotaSel a,
.OddGB_10_1.QuotaSel a {
  color: #ffffff;
  background: #ffd701; /* Old browsers */
  border-top: #ffd701;
}

/***STILE PER QUOTE CON TIPO QUOTA SELEZIONATE**/
.OddsQuotaItemStyleTQ .OddGB_Empty_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_Empty_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_1.QuotaSel {
  color: #fff;
}

.OddsQuotaItemStyleTQ .OddGB_Empty_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_0.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_Empty_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_0_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_1_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_2_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_3_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_4_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_5_1.QuotaSel,
.OddsQuotaItemStyleTQ .OddGB_10_1.QuotaSel {
  color: #fff;
  border-right: 5px solid #fff;
  color: #ffffff;
  background: #b72611; /* Old browsers */
  background: -moz-linear-gradient(top, #b72611 26%, #731515 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #b72611),
    color-stop(100%, #731515)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b72611 26%, #731515 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b72611 26%, #731515 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b72611 26%, #731515 100%); /* IE10+ */
  background: linear-gradient(to bottom, #b72611 26%, #731515 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72611', endColorstr='#731515',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #d95858;
}

.OddGB_Empty_0,
.OddGB_Empty_1 {
  background-image: url(Images/Icons/blank.gif);
  background-repeat: no-repeat;
  background-position: right top;
  border: none;
  text-align: right;
  empty-cells: show;
}
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_Empty_0 {
  background-color: #b6b4b4;
}

.OddGB_0_0,
.OddGB_1_0,
.OddGB_2_0,
.OddGB_3_0,
.OddGB_4_0,
.OddGB_5_0,
.OddGB_10_0,
.OddGB_0_1,
.OddGB_1_1,
.OddGB_2_1,
.OddGB_3_1,
.OddGB_4_1,
.OddGB_5_1,
.OddGB_10_1 {
  /*
	background-repeat: no-repeat;
	background-position:right center;
	background-image:url(images/quote_bg.png);
	border: none;*/
}

/***STILE PER QUOTE CON TIPO QUOTA NORMALE**/
.OddsQuotaItemStyleTQ .OddGB_0_0,
.OddsQuotaItemStyleTQ .OddGB_1_0,
.OddsQuotaItemStyleTQ .OddGB_2_0,
.OddsQuotaItemStyleTQ .OddGB_3_0,
.OddsQuotaItemStyleTQ .OddGB_4_0,
.OddsQuotaItemStyleTQ .OddGB_5_0,
.OddsQuotaItemStyleTQ .OddGB_10_0,
.OddsQuotaItemStyleTQ .OddGB_0_1,
.OddsQuotaItemStyleTQ .OddGB_1_1,
.OddsQuotaItemStyleTQ .OddGB_2_1,
.OddsQuotaItemStyleTQ .OddGB_3_1,
.OddsQuotaItemStyleTQ .OddGB_4_1,
.OddsQuotaItemStyleTQ .OddGB_5_1,
.OddsQuotaItemStyleTQ .OddGB_10_1 {
}

.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_0,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_1,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_1 {
  background: #233832; /* Old browsers */
  background: -moz-linear-gradient(top, #233832 0%, #cb0f02 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #233832),
    color-stop(100%, #cb0f02)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #233832 0%, #cb0f02 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #233832 0%, #cb0f02 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #233832 0%, #cb0f02 100%); /* IE10+ */
  background: linear-gradient(to bottom, #233832 0%, #cb0f02 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233832', endColorstr='#cb0f02',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #81d970;
}

/****GIOCABILITA'*****/
.OddGB_Empty a,
.OddGB_Empty_1 a {
  color: #fff;
  display: block;
}
.OddGB_0_0 a,
.OddGB_0_1 a {
  color: #fff;
  display: block;
} /*UNICHE*/
.OddGB_1_0 a,
.OddGB_1_1 a {
  color: #fff;
  display: block;
} /*SINGOLE*/
.OddGB_2_0 a,
.OddGB_2_1 a {
  color: #fff;
  display: block;
} /*DOPPIE*/
.OddGB_3_0 a,
.OddGB_3_1 a {
  color: #fff;
  display: block;
} /*TERNI*/
.OddGB_4_0 a,
.OddGB_4_1 a {
  color: #fff;
  display: block;
} /*QUADRUPLE*/
.OddGB_5_0 a,
.OddGB_5_1 a {
  color: #fff;
  display: block;
} /*QUINTUPLE*/
.OddGB_10_0 a,
.OddGB_10_1 a {
  color: #fff;
  display: block;
} /*DECUPLE*/

/*Stili utilizzati quando cambia la classe quota (per mettere la barra verticale)*/
.OddGB_Empty_1 {
}
.OddGB_0_1 {
}
.OddGB_1_1 {
}
.OddGB_2_1 {
}
.OddGB_3_1 {
}
.OddGB_4_1 {
}
.OddGB_5_1 {
}
.OddGB_10_1 {
}

.OddsQuotaHeaderStyle,
.OddsQuotaHeaderStyleSingle {
  width: 100%;
}

.dgQuote,
.dgQuoteDett {
  width: 100%;
  height: 100%;
}

.dgQuoteDett {
  background-color: #f2f2f2;
}
/*Stili per quote Dettagli con nome TipoQuota */
.dgQuoteDett .OddsQuotaItemStyleTQ .oddsTQ {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
}
.dgQuoteDett .OddsQuotaItemStyleTQ .QuotaSel .oddsTQ {
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
}

.dgQuoteDett .OddsQuotaItemStyleTQ TD {
  border: none;
  background-color: #ffffff;
  width: 60px;
  text-align: left;
  padding: 0 2px;
  position: relative;
}
.dgQuoteDett .OddsQuotaItemStyleTQ TD A {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}
.dgQuoteDett .OddsQuotaItemStyleTQ TD A:hover {
  color: #ffbb03;
}

/*Stili per quote Normali con nome TipoQuota */
.OddsQuotaHeaderStyleSingle TD {
  text-align: center;
  width: 100%;
}
.dgQuote .OddsQuotaItemStyleTQ .oddsTQ {
  width: 50px;
  color: #fff;
  font-size: 12px;
  padding-top: 2px;
}
.dgQuote .OddsQuotaItemStyleTQ .oddsQ {
  padding: 0;
}

.dgQuote .OddsQuotaItemStyleTQ TD {
  width: 40px;
  text-align: center;
  background: #233832;
  border: 5px solid #fff;
  border-left: none; /* Old browsers */
  background: -moz-linear-gradient(top, #233832 0%, #cb0f02 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #233832),
    color-stop(100%, #cb0f02)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #233832 0%, #cb0f02 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #233832 0%, #cb0f02 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #233832 0%, #cb0f02 100%); /* IE10+ */
  background: linear-gradient(to bottom, #233832 0%, #cb0f02 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233832', endColorstr='#cb0f02',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #81d970;
}
.dgQuote .OddsQuotaItemStyleTQ TD A {
  font-size: 12px;
  text-decoration: none;
}
.dgQuote .OddsQuotaItemStyleTQ TD A:hover {
  color: #ffbb03;
}

/*Stili per quote Normali senza nome TipoQuota */
.OddsQuotaHeaderStyle TD {
  border-top: none;
  border-bottom: none;
}
.OddsQuotaItemStyle TD {
  border-top: none;
  border-bottom: none;
  text-align: right;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
}
.OddsQuotaItemStyle .oddsQ {
  width: 41px;
  padding-right: 2px;
}
.OddsQuotaItemStyle TD A {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #fff;
  margin: 2px;
  width: 41px;
  height: 22px;
  text-align: center;
  background: #474747;
  /* background: -moz-linear-gradient(top, #233832 0%, #2c8017 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #233832), color-stop(100%, #2c8017));
  background: -webkit-linear-gradient(top, #233832 0%, #2c8017 100%);
  background: -o-linear-gradient(top, #233832 0%, #2c8017 100%);
  background: -ms-linear-gradient(top, #233832 0%, #2c8017 100%);
  background: linear-gradient(to bottom, #233832 0%, #2c8017 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233832', endColorstr='#2c8017',GradientType=0 ); */
  border-top: 1px solid #474747;
}
.OddsQuotaItemStyle TD A:hover {
  color: #ffffff;
}

/* -------------------- FINE STILI GIOCABILITA ----------------------- */
.divQt {
  width: 603px;
  /* margin-left:10px; 
    margin-right:10px */
}
.divQt #lblMsgNoRecord {
  display: block;
  text-align: center;
  padding: 2em;
}
.dgHeader {
  vertical-align: top;
  background-color: #474747;
  height: 27px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
}

/*stile per nascondere l'header*/
.dgHidHdr {
  border: 0px;
  visibility: hidden;
  display: none;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.dgHidHdr IMG {
  height: 0px;
}

.dgHidHdr .cqTbl,
.dgHidHdr .altreTbl,
.dgHidHdr .cqDateTbl,
.dgHidHdr .codTbl,
.dgHidHdr .incTbl,
.dgHidHdr .dataTbl .HNDTbl .dgHidHdr .qtTbl_1,
.dgHidHdr .qtTbl_0 {
  border: 0px;
  visibility: hidden;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
/*fine*/

.dgItem {
  background-color: #f2f2f2;
  height: 32px;
  font-size: 12px;
  color: #000000;
}
.dgAItem {
  background-color: #ffffff;
  height: 32px;
  font-size: 12px;
  color: #000000;
}
.dgAItem:hover .nmInc,
.dgItem:hover .nmInc {
  color: #234d17;
}

.codTbl {
  padding: 2px 10px 2px 33px;
  font-weight: bold;
  height: 27px;
}
.dataTbl {
  white-space: nowrap;
  text-align: center;
  padding: 2px 0px 2px 10px;
  font-weight: bold;
}
.HNDTbl {
  white-space: nowrap;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
}
.incTbl {
  padding: 2px 0 2px 30px;
  font-weight: bold;
}
.altreTbl {
  padding: 2px 0 2px 0;
  font-weight: bold;
  text-align: center;
}
.qtTbl_0,
.qtTbl_1,
.qtTbl {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  width: 35px;
  padding: 0;
  font-weight: bold;
  position: relative;
}
.qtTbl {
  border: 0;
}
.qtTbl_0 {
}
.cqTbl,
.cqDateTbl {
  text-align: center;
  padding: 3px 0 3px 0;
  background-color: #c7c7c7;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  height: 27px;
}
.cqDateTbl {
  text-align: left;
  padding-left: 10px;
  width: auto;
}

.codInc {
  text-align: center;
  font-size: 12px;
  padding: 0 5px 0 5px;
  color: #474747;
  font-weight: bold;
  min-width: 27px;
}
.favhnd {
  color: Red;
}
.dtInc {
  white-space: nowrap;
  text-align: right;
  padding: 0 5px 0 5px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
.HNDInc {
  white-space: nowrap;
  text-align: right;
  font-size: 10px;
}
.HNDInc DIV {
  width: 26px;
  padding: 0 5px 0 0;
}
.nmInc {
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  width: 100%;
  padding-bottom: 2px;
  line-height: 14px;
  font-weight: bold;
  color: #474747;
}
.nmInc a {
  text-decoration: none;
  color: #000000;
}
/*******************************************************************/

.RisultatiRisultato {
  font-weight: bold;
  text-align: center;
  padding: 0;
  white-space: nowrap;
  color: #ffffff;
}
.RisultatiSottoEvento {
  width: 100%;
  border-right: 2px solid #cbc9c9;
}
.RisultatiHeader TH {
  padding: 0 10px 0 10px;
}

.RisultatiRisultato .RisultatiTipo {
  text-align: right;
  height: 20px;
  color: #1a4500;
  padding: 0 2px 0 2px;
}
.RisultatiRisultato .Risultato {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 0 5px 0 5px;
  color: #22314e;
}
.RisultatiRisultato .RisultatiTipo DIV {
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RisultatiRisultato .Risultato DIV {
  width: 75px;
  overflow: hidden;
}
.RisultatiRisultato .Risultato IMG {
  float: left;
  display: block;
}
.RisultatiSep {
  height: 1px;
  border-bottom: 1px dotted #5c5c5c;
}
.RisultatiVoid {
  color: Red;
  display: block;
}

.quoteLnkTop {
  display: none;
  position: relative;
  padding: 0 0 0 0;
  margin: 0;
  height: 0px;
}
.quoteLnkTop a {
  text-decoration: none;
  text-align: right;
  display: block;
  font-weight: bold;
  color: #656565;
  font-size: 10px;
  width: 43px;
  height: 0px;
  padding-right: 17px;
  padding-top: 3px;
  position: absolute;
  right: 0;
}
.quoteLnkSelAll {
  height: 18px;
  width: 111px;
  margin: 0 5px 0 5px;
}

.quoteLnkSelAll a {
  display: block;
  background-image: url('images/buttons/odds_select_all.gif');
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  line-height: 18px;
  padding-left: 20px;
  text-align: left;
}
.DateOdds {
  text-align: left;
  padding: 3px 0 3px 10px;
  background-color: #c7c7c7;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  height: 27px;
  line-height: 27px;
}
/*Hover quote TD*/
.OddGB_0_0:hover,
.OddGB_0_1:hover,
.OddGB_1_0:hover,
.OddGB_1_1:hover,
.OddGB_2_0:hover,
.OddGB_2_1:hover,
.OddGB_3_0:hover,
.OddGB_3_1:hover,
.OddGB_4_0:hover,
.OddGB_4_1:hover,
.OddGB_5_0:hover,
.OddGB_5_1:hover,
.OddGB_10_0:hover,
.OddGB_10_1:hover {
  /* background-image:url('images/quote_over.png');background-repeat:no-repeat;color:#ffffff; */
}

.OddsQuotaItemStyleTQ .OddGB_0_0:hover,
.OddsQuotaItemStyleTQ .OddGB_0_1:hover,
.OddsQuotaItemStyleTQ .OddGB_1_0:hover,
.OddsQuotaItemStyleTQ .OddGB_1_1:hover,
.OddsQuotaItemStyleTQ .OddGB_2_0:hover,
.OddsQuotaItemStyleTQ .OddGB_2_1:hover,
.OddsQuotaItemStyleTQ .OddGB_3_0:hover,
.OddsQuotaItemStyleTQ .OddGB_3_1:hover,
.OddsQuotaItemStyleTQ .OddGB_4_0:hover,
.OddsQuotaItemStyleTQ .OddGB_4_1:hover,
.OddsQuotaItemStyleTQ .OddGB_5_0:hover,
.OddsQuotaItemStyleTQ .OddGB_5_1:hover,
.OddsQuotaItemStyleTQ .OddGB_10_0:hover,
.OddsQuotaItemStyleTQ .OddGB_10_1:hover {
  background: #731515; /* Old browsers */
  background: -moz-linear-gradient(top, #731515 0%, #bf2611 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #731515),
    color-stop(100%, #bf2611)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #731515 0%, #bf2611 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #731515 0%, #bf2611 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #731515 0%, #bf2611 100%); /* IE10+ */
  background: linear-gradient(to bottom, #731515 0%, #bf2611 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731515', endColorstr='#bf2611',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #d95858;
  color: #ffffff;
}

.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_Empty_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_0.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_Empty_1.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_1.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_1.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_1.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_1.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_1.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_1.QuotaSel,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_1.QuotaSel {
  background: #731515; /* Old browsers */
  background: -moz-linear-gradient(top, #731515 0%, #bf2611 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #731515),
    color-stop(100%, #bf2611)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #731515 0%, #bf2611 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #731515 0%, #bf2611 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #731515 0%, #bf2611 100%); /* IE10+ */
  background: linear-gradient(to bottom, #731515 0%, #bf2611 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731515', endColorstr='#bf2611',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #d95858;
  color: #ffffff;
}

.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_0:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_0_1:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_0:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_1_1:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_0:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_2_1:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_0:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_3_1:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_0:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_4_1:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_0:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_5_1:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_0:hover,
.dgQuoteDett .OddsQuotaItemStyleTQ .OddGB_10_1:hover {
  background: #731515; /* Old browsers */
  background: -moz-linear-gradient(top, #731515 0%, #bf2611 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #731515),
    color-stop(100%, #bf2611)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #731515 0%, #bf2611 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #731515 0%, #bf2611 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #731515 0%, #bf2611 100%); /* IE10+ */
  background: linear-gradient(to bottom, #731515 0%, #bf2611 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731515', endColorstr='#bf2611',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #d95858;
  color: #ffffff;
}

/*Hover quote A*/
.OddGB_0_0:hover a,
.OddGB_0_1:hover a,
.OddGB_1_0:hover a,
.OddGB_1_1:hover a,
.OddGB_2_0:hover a,
.OddGB_2_1:hover a,
.OddGB_3_0:hover a,
.OddGB_3_1:hover a,
.OddGB_4_0:hover a,
.OddGB_4_1:hover a,
.OddGB_5_0:hover a,
.OddGB_5_1:hover a,
.OddGB_10_0:hover a,
.OddGB_10_1:hover a {
  color: #ffffff;
}

.OddsQuotaItemStyleTQ .OddGB_0_0:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_0_1:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_1_0:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_1_1:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_2_0:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_2_1:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_3_0:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_3_1:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_4_0:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_4_1:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_5_0:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_5_1:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_10_0:hover .oddsQ a,
.OddsQuotaItemStyleTQ .OddGB_10_1:hover .oddsQ a {
  color: #ffffff;
}

.OddsQuotaItemStyleTQ .OddGB_0_0:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_0_1:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_1_0:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_1_1:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_2_0:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_2_1:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_3_0:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_3_1:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_4_0:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_4_1:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_5_0:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_5_1:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_10_0:hover .oddsTQ,
.OddsQuotaItemStyleTQ .OddGB_10_1:hover .oddsTQ {
  color: #ffffff;
}

.ricercaEevento {
  font-size: 10px;
}
.ricercaSE {
  width: 100%;
  padding: 2px 0 3px 0;
}
.ricercaData {
  white-space: nowrap;
  padding: 0 4px 0 4px;
}
.OddsDetailsSE {
  background-color: #1a4500;
  font-weight: bold;
  padding: 3px 0 3px 4px;
  font-size: 12px;
  color: #ffffff;
}
.FastCodes {
  border: 1px solid #dadada;
}
.clickCQ {
  text-align: left;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background-color: #333;
  padding: 1px 0 0 5px;
}
.clickCodCQ {
  text-align: right;
  width: 50%;
  background-color: #ffffff;
  padding: 1px 10px 1px 0;
  font-weight: bold;
  background-image: url(images/linea_qt_01.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #ff0000;
}
.clickTQ {
  text-align: left;
  width: 50%;
  background-color: #ffffff;
  padding: 1px 0px 1px 10px;
  color: #1a4500;
  background-image: url(images/linea_qt_01.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
.detScoVP,
.detScoIG {
  color: #000000;
  white-space: nowrap;
}
.detScoEsitoPer {
  color: #e31515;
  font-weight: bold;
}
.detScoEsitoVin {
  color: #0c9c0d;
  font-weight: bold;
}
.detScoEsitoIncorso {
  color: #bfab00;
  font-weight: bold;
}

/*Pagina Quote async*/
.lnkOddsBack {
  background-image: url(../img/btn_back.png);
  width: 13px;
  height: 10px;
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}
.lnkOddsRfh {
  background-image: url(../img/btn_refresh.png);
  width: 14px;
  height: 15px;
  display: block;
  float: right;
  margin-right: 10px;
}
.lnkOddsPrn {
  background-image: url(../img/btn_print.png);
  width: 14px;
  height: 14px;
  display: block;
  float: right;
  margin-right: 10px;
}
.lnkOddsCls {
  background-image: url(../img/btn_close_odds.png);
  width: 11px;
  height: 9px;
  display: block;
  float: right;
  margin-top: 3px;
}
#oddsAsyncMsg_Empty,
#oddsAsyncMsg_Many,
#oddsAsyncLgnd {
  display: none;
}

.divDescCQ {
  display: none;
  padding: 3px 2px;
}
.divDescCQ SPAN {
  display: block;
  border: 1px solid #dadada;
  color: #4f86d0;
  padding: 5px;
  font-size: 11px;
}
.divDescCQ B {
  color: #386eb8;
  padding-right: 5px;
}

/* "C.Score Multi" cq1204 + cq1205 */
.divQta.cq1204 .dgQuote .OddsQuotaItemStyleTQ TD {
  border-right-width: 3px;
  border-left-width: 3px;
}
.divQta.cq1204 .dgQuote .OddsQuotaItemStyleTQ .QuotaSel {
  border-right-width: 3px;
  border-left-width: 3px;
}
.divQta.cq1204 .dgQuote .OddsQuotaItemStyleTQ .oddsTQ {
  width: 82px;
  font-size: 9px;
}
.divQta.cq1205 .dgQuote .OddsQuotaItemStyleTQ TD {
  border-right-width: 3px;
  border-left-width: 3px;
}
.divQta.cq1205 .dgQuote .OddsQuotaItemStyleTQ .QuotaSel {
  border-right-width: 3px;
  border-left-width: 3px;
}
.divQta.cq1205 .dgQuote .OddsQuotaItemStyleTQ .oddsTQ {
  width: 82px;
  font-size: 9px;
}

/* Zoom Odds */
.divQta.cq1204 .dgQuote .OddsQuotaItemStyleTQ .oddsTQ,
.divQta.cq1205 .dgQuote .OddsQuotaItemStyleTQ .oddsTQ {
  width: 80px;
  font-size: 8px;
}
