.manifestazione ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.manifestazione .sc_box {
  margin-bottom: 5px;
}
.manifestazione .sc_box .testata {
  background: white;
  border: 1px solid #535353;
  height: 34px;
  line-height: 34px;
  padding: 1px;
  position: relative;
  z-index: 20;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.manifestazione .sc_box .testata .holder {
  background: url(../../images/bg-manifest-testata.png) repeat-x top center;
  padding: 0 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.manifestazione .sc_box .testata h3 {
  color: #213846;
  display: inline-block;
  font: bold 16px/34px Arial;
  text-shadow: 1px 1px 1px white;
  max-width: 82%;
  overflow: hidden;
  height: 34px;
}
.manifestazione .sc_box .testata .icon {
  display: inline-block;
}
.manifestazione .sc_box .testata .icon.info {
  background: url(../../images/sprite-icons.png) no-repeat;
  float: left;
  height: 16px;
  margin: 9px 5px 8px 0;
  width: 16px;
}
.manifestazione .sc_box .testata .control {
  height: 18px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 60px;
}
.manifestazione .sc_box .testata .control ul {
  width: 51px;
}
.manifestazione .sc_box .testata .control ul li {
  float: left;
}
.manifestazione .sc_box .testata .control .icon {
  color: #4b811c;
  display: block;
  font: bold 13px/34px Arial;
  padding: 0 0 0 0;
  position: relative;
  text-decoration: none;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  cursor: pointer;
}
.manifestazione .sc_box .testata .control .icon.collapse {
  background: url(../../images/ico-window.png) no-repeat -35px;
}
.manifestazione .sc_box .testata .control .icon.expand {
  background: url(../../images/ico-window.png) no-repeat -55px;
}
.manifestazione .sc_box .testata .control .icon.close {
  background: url(../../images/ico-window.png) no-repeat -75px;
}
.manifestazione .sc_box .testata .arrow {
  bottom: -10px;
  height: 11px;
  position: absolute;
  right: 8px;
  width: 23px;
}
.manifestazione .sc_box .testata .arrow.down {
  background: url(../../images/arrow-down-testata.png) no-repeat center;
}
.manifestazione .sc_box .loaderMan {
  display: block;
  width: 98%;
  min-height: 100px;
  background: url(../../images/circleLoader.gif) no-repeat center center white;
  border: 3px solid #dededc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
}
.manifestazione .sc_box .loaderMan b {
  display: block;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.manifestazione .sc_box .content_sc {
  border: 3px solid #dededc;
  margin: -10px 0 0;
  min-height: 20px;
  padding: 10px 0 0;
  position: relative;
  width: auto;
  z-index: 10;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
  visibility: hidden;
}
.manifestazione .sc_box .content_sc .tipi-esiti {
  padding: 10px;
}
.manifestazione .sc_box .content_sc .tipi-esiti ul {
  background: #dededc;
  list-style: none;
  margin: 0;
  padding: 2px 0 1px 2px;
}
.manifestazione .sc_box .content_sc .tipi-esiti ul li {
  background: white;
  float: left;
  height: 22px;
  margin: 0 1px 1px 0;
  width: 146px;
}
.manifestazione .sc_box .content_sc .tipi-esiti ul li a {
  color: black;
  cursor: pointer;
  display: block;
  font: 10px Arial;
  padding: 5px 0 0 20px;
  text-decoration: none;
}
.manifestazione .sc_box .content_sc .tipi-esiti ul li.active {
  background: white url(../../images/icon-mani-check.png) no-repeat 4px 5px;
}
.manifestazione .sc_box .content_sc .tipi-esiti ul.lista-tipi li:hover {
  background-color: #f2f2f2;
}
.manifestazione .sc_box .content_sc .table-quote {
  overflow: hidden;
}
.manifestazione .sc_box .content_sc .table-quote .table .mask .holder > div {
  display: block;
  float: left;
  margin: 0 0 0 5px;
}
.manifestazione .sc_box .content_sc .table-quote .table .mask .holder > div:first-child {
  margin: 0;
}
.manifestazione .sc_box .content_sc .table-quote .table > div {
  display: block;
  float: left;
}
.manifestazione .sc_box .content_sc .table-quote .table table td,
.manifestazione .sc_box .content_sc .table-quote .table table th {
  border: 1px solid #e5e5e5;
  text-align: center;
}
.manifestazione .sc_box .content_sc .table-quote table {
  border-collapse: collapse;
  margin: 0;
}
.manifestazione .sc_box .content_sc .table-quote table th {
  background: #f2f2f2 !important;
  white-space: nowrap;
}
.manifestazione .sc_box .content_sc .table-quote table tr.odds td {
  background: #f2f2f2 !important;
}
.manifestazione .sc_box .content_sc .table-quote table tr.even td {
  background: none !important;
  background-color: none !important;
}
.manifestazione .sc_box .content_sc .table-quote table tr.data td {
  background: white !important;
}
.manifestazione .sc_box .content_sc .table-quote table td.giorno {
  color: #4b811c;
  font: bold 12px Arial;
}
.manifestazione .sc_box .content_sc .table-quote table td.giornovuoto {
  color: #4b811c;
  font: bold 12px Arial;
  padding: 4px 5px !important;
}
.manifestazione .sc_box .content_sc .table-quote table td.giornovuoto:hover {
  background-color: white !important;
}
.manifestazione .sc_box .content_sc .table-quote .eventi {
  margin-right: 5px;
}
.manifestazione .sc_box .content_sc .table-quote .eventi table {
  width: 250px;
}
.manifestazione .sc_box .content_sc .table-quote .eventi table tr td.titoloEvento {
  text-align: left;
  padding-bottom: 4px;
  margin-bottom: 0px;
}
.manifestazione .sc_box .content_sc .table-quote .eventi table tr td.titoloEvento div span {
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 12px !important;
}
.manifestazione .sc_box .content_sc .table-quote .eventi table td {
  font-size: 11px;
}
.manifestazione .sc_box .content_sc .table-quote .quote {
  position: relative;
}
.manifestazione .sc_box .content_sc .table-quote .quote table.item-2 {
  width: 115px;
}
.manifestazione .sc_box .content_sc .table-quote .quote table.item-2 th.intestazione ul li {
  width: 50%;
}
.manifestazione .sc_box .content_sc .table-quote .quote table.item-3 {
  width: 150px;
}
.manifestazione .sc_box .content_sc .table-quote .quote table.item-3 th.intestazione ul li {
  width: 33.3333333%;
}
.manifestazione .sc_box .content_sc .table-quote .quote table.item-6 {
  width: 250px;
}
.manifestazione .sc_box .content_sc .table-quote .quote table.item-6 th.intestazione ul li {
  width: 16.6666667%;
}
.manifestazione .sc_box .content_sc .table-quote .quote .closeQuote {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../../images/ico-window.png) no-repeat -20px -11px;
  cursor: pointer;
  right: 1px;
  top: 1px;
}
.manifestazione .sc_box .content_sc .table-quote .quote table th.intestazione {
  white-space: nowrap;
}
.manifestazione .sc_box .content_sc .table-quote .quote table th.intestazione span {
  position: absolute;
  cursor: pointer;
}
.manifestazione .sc_box .content_sc .table-quote .quote table th.intestazione ul {
  margin: 0 -5px;
}
.manifestazione .sc_box .content_sc .table-quote .quote table th.intestazione ul li {
  color: #4b811c;
  float: left;
  text-align: center;
}
.manifestazione .sc_box .content_sc .table-quote .quote table td {
  text-align: right;
  padding: 4px 3px;
  cursor: pointer;
  font-size: 11px;
  width: 40px;
}
.manifestazione .sc_box .content_sc .table-quote .quote table div {
  margin-bottom: 5px;
}
.manifestazione .sc_box .content_sc .table-quote .quote table td:hover,
.manifestazione .sc_box .content_sc .table-quote .quote table td.odds:hover,
.manifestazione .sc_box .content_sc .table-quote .quote table div.active {
  background-color: #4b811c;
  color: white;
}
.manifestazione .sc_box .content_sc .table-quote .eventi table th.intestazione h3,
.manifestazione .sc_box .content_sc .table-quote .quote table th.intestazione h3 {
  color: #4b811c;
  text-align: center;
  padding: 0 5px;
  text-transform: uppercase;
}
.manifestazione .sc_box .content_sc .slider-container {
  height: 11px;
  width: 437px;
  margin-left: 255px;
}
.manifestazione .sc_box .content_sc .slider-container.noSlider {
  height: 13px;
}
.manifestazione .matchInfoIcon {
  background: url(../../images/info_ico.png) no-repeat scroll 0 0 transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
}
.manifestazione .matchH2hIcon {
  background: url(../../images/stats_ico.png) no-repeat scroll 0 0 transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
}
.manifestazione .emptyStatsPlaceholder {
  width: 26px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
}
.manifestazione.attesa .sc_box .testata {
  height: auto;
  background: none #d0d0d0;
}
.manifestazione.attesa .sc_box .testata .holder {
  background: none #d0d0d0;
}
.manifestazione.attesa .sc_box .testata h3 {
  overflow: visible;
  width: 90%;
  max-width: 90%;
  font: bold 16px/32px Arial;
}
.manifestazione.attesa .sc_box .testata h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #474747;
  display: inline-block;
  font: normal 16px/24px Arial;
  text-shadow: 1px 1px 1px white;
}
.manifestazione.attesa .sc_box .testata h5 {
  display: block;
  width: 100%;
  text-align: center;
  color: #505050;
  display: inline-block;
  font: 12px/22px Arial;
}
.manifestazione.attesa .sc_box .testata .control {
  width: 25px;
}
.apriChiudiTipi {
  float: right;
  padding: 0 20px;
  font-size: 8px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.apriChiudiTipi.chiuso {
  background: url(../../images/icone-controlli.png) no-repeat scroll 5px -50px #4b811c;
  color: white;
}
.apriChiudiTipi.aperto {
  background: url(../../images/icone-controlli.png) no-repeat scroll 5px -60px #a1a1a1;
  color: white;
}
.no-aside .manifestazione .sc_box .content_sc .tipi-esiti ul {
  margin: 2px 2px 2px 1px;
}
.no-aside .manifestazione .sc_box .content_sc .tipi-esiti ul li {
  width: 152px;
}
.no-aside-right .manifestazione .sc_box .content_sc .tipi-esiti ul,
.no-aside-left .manifestazione .sc_box .content_sc .tipi-esiti ul {
  margin: 1px 1px 1px 0px;
}
.no-aside-right .manifestazione .sc_box .content_sc .tipi-esiti ul li,
.no-aside-left .manifestazione .sc_box .content_sc .tipi-esiti ul li {
  width: 135px;
}
.no-aside-right .manifestazione .sc_box .content_sc .tipi-esiti ul li a,
.no-aside-left .manifestazione .sc_box .content_sc .tipi-esiti ul li a {
  height: 12px;
  overflow: hidden;
}
tbody tr:nth-child(2n) td,
tbody tr.even td {
  background: none;
}
.boxQuota.myBoxQuota span {
  display: block;
  line-height: 12px !important;
}
.boxQuota.myBoxQuota.up {
  background: url(../../images/updown.png) no-repeat scroll left 7px transparent;
}
.boxQuota.myBoxQuota.down {
  background: url(../../images/updown.png) no-repeat scroll left -15px transparent;
}
div.betRadarContainer {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
}
div.liveContainer div.manifestazione {
  width: 470px;
  float: left;
  margin: 0px 20px 20px 0px;
}
div.liveContainer.full {
  margin: 0px auto;
}
