/* Copyright 2000 - 2012 TurfSport. All rights reserved
   TurfsportOnline Base (Vanilla) CSS
 
__Index__
- Reset
- General
- Layout
- Header
    - Menu
    - Logo
    - Login
- Main
- Sport Browser
- Right Main
    - Bread Crumb
    - Navigator
        -Catagories
        -Tournaments
        -Events
    - Market List
    - Open/Exotics Grid
    - Lotto Grid
- Betslip
- Next Events/In Running
 
-Registration
-Profile
    -Personal
    -Mobile
    -Banking
    -Preferences
    -Password
-Results
-Transaction
-Deposit
-Withdrawal
-Mobile
-Templates
    -Advert
-Footer
    -PoweredbyTurfsport
*/

/*������� CSS RESET ������������������������������������������������������������������������������������������*/

/* --------------------------------------------------------------------------------------------------------- */

.resetcss html,
.resetcss body,
.resetcss div,
.resetcss span,
.resetcss applet,
.resetcss object,
.resetcss iframe,
.resetcss h1,
.resetcss h2,
.resetcss h3,
.resetcss h4,
.resetcss h5,
.resetcss h6,
.resetcss p,
.resetcss blockquote,
.resetcss pre,
.resetcss a,
.resetcss abbr,
.resetcss acronym,
.resetcss address,
.resetcss big,
.resetcss cite,
.resetcss code,
.resetcss del,
.resetcss dfn,
.resetcss em,
.resetcss img,
.resetcss ins,
.resetcss kbd,
.resetcss q,
.resetcss s,
.resetcss samp,
.resetcss small,
.resetcss strike,
.resetcss strong,
.resetcss sub,
.resetcss sup,
.resetcss tt,
.resetcss var,
.resetcss u,
.resetcss i,
.resetcss center,
.resetcss dl,
.resetcss dt,
.resetcss dd,
.resetcss ol,
.resetcss ul,
.resetcss li,
.resetcss fieldset,
.resetcss form,
.resetcss label,
.resetcss legend,
.resetcss table,
.resetcss caption,
.resetcss tbody,
.resetcss tfoot,
.resetcss thead,
.resetcss tr,
.resetcss th,
.resetcss td,
.resetcss article,
.resetcss aside,
.resetcss canvas,
.resetcss details,
.resetcss embed,
.resetcss figure,
.resetcss figcaption,
.resetcss footer,
.resetcss header,
.resetcss hgroup,
.resetcss menu,
.resetcss nav,
.resetcss output,
.resetcss ruby,
.resetcss section,
.resetcss summary,
.resetcss time,
.resetcss mark,
.resetcss audio,
.resetcss video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  text-decoration: none;
  cursor: default;
}
.resetcss article,
.resetcss aside,
.resetcss details,
.resetcss figcaption,
.resetcss figure,
.resetcss footer,
.resetcss header,
.resetcss hgroup,
.resetcss menu,
.resetcss nav,
.resetcss section {
  display: block;
}
.resetcss body {
  line-height: 1;
}
.resetcss ol,
.resetcss ul {
  margin: 10px 0px 10px 5px;
  padding: 0px 10px 0px 10px;
}
.resetcss ul {
  list-style: circle none outside;
}
.resetcss ol {
  list-style: decimal none outside;
}
.resetcss li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.resetcss .sublist ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
.resetcss .sublist ol ol {
  padding-left: 44px;
}
.resetcss .sublist li {
  display: block;
  padding-left: 0;
  margin-left: 0;
}
.resetcss .sublist li p {
  margin-left: 44px;
  margin-top: -14px;
  font-size: 13px;
  line-height: 14px;
}
.resetcss .sublist li h1,
.resetcss .sublist li h2,
.resetcss .sublist li h3,
.resetcss .sublist li h4,
.resetcss .sublist li h5,
.resetcss .sublist li h5 {
  display: inline;
}
.resetcss .sublist li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  display: inline;
}
.resetcss .sublist li:after {
  clear: both;
}
.resetcss blockquote,
.resetcss q {
  quotes: none;
}
.resetcss blockquote:before,
.resetcss blockquote:after,
.resetcss q:before,
.resetcss q:after {
  content: '';
  content: none;
}
.resetcss table,
.resetcss tbody,
.resetcss th,
.resetcss tr,
.resetcss td {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;
}
.resetcss table {
  display: table;
}
.resetcss tr {
  display: table-row;
}
.resetcss th,
.resetcss td {
  display: table-cell;
}
.resetcss thead {
  display: table-header-group;
}
.resetcss tbody {
  display: table-row-group;
}
.resetcss tfoot {
  display: table-footer-group;
}
.resetcss caption {
  display: table-caption;
}
.resetcss colgroup {
  display: table-column-group;
}
.resetcss col {
  display: table-column;
}
.resetcss textarea {
  resize: none;
}
.resetcss p {
  margin-top: 10px;
  margin-bottom: :10px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  text-decoration: none;
  cursor: default;
}
/*div {
        position: relative;
    }*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  margin: 10px 0px 10px 5px;
  padding: 0px 10px 0px 10px;
}
ul {
  list-style: circle none outside;
}
ol {
  list-style: decimal none outside;
}
li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.sublist ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
.sublist ol ol {
  padding-left: 44px;
}
.sublist li {
  display: block;
  padding-left: 0;
  margin-left: 0;
}
.sublist li p {
  margin-left: 44px;
  margin-top: -14px;
  font-size: 13px;
  line-height: 14px;
}
.sublist li h1,
.sublist li h2,
.sublist li h3,
.sublist li h4,
.sublist li h5,
.sublist li h5 {
  display: inline;
}
.sublist li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  display: inline;
}
.sublist li:after {
  clear: both;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table,
tbody,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;
}
table {
  display: table;
}
tr {
  display: table-row;
}
th,
td {
  display: table-cell;
}
thead {
  display: table-header-group;
}
tbody {
  display: table-row-group;
}
tfoot {
  display: table-footer-group;
}
caption {
  display: table-caption;
}
colgroup {
  display: table-column-group;
}
col {
  display: table-column;
}
textarea {
  resize: none;
}
p {
  margin-top: 10px;
  margin-bottom: :10px;
}
/* .Less attributes ������������������������������������������������������������������������������������������*/
/* .Less attributes ---------------------------------------------------------------------------------- */
/*
 * Admin Colours
 */
/*
 * Admin Layout
 */
/*
 * Admin Logo
 */
/*
 * Admin Tables
 */
/*
 * Admin Forms
 */
/*
 * Admin Modals
 */
/*use .font(size, fontweight); __ .font; will default to 12px normal*/
/*rounded corners, default radius of 10px*/
/* transitions in CSS3: default is background, 0.2s, ease */
/* does not work at all in I.E 9 and under. CSS background image transitions do not work in FireFox */
/*
 * Clearfix mixin
 */

.clear {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
body {
  color: white;
  font-family: Verdana, Arial, Tahoma;
}
body a {
  color: #cccccc;
  cursor: pointer;
}
body a span {
  cursor: pointer;
}
.make-page-section {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.make-page-section:before,
.make-page-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.make-page-section:before,
.make-page-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.make-page-section:before,
.make-page-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.make-page-section:before,
.make-page-section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
p {
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
  line-height: 14px;
}
p.smaller {
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
}
p a:hover {
  text-decoration: underline;
}
.generalHeading,
.generalSubHeading {
  color: #e9df59;
  text-align: left;
  margin-bottom: 10px;
}
.generalHeading h2,
.generalSubHeading h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}
.generalHeading h2 .byline,
.generalSubHeading h2 .byline {
  color: white;
}
.generalHeading .actions,
.generalSubHeading .actions {
  float: right;
  font-size: smaller;
}
.generalHeading {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
}
.generalHeading:before,
.generalHeading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.generalHeading:before,
.generalHeading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.generalHeading:before,
.generalHeading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.generalHeading:before,
.generalHeading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.generalHeading h2 {
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
}
.generalHeading h2 .byline {
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
}
.generalHeading .actions {
  float: right;
}
.generalSubHeading {
  font-family: Arial, Tahoma;
  font-size: 14px;
  font-weight: normal;
}
.generalSubHeading h2 {
  font-family: Arial, Tahoma;
  font-size: 14px;
  font-weight: normal;
}
.add-disabled-button {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.add-disabled-button.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.add-disabled-button:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.add-important-button {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.add-important-button:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.make-button-important {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
}
.make-button-important span {
  padding: 1px;
}
.make-button-important span {
  padding: 1px;
}
.make-button-important:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.make-button-important:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-important:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-important:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-important:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-important:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-important:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-important.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.make-button-important.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.make-button-important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.make-button-small {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 4px;
}
.make-button-small span {
  padding: 1px;
}
.make-button-small span {
  padding: 1px;
}
.make-button-small:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.make-button-small:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-small:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-small:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-small:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-small:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-small:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button-small.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.make-button-small.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.make-disabled-button {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-disabled-button span {
  padding: 1px;
}
.make-disabled-button span {
  padding: 1px;
}
.make-disabled-button.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-disabled-button:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.make-button span {
  padding: 1px;
}
.make-button span {
  padding: 1px;
}
.make-button:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.make-button:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.make-button.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.make-button.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.make-flat-button {
  border: #e9df59 solid 1px;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
  border-radius: 0;
  background: #666666;
}
.make-flat-button:hover {
  background: black;
}
.make-flat-button a,
.make-flat-button a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.make-link:hover {
  color: #e9df59;
}
.simple-flat-button-container {
  margin: 0 4px 8px 4px;
  height: 38px;
}
.simple-flat-button {
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  display: table;
  width: 100%;
  height: 100%;
  border: #e9df59 solid 1px;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
  border-radius: 0;
  background: #666666;
}
.simple-flat-button:hover {
  background: black;
}
.simple-flat-button a,
.simple-flat-button a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/*use .font(size, fontweight); __ .font; will default to 12px normal*/
/*rounded corners, default radius of 10px*/
/* transitions in CSS3: default is background, 0.2s, ease*/
/* does not work at all in I.E 9 and under. CSS background image transitions do not work in FireFox*/
a {
  color: #697178;
  cursor: pointer;
}
a:hover {
  color: White;
}
.toc_dateTimePickerCalender {
  width: 16px;
  height: 16px;
  border-width: 0px;
  background-image: url(Images/calendar.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  margin-left: 3px;
}
/*������� General ������������������������������������������������������������������������������������������*/

body {
  background: #111111 url(Images/background.png) top right no-repeat;
  background-attachment: fixed;
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
  font-size: 12px;
}
table {
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
  font-size: 12px;
}
input,
select,
textarea {
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
}
input[type="submit"],
input[type="button"],
a,
a img {
  cursor: pointer;
}
.myStatementHeading {
  background-image: url(Images/my_statement_header.png);
  height: 57px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.generalHeading {
  background-color: #134779;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #2670a7;
  padding: 8px 10px 8px 10px;
  text-align: left;
  color: white;
  font-weight: bold;
  margin-bottom: 1px;
}
.subHeading {
  background-color: #676767;
  border-radius: 5px;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 4px 0px;
  text-align: center;
  color: white;
}
.backToStatementLink {
  display: inline-block;
  margin-top: 24px;
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.backToStatementLink span {
  padding: 1px;
}
.backToStatementLink span {
  padding: 1px;
}
.backToStatementLink:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.backToStatementLink:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.backToStatementLink:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.backToStatementLink:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.backToStatementLink:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.backToStatementLink:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.backToStatementLink:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.backToStatementLink.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.backToStatementLink.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
.formButtons {
  text-align: center;
}
/*Error labels */

.toc_error,
.error,
.toc_validator,
.toc_quickRegistrationValidator {
  color: #ffb802;
  font-size: 11px;
}
.centered {
  text-align: center;
}
/*������� Layout Wrappers ������������������������������������������������������������������������������������������ */

.embedded div#wrapper1 {
  width: auto;
}
div#wrapper2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#wrapper3 {
  min-width: 900px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
/*������� Header ������������������������������������������������������������������������������������������ */

div#header {
  height: 232px;
  background-color: transparent;
  position: relative;
}
#logoImage {
  background-image: url(Images/logo_small.png);
  background-repeat: no-repeat;
  width: 267px;
  height: 73px;
  position: absolute;
  top: 55px;
  left: 19px;
}
#logoImage a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.contactDetails {
  background: transparent url(Images/contact_home.png) top right no-repeat;
  width: 700px;
  height: 21px;
  margin: 12px 0 12px auto;
}
.mainMenu {
  margin: 0 -30px 0 auto;
  background-image: url(Images/top_menu_blank_bg.png);
  width: 739px;
  height: 36px;
  text-align: center;
}
.mainMenu a,
.mainMenu input {
  display: inline-block;
  margin: 1px 0 0 -3px;
  height: 34px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.mainMenuLoginLink {
  background-image: url(Images/top_menu_login_over.png);
  width: 69px;
  border: 0px;
}
.mainMenuLoginLink:hover {
  background-image: url(Images/top_menu_login_over.png);
}
.mainMenuHomeLink {
  background-image: url(Images/top_menu_home.png);
  width: 66px;
}
.mainMenuHomeLink:hover {
  background-image: url(Images/top_menu_home_over.png);
}
.mainMenuHRLink {
  background-image: url(Images/top_menu_horseRacing.png);
  width: 113px;
}
.mainMenuHRLink:hover {
  background-image: url(Images/top_menu_horseRacing_over.png);
}
.mainMenuLottoLink {
  background-image: url(Images/top_menu_lotto.png);
  width: 65px;
}
.mainMenuLottoLink:hover {
  background-image: url(Images/top_menu_lotto_over.png);
}
.mainMenuMobiLink {
  background-image: url(Images/top_menu_mobi.png);
  width: 59px;
}
.mainMenuMobiLink:hover {
  background-image: url(Images/top_menu_mobi_over.png);
}
.mainMenuRegisterLink {
  background-image: url(Images/top_menu_register.png);
  width: 83px;
}
.mainMenuRegisterLink:hover {
  background-image: url(Images/top_menu_register_over.png);
}
.mainMenuHelpLink {
  background-image: url(Images/top_menu_help.png);
  width: 59px;
}
.mainMenuHelpLink:hover {
  background-image: url(Images/top_menu_help_over.png);
}
.mainMenuAboutUsLink {
  background-image: url(Images/top_menu_aboutUs.png);
  width: 87px;
}
.mainMenuAboutUsLink:hover {
  background-image: url(Images/top_menu_aboutUs_over.png);
}
.mainMenuLiveInPlayLink {
  background-image: url(Images/top_menu_liveInPlay.png);
  width: 95px;
}
.mainMenuLiveInPlayLink:hover {
  background-image: url(Images/top_menu_liveInPlay_over.png);
}
.mainMenuRulesLink {
  background-image: url(Images/top_menu_rules.png);
  width: 62px;
}
.mainMenuRulesLink:hover {
  background-image: url(Images/top_menu_rules_over.png);
}
.mainMenuTermsLink {
  background-image: url(Images/top_menu_termsAndConditions.png);
  width: 60px;
}
.mainMenuTermsLink:hover {
  background-image: url(Images/top_menu_termsAndConditions_over.png);
}
.termsError {
  display: block;
  width: 240px;
  bottom: -115px;
  left: 52px;
  text-align: left;
}
.toc_loginUsernameValidator,
.toc_loginPasswordValidator,
.toc_loginError,
.termsError {
  position: absolute;
  color: #ffb802;
  font-size: 11px;
}
.acceptTermsButton {
  position: absolute;
  right: 17px;
  bottom: 0px;
  width: 137px;
  height: 29px;
  background-image: url(Images/agree_terms.png);
  background-color: transparent;
  border-width: 0px;
  cursor: pointer;
}
.acceptTermsButton:hover {
  background-image: url(Images/agree_terms_over.png);
}
.termsCheckBox,
.termsText {
  position: absolute;
  top: 8px;
}
.termsCheckBox {
  left: 28px;
}
.termsText {
  left: 53px;
  display: block;
  font-size: 11px;
  line-height: 16px;
  width: 297px;
  height: 60px;
  text-align: left;
  text-transform: uppercase;
  color: white;
}
.loginModal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(Images/semi_transparent.png);
  z-index: 2000;
}
.loginWrapper {
  position: relative;
  width: 1077px;
  margin: 0px auto 0px auto;
}
.login {
  position: absolute;
  top: 190px;
  left: 309px;
  width: 459px;
  height: 154px;
  background-image: url(Images/login_pop_up_bg.png);
}
.loginInner {
  position: relative;
  margin-top: 8px;
  margin-left: 10px;
  height: 125px;
  width: 432px;
}
.login_popup {
  position: absolute;
  background-image: url(Images/close_login_popup.png);
  width: 17px;
  height: 17px;
  background-color: transparent;
  border-width: 0px;
  right: 5px;
  top: 5px;
  z-index: 5;
  cursor: pointer;
}
.secondaryMenu {
  position: absolute;
  left: 0px;
  top: 155px;
  width: 100%;
  height: 48px;
  background-image: url(Images/secondary_menu_bg.png);
  background-repeat: repeat-x;
  text-align: right;
  color: white;
}
input.watermark,
textarea.watermark {
  color: #aaa4ab;
}
.socialMediaLinks {
  position: absolute;
  width: 64px;
  height: 28px;
  background-image: url(Images/social_media_bg.png);
  top: 10px;
  right: 18px;
}
.socialMediaLinks a {
  display: block;
  position: absolute;
  top: 0px;
  height: 28px;
  width: 27px;
  cursor: pointer;
}
.twitterHyperLink {
  left: 0px;
}
.facebookHyperLink {
  right: 0px;
}
.headerInfoBar {
  position: absolute;
  left: 0px;
  top: 203px;
  width: 100%;
  background: transparent url(./images/headerinfobar_bg.png) top right no-repeat;
}
.headerInfoBar .noticeBoard {
  background: transparent url(./Images/notice_board_bg.png) top left no-repeat;
  height: 29px;
}
.headerInfoBar .noticeBoard .noticeBoardContent {
  font-weight: normal;
  font-family: ITC Franklin Gothic, Verdana, Arial;
  letter-spacing: 0px;
  color: #25a1ee;
  color: #43bfe1;
  text-transform: uppercase;
  padding: 9px 0px 9px 0px;
  margin-left: 150px;
  margin-right: 200px;
}
.headerInfoBar .noticeBoard .clock {
  position: absolute;
  display: block;
  width: 170px;
  height: 20px;
  right: 20px;
  color: White;
  text-transform: uppercase;
  text-align: right;
  top: 10px;
}
.toc_search {
  position: absolute;
  right: 95px;
  width: 173px;
  top: 13px;
  padding: 0px;
}
.toc_search input[type="text"] {
  position: absolute;
  left: 0px;
  top: 0px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  height: 16px;
  width: 150px;
}
.toc_searchIcon {
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(Images/search_icon.png);
  width: 21px;
  height: 20px;
  background-color: transparent;
  border-width: 0px;
}
.servicesMenu {
  position: relative;
  margin-top: 15px;
}
.servicesMenuHeader {
  margin-top: 18px;
  margin-bottom: 4px;
  height: 35px;
  background-image: url(Images/services_menu_header.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.servicesMenu .toc_menu table {
  width: 100%;
}
.servicesMenu .toc_menuItem a {
  display: block;
  color: Black;
  background-image: url(Images/services_menu_item.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-left: 9px;
  min-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.servicesMenu .toc_menuItem a:hover {
  color: white;
  background-image: url(Images/services_menu_item_over.png);
}
/*������� Main ������������������������������������������������������������������������������������������ */

div#main {
  position: relative;
  padding: 20px 6px;
  width: 100%;
  background-color: #0c0c0c;
  color: White;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div#main:before,
div#main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
div#main:before,
div#main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
div#rightMainPanel {
  position: relative;
  min-height: 600px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 83%;
  margin-left: 6px;
}
div#leftPanel {
  float: left;
  width: 16%;
}
.rightIndexPanel {
  top: 5px;
  right: 5px;
  float: right;
  padding: 2px 2px 0px 0px;
}
.homeTemplate {
  margin-left: auto;
  margin-right: auto;
}
.homeTemplate .toc_template img {
  width: 100%;
}
.indexRegisterButton {
  background-image: url(Images/openAccount.png);
  background-repeat: no-repeat;
  width: 235px;
  height: 55px;
  margin-bottom: 4px;
  cursor: pointer;
}
.indexRegisterButton:hover {
  background-image: url(Images/openAccountOver.png);
  background-repeat: no-repeat;
}
.indexRegisterButton a {
  display: block;
  height: 55px;
}
/*________________________________ RSS Feed ___________________________________*/

.toc_rssFeedTitle {
  font-weight: bold;
}
.toc_rssFeedSummary p {
  text-align: left;
}
/*������� Registration ������������������������������������������������������������������������������������������ */

#registerNewAccount,
#registerExistingAccount {
  width: 640px;
  border: 1px ridge #bbbbbb;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
#registerNewAccount h3,
#registerExistingAccount h3 {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: white;
  background-color: #676767;
  margin: 0.2em;
  border-radius: 5px;
}
#registerNewAccount p,
#registerExistingAccount p {
  font-weight: bold;
  font-size: 12px;
  color: #ababab;
  text-align: center;
}
/*������� Deposits ������������������������������������������������������������������������������������������ */

.depositTable {
  width: 600px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-collapse: collapse;
}
.depositTableRow {
  width: 600px;
  height: 100px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  border-collapse: collapse;
  margin-bottom: 5px;
}
.depositTableRow:hover {
  border: 1px solid #e9df59;
  border-radius: 5px;
  border-collapse: collapse;
}
.depositMethodLogo {
  width: 165px;
  height: 100px;
  padding: 5px 0px 0px 0px;
  cursor: pointer;
  float: left;
}
.depositMethodLogo img {
  cursor: pointer;
}
.depositDescrption {
  background-color: #4c4d4f;
  width: 435px;
  height: 70px;
  padding-top: 30px;
  text-align: center;
  vertical-align: middle;
  color: white;
  float: right;
}
#depositMain TABLE {
  border: 1px solid #676767;
  border-collapse: collapse;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#depositMain TR.depositTableHeading {
  width: 168px;
  height: 50px;
  padding: 10px;
  background-color: #e9df59;
  color: White;
  font-weight: bold;
}
#depositMain TD.depositTableHeading {
  padding: 10px;
  text-align: center;
}
#depositTable TD.depositOption {
  background-color: #676767;
  color: transparent;
}
#depositTable TD.depositOption:hover {
  background-color: #e9df59;
  color: White;
}
#depositTable a {
  padding: 5px;
  color: white;
  width: 168px;
  height: 37px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
#depositTable a:hover,
#depositTable a:visited {
  font-size: 14px;
  color: White;
}
div#depositNotification {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: 11px;
  text-align: center;
}
div#depositNotification fieldset p span {
  margin: 4px 20px 2px 20px;
  padding: 0px;
  float: left;
  text-align: left;
  width: 80px;
}
div#depositNotification fieldset {
  margin-left: 180px;
}
div#depositNotification p {
  padding: .1em .25em .1em .25em;
}
div#payGatewayLinks {
  text-align: center;
  margin-bottom: 10px;
  color: #111111;
}
div#payGatewayLinks ul {
  list-style-type: none;
  color: #111111;
}
div#payGatewayLinks li a {
  width: 100px;
  height: 35px;
  color: #111111;
  CURSOR: hand;
  cursor: pointer;
  font-weight: bold;
  display: inline;
}
div#payGatewayLinks li {
  width: 100px;
  height: 35px;
  color: #111111;
  CURSOR: hand;
  cursor: pointer;
  font-weight: bold;
  display: inline;
  padding: 0px 5px 0px 5px;
}
div#payGatewayLinks a:visited {
  width: 100px;
  height: 35px;
  color: #111111;
  CURSOR: hand;
  cursor: pointer;
  font-weight: bold;
  display: inline;
}
div#payGatewayLinks a:hover {
  color: #e9df59;
  width: 100px;
  height: 35px;
  CURSOR: hand;
  cursor: pointer;
  font-weight: bold;
  display: inline;
}
div#payGatewayLinks a:active {
  color: #676767;
  width: 100px;
  height: 35px;
  CURSOR: hand;
  cursor: pointer;
  font-weight: bold;
  display: inline;
}
.depositOptions {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.SIDframe {
  text-align: center;
}
.SIDtable {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
}
.depositPageFooter {
  margin: 20px 0px 20px 0px;
  text-align: center;
}
.depositNoUrlReferrer {
  margin: 50px 0px 50px 0px;
  text-align: center;
}
/*������� Footer ������������������������������������������������������������������������������������������ */

div#footer {
  position: relative;
  max-width: 1024px;
  min-width: 900px;
  margin: 15px auto 50px auto;
}
.over18FooterLogo {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 36px;
  height: 36px;
  background-image: url(Images/over18.png);
}
#footer .toc_template,
#footer .toc_menu {
  position: relative;
  width: 500px;
  margin-left: 60px;
}
#footer .toc_menu {
  margin-top: 5px;
  margin-left: 56px;
}
#footer .toc_menu .toc_menuItem td {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9px;
}
#footer .toc_menu a {
  color: #363636;
  font-size: 9px;
}
.footerSocialMediaLinks {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 420px;
}
.footerSocialMediaGooglePlus,
.footerSocialMediaFacebook,
.footerSocialMediaTweeter {
  position: relative;
  float: right;
}
.footerSocialMediaTweeter {
  margin-left: 20px;
}
.dpPrevYear {
  height: 16px;
  width: 16px;
  cursor: pointer;
  padding: 3PX;
}
.dpPrevMonth {
  height: 16px;
  width: 16px;
  cursor: pointer;
  padding: 3PX;
}
.dpNextYear {
  height: 16px;
  width: 16px;
  cursor: pointer;
  padding: 3PX;
}
.dpNextMonth {
  height: 16px;
  width: 16px;
  cursor: pointer;
  padding: 3PX;
}
/*������� Show / Hide / Modal ������������������������������������������������������������������������������������������ */

.hide {
  display: none;
}
/*Modal Dialog*/

div.modal {
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
/*������� Templates ������������������������������������������������������������������������������������������ */

.toa_templatesErrorIcon {
  width: 16px;
  height: 16px;
  background-image: url("Images/error.gif");
}
/*������� Powered By Turfsport Tooltip ������������������������������������������������������������������������������������������ */

.toc_poweredBy {
  position: relative;
  width: 127px;
  height: 58px;
  line-height: 15px;
  font-size: 9px;
  font-weight: normal;
  background-image: url(Images/poweredbyTurfsport_white.png);
  cursor: pointer;
  background-repeat: no-repeat;
  color: white;
  font-family: Verdana, Arial;
  margin: 20px auto 0px auto;
}
div.toc_poweredByContentMouseOut {
  position: absolute;
  bottom: 5px;
  left: 50px;
  display: none;
}
div.toc_poweredByContentMouseOver {
  position: absolute;
  font-size: 9px;
  top: -30px;
  background-color: Black;
  border: 1px solid white;
  display: block;
  width: 127px;
  height: 30px;
  padding: 2px;
}
span.toc_poweredByOnlineVersion,
span.toc_poweredByAPIVersion {
  display: block;
}
span.toc_poweredByOnlineVersion > span {
  font-weight: bold;
  color: White;
}
span.toc_poweredByAPIVersion > span {
  font-weight: bold;
  color: White;
}
/*������� Front Page Slider ������������������������������������������������������������������������������������������ */

.nivoSlider {
  position: relative;
  background-color: transparent;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  background-color: transparent;
}
/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
}
/* The slices and boxes in the Slider */

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  background-color: transparent;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
/* Caption styles */

.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: black;
  color: white;
  opacity: 0.8;
  /* Overridden by captionOpacity setting */
  width: 100%;
  z-index: 8;
  visibility: hidden;
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
  visibility: hidden;
}
.nivo-caption a {
  display: inline !important;
  visibility: hidden;
}
.nivo-html-caption {
  display: none;
  visibility: hidden;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
  width: 100%;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
.theme-default #slider {
  margin: 0px 4px 0 auto;
  width: 570px;
  /* Make sure your images are the same size */
  height: 262px;
  background-color: transparent;
}
.lostPasswordContainer {
  text-align: left;
  padding: 10px 4px 10px 4px;
}
.pnlLostPassword {
  position: relative;
}
.lostPasswordEmail {
  height: 30px;
  position: relative;
  width: 360px;
  margin: 25px auto 0px auto;
}
.lostPasswordEmailLabel {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100px;
  text-align: right;
}
.lostPasswordEmailInput {
  position: absolute;
  top: 0px;
  left: 105px;
  width: 340px;
}
.sendPasswordButton {
  width: 91px;
  height: 26px;
  border-width: 0px;
  background-color: transparent;
  background-image: url(Images/tso_SendPassword.png);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  left: 260px;
  top: -2px;
  vertical-align: middle;
}
.sendPasswordButton:hover {
  background-image: url(Images/tso_SendPasswordOver.png);
}
.lostPasswordError {
  text-align: center;
}
.lostPasswordCellBlock {
  margin-top: 25px;
}
.lostPasswordForm {
  margin: 25px auto 0px auto;
  width: 66%;
}
.callMeBackButton {
  width: 91px;
  height: 26px;
  border-width: 0px;
  background-color: transparent;
  background-image: url(Images/tso_CallBack.png);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  display: inline;
  vertical-align: middle;
  top: -2px;
  left: 10px;
}
.callMeBackButton:hover {
  background-image: url(Images/tso_CallBackOver.png);
}
.lostPasswordBackButton {
  width: 91px;
  height: 26px;
  border-width: 0px;
  background-color: transparent;
  background-image: url(Images/tso_Back.png);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  top: -5px;
}
.lostPasswordBackButton:hover {
  background-image: url(Images/tso_BackOver.png);
}
.termsContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background-image: url(Images/modalBg.png);
  background-repeat: repeat;
  z-index: 100;
}
#termsAndConditions {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  height: 490px;
  background-color: white;
  overflow: hidden;
  margin-top: 50px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 97% 97%;
  padding: 5px;
}
.downloadMobileButton {
  border-width: 0px;
  width: 235px;
  height: 26px;
  background-image: url(Images/smsDownloadLinkButton.png);
  background-repeat: no-repeat;
}
.contactUsBody {
  line-height: 15px;
}
.contactUsBody p/*This was to counter the root level p rule. That rule MUST be changed please*/ {
  text-align: left;
}
.noHorseracingTodayHeader {
  background-image: url(Images/todays_race_card_header.png);
  height: 29px;
}
.noHorseracingTodayContent {
  position: relative;
  color: red;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-image: url(Images/race_card_bg.png);
  background-repeat: repeat-y;
}
.noHorseracingTodayContent div {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}
.raceCardWrapper {
  overflow: auto;
  background-image: url(Images/race_card_bg.png);
  background-repeat: repeat-y;
  margin-bottom: 18px;
}
.quickLinksHeader {
  background-image: url(Images/quick_links_header.png);
  width: 185px;
  height: 37px;
  margin-bottom: 10px;
}
.sportRules,
.sportRulesMenu,
.sportRulesContent {
  position: relative;
  min-height: 750px;
}
.sportRulesMenu {
  width: 186px;
  float: left;
  background-image: url(Images/quick_links_bg.png);
  background-repeat: repeat-x;
}
.sportRulesContent {
  width: 742px;
  margin-left: 203px;
  max-height: 750px;
  overflow: auto;
}
.sportRulesMenu a {
  display: block;
  width: 175px;
  height: 17px;
  color: white;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Verdana;
  padding-left: 10px;
  padding-top: 6px;
}
.sportRulesMenu a:hover {
  background-image: url(Images/quick_links_linkbg.png);
}
.SEOBlock {
  display: none;
  position: relative;
  width: 900px;
  margin: 10px auto 5px auto;
  line-height: 12px;
  font-size: 11px;
  color: white;
}
.SEOCollapsed,
.SEOExpanded {
  width: 39px;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-image: url(Images/expand_or_collapse_seo.png);
}
.navigatorPageContent {
  width: 540px;
  margin-left: -8px;
}
#login_block {
  position: absolute;
  top: 80px;
  right: 15px;
  width: 390px;
  height: 60px;
}
.toc_login {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
}
.toc_login .userDetails_settings {
  display: none;
}
.toc_EmptyResultSetMessage,
.toc_searchResultsErrorMessage {
  padding-top: 20px;
  text-align: center;
  color: Red;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.toc_loginPasswordRow {
  position: relative;
  height: 0px;
}
.toc_loginUsernameLabel,
.toc_loginPasswordLabel,
.toc_loginTermsandConditions {
  display: none;
}
.toc_loginUsernameValue input,
.toc_loginPasswordValue input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 125px;
  height: 18px;
  background-color: white;
  color: Black;
  border: 1px solid #97a3af;
  padding-left: 5px;
  padding-right: 5px;
}
.toc_loginPasswordValue input {
  position: absolute;
  left: 141px;
}
.toc_loginTableRow {
  position: relative;
  margin: 3px 3px 3px 3px;
  min-height: 20px;
  text-align: right;
}
.toc_loginTableLabelCell {
  position: absolute;
  left: 0px;
  color: White;
  width: 75px;
}
.toc_loginTableValueCell {
  position: absolute;
  left: 80px;
  width: 127px;
}
.toc_loginButtonCell {
  position: absolute;
  left: 140px;
  width: 57px;
}
.toc_loginTableValidator {
  position: absolute;
  top: 5px;
  left: 215px;
  width: 5px;
  color: #ffb802;
}
.toc_loginAccountNumber {
  color: #ffcb0c;
  font-size: 13px;
  font-weight: bold;
}
.toc_loginAvailableFunds {
  color: #ababab;
  font-family: Arial, Tahoma;
  font-size: 14px;
  font-weight: normal;
}
.toc_loginLostPassword {
  position: absolute;
  text-decoration: none;
  display: block;
  color: white;
  width: 200px;
  height: 15px;
  left: 0px;
  top: 25px;
  font-family: Arial, Tahoma;
  font-size: 10px;
  font-weight: normal;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.toc_loginLostPassword span {
  cursor: pointer;
}
.toc_loginError,
.toc_loginUsernameValidator,
.toc_loginPasswordValidator,
.toc_loginValidationSummary {
  position: absolute;
  font-size: 11px;
  color: #ffb802;
}
.toc_loginError {
  top: 50px;
  left: 0px;
}
.toc_loginValidationSummary {
  top: 37px;
  left: 94px;
}
.toc_loginValidationSummary li {
  display: none;
}
.toc_loginUsernameValidator {
  width: 120px;
  top: 40px;
  left: 0px;
}
.toc_loginPasswordValidator {
  top: 40px;
  left: 125px;
  width: 120px;
}
.toc_loginLoginButton {
  position: absolute;
  top: 0px;
  left: 290px;
  border-width: 0px;
  background-color: transparent;
  width: 60px;
  height: 19px;
  background-image: url(Images/login_button.png);
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_loginRegisterButton {
  position: absolute;
  top: 23px;
  left: 290px;
  border-width: 0px;
  background-color: black;
  width: 112px;
  height: 19px;
  background: url(Images/register_button.png);
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_switchViewLayout {
  display: none;
}
.toc_loginSession {
  position: absolute;
  background-image: url(Images/welcome.png);
  background-position: left top;
  background-repeat: no-repeat;
  right: 0px;
  top: 0px;
  width: 490px;
  height: 50px;
}
.toc_loginSession .username,
.toc_loginSession .availableFunds {
  margin-left: 130px;
  height: 5px;
  text-align: left;
}
.toc_loginSession .oddsFormat,
.toc_loginSession .loggedIn,
.toc_loginWelcomeLabel {
  display: none;
}
.toc_loginSession .availableFunds,
.toc_loginPunterName,
.toc_loginAvailableFunds {
  font-size: 12px;
  color: White;
  text-transform: uppercase;
  font-weight: bold;
}
.toc_loginPunterName {
  font-size: 13px;
}
.toc_loginSession .availableFunds,
.toc_loginSession .refresh {
  display: inline;
}
.toc_loginSession .username {
  margin-top: 0px;
  min-height: 13px;
}
input[type="submit"].toc_loginLogoutButton {
  width: 64px;
  height: 19px;
  background-image: url(Images/logout.png);
  background-color: transparent;
  border-width: 0px;
}
.toc_loginSession .logout {
  display: inline;
  margin-left: 30px;
}
input[type="submit"].toc_loginRefreshFunds {
  width: 22px;
  height: 22px;
  background: transparent url(Images/refresh.png) center center no-repeat;
  border-width: 0px;
}
input[type="submit"].toc_loginRefreshFunds:hover {
  background-image: url(Images/refresh_hover.png);
}
.toc_breadCrumb {
  position: relative;
  background: black url(./Images/sport_banner_bg.png) top left no-repeat;
  background-size: 101% 100%;
  background-position: center;
  margin-bottom: 4px;
}
.toc_breadCrumbCategoryNavigator,
.toc_breadCrumbCategoryNavigatorDisabled,
.toc_breadCrumbCategoryLabel,
.toc_breadCrumbTournamentLabel,
.toc_breadCrumbTournamentNavigator,
.toc_breadCrumbTournamentNavigatorDisabled,
.toc_breadCrumbEventNavigator,
.toc_breadCrumbEventNavigatorDisabled,
.toc_BreadCrumbExoticsLabel {
  background-image: url(./Images/breadcrumb_forward.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: 6px;
  left: 10px;
}
.toc_breadCrumbEventNavigatorDisabled {
  display: none;
}
.toc_breadCrumbNavigator {
  position: relative;
  background-image: url(Images/breadcrumb_bg.png);
  background-repeat: repeat-x;
  background-color: #151515;
  border: 1px solid #272727;
  font-size: 12px;
  white-space: normal;
  min-height: 22px;
}
.toc_breadCrumbNavigator .toc_breadCrumbTournamentNavigator {
  margin-left: 4px;
}
.toc_breadCrumbNavigator .toc_breadCrumbMatchNavigator {
  display: inline-block;
  margin-top: 6px;
  margin-left: 15px;
}
.toc_breadCrumbNavigatorLinks {
  width: 460px;
  color: #cccccc;
}
a.toc_breadCrumbSportNavigator,
a.toc_breadCrumbEventsNavigator {
  color: #a0e0de;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  top: 17px;
  left: 5px;
  text-transform: uppercase;
}
a.toc_breadCrumbSportNavigator,
a.toc_breadCrumbCategoryNavigator,
a.toc_breadCrumbTournamentNavigator,
a.toc_breadCrumbEventsNavigator {
  display: inline-block;
  float: left;
}
a.toc_breadCrumbSportNavigator:hover,
a.toc_breadCrumbCategoryNavigator:hover,
a.toc_breadCrumbTournamentNavigator:hover,
a.toc_breadCrumbEventsNavigator:hover {
  color: white;
}
.toc_breadCrumbBackNavigator a {
  color: #cccccc;
  text-transform: uppercase;
}
.toc_breadCrumbMatchNavigatorDisabled {
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-left: 15px;
}
.toc_breadCrumbBackNavigator {
  color: #cccccc;
  background-image: url(./Images/breadcrumb_back.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 12px;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 6px;
  top: 6px;
}
/*Loading Image on BreadCrumb*/

.toc_loadingImage {
  height: 40px;
  width: 40px;
  margin: auto;
  background: transparent url(Images/betx_loading.gif) center center no-repeat;
}
.toc_events {
  clear: both;
}
.toc_eventsEvents {
  border: 2px solid black;
  border-radius: 4px;
  margin-bottom: 5px;
  min-height: 37px;
  position: relative;
  background-color: black;
}
.toc_eventDescriptionHeader {
  background-repeat: repeat-x;
  background-color: transparent;
  width: 586px;
  min-height: 31px;
  background-color: #666666;
  color: white;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.toc_eventsEventDescription {
  font-weight: bold;
  color: #95eb00;
}
.toc_eventsEventDescription:hover {
  text-decoration: underline;
}
.toc_eventOddsTypeDateTime {
  padding-left: 10px;
  font-family: Arial, Tahoma;
  font-size: 10px;
  font-weight: normal;
}
.toc_eventsEventHasInRunning {
  background-image: url(Images/inRunningIcon.png);
  background-position: 0px -3px;
  border-radius: 3px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.toc_eventsViewAll {
  width: 85px;
  height: 25px;
  background-color: transparent;
  background-image: url(./Images/allBets.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 5px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_eventsViewAll:hover {
  background-image: url(./Images/allBetsOver.png);
}
.toc_eventsOddsTypePanel {
  clear: both;
  margin-top: 0px;
}
.toc_eventsShowAllOddsTypes/*a*/ {
  width: 85px;
  height: 25px;
  background-color: transparent;
  background-image: url(Images/viewAll.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 92px;
  top: 5px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_eventsShowAllOddsTypes:hover {
  background-image: url(Images/viewAllOver.png);
}
.toc_eventsHideAllOddsTypes {
  width: 85px;
  height: 25px;
  background-color: transparent;
  background-image: url(Images/hideAllOver.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 92px;
  top: 5px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_eventsHideAllOddsTypes:hover {
  background-image: url(Images/hideAll.png);
}
.toc_eventsOddsTypeContainer {
  border-width: 0px;
  width: 296px;
  height: 34px;
  background-color: transparent;
  background-image: url(Images/MarketlistItemBg.jpg);
  background-repeat: repeat-x;
  color: #ababab;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  border-radius: 3px;
  margin: 1px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_eventsOddsTypeContainer:hover {
  background-image: url(Images/MarketlistItemBgOver.jpg);
}
.toc_events .oddsTypeCheckBox {
  float: left;
  margin-top: 8px;
}
.toc_eventsOddsTypeDescription {
  color: black;
  display: block;
  padding-top: 5px;
  cursor: pointer;
  text-align: center;
  height: 30px;
  font-weight: bold;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_eventsOddsTypeDescription:hover {
  color: black;
}
.homeEventList .toc_eventListHeader,
.nextEventList .toc_eventListHeader,
.inRunningEventList .toc_eventListHeader {
  background-image: url(Images/nextEventsHeader.jpg);
  text-transform: uppercase;
  color: white;
  padding-left: 12px;
  padding-top: 12px;
  width: 223px;
  height: 26px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-family: Arial, Tahoma;
  font-size: 14px;
  font-weight: bold;
}
.inRunningEventList {
  margin-top: 5px;
}
.homeEventList .toc_eventListHeader {
  width: 578px;
}
.toc_eventListItemContainer {
  background-image: url(Images/eventListItemContainer.jpg);
  width: 213px;
  height: 62px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
.toc_eventListItemContainer:hover {
  background-image: url(Images/eventListItemContainerOver.jpg);
}
.homeEventList .toc_eventListItemContainer {
  background-image: url(Images/homeEventListItemContainer.jpg);
  width: 568px;
  height: 31px;
}
.homeEventList .toc_eventListItemContainer:hover {
  background-image: url(Images/homeEventListItemContainerOver.jpg);
}
.toc_eventListSportContainer,
.toc_eventListEventContainer,
.toc_eventListEventDateContainer {
  width: 196px;
  height: 26px;
  overflow: hidden;
  margin-top: 2px;
}
.toc_eventListSportContainer {
  height: 13px;
  width: 220px;
  color: white;
}
.homeEventList .toc_eventListSportContainer {
  float: left;
  height: 23px;
  width: 150px;
}
.homeEventList .toc_eventListEventContainer {
  float: left;
  width: 300px;
}
.homeEventList .toc_eventListEventDateContainer {
  float: right;
  width: 100px;
}
a.toc_eventListSport,
a.toc_eventListTournament,
a.toc_eventListEvent {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: White;
}
a.toc_eventListTournament {
  font-weight: normal;
}
.toc_eventListItemData {
  position: absolute;
  display: none;
}
.toc_eventListEventDate,
.toc_eventListEventTime {
  color: #e9df59;
  font-size: 10px;
  font-style: italic;
}
.toc_eventListSportItem,
.toc_eventListSportItem:hover,
.homeEventList .toc_eventListSportItem,
.homeEventList .toc_eventListSportItem:hover {
  height: 16px;
  background-image: none;
}
.toc_eventListSportItem a.toc_eventListSport,
.homeEventList .toc_eventListSportItem a.toc_eventListSport {
  color: #e9df59;
}
.toc_eventListFirstItem {
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.toc_eventListLastItem {
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.toc_eventListOnlyEventItem {
  border-radius: 5px;
}
.toc_liveInRunningMatches {
  width: 100%;
}
.toc_liveInRunningMatches .messageLabel {
  margin: 8px;
  color: white;
  background-image: url("./Images/liveInRunningMatches/message-bk.png");
  border: red solid 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.toc_liveInRunningMatches .messageLabel span {
  padding-left: 60px;
  height: 63px;
  line-height: 63px;
  background: url("./Images/liveInRunningMatches/icon.png") top left no-repeat;
  display: inline-block;
}
.toc_liveInRunningMatches .inRunningDetails {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  text-align: center;
}
.toc_liveInRunningMatches .inRunningDetails:before,
.toc_liveInRunningMatches .inRunningDetails:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_liveInRunningMatches .inRunningDetails:before,
.toc_liveInRunningMatches .inRunningDetails:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_liveInRunningMatches .inRunningDetails:before,
.toc_liveInRunningMatches .inRunningDetails:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_liveInRunningMatches .inRunningDetails:before,
.toc_liveInRunningMatches .inRunningDetails:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_liveInRunningMatches .tabstrip_tabstrip.weekday .tabstrip_tabs {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}
.toc_liveInRunningMatches .tabstrip_tabstrip.weekday .tabstrip_tabs .tabstrip_tab {
  margin-right: -4px;
  border-radius: 0;
}
.toc_liveInRunningMatches .mainGroup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 6px 6px 0;
  margin: 12px 0 0 0;
  text-align: left;
  border: #e9df59 solid 1px;
  border-radius: 0;
  border-width: 1px;
}
.toc_liveInRunningMatches .mainGroup .mainHeading {
  height: 24px;
  position: absolute;
  margin-top: -25px;
  border: 1px solid black;
  background: #6ebdde;
  color: black;
  width: 597px;
  left: -1px;
}
.toc_liveInRunningMatches .mainGroup .mainHeading span {
  line-height: 24px;
  text-align: left;
  display: block;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
}
.toc_liveInRunningMatches .mainGroup.liveInRunning {
  border-color: #6ebdde;
  color: #0dba44;
}
.toc_liveInRunningMatches .mainGroup.upcoming {
  border-color: #9edffb;
  color: #ff9900;
}
.toc_liveInRunningMatches .mainGroup.prematch {
  border-color: #aeca36;
  color: #aeca36;
}
.toc_liveInRunningMatches .mainGroup.prematch .mainHeading {
  border-color: #aeca36;
}
.toc_liveInRunningMatches .mainGroup + .mainGroup {
  margin-top: 22px;
}
.toc_liveInRunningMatches .matchGroup {
  padding-top: 10px;
  padding-left: 5px;
}
.toc_liveInRunningMatches .matchGroup .matchGroupHeading {
  padding-bottom: 4px;
  padding-top: 2px;
  color: #cccccc;
}
.toc_liveInRunningMatches .matchGroup .matchGroupHeading a,
.toc_liveInRunningMatches .matchGroup .matchGroupHeading a:hover {
  color: #cccccc;
}
.toc_liveInRunningMatches .matchGroup .matchGroupHeading a:hover {
  text-decoration: underline;
}
.toc_liveInRunningMatches .matchGroup .matchGroupHeading a[disabled='disabled'] {
  cursor: default;
}
.toc_liveInRunningMatches .matchGroup .matchGroupHeading a[disabled='disabled']:hover {
  cursor: default;
  text-decoration: none;
}
.toc_liveInRunningMatches .matchGroup .matchGroupHeading a[disabled='disabled'] span {
  cursor: default;
}
.toc_liveInRunningMatches .matchGroup .match .oddsTypeCount,
.toc_liveInRunningMatches .matchGroup .match .oddsTypeCount[disabled="disabled"] {
  display: inline-block;
  float: right;
  background-color: #00376c;
  color: white;
  font-weight: normal;
  text-align: center;
  min-width: 40px;
  background-image: url('../Images/liveInRunningMatches/event_count_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 32px;
  vertical-align: middle;
}
.toc_liveInRunningMatches .matchGroup .match .oddsTypeCount[disabled="disabled"] {
  cursor: not-allowed;
}
.toc_liveInRunningMatches .liveInRunning .matchGroupHeading a {
  padding-right: 22px;
  background: url("./Images/liveInRunningMatches/live_pulse.gif") right bottom no-repeat;
}
.toc_liveInRunningMatches .match {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  border: #e9df59 solid 1px;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
  border-radius: 0;
  background: black;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  border-width: 1px;
  text-align: left;
  white-space: normal;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.toc_liveInRunningMatches .match:before,
.toc_liveInRunningMatches .match:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_liveInRunningMatches .match:before,
.toc_liveInRunningMatches .match:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_liveInRunningMatches .match:hover {
  background: black;
}
.toc_liveInRunningMatches .match a,
.toc_liveInRunningMatches .match a:hover {
  color: #cdcdcd;
  text-decoration: none;
  font-weight: bold;
}
.toc_liveInRunningMatches .match a[disabled=disabled] {
  display: none;
}
.toc_liveInRunningMatches .match a[disabled=disabled]:hover {
  display: none;
}
.toc_liveInRunningMatches .match .matchName {
  padding-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  width: 322px;
  display: block;
  color: #ffc60a;
  text-wrap: none;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toc_liveInRunningMatches .match .matchName .odds {
  color: #ffc60a;
  font-style: italic;
}
.toc_liveInRunningMatches .match .match.withOdds .status {
  color: #333333;
}
.toc_liveInRunningMatches .match .match.withOdds:hover .status {
  color: #666666;
}
.toc_liveInRunningMatches .match .matchTime {
  border: none;
  background: black;
  color: #ffc60a;
  height: 14px;
  float: left;
  padding-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  padding: 4px 8px;
  margin-top: 4px;
  font-family: Arial, Tahoma;
  font-size: 14px;
  font-weight: bold;
  width: 70px;
  text-align: center;
}
.toc_liveInRunningMatches .match .matchTime.overtime {
  border: red 1px solid;
  background: transparent;
  color: red;
}
.toc_liveInRunningMatches .match .status {
  float: right;
  padding-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
}
.toc_liveInRunningMatches .match.withOdds .status {
  font-style: italic;
}
.toc_liveInRunningMatches .match .sport_icon {
  float: left;
  height: 19px;
  width: 19px;
  padding-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  padding: 6px 0 6px 0;
  margin-right: 0;
}
.toc_liveInRunningMatches .liveInRunning .match.hasEvents .matchTime,
.toc_liveInRunningMatches .prematch .match.hasEvents .matchTime {
  color: black;
}
.toc_liveInRunningMatches .liveInRunning .match.booked .status,
.toc_liveInRunningMatches .prematch .match.booked .status,
.toc_liveInRunningMatches .liveInRunning .match.hasEvents .status,
.toc_liveInRunningMatches .prematch .match.hasEvents .status {
  padding: 5px 20px;
  width: 22px;
  height: 22px;
  display: none;
}
.toc_liveInRunningMatches .upcoming .match .matchName .odds {
  color: black;
  font-style: italic;
}
.toc_liveInRunningMatches .upcoming .match.hasEvents .matchTime {
  color: #ffc60a;
}
.toc_liveInRunningMatches .upcoming .match.booked .status,
.toc_liveInRunningMatches .upcoming .match.hasEvents .status {
  padding: 5px 20px;
  width: 22px;
  height: 22px;
  display: none;
}
.toc_liveInRunningMatches .liveInRunning .match {
  border-color: #6ebdde;
}
.toc_liveInRunningMatches .liveInRunning .match .matchTime {
  border: none;
  background: #efe780;
  color: black;
}
.toc_liveInRunningMatches .upcoming .match {
  border-color: #9edffb;
  background-color: #9edffb;
}
.toc_liveInRunningMatches .upcoming .match .matchName {
  color: black;
  font-weight: bold;
}
.request-match-form {
  width: 400px;
}
.request-match-form .contactify-success,
.request-match-form .contactify-error {
  margin: 50px 30px;
}
.request-match-form td:first-child {
  width: 100px;
  vertical-align: top;
  padding-top: 10px;
}
.request-match-form input,
.request-match-form textarea {
  width: 290px;
  margin: 4px 0;
}
.request-match-form tr.invalid * {
  color: red;
  font-weight: bold;
}
.request-match-form tr.invalid input,
.request-match-form tr.invalid textarea {
  border-color: red;
}
.request-match-form input[type="submit"] {
  float: right;
  width: auto;
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.request-match-form input[type="submit"] span {
  padding: 1px;
}
.request-match-form input[type="submit"] span {
  padding: 1px;
}
.request-match-form input[type="submit"]:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.request-match-form textarea {
  height: 100px;
  max-height: 100px;
}
#liveInRunningNavigatorUpdateProgress {
  position: absolute;
  width: 590px;
  margin-top: -8px;
}
.toc_resultsByDate .date {
  clear: both;
  display: block;
}
.toc_lottoSelector {
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
  font-size: 12px;
}
.toc_lottoSelector .ball,
.toc_lottoSelector .stakeButton,
.toc_lottoSelector .resetButton,
.toc_lottoSelector #resetButton,
.toc_lottoSelector #submitButton,
.toc_lottoSelector #bonusBallLowButton,
.toc_lottoSelector #bonusBallHighButton,
.toc_lottoSelector #bonusBallSingleButton {
  cursor: pointer;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton[disabled=""],
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton[disabled="true"] {
  cursor: not-allowed;
}
.toc_lottoSelector #title {
  overflow: auto;
  background: black;
  color: White;
  font-weight: bold;
  margin-bottom: 10px;
}
.toc_lottoSelector #title #tournament {
  float: left;
  padding: 5px 10px 5px 10px;
}
.toc_lottoSelector #title #event {
  float: left;
  padding: 5px 10px 5px 0px;
}
.toc_lottoSelector .options {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.toc_lottoSelector .options:before,
.toc_lottoSelector .options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_lottoSelector .options:before,
.toc_lottoSelector .options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_lottoSelector .options.outer {
  display: none;
  margin-top: 20px;
}
.toc_lottoSelector .options.inner {
  display: block;
}
.toc_lottoSelector .options .lineSelector,
.toc_lottoSelector .options .bonusBallSelector {
  float: left;
  padding: 5px 15px;
  margin-right: 2px;
  text-align: center;
  background: #222222;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.toc_lottoSelector .options .lineSelector.selected,
.toc_lottoSelector .options .bonusBallSelector.selected {
  border-collapse: collapse;
  background: black;
  color: #e9df59;
  font-weight: bold;
  text-transform: uppercase;
  cursor: default;
}
.toc_lottoSelector .lottoContents {
  position: relative;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.toc_lottoSelector .lottoContents:before,
.toc_lottoSelector .lottoContents:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_lottoSelector .lottoContents:before,
.toc_lottoSelector .lottoContents:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_lottoSelector .lottoContents #grids {
  clear: both;
  float: left;
  width: 50%;
}
.toc_lottoSelector .lottoContents #grids #grid1,
.toc_lottoSelector .lottoContents #grids #grid2 {
  overflow: auto;
  background: transparent;
  margin-bottom: 5px;
  border: 2px solid black;
  padding: 0;
  float: left;
}
.toc_lottoSelector .lottoContents .ball {
  background-image: url('images/lotto/lottoBallBackground.png');
  color: black;
}
.toc_lottoSelector .lottoContents #bonusBallOptions {
  float: left;
}
.toc_lottoSelector .lottoContents #bonusBallOptions .bonusBallSet {
  border: 1px solid black;
  margin: 3px 3px 0 0;
}
.toc_lottoSelector .lottoContents #selections {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toc_lottoSelector .lottoContents #selections .selection.selectionSelected .selectionBalls {
  border-color: #e9df59;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionType {
  font-weight: bold;
  padding: 5px;
  color: white;
  font-size: 14px;
  display: block;
  height: 13px;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionPrice {
  clear: both;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  color: white;
  text-transform: uppercase;
  display: block;
  height: 18px;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionBalls {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-width: 214px;
  height: 47px;
  background-color: #dddddd;
  border: 2px solid black;
  padding: 2px;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionBalls .ball {
  margin: 3px;
}
.toc_lottoSelector .lottoContents #selections .selection .resetButton {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: black;
  height: 47px;
  width: 45px;
  line-height: 47px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.toc_lottoSelector .lottoContents #submit {
  float: right;
  background-color: #666666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toc_lottoSelector .lottoContents #submit #submitHeader {
  background: black;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
}
.toc_lottoSelector .lottoContents #submit #submitContents {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toc_lottoSelector .lottoContents #submit #submitContents:before,
.toc_lottoSelector .lottoContents #submit #submitContents:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_lottoSelector .lottoContents #submit #submitContents:before,
.toc_lottoSelector .lottoContents #submit #submitContents:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets {
  border: 2px solid #dddddd;
  margin-bottom: 5px;
  height: 28px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeButton,
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeCurrency {
  float: left;
  border-left: 1px solid black;
  width: 20px;
  line-height: 18px;
  height: 18px;
  padding: 5px 10px;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: block;
  background-image: url(Images/Lotto/stakeBg.jpg);
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeCurrency {
  color: black;
  border-left: 0px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeButton:hover {
  background-image: url(Images/Lotto/stakeBgOver.jpg);
  background-repeat: repeat-x;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stake {
  clear: both;
  text-align: right;
  margin-bottom: 5px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stake #stakeTextBoxCurrency {
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stake input {
  width: 79px;
  padding: 5px;
  border: 1px solid black;
  font-size: 16px;
  font-weight: bold;
  background-color: #eeeeee;
  text-align: right;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions {
  text-align: right;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #message {
  color: red;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton span {
  padding: 1px;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton span {
  padding: 1px;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton span {
  color: white;
  display: block;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton span {
  padding: 1px;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton span {
  padding: 1px;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_lottoSelector .lottoContents #submit #submitContents .actions #submitButton,
.toc_lottoSelector .lottoContents #submit #submitContents .actions #resetButton {
  display: inline-block;
  text-align: center;
}
.toc_lottoSelector .lottoContents #bonusBallLowButton,
.toc_lottoSelector .lottoContents #bonusBallHighButton,
.toc_lottoSelector .lottoContents #bonusBallSingleButton {
  float: left;
  width: 220px;
  height: 37px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 0px;
  text-transform: uppercase;
  background: url(./Images/Lotto/BonusBalls.png);
}
.toc_lottoSelector .lottoContents #bonusBallLowButton.selected,
.toc_lottoSelector .lottoContents #bonusBallHighButton.selected,
.toc_lottoSelector .lottoContents #bonusBallSingleButton.selected {
  background: url(./Images/Lotto/BonusBallsSelected.png);
}
.toc_lottoSelector .lottoContents #bonusBallLowButton {
  background-position: -220px 0;
}
.toc_lottoSelector .lottoContents #bonusBallLowButton.selected {
  background-position: -220px 0;
}
.toc_lottoSelector .lottoContents #bonusBallHighButton {
  background-position: -440px 0;
}
.toc_lottoSelector .lottoContents #bonusBallHighButton.selected {
  background-position: -440px 0;
}
.toc_lottoSelector .lottoContents #bonusBallSingleButton {
  background-position: 0 0;
}
.toc_lottoSelector .lottoContents #bonusBallSingleButton.selected {
  background-position: 0 0;
}
.toc_lottoSelector .lottoContents .ball {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0;
}
.toc_lottoSelector .lottoContents .ball.row-first,
.toc_lottoSelector .lottoContents .ball.row-intermediate {
  margin-bottom: 3px;
}
.toc_lottoSelector .lottoContents .ball.column-first,
.toc_lottoSelector .lottoContents .ball.column-intermediate {
  margin-right: 3px;
}
.toc_lottoSelector .lottoContents .ball.grid1.selected {
  background-image: url(./Images/Lotto/lottoBallBackgroundSelected.png);
}
.toc_lottoSelector .lottoContents .ball.grid1.bonusBall {
  background-image: url(./Images/Lotto/lottoBallsBlack.png);
}
.toc_lottoSelector .lottoContents .ball.grid1.bonusBall.selected {
  background-image: url(./Images/Lotto/lottoBallSecondaryBackground.png);
}
.toc_lottoSelector .lottoContents .ball.grid2 {
  background-image: url(./Images/Lotto/lottoBallSecondaryBackground.png);
}
.toc_lottoSelector .lottoContents .ball.grid2.selected {
  background-image: url(./Images/Lotto/lottoBallsGrey.png);
}
.toc_lottoSelector .selectionsInformation {
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 10px 30px 10px;
}
.toc_lottoSelector .selectionsInformation .selectionInfo {
  list-style-type: disc;
}
.toc_lottoSelector .selectionsInformation .selectionInfo li {
  margin-bottom: 10px;
  margin-left: 30px;
}
.toc_lottoResults .tournamentName {
  clear: both;
  float: left;
  margin-top: 20px;
  width: 80px;
}
.toc_lottoResults .eventName {
  float: left;
  margin-top: 20px;
  display: none;
}
.toc_lottoResults .ballDescription {
  float: left;
  margin-top: 20px;
}
.toc_lottoResults .ball {
  float: left;
  background-repeat: no-repeat;
  margin: 5px;
  background-image: url(images/lotto/lottoBalls.png);
}
#toc_matchInformationContainer #matchNameLabel {
  font-family: Arial, Tahoma;
  font-size: 24px;
  font-weight: normal;
  display: block;
  color: #e9df59;
  text-align: center;
  font-style: italic;
  padding: 10px;
}
#toc_matchInformationContainer .loadingText {
  display: none;
}
#toc_matchInformationContainer.loading #matchNameLabel,
#toc_matchInformationContainer.loading .toc_scoreBoard {
  display: none;
}
#toc_matchInformationContainer.loading .loadingText {
  display: block;
  font-size: 32px;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
#toc_matchInformationContainer .toc_matchInformation {
  font-family: Arial, Tahoma;
  font-size: 16px;
  font-weight: normal;
  color: white;
  border: 1px solid #43bfe1;
  border-radius: 0;
  margin: 4px 4px 8px 4px;
  background: #272d0c center center no-repeat;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter {
  background-color: #6ebdde;
  padding: 8px 8px 18px 8px;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow {
  clear: both;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.header {
  background-color: #00376c;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 24px;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.header .matchTournament {
  float: left;
  width: 75%;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.header .matchTournament .pulse {
  display: none;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.header .matchProgress {
  float: right;
  width: 25%;
  text-align: right;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.header .matchProgress .headerTime {
  color: #9edffb;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow .footer {
  clear: both;
}
#toc_matchInformationContainer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.header .matchTournament .pulse {
  display: none;
}
#toc_matchInformationContainer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away {
  display: none;
}
#toc_matchInformationContainer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs {
  float: none;
  width: 100%;
  display: inline-block;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .home {
  float: left;
  width: 40%;
  text-align: right;
  clear: left;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .time,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .vs {
  text-align: center;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .vs {
  float: left;
  width: 20%;
  color: black;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .time,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time {
  float: none;
  width: 100%;
  display: inline-block;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .away {
  clear: right;
  float: right;
  width: 40%;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names {
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: 24px;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away {
  color: black;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .homeScore,
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .awayScore {
  font-family: Arial, Tahoma;
  font-size: 22px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  width: 40%;
  display: inline-block;
  color: black;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats {
  margin-top: 12px;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time {
  color: black;
  background-color: #9edffb;
  line-height: 30px;
  font-weight: bold;
}
#toc_matchInformationContainer .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time.noStats {
  margin-left: 40%;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .home {
  float: left;
  width: 40%;
  text-align: right;
  clear: left;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .time,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .vs {
  float: left;
  width: 20%;
  text-align: center;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .time,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time {
  float: none;
  display: inline-block;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .away {
  clear: right;
  float: right;
  width: 40%;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names {
  margin-top: 18px;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away {
  font-style: italic;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .homeScore,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .awayScore {
  text-align: center;
  width: 40%;
  display: inline-block;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats {
  margin-top: 12px;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time {
  color: #e9df59;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .penalties,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .corners,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .cards {
  margin-top: 6px;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .penalties.noStat,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .corners.noStat,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .cards.noStat {
  color: #999999;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .cards .red,
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .cards .yellow {
  display: inline-block;
  width: 10px;
  height: 12px;
  background: transparent center center no-repeat;
  color: transparent;
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .cards .red {
  background-image: url(./Images/MatchInformation/red-card.png);
}
#toc_matchInformationContainer.sport-soccer.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .cards .yellow {
  background-image: url(./Images/MatchInformation/yellow-card.png);
}
#toc_matchInformationContainer.sport-soccer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs,
#toc_matchInformationContainer.sport-soccer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .vs {
  width: 100%;
}
#toc_matchInformationContainer.sport-soccer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .time,
#toc_matchInformationContainer.sport-soccer.prematch .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time {
  width: 100%;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .line {
  height: 1px;
  background-color: #999999;
  width: 70%;
  margin-left: 15%;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .home,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .away {
  float: left;
  width: 40%;
  padding-right: 3%;
  text-align: right;
  clear: left;
  font-style: italic;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home.serving,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .home.serving,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away.serving,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .away.serving {
  background: transparent url(./Images/MatchInformation/tennis-serving-dot.png) center right no-repeat;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs {
  float: left;
  width: 15%;
  text-align: center;
  padding-right: 2%;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .homeScore,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs .homeScore,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .awayScore,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs .awayScore {
  text-align: center;
  width: 40%;
  display: inline-block;
  float: left;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .homeGameScore,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs .homeGameScore,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .awayGameScore,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs .awayGameScore {
  text-align: center;
  width: 60%;
  display: inline-block;
  float: left;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .history,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .history {
  float: left;
  width: 40%;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .history .sets span,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .history .sets span {
  width: 20%;
  float: left;
  text-align: center;
  color: #999999;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away {
  line-height: 24px;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings {
  text-transform: uppercase;
  font-size: 60%;
  margin-top: 9px;
  margin-bottom: -9px;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs span {
  margin-left: 40%;
}
#toc_matchInformationContainer.sport-tennis.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time {
  font-size: 75%;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .line {
  height: 1px;
  background-color: #999999;
  width: 70%;
  margin-left: 15%;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .home,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .away {
  float: left;
  width: 42%;
  text-align: right;
  clear: left;
  font-style: italic;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs {
  float: left;
  width: 16%;
  text-align: center;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .homeScore,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs .homeScore,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .vs .awayScore,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs .awayScore {
  text-align: center;
  width: 100%;
  display: inline-block;
  float: left;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .history,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .history {
  float: left;
  width: 40%;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .history .sets span,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .history .sets span {
  width: 15%;
  float: left;
  text-align: center;
  color: #999999;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .home,
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.names .away {
  line-height: 24px;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings {
  text-transform: uppercase;
  font-size: 60%;
  margin-top: 9px;
  margin-bottom: -9px;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.headings .vs span {
  margin-left: 40%;
}
#toc_matchInformationContainer.sport-basketball.liveInRunning .toc_matchInformation .scoreBoardContainter .toc_scoreBoard .matchInfoRow.stats .time {
  font-size: 75%;
}
.toc_raceCard {
  position: relative;
  padding-bottom: 5px;
}
.toc_raceCard .toc_raceCardHeading {
  background-image: url(Images/raceCard/todays_race_card_header.png);
  background-size: 100% 100%;
  height: 29px;
  color: white;
  font-weight: bold;
}
.toc_raceCard .toc_raceCardHeading span {
  display: none;
}
.toc_raceCard .errorPanel {
  padding: 10px 5px 10px 5px;
  color: red;
  text-align: center;
}
.toc_raceCard .row {
  position: relative;
  height: 25px;
  padding: 0 9px;
  border-bottom: 1px solid #4a87ff;
  margin: 1px;
  overflow: hidden;
}
.toc_raceCard .row .venue,
.toc_raceCard .row .races {
  float: left;
}
.toc_raceCard .row .venue {
  color: white;
  text-transform: uppercase;
  padding: 6px 0px;
  margin-right: 5px;
  width: 28%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toc_raceCard .row .races {
  width: 66%;
  overflow: hidden;
}
.toc_raceCard .row .races input {
  display: block;
  font-size: 12px;
  float: left;
  font-weight: 200;
  background: transparent;
  color: white;
  border: none;
  height: 24px;
  padding: 3px 5px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
.toc_raceCard .row .races input:hover {
  background: transparent url(Images/raceCard/button_over.png) center center repeat-x;
  color: white;
}
.betSlipLinksTemplate,
.betSlipPromotionsTemplate {
  width: 204px;
  margin: 12px auto;
}
.betSlipLinksTemplate td,
.betSlipPromotionsTemplate td {
  padding-bottom: 6px;
}
.toc_sportBrowser .toc_sportBrowserHeading {
  position: relative;
  background: transparent url(Images/sport_browser_heading_bg.png) center left no-repeat;
  height: 33px;
  background-size: 100% 100%;
}
.toc_sportBrowser input[type="submit"].toc_sportBrowserRefresh {
  display: none;
}
.toc_sportBrowser .toc_sportBrowserSport,
.toc_sportBrowser .toc_sportBrowserSportOver,
.toc_sportBrowser .toc_sportBrowserCategory,
.toc_sportBrowser .toc_sportBrowserCategoryOver,
.toc_sportBrowser .toc_sportBrowserTournament,
.toc_sportBrowser .toc_sportBrowserTournamentOver,
.toc_sportBrowser .toc_sportBrowserTournamentSelected,
.toc_sportBrowser .toc_sportBrowserEvent,
.toc_sportBrowser .toc_sportBrowserEventOver,
.toc_sportBrowser .toc_sportBrowserEventSelected {
  position: relative;
  border: none;
  background: url(Images/sport_browser_bg.png) center center no-repeat;
  background-size: 100% 100%;
  color: #cccccc;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  font-weight: bold;
}
.toc_sportBrowser .toc_sportBrowserSport a,
.toc_sportBrowser .toc_sportBrowserSportOver a,
.toc_sportBrowser .toc_sportBrowserCategory a,
.toc_sportBrowser .toc_sportBrowserCategoryOver a,
.toc_sportBrowser .toc_sportBrowserTournament a,
.toc_sportBrowser .toc_sportBrowserTournamentOver a,
.toc_sportBrowser .toc_sportBrowserTournamentSelected a,
.toc_sportBrowser .toc_sportBrowserEvent a,
.toc_sportBrowser .toc_sportBrowserEventOver a,
.toc_sportBrowser .toc_sportBrowserEventSelected a {
  text-decoration: none;
  padding: 4px 8px;
  color: #697178;
  min-height: 15px;
  display: block;
  color: #cccccc;
}
.toc_sportBrowser .toc_sportBrowserSport a span,
.toc_sportBrowser .toc_sportBrowserSportOver a span,
.toc_sportBrowser .toc_sportBrowserCategory a span,
.toc_sportBrowser .toc_sportBrowserCategoryOver a span,
.toc_sportBrowser .toc_sportBrowserTournament a span,
.toc_sportBrowser .toc_sportBrowserTournamentOver a span,
.toc_sportBrowser .toc_sportBrowserTournamentSelected a span,
.toc_sportBrowser .toc_sportBrowserEvent a span,
.toc_sportBrowser .toc_sportBrowserEventOver a span,
.toc_sportBrowser .toc_sportBrowserEventSelected a span {
  cursor: pointer;
  color: #cccccc;
}
.toc_sportBrowser .toc_sportBrowserSport:hover {
  background-image: url(Images/sport_browser_over_bg.png);
}
.toc_sportBrowser .toc_sportBrowserSport:hover span {
  color: #0c0c0c;
}
.toc_sportBrowser .toc_sportBrowserSportSelected a {
  color: White;
}
.toc_sportBrowser .toc_sportBrowserCategory input[type="checkbox"],
.toc_sportBrowser .toc_sportBrowserCategoryOver input[type="checkbox"] {
  margin-left: 20px;
}
.toc_sportBrowser .toc_sportBrowserCategory a,
.toc_sportBrowser .toc_sportBrowserCategoryOver a {
  position: absolute;
  left: 35px;
  top: -4px;
  display: inline;
  padding-left: 0px;
}
.toc_sportBrowser .toc_browserTournamentOver,
.toc_sportBrowser .toc_sportBrowserTournamentSelected,
.toc_sportBrowser .toc_sportBrowserEventSelected,
.toc_sportBrowser .toc_sportBrowserEventOver {
  background-color: #e9df59;
}
.toc_sportBrowser .toc_categoryCheckBoxButtonUnSelected {
  position: absolute;
  top: 2px;
  width: 9px;
  height: 9px;
  border-width: 0px;
  padding: 0px;
  left: 23px;
  background-color: transparent;
  background-image: url(Images/browser_checkbox_unticked.gif);
}
.toc_sportBrowser .toc_categoryCheckBoxButtonSelected {
  position: relative;
  top: 2px;
  width: 9px;
  height: 9px;
  border-width: 0px;
  padding: 0px;
  left: 23px;
  background-color: transparent;
  background-image: url(Images/browser_checkbox_ticked.gif);
}
.toc_sportBrowser .liveNumber {
  display: none;
}
/*Catagories*/

.toc_tournamentsSportHeader,
.toc_tournamentCategoriesSportHeader,
.toc_eventsSportHeader {
  position: relative;
  background-color: #e9df59;
  color: White;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
}
/*Sport heading links*/

.toc_tournamentsSportHeader a,
.toc_tournamentCategoriesSportHeader a,
.toc_eventsSportHeader a {
  color: White;
  text-decoration: underline;
}
.toc_categoryButton,
.toc_tournamentButton {
  border-width: 0px;
  width: 198px;
  height: 34px;
  background-color: transparent;
  background-image: url(Images/MarketlistItemBg1.jpg);
  background-repeat: repeat-x;
  color: #ababab;
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  margin: 1px;
  border-radius: 3px;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.toc_categoryButton:hover,
.toc_tournamentButton:hover {
  color: black;
  background-image: url(Images/MarketlistItemBgOver.jpg);
}
.toc_categoryButton a,
.toc_categoryButtonOver a,
.toc_tournamentButton a,
.toc_tournamentButtonOver a {
  color: #dddddd;
  display: block;
  padding-top: 5px;
  cursor: pointer;
  text-align: center;
  height: 30px;
  font-weight: bold;
}
.toc_categoryButtonOver a,
.toc_tournamentButtonOver a {
  color: black;
}
/* Tournaments*/

.toc_tournaments {
  clear: both;
}
.toc_tournamentEventsContainer {
  position: relative;
  width: 100%;
}
.toc_tournamentEventsTournament {
  border: 2px solid black;
  border-radius: 5px;
  margin-bottom: 5px;
}
.toc_tournamentEventsHeader {
  position: relative;
  color: white;
  padding: 5px;
  height: 31px;
}
.toc_tournamentEventsTournamentName {
  margin-right: 60px;
  font-weight: bold;
}
.toc_tournamentEventsViewAll {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 85px;
  height: 25px;
}
.toc_tournamentEventsViewAll a {
  color: White;
  background-image: url(Images/viewAll.png);
  display: block;
  width: 69px;
  height: 23px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_tournamentEventsViewAll a:hover {
  background-image: url(Images/viewAll.png);
}
.toc_tournamentEventsGrid {
  width: 100%;
}
.toc_tournamentEventsEventRow {
  clear: both;
  border-top: 1px solid #dddddd;
  background-image: url(./Images/breadcrumb_bg.png);
  background-repeat: no-repeat;
  background-color: transparent;
  min-height: 30px;
  position: relative;
  text-decoration: none;
  color: #4d4d4d;
  padding: 0px;
  margin: 0px;
}
.toc_tournamentEventsEventDescription {
  position: relative;
  float: left;
  padding: 5px;
}
.toc_tournamentEventsEventDescription a {
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
}
.toc_tournamentEventsEventDescription a:hover {
  color: #e9df59;
}
.toc_tournamentEventsEventDate {
  position: absolute;
  right: 40px;
  text-align: right;
  padding: 5px;
}
.toc_tournamentEventsEventTime {
  position: absolute;
  right: 0px;
  text-align: right;
  padding: 5px;
}
.toc_tournamentEventsNoEvents,
.toc_tournamentEventsError {
  margin-top: 50px;
  text-align: center;
}
/*DateTimePicker*/

.dpDiv {
  background-color: white;
  width: 200px;
  border: 1px solid black !important;
  padding: 5px;
}
.dpTable {
  text-align: center;
  color: black;
  background-color: white;
  padding: 1px;
  width: 200px;
}
TD.dp {
  text-align: center;
  cursor: hand;
  cursor: pointer;
  border: 1px solid #5c5c5c;
  width: 22px;
  height: 22px;
}
TR.dpDay {
  text-align: center;
}
TD.dpTitle {
  text-align: center;
}
.dpPrevYear,
.dpPrevMonth,
.dpNextMonth,
.dpNextYear,
.dpNavDisabled {
  height: 14px;
  width: 14px;
  cursor: pointer;
  padding: 2px;
  background-repeat: no-repeat;
  border: 1px solid #134779;
  border-radius: 2px;
  background-position: center;
  margin-bottom: 3px;
}
.dpPrevYear {
  background-image: url(Images/dateTimePicker/previousprevious_small.png);
  margin-right: 5px;
}
.dpPrevMonth {
  background-image: url(Images/dateTimePicker/previous_small.png);
}
.dpNextMonth {
  background-image: url(Images/dateTimePicker/next_small.png);
}
.dpNextYear {
  background-image: url(Images/dateTimePicker/nextnext_small.png);
  margin-left: 5px;
}
.dpNavDisabled {
  height: 15px;
  width: 16px;
  margin-left: 5px;
  background-image: none;
  cursor: default;
  border-width: 0px;
}
TD.dpDay {
  background-color: #cccccc;
  border: 1px solid #5c5c5c;
  color: black;
  text-align: center;
}
TD.dpDayHighlight {
  cursor: pointer;
  color: blue;
  border: 1px solid blue;
  text-align: center;
  background-color: #dddddd;
}
.dpTitleText {
  color: gray;
  font-weight: bold;
}
.dpDaySelected {
  color: black;
  font-weight: bold;
  text-align: center;
}
TD.dpDaySelected {
  cursor: pointer;
  background-color: #cccccc;
  border: 1px solid blue;
}
.dpButton {
  color: white;
  background-color: #134779;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 0;
  font-size: 8pt;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 17px;
  margin: 4px;
}
.dpTodayButton {
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 190px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridMarketName {
  width: 300px;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.exacta .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 190px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input.toc_openAndExoticBetsGridNotActive,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input.toc_openAndExoticBetsGridNotActive {
  display: none;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.double .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 190px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridMarketName {
  width: 162px;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.swinger .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 125px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridMarketName {
  border-bottom: 1px solid #555555;
  width: 163px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.trifecta .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 93px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridMarketName {
  width: 162px;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.quartet .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 125px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_three .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 93px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.jackpot .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.pick_six .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th {
  border-collapse: separate;
  padding: 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  height: 35px;
  padding: 0;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input span,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input:disabled,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input:disabled.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input:disabled:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input.important,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input.important:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
  background: #212121;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridHeading td {
  padding: 5px 2px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridHeading .enabled {
  color: #aeca36;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridHeading .disabled {
  color: white;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridItem {
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridFooter {
  font-weight: bold;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridMarketPrice {
  color: white;
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections.place_accumulator .toc_openAndExoticBetsGridMarketNumber {
  width: 35px;
}
.toc_openAndExoticBetsGrid .section {
  margin-bottom: 10px;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.toc_openAndExoticBetsGrid .section:before,
.toc_openAndExoticBetsGrid .section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .section:before,
.toc_openAndExoticBetsGrid .section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .controls {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}
.toc_openAndExoticBetsGrid .controls span {
  display: block;
  width: 175px;
  float: left;
  text-align: right;
  line-height: 32px;
  clear: both;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toc_openAndExoticBetsGrid .controls select {
  display: block;
  width: 200px;
  float: left;
  line-height: 32px;
}
.toc_openAndExoticBetsGrid .errors {
  color: red;
  text-align: right;
}
.toc_openAndExoticBetsGrid .actions {
  text-align: right;
}
.toc_openAndExoticBetsGrid .actions .clearSelections {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .actions .clearSelections span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .actions .clearSelections span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .actions .clearSelections:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .actions .clearSelections:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .clearSelections:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .clearSelections:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .clearSelections:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .clearSelections:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .clearSelections:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .clearSelections.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .actions .clearSelections.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
}
.toc_openAndExoticBetsGrid .actions .addToBetslip span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .actions .addToBetslip:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .actions .viewPrices {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
}
.toc_openAndExoticBetsGrid .actions .viewPrices span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .actions .viewPrices span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .actions .viewPrices.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .actions .viewPrices.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .actions .viewPrices:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/semi_transparent_modal.png);
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  background: black;
  padding: 8px;
  border: 1px solid #333333;
  width: 430px;
  margin: 200px auto 200px auto;
  position: relative;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:before,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesSuccessPanel:after,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .toc_FixedOddsPricesFailedPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions {
  text-align: right;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel span,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done span,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel span,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done span,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print span {
  padding: 1px;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel:disabled,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:disabled,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel:disabled.important,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:disabled.important,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel:disabled:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:disabled:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel:disabled:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:disabled:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:disabled:hover.important,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:disabled:hover:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel.important,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done.important,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .cancel.important:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done.important:hover,
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .print.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_FixedOddsTotePricesPanel .popupActions .done:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices {
  width: 50%;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridLookUp {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridLookUp td,
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices th,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridLookUp th {
  text-align: left;
  border: 1px solid #666666;
  border-collapse: separate;
  padding: 6px;
  background: #212121;
  color: white;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices .toc_openAndExoticBetsGridFooter,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridLookUp .toc_openAndExoticBetsGridFooter,
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices .toc_openAndExoticBetsGridHeading,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridLookUp .toc_openAndExoticBetsGridHeading {
  font-weight: bold;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices .toc_openAndExoticBetsGridFooter td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridLookUp .toc_openAndExoticBetsGridFooter td,
.toc_openAndExoticBetsGrid .toc_openAndExoticFixedOddsTotePrices .toc_openAndExoticBetsGridHeading td,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridLookUp .toc_openAndExoticBetsGridHeading td {
  background: #212121;
  color: #666666;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field {
  clear: both;
  float: left;
  width: 33%;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field .heading {
  font-weight: bold;
  text-align: center;
  background-color: #212121;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 6px 0 0 0;
  height: 16px;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field .heading.clickable {
  color: #aeca36;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field .heading.normal {
  color: white;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field .horse {
  box-sizing: border-box;
  height: 39px;
  padding: 0 0 0 2px;
  color: white;
  padding-top: 13px;
  background-color: #212121;
  border-bottom: 1px solid #555555;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field + .exoticBetsGridContainer {
  margin-left: -2px;
  width: 67%;
  display: inline-block;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field + .exoticBetsGridContainer .toc_openAndExoticBetsGridHeading td {
  text-align: center;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field + .exoticBetsGridContainer .toc_openAndExoticBetsGridHeading a {
  color: #319be1;
  text-decoration: underline;
}
.toc_openAndExoticBetsGrid .toc_exotics_container .field + .exoticBetsGridContainer .toc_openAndExoticBetsGridItem {
  height: 26px;
}
.openExoticBetsPage .toc_breadCrumbMatchNavigator {
  display: none;
}
.openExoticBetsPage .toc_breadCrumbEventNavigator,
.openExoticBetsPage .toc_BreadCrumbExoticsLabel {
  margin-left: 4px;
}
.toc_openAndExoticBetsGrid .controls select {
  margin-top: 7px;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections td input,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections th input {
  height: auto;
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections td input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections th input.toc_openAndExoticBetsGridSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections td input.toc_openAndExoticBetsGridFieldSelected,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections th input.toc_openAndExoticBetsGridFieldSelected {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
}
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections td input.toc_openAndExoticBetsGridSelected:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections th input.toc_openAndExoticBetsGridSelected:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections td input.toc_openAndExoticBetsGridFieldSelected:hover,
.toc_openAndExoticBetsGrid .toc_openAndExoticBetsGridSelections th input.toc_openAndExoticBetsGridFieldSelected:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_openAndExoticBetsGrid .floatingBankerInstructions {
  color: #e9df59;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.toc_openAndExoticBetsGrid .floatingBankerInstructions .infoHighlight {
  font-weight: bold;
}
.toc_lottoGridContainer {
  background-color: #cccccc;
  color: black;
  position: relative;
  width: 435px;
  height: 379px;
  border: 2px solid #424242;
  bottom: 186px;
  left: 116px;
  z-index: 999;
  border-radius: 5px;
}
div.toc_lottoGridBetType {
  text-align: left;
  padding: 10px;
  color: black;
  font-weight: bold;
  padding-left: 80px;
}
table.toc_lottoGridNumbers {
  margin-left: 10px !important;
  width: 245px;
}
table.toc_lottoGridNumbers td {
  height: 38px;
  width: 38px;
  padding: 1px;
}
.toc_lottoSelectionGridUnselected,
.toc_lottoSelectionGridUnselected:hover,
.toc_lottoSelectionGridSelected {
  background-image: url(Images/black_small.png);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 36px;
  width: 36px;
  color: black;
  font-weight: bold;
  border: 0px;
}
.toc_lottoSelectionGridUnselected:hover {
  background-image: url(Images/7_small.png);
  color: black;
}
.toc_lottoSelectionGridSelected {
  background-image: url(Images/4_small.png) !important;
  color: black;
}
.toc_lottoSelectionGridActions {
  padding: 10px;
  padding-left: 135px;
}
input.toc_lottoSelectionGridDoneButton {
  background-image: url(Images/addLottoToBetSlip.png);
  background-position: center;
  width: 45px;
  height: 20px;
  border-width: 0px;
  background-color: transparent;
}
input.toc_lottoSelectionGridResetButton {
  background-image: url(Images/resetLottoSelections.png);
  background-position: center;
  width: 76px;
  height: 20px;
  border-width: 0px;
  background-color: transparent;
}
input.toc_lottoSelectionGridCancelButton {
  background-image: url(Images/cancelLottoSelections.png);
  background-position: center;
  width: 53px;
  height: 20px;
  border-width: 0px;
  background-color: transparent;
}
.toc_lottoSelectionGridError {
  color: red;
  font-weight: bold;
  padding: 6px;
}
.toc_lottoSelectionGridSelectedNumbers {
  position: absolute;
  top: 37px;
  left: 299px;
  font-weight: bold;
}
.toc_lottoSelectionGridConfirmation {
  color: Red;
  font-family: Arial, Tahoma;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.maximumStake {
  display: none;
}
.betslipLegsContainer {
  margin-top: 5px;
  border-left: 1px solid #ffcb0c;
  border-right: 1px solid #ffcb0c;
}
.betslipLegsContainer .toc_betPending,
.betslipLegsContainer .toc_betSubmitted {
  position: relative;
  margin: 0;
  background: #161616 url(./Images/betslip_bet_bg.png) top left repeat-x;
  border-top: 1px solid #ffcb0c;
  border-bottom: 1px solid #ffcb0c;
}
.betslipLegsContainer .toc_betHeader {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  background: transparent url(./Images/betslip_bet_header.png) top right repeat-x;
  background-size: 100% 100%;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.betslipLegsContainer .toc_betHeader:before,
.betslipLegsContainer .toc_betHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betHeader:before,
.betslipLegsContainer .toc_betHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betHeader .toc_betSingleOrMultipleHeading {
  display: none;
}
.betslipLegsContainer .toc_betHeader .toc_betDeleteBet {
  background: #161616 url(./Images/betLegs/delete-multiple.png) center center repeat-x;
  width: inherit;
  height: 24px;
  text-transform: uppercase;
  border: 1px solid red;
  color: white;
  float: right;
}
.betslipLegsContainer .toc_betHeader .toc_betSubmitted .toc_betDeleteBet {
  display: none;
}
.betslipLegsContainer .toc_betContent {
  margin: 0;
  padding: 8px;
  font-size: 11px;
}
.betslipLegsContainer .toc_betContent .deleteLegButton {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin: 0;
  background: #161616 url(./Images/betLegs/delete-bet.png) center center repeat-x;
  text-transform: uppercase;
  display: block;
  border: 1px solid red;
  width: inherit;
  height: 24px;
  color: white;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}
.betslipLegsContainer .toc_betContent .deleteLegButton:before,
.betslipLegsContainer .toc_betContent .deleteLegButton:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .deleteLegButton:before,
.betslipLegsContainer .toc_betContent .deleteLegButton:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .timesBetTakenPanel {
  paddint-top: 10px;
}
.betslipLegsContainer .toc_betContent .matchName {
  display: block;
  float: left;
  font-weight: bold;
  margin-top: 3px;
  color: white;
}
.betslipLegsContainer .toc_betContent .eventDate {
  display: block;
  text-align: right;
  font-style: italic;
  margin-top: 3px;
  clear: both;
}
.betslipLegsContainer .toc_betContent .sectionPanel {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  border-top: 1px solid #265576;
  padding: 1px 0;
}
.betslipLegsContainer .toc_betContent .sectionPanel:before,
.betslipLegsContainer .toc_betContent .sectionPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .sectionPanel:before,
.betslipLegsContainer .toc_betContent .sectionPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .sectionPanel .sectionValue {
  display: block;
  float: right;
  color: white;
}
.betslipLegsContainer .toc_betContent .sectionPanel input.sectionValue {
  padding: 1px;
  margin-top: -1px;
  width: 45px;
  color: black;
}
.betslipLegsContainer .toc_betContent .sectionPanel .sectionLabel {
  display: block;
  clear: both;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 5px;
  color: #319be1;
}
.betslipLegsContainer .toc_betContent .price {
  color: #ffcb0c;
}
.betslipLegsContainer .toc_betContent .errorMessage {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  display: block;
  background: red;
  color: white;
  border: 1px white solid;
  padding: 2px;
  margin: 2px 0;
}
.betslipLegsContainer .toc_betContent .errorMessage:before,
.betslipLegsContainer .toc_betContent .errorMessage:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .errorMessage:before,
.betslipLegsContainer .toc_betContent .errorMessage:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .errorMessage[style*="inline"] {
  display: block !important;
}
.betslipLegsContainer .toc_betContent .errorMessage input[type="submit"] {
  background: transparent url(./images/betLegs/update-price.png) center center no-repeat;
  width: 62px;
  height: 18px;
  border: none;
  color: transparent;
  float: right;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.betslipLegsContainer .toc_betContent .betLegFooter {
  clear: both;
}
.betslipLegsContainer .toc_betContent .multipleBlock {
  margin-top: 6px;
  padding: 3px;
  border: 1px solid #666666;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.betslipLegsContainer .toc_betContent .multipleBlock:before,
.betslipLegsContainer .toc_betContent .multipleBlock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .multipleBlock:before,
.betslipLegsContainer .toc_betContent .multipleBlock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow:before,
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow:before,
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow .multipleLabel {
  float: left;
  color: #ffcb0c;
}
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow .multipleValue {
  color: #ffcb0c;
  float: right;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock {
  padding: 3px;
  border: none;
  margin-top: 6px;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  float: left;
  padding-top: 6px;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel span {
  float: left;
  clear: left;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeValue {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin: 0;
  float: left;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeValue:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeValue:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeValue:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeValue:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeValue input {
  padding: 3px;
  width: 40px;
  margin: 0 6px;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  float: right;
  margin: 0;
  padding: 0;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake .toc_betValue,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake .toc_betLabel {
  display: inline;
}
.betslipLegsContainer .toc_betContent .legInfoPanel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.betslipLegsContainer .toc_betContent .toc_betItemToWinRow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}
.betslipLegsContainer .toc_betContent .toc_betItemToWinRow .toc_betLabelToWin {
  color: #0f0f0f;
  text-transform: uppercase;
  display: inline;
}
.betslipLegsContainer .toc_betContent .toc_betItemToWinRow .toc_betValueToWin {
  color: #0f0f0f;
  text-align: right;
  display: inline;
}
.betslipLegsContainer .toc_betContent .toc_betItemToWinRow.payout {
  display: none;
}
.betslipLegsContainer .toc_betContent .currency {
  margin: 0 0 0 6px;
}
.betslipLegsContainer .toc_betFooter {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin: 0;
  padding: 5px;
  font-size: 11px;
}
.betslipLegsContainer .toc_betFooter:before,
.betslipLegsContainer .toc_betFooter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betFooter:before,
.betslipLegsContainer .toc_betFooter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_betSlipTotalPayoutRow.totalPayout {
  display: none !important;
}
.toc_modernBetLeg {
  line-height: 150%;
}
.make-betStakeBlock-expanded .toc_betStakeRow,
.make-betStakeBlock-expanded .stake {
  padding: 2px 0;
}
.make-betStakeBlock-expanded .stakeLabel {
  text-transform: uppercase;
}
.make-betStakeBlock-expanded .stakeValue,
.make-betStakeBlock-expanded .toc_betValue {
  float: right;
}
.make-betStakeBlock-expanded .minMaxStake {
  float: none;
}
.make-betStakeBlock-expanded .minMaxStake .toc_betLabel {
  text-transform: uppercase;
}
.make-betStakeBlock-expanded .toc_betStakeRow {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.make-betStakeBlock-expanded .toc_betStakeRow:before,
.make-betStakeBlock-expanded .toc_betStakeRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.make-betStakeBlock-expanded .toc_betStakeRow:before,
.make-betStakeBlock-expanded .toc_betStakeRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.make-betStakeBlock-expanded .toc_betStakeRow input {
  margin: 0;
  padding: 2px;
}
.betSlipUpdateProgress {
  background: url(../Images/common/loadingImage.gif) center center;
  width: 100%;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
}
.toc_betSlip {
  border-radius: 0;
  border: none;
  background: url(./Images/betslip_bg.png) top right no-repeat;
  color: white;
}
.toc_betSlip .toc_betSlipInformation {
  font-size: 11px;
  text-align: left;
  padding: 0;
  line-height: 16px;
}
.toc_betSlip .toc_betSlipConfirmation .ticketNumberRow {
  padding: 5px;
  font-size: 11px;
}
.toc_betSlip .toc_betSlipConfirmation .toc_betSlipSuccessfulBetsHeader {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}
.toc_betSlip .toc_betSlipConfirmation .error {
  display: block;
  padding: 5px;
}
.toc_betSlip .betSlipSummary {
  font-weight: bold;
  border: 1px solid #ffcb0c;
  background: none;
}
.toc_betSlip .betSlipSummary .summaryTitle {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url(./Images/betslip_summary_header.png) top right repeat-x;
  padding: 8px;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.toc_betSlip .betSlipSummary .summaryTitle:before,
.toc_betSlip .betSlipSummary .summaryTitle:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_betSlip .betSlipSummary .summaryTitle:before,
.toc_betSlip .betSlipSummary .summaryTitle:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_betSlip .betSlipSummary .summaryRow {
  position: relative;
  font-size: 12px;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding: 6px;
}
.toc_betSlip .betSlipSummary .summaryRow:before,
.toc_betSlip .betSlipSummary .summaryRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_betSlip .betSlipSummary .summaryRow:before,
.toc_betSlip .betSlipSummary .summaryRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_betSlip .betSlipSummary .summaryRow .label {
  text-transform: uppercase;
  text-align: center;
  display: inline;
}
.toc_betSlip .betSlipSummary .summaryRow .value {
  text-align: center;
  display: inline;
  float: right;
}
.toc_betSlip .betSlipSummary .summaryRow.actions {
  font-size: 14px;
  text-align: right;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit span {
  padding: 1px;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit span {
  padding: 1px;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_betSlip .betSlipSummary .summaryRow.actions .submit:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_betSlip .betSlipSummary .summaryRow .errors {
  line-height: normal;
  vertical-align: middle;
  font-size: 11px;
  font-weight: normal;
  color: red;
}
.toc_betSlip .toc_betSlipHeader {
  border-bottom: none;
  font-size: 14px;
  padding: 6px;
  font-weight: bold;
  text-align: center;
  background: transparent url(./Images/betslip_header.png) top left no-repeat;
}
.toc_betSlip .toc_betSlipViewBets {
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.toc_betSlip .toc_betSlipViewBets:hover {
  text-decoration: underline;
}
.toc_betSlip #inRunningDelay {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #e9df59;
  display: none;
}
.betConfirmationPopup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-image: url(Images/semi_transparent_modal.png);
}
.betSlipBetConfirmationPopupContent {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  background: black;
  padding: 8px;
  border: 1px solid #333333;
  width: 430px;
  min-height: 200px;
  margin: 200px auto 200px auto;
  position: relative;
  background-image: url(images/betslip_confirmation_bg.png);
  background-position: center;
  background-repeat: repeat-y;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSlipBetConfirmationPopupContent:before,
.betSlipBetConfirmationPopupContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betSuccessfulPopup,
.betFailedPopup {
  position: relative;
  font-style: italic;
}
.submittedBetTicketNumberRow {
  width: 200px;
  margin: 0px auto 0px auto;
  position: relative;
  text-align: left;
}
.submittedBetTicketNumber {
  color: #ffcb0c;
}
.betslipPopupInnerContent {
  font-weight: bold;
  text-align: center;
  margin: 10px 5px 10px 5px;
  line-height: 15px;
}
.betSuccessHeader {
  height: 29px;
  width: 430px;
  background-image: url(../Images/betslip/betSuccessfulHeader.png);
}
.betFailedHeader {
  height: 29px;
  width: 430px;
  background-image: url(../Images/betslip/betUnsuccessfulHeader.png);
}
.betPartialHeader {
  height: 29px;
  width: 430px;
  background-image: url(../Images/betslip/betStatusHeader.png);
}
.closeBetslipPopup {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url(Images/common/close_popup.png);
  border-width: 0px;
  background-color: transparent;
  width: 17px;
  height: 17px;
}
.betSlipPopupViewSubmittedBets {
  margin-top: 10px;
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.betSlipPopupViewSubmittedBets span {
  padding: 1px;
}
.betSlipPopupViewSubmittedBets span {
  padding: 1px;
}
.betSlipPopupViewSubmittedBets:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#toc_betSlipErrorPopup {
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: url(../Images/semi_transparent_modal.png);
  z-index: 50;
  display: none;
}
#toc_betSlipErrorPopupContent {
  width: 300px;
  background-color: #a4c536;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
  border-radius: 5px;
  color: red;
  padding: 10px;
  text-align: center;
}
#toc_betSlipPopupOKButton {
  display: block;
  margin: 20px auto 5px auto;
  margin-right: auto;
  width: 91px;
  height: 26px;
  background-image: url(../Images/tso_Ok.png);
  border-width: 0px;
  background-color: transparent;
}
.openAccountPanel {
  margin: 12px auto;
  text-align: center;
  width: 195px;
  font-size: 11px;
  color: #319be1;
}
.openAccountPanel p {
  margin: 12px 0;
}
.openAccountHyperLink {
  cursor: pointer;
}
#betSlipPanel {
  width: 28%;
  padding: 0px;
  overflow: hidden;
  float: right;
}
.betslipLegsContainer {
  border-bottom: none;
}
.betslipLegsContainer .toc_betHeader {
  min-height: 36px;
  padding-top: 6px;
  margin: 1px 1px 0 1px;
}
.betslipLegsContainer .toc_betHeader .toc_betDeleteBet {
  margin-right: -2px;
  margin-top: -3px;
}
.betslipLegsContainer .toc_betHeader .toc_betBetTypeHeading {
  display: inline-block;
}
.betslipLegsContainer .toc_betPending,
.betslipLegsContainer .toc_betSubmitted {
  border-bottom: 1px solid #ffcb0c;
  padding-bottom: 8px;
}
.betslipLegsContainer .toc_betContent .legInfoPanel {
  background: transparent url(Images/betslip_bet_subheader.png) top left repeat-x;
  margin: -8px -7px 0 -7px;
  padding: 4px 8px;
  height: 39px;
  color: #319be1;
  line-height: 12px;
}
.betslipLegsContainer .toc_betContent .toc_betItemToWinRow {
  background: transparent url(Images/betslip_towin.png) top left repeat-x;
  border: 1px solid #f6b60b;
  margin: 0 -7px;
  padding: 0 5px;
}
.betslipLegsContainer .toc_betContent .toc_betItemToWinRow .toc_betLabelToWin {
  float: left;
}
.betslipLegsContainer .toc_betContent .sectionPanel .sectionLabel {
  text-transform: none;
}
.betslipLegsContainer .toc_betContent .toc_betLegSeparator {
  height: 16px;
}
.betslipLegsContainer .toc_betContent .multipleBlock {
  border: none;
  border-top: 1px solid #957812;
  border-bottom: 1px solid #957812;
  padding: 5px 2px;
  margin-bottom: -7px;
}
.betslipLegsContainer .toc_betContent .multipleBlock .multipleRow {
  text-transform: uppercase;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock {
  padding-top: 6px;
  padding-bottom: 6px;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betStakeRow,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stake {
  padding: 2px 0;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel {
  text-transform: uppercase;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeValue,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betValue {
  float: right;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake {
  float: none;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake .toc_betLabel {
  text-transform: uppercase;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betStakeRow {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betStakeRow:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betStakeRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betStakeRow:before,
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betStakeRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .toc_betStakeRow input {
  margin: 0;
  padding: 2px;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel {
  text-transform: none;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .stakeLabel span {
  clear: none;
}
.betslipLegsContainer .toc_betContent .toc_betStakeBlock .minMaxStake .toc_betLabel {
  text-transform: none;
}
.toc_betSlip {
  margin-bottom: 12px;
}
.toc_betSlip .toc_betSlipInformation {
  border-bottom: none;
  padding: 8px;
  text-align: left;
  width: 174px;
}
.toc_betSlip .toc_betSlipHeader {
  height: 31px;
  padding: 0;
}
.toc_betSlip .toc_betFooter {
  margin: 0 8px;
  text-align: center;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  color: #505050;
  padding: 5px 2px;
}
.toc_betSlip .betSlipSummary .summaryTitle {
  line-height: 29px;
}
.toc_betSlip .betSlipSummary .summaryRow .label {
  text-transform: none;
}
.toc_betSlip .betSlipSummary.bottom {
  border-top: none;
  padding: 0 1px 1px 1px;
  background: #3f3f3f;
}
.toc_betSlip .betSlipSummary .summaryRow .errors {
  color: #ffcb0c;
  text-align: left;
  margin-bottom: 10px;
}
.toc_contextHelp {
  position: relative;
  float: right;
  cursor: pointer;
  display: none;
}
.toc_contextHelpIcon {
  width: 16px;
  height: 16px;
  background-image: url("~/Images/help.gif");
}
.toc_contextHelpContainer {
  position: absolute;
  left: 20px;
  top: 5px;
  background-color: White;
  color: Black;
  visibility: visible;
  padding: 2px;
  z-index: 10000;
  margin-top: 16px;
}
#punterMain {
  width: 650px;
  margin: 0 auto;
}
.profilePageHeading {
  background-image: url(Images/my_profile_heading.png);
  background-repeat: no-repeat;
  height: 39px;
  margin-bottom: 43px;
  background-size: 100% 100%;
}
.profileTabUnderliner {
  height: 20px;
  border-left: 1px solid #2670a7;
  border-right: 1px solid #2670a7;
  background-image: url(Images/profile_account_number_bg.png);
  background-color: #134779;
  padding-top: 23px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
}
#punterMainBody {
  position: relative;
  background-color: #001629;
  font-size: 12px;
  border: 1px solid #4a5a67;
  border-top-width: 0px;
  padding: 20px;
}
#punterMainBody .toc_table_row,
#punterMainBody .toc_table_row_textArea {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding-bottom: 6px;
  line-height: 12px;
}
#punterMainBody .toc_table_row:before,
#punterMainBody .toc_table_row_textArea:before,
#punterMainBody .toc_table_row:after,
#punterMainBody .toc_table_row_textArea:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#punterMainBody .toc_table_row:before,
#punterMainBody .toc_table_row_textArea:before,
#punterMainBody .toc_table_row:after,
#punterMainBody .toc_table_row_textArea:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#punterMainBody .toc_table_row .toc_punterPersonalRequired,
#punterMainBody .toc_table_row_textArea .toc_punterPersonalRequired {
  display: inline;
}
#punterMainBody .toc_table_row .toc_table_cell_label,
#punterMainBody .toc_table_row_textArea .toc_table_cell_label {
  float: left;
  width: 175px;
  text-align: left;
  font-size: 11px;
  margin-top: 7px;
}
#punterMainBody .toc_table_row .toc_table_cell_label a,
#punterMainBody .toc_table_row_textArea .toc_table_cell_label a {
  display: block;
  color: #328edd;
  font-style: italic;
}
#punterMainBody .toc_table_row .toc_table_cell_value,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value {
  float: left;
  width: 400px;
  text-align: left;
}
#punterMainBody .toc_table_row .toc_table_cell_value span,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value span {
  margin-top: 7px;
  display: inline-block;
}
#punterMainBody .toc_table_row .toc_table_cell_value span.toc_telephoneNumber,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value span.toc_telephoneNumber {
  margin-top: 0;
}
#punterMainBody .toc_table_row .toc_table_cell_value span.toc_validator,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value span.toc_validator {
  margin-top: 0;
  margin-bottom: 6px;
}
#punterMainBody .toc_table_row .toc_table_cell_value input[type="text"],
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="text"],
#punterMainBody .toc_table_row .toc_table_cell_value input[type="password"],
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="password"],
#punterMainBody .toc_table_row .toc_table_cell_value select,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value select,
#punterMainBody .toc_table_row .toc_table_cell_value textarea,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2f404e;
  border-radius: 3px;
  width: 200px;
  padding: 4px;
}
#punterMainBody .toc_table_row .toc_table_cell_value input[type="text"].toc_dateTimePickerDay,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="text"].toc_dateTimePickerDay,
#punterMainBody .toc_table_row .toc_table_cell_value input[type="password"].toc_dateTimePickerDay,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="password"].toc_dateTimePickerDay,
#punterMainBody .toc_table_row .toc_table_cell_value select.toc_dateTimePickerDay,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value select.toc_dateTimePickerDay,
#punterMainBody .toc_table_row .toc_table_cell_value textarea.toc_dateTimePickerDay,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value textarea.toc_dateTimePickerDay,
#punterMainBody .toc_table_row .toc_table_cell_value input[type="text"].toc_dateTimePickerMonth,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="text"].toc_dateTimePickerMonth,
#punterMainBody .toc_table_row .toc_table_cell_value input[type="password"].toc_dateTimePickerMonth,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="password"].toc_dateTimePickerMonth,
#punterMainBody .toc_table_row .toc_table_cell_value select.toc_dateTimePickerMonth,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value select.toc_dateTimePickerMonth,
#punterMainBody .toc_table_row .toc_table_cell_value textarea.toc_dateTimePickerMonth,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value textarea.toc_dateTimePickerMonth,
#punterMainBody .toc_table_row .toc_table_cell_value input[type="text"].toc_dateTimePickerYear,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="text"].toc_dateTimePickerYear,
#punterMainBody .toc_table_row .toc_table_cell_value input[type="password"].toc_dateTimePickerYear,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value input[type="password"].toc_dateTimePickerYear,
#punterMainBody .toc_table_row .toc_table_cell_value select.toc_dateTimePickerYear,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value select.toc_dateTimePickerYear,
#punterMainBody .toc_table_row .toc_table_cell_value textarea.toc_dateTimePickerYear,
#punterMainBody .toc_table_row_textArea .toc_table_cell_value textarea.toc_dateTimePickerYear {
  width: 75px;
}
#punterMainBody .toc_punter_change_password_info {
  margin-bottom: 20px;
  color: #328edd;
}
#punterMainBody .toc_punterPersonalRequired,
#punterMainBody .toc_punterPasswordRequired,
#punterMainBody .toc_changeUsernameRequired,
#punterMainBody .toc_punterBankingRequired,
#punterMainBody .toc_punterPreferencesRequired {
  color: #328edd;
}
#punterMainBody #toc_punterPersonalMobileNumber.toc_table_row select,
#punterMainBody .toc_changeUsernameMobile .toc_changeUsernameRow select {
  width: 65px;
}
#punterMainBody #toc_punterPersonalMobileNumber.toc_table_row input[type="text"],
#punterMainBody .toc_changeUsernameMobile .toc_changeUsernameRow input[type="text"],
#punterMainBody #toc_punterPersonalMobileNumber.toc_table_row input[type="password"],
#punterMainBody .toc_changeUsernameMobile .toc_changeUsernameRow input[type="password"] {
  width: 135px;
}
#punterMainBody .toc_changeUsername .tabstrip_tabs {
  float: right;
  margin-right: 5px;
}
#punterMainBody .toc_changeUsername .tabstrip_tabs .tabstrip_tab_hot {
  background: #001629;
}
#punterMainBody .toc_punterPersonalChangeMobileNumber,
#punterMainBody .toc_punterPersonalChangeEmailAddress {
  width: 19px;
  height: 19px;
  background-image: url(Images/change_username_icon.png);
  border-width: 0px;
  background-color: transparent;
  cursor: pointer;
  margin-left: 5px;
}
#punterMainBody .toc_submitButton,
#punterMainBody .toc_table_row_action input[type="submit"],
#punterMainBody .updateButtons input[type="submit"] {
  background: transparent url(Images/submit_button.png) center center no-repeat;
  border-width: 0px;
  width: 66px;
  height: 24px;
  cursor: pointer;
  padding: 0px;
  margin: 0px 0px 0px 175px;
  margin-top: 12px;
}
#punterMainBody .toc_submitButton:hover,
#punterMainBody .toc_table_row_action input[type="submit"]:hover,
#punterMainBody .updateButtons input[type="submit"]:hover {
  background: transparent url(Images/submit_button_over.png) center center no-repeat;
}
.punterCorrespondenceGroup {
  margin-top: 20px;
  font-weight: bold;
}
.punterCorrespondenceGroup label,
#toc_punterPreferencesPriceDisplayMode label {
  display: inline-block;
  width: 100px;
}
.punterCorrespondenceGroup .toc_table_cell_value .toc_punterPreferencesRequired {
  display: none;
}
#toc_punterPreferencesSmsNotification,
#toc_punterPreferencesPromotionInformation,
#toc_punterPreferencesEmailNotification {
  font-weight: normal;
}
.punterCorrespondenceGroup #toc_punterPreferencesSmsNotification .toc_table_cell_label,
.punterCorrespondenceGroup #toc_punterPreferencesPromotionInformation .toc_table_cell_label,
.punterCorrespondenceGroup #toc_punterPreferencesEmailNotification .toc_table_cell_label,
#punterMainBody #toc_punterPreferencesPriceDisplayMode .toc_table_cell_label {
  width: 170px;
}
.profilePageTabs .tabstrip_link {
  width: 87px;
}
#toc_punterPreferencesSmsNotification .toc_table_cell_value span,
#toc_punterPreferencesPriceDisplayMode .toc_table_cell_value span,
#toc_punterPreferencesPromotionInformation .toc_table_cell_value span,
#toc_punterPreferencesEmailNotification .toc_table_cell_value span {
  color: #328edd;
}
#toc_punterPreferencesSmsNotification .toc_table_cell_value .toc_punterPreferencesRequired,
#toc_punterPreferencesPriceDisplayMode .toc_table_cell_value .toc_punterPreferencesRequired,
#toc_punterPreferencesPromotionInformation .toc_table_cell_value .toc_punterPreferencesRequired,
#toc_punterPreferencesEmailNotification .toc_table_cell_value .toc_punterPreferencesRequired {
  visibility: hidden;
}
#punterMainBody .toc_table_row .toc_table_cell_value select.toc_dateTimePickerDay {
  width: 45px;
}
#punterMainBody .toc_table_row .toc_table_cell_value select.toc_dateTimePickerMonth {
  width: 90px;
}
#punterMainBody .toc_table_row .toc_table_cell_value select.toc_dateTimePickerYear {
  width: 60px;
}
.toc_punter_change_password_firstTimeLogin {
  margin-bottom: 10px;
  color: #ffcb0c;
  line-height: 16px;
}
.toc_dateRangeFilter {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.toc_dateRangeFilter:before,
.toc_dateRangeFilter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_dateRangeFilter:before,
.toc_dateRangeFilter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_dateRangeFilter .toc_dateRangeFilterHeader {
  padding: 7px 0 0 0;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  height: 32px;
}
.toc_dateRangeFilter .toc_dateRangeFilterLabels {
  margin-top: 12px;
  position: relative;
}
.toc_dateRangeFilter .toc_dateRangeFilterError {
  text-align: right;
  font-size: 11px;
  color: #ffb802;
  clear: both;
}
.toc_dateRangeFilter .toc_dateRangeFilterStartRow,
.toc_dateRangeFilter .toc_dateRangeFilterEndRow {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  line-height: 30px;
}
.toc_dateRangeFilter .toc_dateRangeFilterStartRow:before,
.toc_dateRangeFilter .toc_dateRangeFilterEndRow:before,
.toc_dateRangeFilter .toc_dateRangeFilterStartRow:after,
.toc_dateRangeFilter .toc_dateRangeFilterEndRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_dateRangeFilter .toc_dateRangeFilterStartRow:before,
.toc_dateRangeFilter .toc_dateRangeFilterEndRow:before,
.toc_dateRangeFilter .toc_dateRangeFilterStartRow:after,
.toc_dateRangeFilter .toc_dateRangeFilterEndRow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_dateRangeFilter .toc_dateRangeFilterDateLabel {
  float: left;
  width: 75px;
}
.toc_dateRangeFilter .toc_dateRangeFilterDateTimePicker {
  float: left;
}
.toc_dateRangeFilter .toc_dateRangeFilterGo {
  width: 114px;
  height: 29px;
  border-width: 0px;
  background: transparent url(Images/go.png) center center no-repeat;
  margin-top: 12px;
  float: right;
}
.toc_dateRangeFilter .toc_dateRangeFilter .toc_dateTimePickerCalender {
  width: 16px;
  height: 16px;
  border-width: 0px;
  background-image: url(Images/calendar.gif);
  background-repeat: no-repeat;
  margin-left: 3px;
}
#resultsMain {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 800px;
}
#resultsMain .resultsHeader .generalHeading {
  background: transparent url(./images/results_header.png) top left no-repeat;
  border: none;
  padding: 0;
  margin: 0;
  height: 57px;
  background-size: 100% 100%;
}
#resultsMain .resultsHeader .resultsContainer {
  padding: 5px;
}
#resultsMain .resultsHeader .filterContainer {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding: 14px 25px;
  margin: 0 5px;
  background: #00182c url(Images/statement_date_filter_bg.png) top left repeat-x;
  border: 1px solid #555f68;
}
#resultsMain .resultsHeader .filterContainer:before,
#resultsMain .resultsHeader .filterContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsHeader .filterContainer:before,
#resultsMain .resultsHeader .filterContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsHeader .filterContainer .toc_dateRangeFilter .toc_dateRangeFilterLabels {
  float: left;
}
#resultsMain .resultsHeader .filterContainer .toc_dateRangeFilter .toc_dateRangeFilterGo {
  margin-top: 30px;
}
#resultsMain .resultsHeader .filterContainer .resultsErrorPanel {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding-top: 24px;
  text-align: center;
  color: Red;
}
#resultsMain .resultsHeader .filterContainer .resultsErrorPanel:before,
#resultsMain .resultsHeader .filterContainer .resultsErrorPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsHeader .filterContainer .resultsErrorPanel:before,
#resultsMain .resultsHeader .filterContainer .resultsErrorPanel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsList {
  margin: 5px;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  display: block;
  color: #e9df59;
  text-align: left;
  margin-bottom: 10px;
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
  background-color: #134779;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #2670a7;
  padding: 8px 10px 8px 10px;
  color: white;
  font-weight: bold;
  margin-bottom: 1px;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:before,
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:before,
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament h2 .byline {
  color: white;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament .actions {
  float: right;
  font-size: smaller;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:before,
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:before,
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:before,
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:before,
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament h2 {
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament h2 .byline {
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournament .actions {
  float: right;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournamentName {
  float: left;
  font-size: 12px;
  font-weight: bold;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentHeader .toc_resultsTournamentInfo {
  font-size: 11px;
  color: White;
  float: right;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents {
  color: white;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table {
  width: 100%;
  background-color: #212121;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table td {
  padding: 3px 6px;
  border: 1px solid #4c4c4c;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table tr.toc_resultsHeaderItem td {
  color: #4c4c4c;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a span {
  padding: 1px;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a span {
  padding: 1px;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
#resultsMain .resultsList .toc_resultsTournament .toc_resultsTournamentEvents table .toc_resultsTournamentActionItem a.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#resultsDetails .resultsCategoryHeading {
  display: none;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList {
  color: white;
  /*
                // Scratched markets header (for fixed odds results) 
                div.toc_resultsScratchedHeader {
                    text-align: center;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    background-color: #3E3E3E;
                    font-weight: bold;
                    color: White;
                }
                // Resulted markets popup container div 
                div.toc_resultsResultedMarkets {
                    position: relative;
                }
                // Scratched markets popup container (applies to fixed odds only) 
                div.toc_resultsScratchedMarkets {
                    position: relative;
                    text-align: center;
                }
                // Fixed Odds no scratched markets label 
                span.toc_resultsNoScratched {
                    margin-top: 10px;
                }
                // Winning lotto numbers container
                div.toc_resultWinningNumbers {
                    padding-top: 40px;
                    font-weight: bold;
                    font-size: 16px;
                    text-align: center;
                }
                */

}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader {
  color: #e9df59;
  text-align: left;
  margin-bottom: 10px;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
  background-color: #134779;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #2670a7;
  padding: 8px 10px 8px 10px;
  color: white;
  font-weight: bold;
  margin-bottom: 1px;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader h2,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader h2 .byline,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader h2 .byline {
  color: white;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader .actions,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader .actions {
  float: right;
  font-size: smaller;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:after,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:after,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:after,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:before,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader:after,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader h2,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader h2 {
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader h2 .byline,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader h2 .byline {
  font-family: Arial, Tahoma;
  font-size: 18px;
  font-weight: normal;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeHeader .actions,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedHeader .actions {
  float: right;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeEventDescription,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeEventDate {
  background: #171717;
  margin: 0;
  padding: 6px;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeEventDescription {
  margin-top: 6px;
  padding-top: 12px;
  font-weight: bold;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsTypeEventDate {
  margin-bottom: 6px;
  padding-bottom: 12px;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsResultedMarkets,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedMarkets {
  padding-bottom: 24px;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsResultedMarkets table,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedMarkets table {
  width: 100%;
  background-color: #212121;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsResultedMarkets table td,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedMarkets table td {
  padding: 8px 4px 8px 4px;
  border: 1px solid #4c4c4c;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsResultedMarkets table tr.toc_resultsHeaderItem td,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedMarkets table tr.toc_resultsHeaderItem td {
  color: #4c4c4c;
}
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsResultedMarkets span,
#resultsDetails .resultsControlsPanel .resultsControls .toc_resultsList .toc_resultsScratchedMarkets span {
  display: block;
  background: #171717;
  margin: 6px 0;
  padding: 12px;
  text-align: center;
}
#resultsDetails .resultsControlsPanel .actions a {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}
#resultsDetails .resultsControlsPanel .actions a span {
  padding: 1px;
}
#resultsDetails .resultsControlsPanel .actions a span {
  padding: 1px;
}
#resultsDetails .resultsControlsPanel .actions a:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#resultsDetails .resultsControlsPanel .actions a:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsDetails .resultsControlsPanel .actions a:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsDetails .resultsControlsPanel .actions a:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsDetails .resultsControlsPanel .actions a:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsDetails .resultsControlsPanel .actions a:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsDetails .resultsControlsPanel .actions a:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
#resultsDetails .resultsControlsPanel .actions a.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
#resultsDetails .resultsControlsPanel .actions a.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_transactionList,
.toc_transactionDetail {
  margin-top: 5px;
}
.toc_transactionList .toc_transactionList .tabstrip_more,
.toc_transactionDetail .toc_transactionList .tabstrip_more {
  display: none;
}
.toc_transactionList .toc_transactionList .tabstrip_tabs,
.toc_transactionDetail .toc_transactionList .tabstrip_tabs {
  margin-left: 17px;
  margin-top: 19px;
  border: 1px solid transparent;
}
.toc_transactionList .toc_transactionList .tabstrip_tabs a,
.toc_transactionDetail .toc_transactionList .tabstrip_tabs a {
  display: block;
  width: 91px;
  height: 33px;
}
.toc_transactionList .toc_transactionList .tabstrip_tab,
.toc_transactionDetail .toc_transactionList .tabstrip_tab {
  border-width: 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 91px;
  height: 33px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  cursor: pointer;
  margin-right: 1px;
  float: left;
}
.toc_transactionListContainer {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding: 14px 25px;
  margin: 0;
  background: #00182c url(Images/statement_date_filter_bg.png) top left repeat-x;
  border-left: 1px solid #555f68;
  border-bottom: 1px solid #555f68;
  border-right: 1px solid #555f68;
}
.toc_transactionListContainer:before,
.toc_transactionListContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_transactionListContainer:before,
.toc_transactionListContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_transactionListDateFilter {
  float: left;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.toc_transactionListDateFilter:before,
.toc_transactionListDateFilter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_transactionListDateFilter:before,
.toc_transactionListDateFilter:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_transactionListBalances {
  margin-top: 44px;
  float: right;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
}
.toc_transactionListBalances .toc_transansactionListBalanceRow {
  line-height: 30px;
}
.toc_transactionListBalances .toc_transansactionListBalanceRow .toc_transansactionListBalanceLabel {
  width: 130px;
  float: left;
}
.toc_transactionListBalances .toc_transansactionListBalanceRow .toc_transansactionListBalanceValue {
  float: left;
}
.toc_transansactionListInfo {
  text-align: left;
  line-height: 18px;
  padding: 10px 0px 10px 0px;
}
.toc_TransactionDetailError {
  color: #ffb802;
  clear: both;
  display: block;
  padding: 10px 0px 10px 0px;
}
.toc_transactionDetailNoDetails {
  margin-top: 50px;
  text-align: center;
  color: #ffb802;
  font-size: normal;
}
.toc_transactionListTableContainer {
  margin: 5px 0;
  overflow-x: auto;
}
.toc_transactionListTable,
.toc_transactionDetail {
  color: white;
  background-color: #212121;
  border-collapse: separate;
}
.toc_transactionListTableHeading {
  color: #4c4c4c;
  text-transform: uppercase;
}
.toc_transactionListTable td,
.toc_transactionDetail td {
  padding: 5px 2px 5px 2px;
  border: 1px solid #4c4c4c;
}
.toc_transactionListViewDetail,
.toc_transactionCloseSpread {
  background: transparent url(Images/common/button-back-important.png) center center no-repeat;
  border-width: 0px;
  border: 1px solid #2180df;
  background-color: #02213e;
  width: initial;
  padding: -2px;
  color: white;
  text-transform: uppercase;
}
.toc_transactionListViewDetail:hover,
.toc_transactionCloseSpread:hover {
  background: transparent url(Images/common/button-back-hot.png) center center no-repeat;
  border: 1px solid #0157d9;
}
.toc_transactionListPageNumber {
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.toc_transactionListPagerButtons {
  margin: 25px 0px 25px 0px;
  text-align: center;
}
.toc_transactionListPagerButtons input {
  width: 40px;
  height: 19px;
  border-width: 0px;
  margin-right: 12px;
}
.toc_transactionListPagerButtons .toc_transactionListPagerFirst {
  background-image: url(Images/navigation_first.png);
}
.toc_transactionListPagerButtons .toc_transactionListPagerFirstDisabled {
  background-image: url(Images/navigation_first_disabled.png);
}
.toc_transactionListPagerButtons .toc_transactionListPagerPrevious {
  background-image: url(Images/navigation_previous.png);
}
.toc_transactionListPagerButtons .toc_transactionListPagerPreviousDisabled {
  background-image: url(Images/navigation_previous_disabled.png);
}
.toc_transactionListPagerButtons .toc_transactionListPagerNext {
  background-image: url(Images/navigation_next.png);
}
.toc_transactionListPagerButtons .toc_transactionListPagerNextDisabled {
  background-image: url(Images/navigation_next_disabled.png);
}
.toc_transactionListPagerButtons .toc_transactionListPagerLast {
  background-image: url(Images/navigation_last.png);
}
.toc_transactionListPagerButtons .toc_transactionListPagerLastDisabled {
  background-image: url(Images/navigation_last_disabled.png);
}
.transactionDetailContainer {
  padding-bottom: 20px;
  overflow-x: auto;
}
.registrationHeading {
  background-image: url(Images/heading_bg.png);
  height: 14px;
  width: 500px;
  padding: 8px 10px 8px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}
.toc_quickRegistrationHeading.toc_quickRegistrationDetailsHeading {
  font-weight: normal;
}
.registrationContent {
  width: 497px;
  padding: 12px;
  background: url(Images/content_block_bg.png) top center repeat-y;
  min-height: 250px;
  margin: 0 auto;
}
.registrationContentFooter {
  background: url(Images/registration_footer.png) top center no-repeat;
  height: 4px;
}
.toc_quickRegistration,
.toc_quickRegistrationNewPunter,
.existingPunterRegistrationPanel {
  position: relative;
}
.toc_quickRegistration {
  position: relative;
  text-align: left;
  font-size: 11px;
}
.toc_quickRegistrationHeading {
  font-weight: bold;
  margin-bottom: 20px;
}
.toc_quickRegistrationPunterDetails {
  position: relative;
}
.toc_quickRegistrationRow,
.quickRegistrationActionRow,
.toc_quickRegistrationValidationTableRow {
  position: relative;
  min-height: 24px;
  margin-bottom: 6px;
}
.toc_quickRegistrationExistingContainer .quickRegistrationActionRow {
  text-align: center;
}
.toc_quickRegistrationPhysicalAddressRow {
  min-height: 58px;
}
.toc_quickRegistrationTermsRow {
  margin-top: 10px;
}
.toc_quickRegistionLabel {
  position: relative;
  left: 0px;
  top: 5px;
  display: block;
  width: 165px;
  text-align: left;
}
.toc_quickRegistration input[type="text"],
.toc_quickRegistration input[type="password"],
.toc_quickRegistration textarea {
  position: absolute;
  left: 153px;
  top: 0px;
  width: 170px;
  height: 20px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: White;
  color: Black;
  border: 1px solid #7c7c7c;
}
.toc_quickRegistration select {
  height: 24px;
}
.toc_quickRegistration a {
  color: #25a1ee;
  font-weight: normal;
  text-decoration: none;
  line-height: 13px;
}
.toc_quickRegistrationTermsRow a,
.toc_quickRegistrationAcceptTermsLink {
  display: block;
  margin-left: 25px;
  width: 305px;
}
.toc_quickRegistrationTermsRow a:hover,
.toc_quickRegistrationAcceptTermsLink:hover {
  text-decoration: underline;
}
.toc_quickRegistrationAcceptTermsCheckBox {
  position: absolute;
  top: -4px;
  left: -3px;
}
.toc_quickRegistrationTermsRow input[type="checkbox"],
.toc_quickRegistrationAcceptTermsCheckBox {
  position: absolute;
  top: -4px;
  left: -3px;
}
.toc_quickRegistrationCellphoneRow select {
  position: absolute;
  left: 153px;
  top: 0px;
  width: 45px;
}
.toc_quickRegistrationCellphoneRow input[type="text"] {
  position: absolute;
  left: 205px;
  top: 0px;
  width: 118px;
}
.toc_quickRegistration textarea {
  height: 56px;
}
.toc_quickRegisterDOB {
  margin-left: 151px;
}
.toc_quickRegistionDOB.dobLabel {
  top: 18px;
  margin-bottom: -5px;
}
.toc_quickRegistrationDateOfBirthRow {
  margin-top: -10px;
  vertical-align: middle;
}
.toc_quickRegistionDateOfBirth {
  top: 20px;
}
.toc_quickRegistrationDateOfBirthRow .toc_dateTimePickerCalender {
  position: relative;
  vertical-align: middle;
}
.toc_quickRegistrationFica,
.toc_quickRegistrationFicaHeading {
  display: none;
}
.toc_quickRegistrationValidateAccount,
.toc_quickRegistrationSubmit,
.toc_quickRegistrationAgreeTermsDisabled {
  background-color: transparent;
  border-width: 0px;
  width: 66px;
  height: 24px;
}
.toc_quickRegistrationValidateAccount {
  background-image: url(Images/submit_button.png);
}
.toc_quickRegistrationSubmit {
  background-image: url(Images/register_agree.png);
  float: right;
  margin-right: 22px;
}
.toc_quickRegistrationSubmit:hover {
  background-image: url(Images/register_agree_over.png);
}
input.toc_quickRegistrationAgreeTermsDisabled {
  background-image: url(Images/register_agree_disabled.png);
  float: right;
  margin-right: 22px;
  cursor: text;
}
.toc_quickRegistrationExistingPunter .toc_quickRegistrationValidateAccount {
  position: absolute;
  left: 200px;
}
.toc_quickRegistrationCancel {
  margin-left: 22px;
  float: left;
  background-image: url(Images/reset_button.png);
  background-color: transparent;
  border-width: 0px;
  width: 66px;
  height: 24px;
}
.toc_quickRegistrationCancel:hover {
  background-image: url(Images/reset_button_over.png);
}
.toc_quickRegistrationError {
  position: absolute;
  color: #ffb802;
  display: block;
  width: 300px;
  top: 30px;
}
.toc_quickRegistrationValidator {
  position: absolute;
  top: 0;
  left: 340px;
  font-weight: normal;
  display: block;
  width: 160px;
  color: #ffb802;
}
.toc_quickRegistrationTermsRow .toc_quickRegistrationValidator {
  top: 0px;
  left: 340px;
  width: 160px;
}
.toc_quickRegistrationSuccessful {
  top: 0px;
  left: 0px;
  position: fixed;
  background-image: url(Images/semi_transparent.png);
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.toc_quickRegistrationSuccessHeader {
  display: none;
}
.toc_quickRegistrationSuccessful .toc_quickRegistrationContent {
  width: 484px;
  height: 138px;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  font-family: ITC Franklin Gothic, Arial, Verdana;
  padding: 48px 16px 5px 16px;
  margin: 316px auto 0px auto;
  background-image: url(Images/registration_confirmation_new_bg.png);
  text-align: center;
  color: White;
}
.toc_quickRegistrationOK {
  position: absolute;
  right: 30px;
  bottom: 48px;
  background-image: url(Images/continue_round.png);
  width: 157px;
  height: 29px;
  border-width: 0px;
  background-color: transparent;
}
.toc_quickRegistrationFailedHeader {
  position: relative;
  background-image: url(Images/register_heading.png);
  background-repeat: repeat-x;
  background-color: #151515;
  border: 1px solid #272727;
  font-size: 14px;
  padding: 5px;
  color: #ffb802;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.toc_quickRegistrationContent {
  position: relative;
  line-height: 20px;
  padding: 5px;
}
.toc_quickRegistrationActionRow,
.toc_quickRegistrationButtonsContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 270px;
}
.toc_quickRegistrationForm .toc_quickRegistrationActionRow {
  width: 180px;
  margin-top: 4px;
}
.toc_quickRegistrationBackButton,
.toc_quickRegistrationValidateAccount,
.toc_quickRegistrationRetrievePswdButton {
  position: absolute;
  height: 24px;
  border-width: 0px;
  background-color: transparent;
  cursor: pointer;
}
.toc_quickRegistrationBackButton {
  background-image: url(Images/register_back.png);
  left: 0px;
  width: 66px;
}
.toc_quickRegistrationBackButton:hover {
  background-image: url(Images/register_back_over.png);
}
.toc_quickRegistrationValidateAccount {
  background-image: url(Images/register_validate_account.png);
  width: 137px;
  right: 0px;
}
.toc_quickRegistrationValidateAccount:hover {
  background-image: url(Images/register_validate_account_over.png);
}
.toc_quickRegistrationRetrievePswdButton {
  background-image: url(Images/register_forgot_password.png);
  width: 137px;
  right: 0px;
}
.toc_quickRegistrationRetrievePswdButton:hover {
  background-image: url(Images/register_forgot_password_over.png);
}
.toc_quickRegistrationValidationTable {
  position: relative;
  margin-left: 60px;
  margin-top: 20px;
  line-height: 13px;
}
.toc_quickRegistrationValidationLabelTableCell {
  position: relative;
  padding-top: 5px;
  font-weight: bold;
  font-style: italic;
  width: 100px;
  float: left;
}
.toc_quickRegistrationValidationValueTableCell {
  position: relative;
  margin-left: 5px;
  font-weight: bold;
  font-style: italic;
  width: 110px;
  float: left;
}
.toc_quickRegistrationValidationValueTableCell input[type="text"],
.toc_quickRegistrationValidationValueTableCell input[type="password"] {
  position: relative;
  margin: 0px;
  left: 0px;
  width: 100px;
}
.toc_quickRegistrationValidationValidatorTableCell {
  position: relative;
  width: 180px;
  margin-left: 5px;
  color: #ffb802;
  float: left;
  padding-top: 5px;
}
.toc_quickRegistrationValidationTableErrorRow {
  color: #ffb802;
}
.toc_quickRegistrationValidateBackOfficeAccount {
  margin-bottom: 50px;
}
.registrationTermsModalPopup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(Images/semi_transparent.png);
  z-index: 20000;
}
.registrationTermsModalPopupContent {
  position: relative;
  margin: 50px auto 20px auto;
  width: 800px;
  height: 600px;
  border: 1px solid #999999;
  padding: 20px;
  background-color: #0c0c0c;
}
.closePopupButton {
  background-image: url(Images/close_login_popup.png);
  background-color: transparent;
  width: 17px;
  height: 17px;
  border-width: 0px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}
.toc_quickRegistrationForm .punterInformation {
  color: #ffcb0c;
  margin-bottom: 10px;
}
.lostPasswordHeading {
  background-image: url(Images/lost_password_heading.png);
  height: 38px;
  background-repeat: no-repeat;
}
.toc_lostPassword {
  position: relative;
  width: 753px;
}
.toc_lostPassword .toc_lostPasswordHeading {
  display: none;
}
.toc_lostPassword .make-page-section {
  position: relative;
  margin-top: 12px;
  border: 1px solid #34424e;
  border-top-width: 0px;
}
.toc_lostPassword .toc_lostPasswordGeneralInstruction {
  background-image: url(Images/lost_password_instruction.png);
  padding: 21px 0px 8px 0px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.toc_lostPassword .toc_lostPasswordEmailBlock,
.toc_lostPassword .toc_lostPasswordMobileNumberBlock {
  position: relative;
  border-top: 1px solid transparent;
  margin-top: -1px;
}
.toc_lostPassword .toc_lostPasswordEmailBlock {
  background-Image: url(Images/lost_password_block_bg.png);
  background-repeat: repeat-x;
  height: 121px;
}
.toc_lostPassword .toc_lostPasswordMobileNumberBlock {
  background-Image: url(Images/lost_password_mobile_block_bg.png);
  background-repeat: repeat-x;
  height: 146px;
}
.toc_lostPassword .toc_lostPasswordEmailInstruction,
.toc_lostPassword .toc_lostPasswordMobileNumberInstruction {
  margin: 20px auto 20px auto;
  line-height: 17px;
  text-align: center;
}
.toc_lostPassword .toc_lostPasswordMobileNumberInstruction {
  width: 470px;
}
.toc_lostPassword .toc_lostPasswordRow {
  position: relative;
  min-height: 30px;
  width: 500px;
  margin-left: 210px;
  text-align: left;
}
.toc_lostPassword .toc_lostPasswordMobileNumberBlock .toc_lostPasswordRow {
  margin-left: 230px;
}
.toc_lostPassword .toc_lostPasswordRow select {
  height: 21px;
  margin-right: 5px;
  margin-top: 0px;
}
.toc_lostPassword .toc_telephoneNumber {
  height: 21px;
  position: relative;
}
.toc_lostPassword .toc_telephoneNumber select,
.toc_lostPassword input[type="text"] {
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
}
.toc_lostPassword input[type="text"] {
  height: 18px;
  width: 189px;
  vertical-align: top;
  border: 1px solid #31414f;
}
.toc_lostPassword .toc_telephoneNumber input[type="text"] {
  width: 129px;
}
.toc_lostPassword .toc_lostPasswordSendPasswordByEmailButton,
.toc_lostPassword .toc_lostPasswordSendPasswordBySMSButton {
  width: 112px;
  height: 19px;
  border-width: 0px;
  background-color: transparent;
  background-image: url(Images/send_password.png);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  left: 375px;
  vertical-align: middle;
}
.toc_lostPassword .toc_lostPasswordEmailAddressLabel,
.toc_lostPassword .toc_lostPasswordMobileNumberLabel,
.toc_lostPassword .toc_validator {
  margin-top: 5px;
  display: inline-block;
}
.toc_lostPassword .toc_lostPasswordEmailMobileSeparator {
  position: relative;
  background-image: url(Images/lost_password_or_bg.png);
  padding: 8px 0px 8px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.toc_lostPassword .toc_lostPasswordEmailSent,
.toc_lostPassword .toc_lostPasswordEmailDoesNotExist,
.toc_lostPassword .toc_lostPasswordMobileNumberDoesNotExist {
  position: relative;
  margin-top: 30px;
  background-image: url(Images/lost_password_block_bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 165px;
}
.toc_lostPassword .toc_lostPasswordAccountNotActive {
  position: relative;
  margin-top: 30px;
  background-image: url(Images/lost_password_block_bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 21px;
  padding-bottom: 0px;
  height: 100px;
  color: #ffb802;
}
.toc_lostPassword .toc_lostPasswordSentHeading,
.toc_lostPassword .toc_lostPasswordWrongDetailsHeading {
  background-image: url(Images/lost_password_instruction.png);
  padding: 21px 0px 8px 0px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.toc_lostPassword .toc_lostPasswordSentMessage,
.toc_lostPassword .toc_lostPasswordWrongDetailsBody {
  margin-top: 40px;
  text-align: center;
  line-height: 20px;
}
.toc_lostPassword .toc_lostPasswordSentMessage {
  margin-top: 25px;
}
.toc_lostPassword .toc_lostPasswordBackButtonContainer {
  margin: 10px 0px 20px 0px;
  text-align: center;
}
.toc_lostPassword .toc_lostPasswordMobileNumberDoesNotExist + .toc_lostPasswordBackButtonContainer {
  margin-top: -46px;
}
.toc_lostPassword .toc_lostPasswordEmailSent + .toc_lostPasswordBackButtonContainer {
  margin-top: -50px;
}
.toc_lostPassword .toc_lostPasswordCompany {
  font-weight: bold;
}
.toc_lostPassword .toc_lostPasswordEmailOrMobilePlaceHolder {
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  color: #ffb802;
}
.toc_lostPassword .toc_lostPasswordBackButton {
  width: 66px;
  height: 24px;
  border-width: 0px;
  background-color: transparent;
  background-image: url(Images/register_back.png);
}
.toc_lostPassword .toc_lostPasswordBackButton:hover {
  background-image: url(Images/register_back_over.png);
}
.toc_lostPassword .toc_lostPasswordOkButton {
  width: 157px;
  height: 29px;
  border-width: 0px;
  background-color: transparent;
  background-image: url(Images/continue_round.png);
}
.toc_lostPassword .toc_lostPasswordSMSError,
.toc_lostPassword .toc_lostPasswordEmailError {
  width: 250px;
  display: block;
  color: #ffb802;
  text-align: left;
  position: absolute;
  right: 0px;
  margin-top: -15px;
  min-height: 25px;
}
.toc_changeUsername {
  position: relative;
  margin-top: -48px;
}
.toc_changeUsernameFormContainer {
  padding-top: 20px;
}
.toc_table_row_information {
  padding-bottom: 12px;
}
.toc_changeUsername .toc_changeUsernameOneTimePassword {
  margin-top: 40px;
}
.toc_changeUsername .toc_changeUsernameRequired {
  display: inline;
}
.toc_changeUsername .toc_changeUsernameOneTimePassword .validationMessages {
  margin-top: 5px;
}
.toc_withdrawal .generalHeading {
  background: transparent url(./images/withdrawal_header.png) top left no-repeat;
  background-size: 100% 100%;
  border: none;
  padding: 0;
  margin: 0;
  height: 57px;
}
.toc_withdrawal .toc_withrawalContent {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding: 24px;
}
.toc_withdrawal .toc_withrawalContent:before,
.toc_withdrawal .toc_withrawalContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_withdrawal .toc_withrawalContent:before,
.toc_withdrawal .toc_withrawalContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_withdrawal .toc_withrawalContent:before,
.toc_withdrawal .toc_withrawalContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_withdrawal .toc_withrawalContent:before,
.toc_withdrawal .toc_withrawalContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_withdrawal .table_row {
  line-height: 28px;
  text-align: left;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.toc_withdrawal .table_row:before,
.toc_withdrawal .table_row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_withdrawal .table_row:before,
.toc_withdrawal .table_row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_withdrawal .table_row.amount .table_cell_label {
  line-height: 36px;
}
.toc_withdrawal .table_row.actions {
  padding: 12px 0;
}
.toc_withdrawal .table_row.minimum,
.toc_withdrawal .table_row.maximum {
  color: #529acc;
}
.toc_withdrawal .table_row .table_cell_label {
  float: left;
  margin-right: 6px;
}
.toc_withdrawal .table_row .table_cell_value {
  float: left;
}
.toc_withdrawal input[type="text"] {
  width: 180px;
  padding: 6px 3px;
  margin: 3px;
}
.toc_withdrawal .toc_validator {
  font-size: 11px;
  margin-left: 5px;
}
.toc_withdrawal .error {
  font-size: 11px;
}
.toc_withdrawal .submitButton {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
}
.toc_withdrawal .submitButton span {
  padding: 1px;
}
.toc_withdrawal .submitButton span {
  padding: 1px;
}
.toc_withdrawal .submitButton:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_withdrawal .submitButton:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .submitButton:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .submitButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .submitButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .submitButton:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .submitButton:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .submitButton.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_withdrawal .submitButton.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_withdrawal .submitButton:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_withdrawal .doneButton {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
}
.toc_withdrawal .doneButton span {
  padding: 1px;
}
.toc_withdrawal .doneButton span {
  padding: 1px;
}
.toc_withdrawal .doneButton:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_withdrawal .doneButton:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .doneButton:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .doneButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .doneButton:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .doneButton:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .doneButton:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_withdrawal .doneButton.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_withdrawal .doneButton.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_withdrawal .doneButton:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_withdrawal .confirmationPanel p {
  margin: 12px 0;
  text-align: center;
}
.toc_withdrawal .highlight {
  padding: 12px 24px;
  margin: 12px 24px;
  background: #171717;
}
.toc_withdrawal .highlight p {
  padding: 0;
  margin: 0;
}
.toc_withdrawal .highlight ol {
  text-align: left;
  padding: 0 12px;
  margin: 0 12px;
  list-style-type: lower-roman;
  list-style-position: inside;
}
.toc_withdrawal .highlight ol li {
  padding: 0;
  margin: 0;
}
.toc_paymentServicesWrapper {
  position: relative;
}
.toc_paymentServicesHeader {
  background: transparent url(Images/payment_services_header.png) no-repeat;
  height: 57px;
  /* Hide Heading Text */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.toc_paymentServicesNotFicaed {
  position: relative;
}
.toc_paymentServicesNotFicadMessage {
  margin: 30px 0px 30px 0px;
  text-align: center;
  color: #ffcb0c;
}
.toc_paymentServicesNotFicaedAcknowledgedAction {
  background-color: transparent;
  width: 91px;
  height: 26px;
  border-width: 0px;
  background-image: url(Images/tso_Ok.png);
  cursor: pointer;
}
.toc_paymentServicesNotFicaedButtonWrapper {
  margin: 30px 0px 30px 0px;
  position: relative;
  text-align: center;
}
.toc_paymentServicesNotFicaedAcknowledgedAction:hover {
  background-image: url(Images/tso_OkOver.png);
}
.toc_paymentServicesIFrame {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: white;
}
/*_______________________ Lightweight Tab Strip _______________________ */

.tabstrip_tabstrip,
.tabstrip_tabstrip .tabstrip_tabs,
.tabstrip_tabstrip .tabstrip_more {
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  text-wrap: none;
  overflow: hidden;
  white-space: nowrap;
  font-size: 95%;
}
.tabstrip_tabstrip .tabstrip_tabs {
  float: left;
  padding-right: 2px;
  text-transform: uppercase;
  margin-left: 0px;
}
.tabstrip_tabstrip .tabstrip_tabs .tabstrip_tab {
  margin: 0 -2px -7px 0;
  border-radius: 5px 5px 0 0;
  display: inline-block;
}
.tabstrip_tabstrip .tabstrip_tabs .tabstrip_tab .tabstrip_link {
  display: block;
  padding: 8px 20px 7px 20px;
  margin: 0;
  text-align: center;
}
.tabstrip_tabstrip .tabstrip_tab,
.tabstrip_tabstrip .tabstrip_more {
  border-radius: 5px;
  background: #00203b url(Images/live_inrunning_tab_bg.png) top left repeat-x;
  border: #5c85aa solid 1px;
}
.tabstrip_tabstrip .tabstrip_tab a,
.tabstrip_tabstrip .tabstrip_more a,
.tabstrip_tabstrip .tabstrip_tab span,
.tabstrip_tabstrip .tabstrip_more span {
  color: white;
}
.tabstrip_tabstrip .tabstrip_tab[disabled=disabled],
.tabstrip_tabstrip .tabstrip_more[disabled=disabled] {
  background: #00203b url(Images/live_inrunning_tab_bg.png) top left repeat-x;
  border: #5c85aa solid 1px;
  cursor: default;
}
.tabstrip_tabstrip .tabstrip_tab[disabled=disabled] a,
.tabstrip_tabstrip .tabstrip_more[disabled=disabled] a,
.tabstrip_tabstrip .tabstrip_tab[disabled=disabled] span,
.tabstrip_tabstrip .tabstrip_more[disabled=disabled] span {
  color: white;
  cursor: default;
}
.tabstrip_tabstrip .tabstrip_tab:hover,
.tabstrip_tabstrip .tabstrip_more:hover {
  background: #144a7d url(Images/live_inrunning_tab_Over_bg.png) top left repeat-x;
  border: #5c85aa solid 1px;
}
.tabstrip_tabstrip .tabstrip_tab:hover a,
.tabstrip_tabstrip .tabstrip_more:hover a,
.tabstrip_tabstrip .tabstrip_tab:hover span,
.tabstrip_tabstrip .tabstrip_more:hover span {
  color: white;
}
.tabstrip_tabstrip .tabstrip_tab:hover[disabled=disabled],
.tabstrip_tabstrip .tabstrip_more:hover[disabled=disabled] {
  background: #00203b url(Images/live_inrunning_tab_bg.png) top left repeat-x;
  border: #5c85aa solid 1px;
  cursor: default;
}
.tabstrip_tabstrip .tabstrip_tab:hover[disabled=disabled] a,
.tabstrip_tabstrip .tabstrip_more:hover[disabled=disabled] a,
.tabstrip_tabstrip .tabstrip_tab:hover[disabled=disabled] span,
.tabstrip_tabstrip .tabstrip_more:hover[disabled=disabled] span {
  color: white;
  cursor: default;
}
.tabstrip_tabstrip .tabstrip_tab.tabstrip_tab_hot,
.tabstrip_tabstrip .tabstrip_more.tabstrip_tab_hot {
  background: #144a7d url(Images/live_inrunning_tab_Over_bg.png) top left repeat-x;
  border: #5c85aa solid 1px;
  padding-bottom: 8px;
  border-bottom-width: 0;
}
.tabstrip_tabstrip .tabstrip_tab.tabstrip_tab_hot a,
.tabstrip_tabstrip .tabstrip_more.tabstrip_tab_hot a,
.tabstrip_tabstrip .tabstrip_tab.tabstrip_tab_hot span,
.tabstrip_tabstrip .tabstrip_more.tabstrip_tab_hot span {
  color: white;
}
.tabstrip_tabstrip .tabstrip_tab img,
.tabstrip_tabstrip .tabstrip_more img {
  height: 19px;
  width: 19px;
  margin-bottom: -4px;
  margin-right: -4px;
  display: none;
}
.tabstrip_tabstrip .tabstrip_header {
  clear: both;
}
.tabstrip_tabstrip .tabstrip_footer {
  clear: both;
}
.tabstrip_tabstrip .tabstrip_more {
  float: right;
  padding: 6px;
  margin: 0;
  text-align: right;
}
.tabstrip_tabstrip .tabstrip_more .tabstrip_more_popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  background: black;
  border: #333333 solid 1px;
  border-radius: 5px;
  text-align: left;
  z-index: 500;
}
.tabstrip_tabstrip .tabstrip_more .tabstrip_more_popup .tabstrip_tab {
  padding: 8px 12px;
  margin: 2px;
}
/*_______________________ End Lightweight Tab Strip _______________________ */

.toc_bettingLayoutToggle {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.toc_bettingLayoutToggle .viewLabel {
  display: block;
  float: left;
  padding: 4px 4px 4px 0;
}
.toc_bettingLayoutToggle .narrow,
.toc_bettingLayoutToggle .wide {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 1px;
}
.toc_bettingLayoutToggle .narrow span,
.toc_bettingLayoutToggle .wide span {
  padding: 1px;
}
.toc_bettingLayoutToggle .narrow span,
.toc_bettingLayoutToggle .wide span {
  padding: 1px;
}
.toc_bettingLayoutToggle .narrow:hover,
.toc_bettingLayoutToggle .wide:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_bettingLayoutToggle .narrow:disabled,
.toc_bettingLayoutToggle .wide:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle .narrow:disabled.important,
.toc_bettingLayoutToggle .wide:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle .narrow:disabled:hover,
.toc_bettingLayoutToggle .wide:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle .narrow:disabled:hover,
.toc_bettingLayoutToggle .wide:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle .narrow:disabled:hover.important,
.toc_bettingLayoutToggle .wide:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle .narrow:disabled:hover:hover,
.toc_bettingLayoutToggle .wide:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle .narrow.important,
.toc_bettingLayoutToggle .wide.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_bettingLayoutToggle .narrow.important:hover,
.toc_bettingLayoutToggle .wide.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_bettingLayoutToggle .narrow input[type=submit],
.toc_bettingLayoutToggle .wide input[type=submit] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background: transparent center center no-repeat;
  border: 0;
  margin: 0;
  padding: 0;
}
.toc_bettingLayoutToggle .narrow input[type=submit] {
  background-image: url(./Images/common/icons/layout-single-view.png);
}
.toc_bettingLayoutToggle .wide input[type=submit] {
  background-image: url(./Images/common/icons/layout-double-view.png);
}
.toc_bettingLayoutToggle.narrow .narrow {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
  padding: 1px;
}
.toc_bettingLayoutToggle.narrow .narrow.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle.narrow .narrow:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle.wide .wide {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
  padding: 1px;
}
.toc_bettingLayoutToggle.wide .wide.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_bettingLayoutToggle.wide .wide:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_betting #toc_bettingEventHeader {
  margin-bottom: 10px;
}
.toc_betting .oddsTypesBlock {
  float: left;
  margin-left: 20px;
  width: 220px;
}
.toc_betting .oddsTypesBlock .oddsTypes {
  width: 200px;
}
.toc_betting .oddstype_update_progress {
  margin-top: 0px;
  background: url(images/marketLists/small_update_progress.gif) transparent no-repeat;
  float: left;
  width: 16px;
  height: 16px;
}
#toc_bettingSportHeading {
  background: black;
  border-bottom: 1px solid #333333;
  color: white;
  font-weight: bold;
  padding: 5px;
}
#toc_bettingEventHeader {
  background-color: black;
  color: white;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
#toc_bettingEventHeader:before,
#toc_bettingEventHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#toc_bettingEventHeader:before,
#toc_bettingEventHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
#toc_bettingEventHeader #toc_bettingTournamentName {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  text-align: right;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .toc_priceDisplayMode {
  display: inline-block;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .toc_autoRefresh {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .toc_bettingLayoutToggle {
  display: inline-block;
  float: left;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .marketsViewOptions {
  float: left;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .marketsViewOptions .option {
  border: 1px solid black;
  border-radius: 5px;
  background: black url("./Images/common/buttonBackground.png") top left repeat-x;
  color: #aeca36;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  padding: 1px;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .marketsViewOptions .option input {
  width: 19px;
  height: 18px;
  display: inline-block;
  background: transparent center center no-repeat;
  border: 0;
  margin: 0;
  padding: 0;
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .marketsViewOptions .option .expandAllEvents {
  background-image: url("./Images/betting/expandAll.png");
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .marketsViewOptions .option .collapseAllEvents {
  background-image: url("./Images/betting/collapseAll.png");
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .marketsViewOptions .option .showInactiveEvents {
  background-image: url("./Images/betting/showInactive.png");
}
#toc_bettingEventHeader #toc_bettingHeadingOptions .marketsViewOptions .option .showInactiveEvents.onlyActive {
  background-image: url("./Images/betting/showOnlyActive.png");
}
.toc_betting #toc_bettingSportHeading {
  display: none;
}
.toc_betting #toc_bettingEventHeader {
  margin-bottom: 10px;
  background-image: url(Images/betting_tournament_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toc_betting #toc_bettingEventHeader #toc_bettingTournamentName {
  display: none;
}
.toc_betting #toc_bettingEventHeader #toc_bettingHeadingOptions .toc_bettingLayoutToggle {
  display: none;
}
.toc_autoRefresh .toc_autoRefreshCheckBox,
.toc_autoRefresh .toc_autoRefreshButton {
  display: inline-block;
}
.toc_autoRefresh .toc_autoRefreshButton {
  background: transparent url(Images/common/icons/refresh.png) center center no-repeat;
  width: 22px;
  height: 22px;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  margin-top: -1px;
}
.toc_autoRefresh .toc_autoRefreshButton:hover {
  background-image: url(Images/common/icons/refresh_hover.png);
}
.toc_autoRefresh .toc_autoRefreshCheckBox {
  float: left;
}
.toc_autoRefresh .toc_autoRefreshCheckBox label {
  float: left;
  margin-top: 4px;
}
.toc_autoRefresh .toc_autoRefreshCheckBox input {
  float: right;
}
/*
    The stucture of this part is as such:
    
    .toc_matchPlayBetList           - higest level on control
        .toc_oddsButtonView
            .betCombination [.dis]  - multiples of these
                .betButton  [.dis]  - multiples of these
                    .teamName
                    .direction
                    .price
*/

.toc_oddsButtonView {
  padding: 0;
}
.toc_oddsButtonView .betCombination {
  width: 100%;
  clear: both;
}
.toc_oddsButtonView .betCombination.betNway {
  width: 50%;
  float: left;
  clear: none;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper {
  float: left;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton {
  margin: 2px;
  background: #3b3d33;
  border: 1px solid black;
  font-size: 11px;
  color: white;
  height: 26px;
  line-height: 26px;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton a {
  color: white;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.name,
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.price {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.name .teamName,
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.price .teamName,
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.name .price,
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.price .price {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 4px;
  display: block;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.name {
  float: left;
  width: 82%;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.price {
  float: right;
  border-left: 1px solid black;
  width: 18%;
  text-align: center;
  background-color: #00376c;
  color: white;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton .buttonPartDiv.price a {
  color: white;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.Increase .buttonPartDiv .teamName {
  background: url(./Images/oddsButtonView/priceIncrease.png) center right no-repeat;
  -moz-background-size: 11px 16px;
  -o-background-size: 11px 16px;
  -webkit-background-size: 11px 16px;
  background-size: 11px 16px;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.Decrease .buttonPartDiv .teamName {
  background: url(./Images/oddsButtonView/priceDecrease.png) center right no-repeat;
  -moz-background-size: 11px 16px;
  -o-background-size: 11px 16px;
  -webkit-background-size: 11px 16px;
  background-size: 11px 16px;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.toc_marketlistItemNotActive,
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.toc_marketlistItemScratched {
  color: #333333;
  background: #666666;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.toc_marketlistItemNotActive .buttonPartDiv.price,
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.toc_marketlistItemScratched .buttonPartDiv.price {
  background: #666666;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.toc_marketlistItemNotActive .buttonPartDiv .teamName {
  background: none;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.toc_marketlistItemNotActive .buttonPartDiv .price {
  background: url(./Images/oddsButtonView/lock.png) center center no-repeat;
  -moz-background-size: 11px 16px;
  -o-background-size: 11px 16px;
  -webkit-background-size: 11px 16px;
  background-size: 11px 16px;
  color: transparent;
}
.toc_oddsButtonView .betCombination .toc_oddsButtonWrapper .betButton.toc_marketlistItemScratched {
  text-decoration: line-through;
}
.toc_oddsButtonView .betCombination.betNway .toc_oddsButtonWrapper {
  width: 100%;
}
.toc_oddsButtonView .betCombination.bet2way .toc_oddsButtonWrapper {
  width: 50%;
}
.toc_oddsButtonView .betCombination.bet3way .toc_oddsButtonWrapper {
  width: 100%;
}
.toc_oddsButtonView .betCombination.bet3way.draw .toc_oddsButtonWrapper {
  width: 38%;
}
.toc_oddsButtonView .betCombination.bet3way.draw .toc_oddsButtonWrapper .betButton .buttonPartDiv.name {
  width: 76%;
}
.toc_oddsButtonView .betCombination.bet3way.draw .toc_oddsButtonWrapper .betButton .buttonPartDiv.price {
  width: 24%;
}
.toc_oddsButtonView .betCombination.bet3way.draw .toc_oddsButtonWrapper.draw {
  width: 24%;
}
.toc_oddsButtonView .betCombination.bet3way.draw .toc_oddsButtonWrapper.draw .betButton .buttonPartDiv.name {
  width: 56%;
}
.toc_oddsButtonView .betCombination.bet3way.draw .toc_oddsButtonWrapper.draw .betButton .buttonPartDiv.price {
  width: 44%;
}
.toc_marketlist {
  background: #e9df59;
  border: 1px solid #c0a204;
  margin: 0 0 8px 0;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toc_marketlist.expanded .toc_marketlistEventHeader .showMore {
  background: url(./images/marketLists/showMore.png) transparent no-repeat;
  width: 32px;
  height: 14px;
}
.toc_marketlist.collapsed .toc_marketlistEventHeader .showMore {
  background: url(./images/marketLists/showLess.png) transparent no-repeat;
  width: 32px;
  height: 14px;
}
.toc_marketlist .toc_betLists {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
}
.toc_marketlist .toc_marketlistEventHeader {
  position: relative;
  background: #e9df59 url(Images/market_list_event_bg.png) top left repeat-x;
  border-radius: 0;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding: 5px;
}
.toc_marketlist .toc_marketlistEventHeader:before,
.toc_marketlist .toc_marketlistEventHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_marketlist .toc_marketlistEventHeader:before,
.toc_marketlist .toc_marketlistEventHeader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_marketlist .toc_marketlistEventHeader .actions {
  float: right;
  margin-bottom: 8px;
}
.toc_marketlist .toc_marketlistEventHeader .actions div {
  display: inline;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 5px;
  color: #666666;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink span {
  padding: 1px;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink span {
  padding: 1px;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showMore {
  border: none;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventDescription {
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventDescription .detailedDescription {
  color: #666666;
  padding-bottom: 5px;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventDescription .toc_marketListOddsTypeDescription {
  display: inline;
  float: left;
  color: #666666;
  padding-top: 3px;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventBetUntil {
  font-family: Arial, Tahoma;
  font-size: smaller;
  font-weight: normal;
  color: #666666;
  float: right;
  clear: right;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventBetUntil .toc_marketListResultsLink {
  color: #666666;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventBetUntil .toc_marketListResultsLink:hover {
  text-decoration: underline;
}
.toc_marketlist .toc_marketlistEventHeader.basic .detailed {
  display: none;
}
.toc_marketlist .toc_marketlistComments {
  clear: both;
  font-size: 11px;
  color: #666666;
  font-style: italic;
  padding: 0 2px 2px 2px;
}
.toc_match {
  position: relative;
  border: 1px solid #e9df59;
  border-radius: 3px;
  margin-bottom: 5px;
}
.toc_match .matchHeading {
  position: relative;
  height: 25px;
  display: block;
  background-color: #e9df59;
  background-image: url(Images/betting_tournament_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  padding-top: 5px;
}
.toc_match .matchHeading .matchDescription {
  margin-left: 7px;
  float: left;
  font-weight: bold;
  width: 300px;
  margin-top: 5px;
}
.toc_match .matchHeading .actions {
  float: right;
}
.toc_match .matchHeading .actions div {
  display: inline;
}
.toc_match .matchHeading .actions .showBetListLink {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 5px;
  width: 83px;
  height: 22px;
  display: block;
  padding: 0px;
  border-width: 0px;
  border-radius: 0px;
}
.toc_match .matchHeading .actions .showBetListLink span {
  padding: 1px;
}
.toc_match .matchHeading .actions .showBetListLink span {
  padding: 1px;
}
.toc_match .matchHeading .actions .showBetListLink:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_match .matchHeading .actions .showBetListLink:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_match .matchHeading .actions .showBetListLink:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_match .matchHeading .actions .showBetListLink:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_match .matchHeading .actions .showBetListLink:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_match .matchHeading .actions .showBetListLink:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_match .matchHeading .actions .showBetListLink:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.toc_match .matchHeading .actions .showBetListLink.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.toc_match .matchHeading .actions .showBetListLink.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.toc_match .matchHeading .actions .showBetListLink.expanded {
  background-image: url(Images/marketLists/hideBetList.png);
}
.toc_match .matchHeading .actions .showBetListLink.collapsed {
  background-image: url(Images/marketLists/viewBetList.png);
}
.toc_match .matchHeading .actions .showMore {
  border: none;
}
.toc_match .toc_marketlist .showBetListLink,
.toc_match .toc_marketlist .toc_marketListEventDescription {
  display: none;
}
.toc_match .updateProgressContainer {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  margin-top: 5px;
}
.toc_match .updateProgressContainer .updateProgress {
  padding: 0px;
  margin: 0px;
  position: relative;
}
.toc_match .updateProgressContainer .updateProgress .updateProgressText {
  text-transform: uppercase;
  font-size: 11px;
}
.toc_match.expanded {
  border: 1px solid #2393ff;
}
.toc_match.expanded .toc_marketlist {
  background: #428fd7;
  border: 1px solid #428fd7;
}
.toc_match.expanded .toc_marketlist .toc_marketlistEventHeader {
  background: #e9df59 url(Images/market_list_event_over_bg.png) top left repeat-x;
}
.betListGrid {
  width: 100%;
}
.betListGrid th,
.betListGrid td {
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
  height: 21px;
  padding: 2px;
  text-align: left;
  border: 1px solid #666666;
  border-collapse: separate;
}
.betListGrid th input[type="checkbox"],
.betListGrid td input[type="checkbox"] {
  margin: 0;
  margin-right: 2px;
  vertical-align: text-bottom;
}
.betListGrid tr.toc_marketlistHeader th {
  font-weight: bold;
  background: #212121;
  color: #666666;
}
.betListGrid tr.betListGridRow td {
  height: 26px;
  background: #212121;
  color: white;
}
.betListGrid tr.betListGridRow td table {
  display: inline-block;
}
.betListGrid tr.betListGridRow td table,
.betListGrid tr.betListGridRow td table tr,
.betListGrid tr.betListGridRow td table tr td {
  margin: 0;
  padding: 0;
  border: none;
}
.betListGrid tr.betListGridRow td.gridButtonsHeading,
.betListGrid tr.betListGridRow td.gridButtonsItem {
  text-align: center;
}
.betListGrid tr.betListGridRow td.gridButtonsItem {
  width: 130px;
}
.betListGrid tr.betListGridRow td.gridButtonsItem.toc_fixedOddsBetListBetTypeItem {
  width: auto;
}
.betListGrid tr.betListGridRow td.toc_fixedOddsBetListIdItem {
  text-align: center;
  width: 15px;
}
.betListGrid tr.betListGridRow td button,
.betListGrid tr.betListGridRow td input[type="submit"] {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 4px;
}
.betListGrid tr.betListGridRow td button span,
.betListGrid tr.betListGridRow td input[type="submit"] span {
  padding: 1px;
}
.betListGrid tr.betListGridRow td button span,
.betListGrid tr.betListGridRow td input[type="submit"] span {
  padding: 1px;
}
.betListGrid tr.betListGridRow td button:hover,
.betListGrid tr.betListGridRow td input[type="submit"]:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.betListGrid tr.betListGridRow td button:disabled,
.betListGrid tr.betListGridRow td input[type="submit"]:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betListGrid tr.betListGridRow td button:disabled.important,
.betListGrid tr.betListGridRow td input[type="submit"]:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betListGrid tr.betListGridRow td button:disabled:hover,
.betListGrid tr.betListGridRow td input[type="submit"]:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betListGrid tr.betListGridRow td button:disabled:hover,
.betListGrid tr.betListGridRow td input[type="submit"]:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betListGrid tr.betListGridRow td button:disabled:hover.important,
.betListGrid tr.betListGridRow td input[type="submit"]:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betListGrid tr.betListGridRow td button:disabled:hover:hover,
.betListGrid tr.betListGridRow td input[type="submit"]:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betListGrid tr.betListGridRow td button.important,
.betListGrid tr.betListGridRow td input[type="submit"].important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.betListGrid tr.betListGridRow td button.important:hover,
.betListGrid tr.betListGridRow td input[type="submit"].important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.betListGrid tr.betListGridRow td select {
  padding: 2px;
}
.betListGrid tr.betListGridRow td.gridPriceItem {
  text-align: center;
}
.betListGrid tr.betListGridRow td.gridPriceItem td {
  text-align: center;
  width: auto;
}
.betListGrid tr.toc_marketlistItemScratched td,
.betListGrid tr.toc_marketlistItemNotActive td {
  height: 26px;
  background-color: #212121;
  color: #666666;
}
.betListGrid tr.toc_marketlistItemScratched td {
  text-decoration: line-through;
}
.betListGrid tr.toc_marketlistItem td.gridPriceItem {
  color: white;
}
.betListGrid tr.toc_marketlistItem td.gridPriceItem td {
  color: white;
}
/* .Less attributes ---------------------------------------------------------------------------------- */
/*
 * Admin Colours
 */
/*
 * Admin Layout
 */
/*
 * Admin Logo
 */
/*
 * Admin Tables
 */
/*
 * Admin Forms
 */
/*
 * Admin Modals
 */
/*use .font(size, fontweight); __ .font; will default to 12px normal*/
/*rounded corners, default radius of 10px*/
/* transitions in CSS3: default is background, 0.2s, ease */
/* does not work at all in I.E 9 and under. CSS background image transitions do not work in FireFox */
/*
 * Clearfix mixin
 */

.clear {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.liveInRunningHome .tabstrip_tabstrip {
  padding-top: 3px;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  /*.tabstrip_more {
            display: none;
        }*/

}
.liveInRunningHome .tabstrip_tabstrip:before,
.liveInRunningHome .tabstrip_tabstrip:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.liveInRunningHome .tabstrip_tabstrip:before,
.liveInRunningHome .tabstrip_tabstrip:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.liveInRunningHome .tabstrip_tabstrip .tabstrip_tab {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.liveInRunningHome .tabstrip_tabstrip .tabstrip_tab:hover,
.liveInRunningHome .tabstrip_tabstrip .tabstrip_tab.tabstrip_tab_hot {
  border-top: 1px solid #5e97bf;
  padding-bottom: 7px;
}
.liveInRunningHome .tabstrip_tabstrip .tabstrip_tabs .tabstrip_tab .tabstrip_link {
  padding-left: 13px;
  padding-right: 13px;
}
.liveInRunningHome .tabstrip_tabstrip .tabstrip_tabs .tabstrip_tab .tabstrip_link[disabled=disabled] span {
  color: #cccccc;
}
.liveInRunningHome .tabstrip_tabstrip .tabstrip_tabs .tabstrip_tab[disabled="disabled"] {
  background-image: none;
  background-color: #7c7c7c;
}
.toc_lottoSelector #title {
  display: none;
}
.toc_lottoSelector .options .lineSelector,
.toc_lottoSelector .options .bonusBallSelector {
  width: 118px;
  background: url(./Images/lightweight_tab.png) top left no-repeat;
  color: white;
  margin-right: 0;
  padding: 11px 5px 5px 5px;
}
.toc_lottoSelector .options .lineSelector.selected,
.toc_lottoSelector .options .bonusBallSelector.selected {
  background: url(./Images/lightweight_tab_selected.png) top left no-repeat;
  color: white;
}
.toc_lottoSelector .options.outer {
  display: block;
}
.toc_lottoSelector .options.inner {
  display: none;
}
.toc_lottoSelector .lottoContents {
  border-left: 1px solid #41505c;
  border-bottom: 1px solid #41505c;
  border-right: 1px solid #41505c;
  background: #001524 url(./Images/Lotto/lotto-background.png) top left repeat-x;
  padding: 15px 10px 10px 10px;
}
.toc_lottoSelector .lottoContents #grids {
  width: 250px;
  margin-top: 25px;
}
.toc_lottoSelector .lottoContents #grids #grid1,
.toc_lottoSelector .lottoContents #grids #grid2 {
  padding: 0;
  border: none;
}
.toc_lottoSelector .lottoContents #bonusBallOptions .bonusBallSet {
  border: none;
}
.toc_lottoSelector .lottoContents #selections {
  min-width: 248px;
  margin-top: 15px;
}
.toc_lottoSelector .lottoContents #selections .selection {
  padding: 10px;
  background: transparent url(./Images/Lotto/inset-background.png) center center no-repeat;
  border: 2px solid black;
  height: 85px;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionPrice {
  margin-top: 10px;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionPrice .priceCurrency {
  padding-right: 3px;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionPrice .priceCurrency,
.toc_lottoSelector .lottoContents #selections .selection .selectionPrice .priceValue {
  color: #0094ff;
  font-size: 26px;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionType {
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionBalls {
  float: none;
  border: none;
  background: none;
}
.toc_lottoSelector .lottoContents #selections .selection .selectionBalls .ball.grid1 {
  background-image: url(./Images/Lotto/lottoBallBackground.png);
}
.toc_lottoSelector .lottoContents #selections .selection .selectionBalls .ball.grid1.bonusBall {
  background-image: url(./Images/Lotto/lottoBallSecondaryBackground.png);
}
.toc_lottoSelector .lottoContents #selections .selection .selectionBalls .ball.grid2 {
  background-image: url(./Images/Lotto/lottoBallSecondaryBackground.png);
}
.toc_lottoSelector .lottoContents #selections .selection .resetButton {
  display: none;
}
.toc_lottoSelector .lottoContents #submit {
  background: transparent url(./Images/Lotto/inset-background.png) center center no-repeat;
  border: 2px solid black;
  width: 248px;
  height: 90px;
  margin-bottom: 100px;
}
.toc_lottoSelector .lottoContents #submit #submitHeader {
  background: transparent;
  text-align: left;
  padding: 10px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets {
  border: none;
  text-align: right;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeButton {
  background: url(./Images/Lotto/lotto-preset-back.png) top left no-repeat;
  width: 30px;
  margin-left: 3px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeButton:hover {
  background: url(./Images/Lotto/lotto-preset-back-hot.png) top left no-repeat;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeCurrency {
  background: transparent;
  width: 28px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeButton,
.toc_lottoSelector .lottoContents #submit #submitContents #stakePresets .stakeCurrency {
  color: white;
  padding: 2px 3px 3px 3px;
  height: 30px;
  line-height: 33px;
  border: none;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stake {
  margin-top: 25px;
}
.toc_lottoSelector .lottoContents #submit #submitContents #stake #stakeTextBoxCurrency {
  color: white;
}
.toc_sportNavigator {
  position: relative;
  margin-top: 10px;
  background-color: #0c0c0c;
}
.toc_sportNavigator table {
  width: 100%;
}
.toc_sportNavigator .tournamentsContainer {
  margin-bottom: 3px;
}
.toc_sportNavigator .heading {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  background: transparent url(Images/sportNavigator/section_heading.png) top left no-repeat;
  padding: 5px 0px 15px 10px;
  min-height: 19px;
  border-radius: 5px;
  display: block;
}
.toc_sportNavigator .heading.heading-0.heading-expanded {
  background: transparent url(Images/sportNavigator/first_section_heading_collapse.png) top left no-repeat;
  background-size: 100% 100%;
}
.toc_sportNavigator .heading.heading-0.heading-collapsed {
  background: transparent url(Images/sportNavigator/first_section_heading_expand.png) top left no-repeat;
  background-size: 100% 100%;
}
.toc_sportNavigator .heading.heading-1.heading-expanded {
  background: transparent url(Images/sportNavigator/second_section_heading_collapse.png) top left no-repeat;
  background-size: 100% 100%;
}
.toc_sportNavigator .heading.heading-1.heading-collapsed {
  background: transparent url(Images/sportNavigator/second_section_heading_expand.png) top left no-repeat;
  background-size: 100% 100%;
}
.toc_sportNavigator .heading.heading-2.heading-expanded {
  background: transparent url(Images/sportNavigator/third_section_heading_collapse.png) top left no-repeat;
  background-size: 100% 100%;
}
.toc_sportNavigator .heading.heading-2.heading-collapsed {
  background: transparent url(Images/sportNavigator/third_section_heading_expand.png) top left no-repeat;
  background-size: 100% 100%;
}
.toc_sportNavigator .heading span {
  display: none;
}
.toc_sportNavigator .category,
.toc_sportNavigator .categoryTournament,
.toc_sportNavigator .tournament {
  padding-right: 0px;
  text-transform: uppercase;
  min-height: 10px;
}
.toc_sportNavigator .categoryTournament {
  padding-top: 5px;
  padding-bottom: 5px;
}
.toc_sportNavigator .category,
.toc_sportNavigator .tournament {
  height: 21px;
  color: #efbc09;
  background: transparent url(Images/sportNavigator/category_long_bg.png) center right repeat-x;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}
.toc_sportNavigator .category .categoryButtonExpanded,
.toc_sportNavigator .tournament .categoryButtonExpanded,
.toc_sportNavigator .category .categoryButtonCollapsed,
.toc_sportNavigator .tournament .categoryButtonCollapsed,
.toc_sportNavigator .category .tournamentButtonExpanded,
.toc_sportNavigator .tournament .tournamentButtonExpanded,
.toc_sportNavigator .category .tournamentButtonCollapsed,
.toc_sportNavigator .tournament .tournamentButtonCollapsed {
  display: block;
  background-color: #0c0c0c;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  float: left;
  border-width: 0px;
  color: #efbc09;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: none;
  height: 21px;
  text-align: left;
}
.toc_sportNavigator .category span,
.toc_sportNavigator .tournament span {
  display: block;
  background-color: #0c0c0c;
  padding: 0px;
  margin: 0px;
  padding-left: 12px;
  padding-right: 10px;
  float: left;
}
.toc_sportNavigator .categoryTournamentsContainer {
  padding-left: 7px;
}
.toc_sportNavigator .categoryTournamentContainer {
  float: left;
  width: 45%;
  padding-left: 5px;
  padding-right: 5px;
}
.toc_sportNavigator .categoryTournamentContainer .expandItemNodeButton {
  display: none;
}
.toc_sportNavigator .tournamentMatches a {
  margin-left: 0px;
  color: #da8229;
}
.toc_sportNavigator .noEvents {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.toc_sportNavigator .collapseHeadingNodeButton,
.toc_sportNavigator .expandHeadingNodeButton,
.toc_sportNavigator .collapseItemNodeButton,
.toc_sportNavigator .expandItemNodeButton {
  width: 41px;
  height: 21px;
  border-width: 0px;
  background-color: transparent;
  cursor: pointer;
  float: right;
}
.toc_sportNavigator .collapseHeadingNodeButton,
.toc_sportNavigator .expandHeadingNodeButton {
  margin-top: 5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.toc_sportNavigator .collapseItemNodeButton,
.toc_sportNavigator .expandItemNodeButton {
  border-right: 10px solid #0c0c0c;
  border-left: 10px solid #0c0c0c;
}
.toc_sportNavigator .collapseHeadingNodeButton {
  background: url(Images/sportNavigator/collapseHeadingNode.png) top right no-repeat;
}
.toc_sportNavigator .expandHeadingNodeButton {
  background: url(Images/sportNavigator/expandHeadingNode.png) top right no-repeat;
}
.toc_sportNavigator .collapseItemNodeButton {
  background: #0c0c0c url(Images/sportNavigator/collapseItemNode.png) top right no-repeat;
}
.toc_sportNavigator .expandItemNodeButton {
  background: #0c0c0c url(Images/sportNavigator/expandItemNode.png) top right no-repeat;
}
.toc_sportNavigator .noEventsPanel {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.toc_sportNavigator {
  margin-left: auto;
  margin-right: auto;
}
.toc_sportNavigator .categoryTournamentsContainer a,
.toc_sportNavigator .tournamentMatches a {
  color: #999999;
}
.toc_sportNavigator .categoryTournamentsContainer a:hover,
.toc_sportNavigator .tournamentMatches a:hover {
  color: white;
}
.toc_sportNavigator .tournamentMatches a {
  display: block;
  width: 200px;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.toc_sportNavigator .tournamentMatches a span {
  color: white;
  font-size: 10px;
}
.toc_sportNavigator .headingButton {
  background: url(Images/sportNavigator/collapseHeadingNode.png) top right no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  cursor: pointer;
  border: 1px solid green;
}
.toc_sportNavigator input[type="submit"] {
  margin-top: 8px;
  font-family: Arial,Tahoma;
  font-size: 12px;
  font-weight: normal;
  background-color: transparent;
  border-width: 0px;
  color: #999999;
  text-transform: uppercase;
}
.toc_sportNavigator .categoryTournamentsContainer a {
  margin-left: -10px;
}
.toc_sportNavigator .categoryBlockContainer .category,
.toc_sportNavigator .tournamentsContainer .tournament {
  min-height: 21px;
  display: block;
}
.toc_sportNavigator .category .headingText,
.toc_sportNavigator .tournament .headingText {
  margin-top: 5px;
}
.toc_sportNavigator .categoryBlockContainer .actionButton,
.toc_sportNavigator .tournamentsContainer .actionButton {
  background: url(Images/sportNavigator/expandItemNode.png) top right no-repeat;
  width: 41px;
  height: 21px;
  border-width: 0px;
  background-color: transparent;
  cursor: pointer;
  float: right;
}
.toc_sportNavigator .heading-collapsed .actionButton {
  background: url(Images/sportNavigator/expandItemNode.png) top right no-repeat;
}
.toc_sportNavigator .heading-expanded .actionButton {
  background: url(Images/sportNavigator/collapseItemNode.png) top right no-repeat;
}
.toc_sportNavigator .categoryTournamentContainer .actionButton {
  display: none;
}
.toc_sportNavigator .categoryTournamentContainer .headingText {
  white-space: normal;
  text-align: left;
}
.toc_sportNavigator .category,
.toc_sportNavigator .tournament {
  background: transparent url(Images/sportNavigator/navigator_line.png) center right repeat-x;
}
.toc_sportNavigator .tournamentMatches {
  display: block;
  margin-left: 12px;
  padding-left: 0px;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showBetListLink {
  font-size: 12px;
  color: white;
}
.toc_marketlist .toc_marketlistEventHeader .actions .showMore {
  display: none;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventDescription {
  width: 410px;
  font-weight: bold;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventDescription .toc_marketListOddsTypeDescription {
  font-size: 11px;
}
.toc_marketlist .toc_marketlistEventHeader .toc_marketlistEventDescription .detailed {
  font-weight: normal;
}
.betListGrid th,
.betListGrid td {
  padding: 0;
}
.betListGrid tr.betListGridRow td.gridButtonsHeading,
.betListGrid tr.betListGridRow td.gridButtonsItem {
  width: 113px;
}
.betListGrid tr.betListGridRow td button,
.betListGrid tr.betListGridRow td input[type="submit"] {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
  padding: 2px;
  margin: 0 -1px 0 0;
  font-size: 12px;
}
.betListGrid tr.betListGridRow td button:hover,
.betListGrid tr.betListGridRow td input[type="submit"]:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
}
.toc_marketListBets {
  width: 110px;
  margin: auto;
}
/*.toc_bettingLayoutToggle
{
    display: none;
}
 
#toc_bettingSportHeading 
{    
    display:none;
 }
 
#toc_bettingSportHeading span
{ padding-left:10px; }
 
#toc_bettingEventHeader 
{
    width:100%;     
    background-image:url(Images/betting_tournament_bg.png);
    background-repeat: no-repeat;	
    height:30px;
    color:#FFF;
    font-weight:bold;
    margin-top: 9px;
    margin-bottom:5px;
}
 
#toc_bettingTournamentName 
{
    float:left;
    margin-left:3px; 
    padding:8px 10px 0px 5px;
    width:210px;    
    margin-right: 10px;
 }
 
#toc_bettingHeadingOptions 
{
    float:left; 
    width:270px;
    padding-top:3px;    
    font-weight: bold;
    text-transform: uppercase;
}
 
.toc_priceDisplayMode
{
    float: left;    
    margin-right: 5px;
    position: relative;
    top: 3px;    
}
 
.toc_autoRefresh
{   
    width: 75px;
    float: right;
    position: relative;
 }
 
.toc_autoRefreshButton
{
    border-width: 0px;
    background-image: url(Images/refresh_icon.png);
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding: 0px;
    position: absolute;
    top: 5px;
    right: 8px;
   }
 
.toc_autoRefreshCheckBox, .toc_autoRefreshCheckBox input[type="checkbox"]
{
    position: relative;
    top: 2px;
}
.toc_autoRefreshButtonCheckBox {}

/*FixedOdds BetList
.toc_fixedOddsBetListIdHeader, .toc_fixedOddsBetListIdItem, .toc_fixedOddsBetListDescriptionHeader, .toc_fixedOddsBetListDescriptionItem,
.toc_fixedOddsBetListCurrentHeader, .toc_fixedOddsBetListCurrentItem, .toc_fixedOddsBetListPreviousHeader, .toc_fixedOddsBetListPreviousItem,
.toc_fixedOddsBetListOpeningHeader, .toc_fixedOddsBetListOpeningItem, .toc_fixedOddsBetListPlaceHeader, .toc_fixedOddsBetListPlaceItem,
.toc_fixedOddsBetListBetTypeHeader, .toc_fixedOddsBetListBetTypeItem, .toc_fixedOddsBetListBetHeader, .toc_fixedOddsBetListBetItem
{
    text-align:left;
}
/*End of FixedOddsBetList

.bettingPageContent
{
     width:540px;
     margin-left:-8px;
}

/*MarketList Table
div.toc_marketlist 
{
    position: relative;
    width: 100%;   
    margin-bottom: 2px;
}
 
div.toc_marketlistEventHeader 
{
    position:relative;
    background-position:top;
    background-repeat: repeat-x;   
    background-color:#151515;
    background-image:url(Images/market_list_event_bg.png);    
    color:#4D4D4D;
    text-transform: uppercase;
    font-size: 11px;
    border:1px solid #272727; 
    padding-bottom:5px;  
    margin-bottom: 20px;
    font-weight: bold;
}

.showMore
{
    display: none;
}
 
.toc_marketlistEventDescription
{
    position:relative;
    top:6px;
    padding-bottom:5px;
    left:8px;
    width:330px;
}
 

.toc_marketListOddsTypeDescription
{
    display:block;
}

.toc_marketListEventDescription
{
    
}
 
.toc_marketlistEventBetUntil 
{
    position:absolute;
    top:6px;
    right:8px;
}
 
.toc_marketlistEventHeaderBottom {}

.toc_marketListResultsLink
{
    color:#95EB00;
    .font(12px, bold);
    position: relative;
    top: -1px;   
}

.toc_marketListResultsLink:hover
{
    text-decoration:underline;
}
 
.toc_fixedOddsBetList, .toc_matchPlayBetList, .toc_lottoBetList  
{ 
    position:relative;
}
 
.toc_fixedOddsBetListTable, .toc_lottoBetListTable, .toc_matchPlayBetListTable 
{
    width:100%;
    font-size: 11px;
    background-color:#212121;
    color:White;
}

.toc_marketlistHeader
{    
}
 
tr.toc_marketlistHeader th
{    
    font-weight: bold;      
    height: 21px;
    padding: 2px;
    text-align: left;
    border-top:1px solid #4B4B4B;
    border-bottom:1px solid #4B4B4B;
    border-right:1px solid #4B4B4B;
    color:#4B4B4B;
    text-transform: capitalize;
}

.toc_marketlistHeader th select
{
    font-size: 9px;    
}
 
tr.toc_marketlistItem
{    
    height:26px;    
    border-collapse:separate;
}
 
tr.toc_marketlistItem, tr.toc_marketlistItemOver,
tr.toc_marketlistItemScratched, tr.toc_marketlistItemScratchedOver,
tr.toc_marketlistItemNotActive, tr.toc_marketlistItemNotActiveOver
{    
    height:26px;
    border-collapse:separate;    
}

tr.toc_marketlistItem td, tr.toc_marketlistItemOver td,
tr.toc_marketlistItemScratched td, tr.toc_marketlistItemScratchedOver td,
tr.toc_marketlistItemNotActive td, tr.toc_marketlistItemNotActiveOver td 
{
    padding:2px;
    border-right:1px solid #4B4B4B;
    border-bottom:1px solid #4B4B4B;
    border-collapse:separate;    
}

th.toc_fixedOddsBetListIdHeader, th.toc_fixedOddsBetListDescriptionHeader, th.toc_fixedOddsBetListCurrentHeader, 
th.toc_fixedOddsBetListPreviousHeader, th.toc_fixedOddsBetListOpeningHeader, th.toc_fixedOddsBetListPlaceHeader,
th.toc_matchPlayBetListHomePriceHeading, th.toc_matchPlayBetListHomeTeamHeading, th.toc_matchPlayBetListDrawHeading, 
th.toc_matchPlayBetListAwayTeamHeading, th.toc_matchPlayBetListAwayPriceHeading, th.toc_lottoBetListIdHeader, 
th.toc_lottoBetListDescriptionHeader, th.toc_lottoBetListPriceHeader, th.toc_lottoBetListBetTypeHeader, th.toc_lottoBetListButtonHeader
{
    border-right:1px solid #4B4B4B;
    border-collapse:separate;
}

td.toc_fixedOddsBetListDescriptionItem
{
    width:100%;
    padding-left:4px;
}

tr.toc_marketlistItemScratched, tr.toc_marketlistItemScratchedOver, 
tr.toc_marketlistItemNotActive, tr.toc_marketlistItemNotActiveOver
{
    color: #4B4B4B;
}

tr.toc_marketlistItemScratched, tr.toc_marketlistItemScratchedOver
{
    text-decoration:line-through;
} 

.toc_fixedOddsBetListCurrentItem, .toc_fixedOddsBetListPreviousItem, .toc_fixedOddsBetListOpeningItem,
.toc_matchPlayBetListHomePriceItem, .toc_matchPlayBetListDrawItem, .toc_matchPlayBetListAwayPriceItem, .toc_fixedOddsBetListPlaceItem, .toc_lottoBetListPriceItem
{
    width:38px;
    text-align:center;     
}

.toc_lottoBetListDescriptionItem
{
    width:200px;
}

.toc_lottoBetListPriceItem
{
 text-align:left;
 width: 260px;

}

.toc_lottoBetListIdItem
{
    width:20px;
}

.toc_lottoBetListBetTypeItem
{
    width:60px;
    
}

.toc_lottoBetListButtonItem
{

}

.toc_fixedOddsBetListIdItem
{
    text-align:left;
}

.toc_fixedOddsBetListBetItem, .toc_matchPlayBetListBetItem, .toc_fixedOddsBetListBetTypeItem
{
    width: 165px;
    text-align:center;
    padding:2px;
}

tr.toc_marketlistItemNotActive td.toc_matchPlayBetListBetItem, tr.toc_marketlistItemNotActive td.toc_matchPlayBetListBetItem .toc_marketListBets
{
    text-align:right;
    width:auto;
    }

.toc_fixedOddsBetListBetTypeItem
{
   white-space:nowrap; 
   padding:0px 3px 0px 3px;
}
 
div.toc_marketlistComments
{
     background-color:#ABABAB;
     width:514px;
     min-height:10px;
     position:relative;
     font-size:11px;
     color:white;
     visibility:hidden;
}
 
select.toc_marketlistBetTypes
{
    width:85px;
    font-weight: 9px;
    margin-right:-2px;
}
 
.toc_marketListBets
{
    width:98px;   
    float:right;
}
 
input.betListBetButton
{
    background-image:url(Images/bet.png);
    width:26px;
    height:19px;
    border-width:0px;
    background-color:transparent;
    cursor:pointer;
    .transition (background, 0.2s, ease);
}

input.betListBetButton:hover
{
    background-image:url(Images/bet_over.png);
}
 
input.betListMplBetButton
{
    background-image:url(Images/multiple.png);
    width:31px;
    height:19px;
    border-width:0px;
    background-color:transparent;
    cursor:pointer;
    .transition (background, 0.2s, ease);
}
    
input.betListMplBetButton:hover
{
    background-image:url(Images/multiple_over.png);
}
 
input.betListSMplBetButton
{
    background-image:url(Images/special_multiple.png);
    width:35px;
    height:19px;
    border-width:0px;
    background-color:transparent;
    cursor:pointer;
    .transition (background, 0.2s, ease);
    }

input.betListSMplBetButton:hover
{
    background-image:url(Images/special_multiple_over.png);
}
 
.toc_marketlistEventFooter
{
    position:relative;
    height:1px;
    width:609px;
}*/

.toc_sportBanner {
  background-color: #e9df59;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  background-repeat: no-repeat;
}
.toc_sportBanner .text,
.toc_sportBanner .link {
  color: white;
  font-family: Arial, Tahoma;
  font-size: 24px;
  font-weight: normal;
  padding: 0 30px;
  margin: 0;
  float: left;
}
.toc_sportBanner .link:hover {
  color: #e9df59;
}
.toc_sportBanner .overlayImage {
  width: 100px;
  height: 100%;
  float: left;
  background: transparent center center no-repeat;
}
.toc_sportBanner .overlayImage.zoneoverlay-live {
  background-image: url(./Images/sportBanner/live-overlay.png);
}
.toc_sportBanner {
  color: #a0e0de;
  background: transparent 10px 5px no-repeat;
  backgrouns-size: 100% 100%;
  margin-bottom: 6px;
  height: 57px;
}
.toc_sportBanner .text,
.toc_sportBanner .link {
  display: none;
}
.toc_sportBanner .overlayImage {
  float: right;
  width: 150px;
}
/*——————— Dynamic menus —————————————————————————————————————————————————————————————————————————————————————————— */

#header .toc_dynamicMenu,
.clock .toc_dynamicMenu {
  color: white;
  margin: 1px 0px 1px 0px;
  background-color: #3e3e3e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: 2px solid white;
}
#header .toc_dynamicMenu td,
.clock .toc_dynamicMenu td {
  text-align: left;
}
#header .toc_menuItem,
#header .toc_menuItemHover,
#header .toc_dynamicMenuItem,
#header .toc_dynamicMenuItemHover,
.clock .toc_menuItem,
.clock .toc_menuItemHover,
.clock .toc_dynamicMenuItem,
.clock .toc_dynamicMenuItemHover {
  color: white;
  font-family: Arial;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.clock .toc_menuItem,
.clock .toc_menuItemHover,
.clock .toc_dynamicMenuItem,
.clock .toc_dynamicMenuItemHover {
  font-family: Arial, Tahoma;
  font-size: 14px;
  font-weight: regular;
}
#header .toc_menuItem,
#header .toc_menuItemHover,
#header .toc_dynamicMenuItem,
#header .toc_dynamicMenuItemHover {
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: regular;
}
#header .toc_dynamicMenuItem,
#header .toc_dynamicMenuItemHover,
.clock .toc_dynamicMenuItem,
.clock .toc_dynamicMenuItemHover {
  margin-top: 5px;
  margin-bottom: 5px;
}
#header .toc_menuItemHover,
#header .toc_dynamicMenuItemHover,
.clock .toc_menuItemHover,
.clock .toc_dynamicMenuItemHover {
  text-decoration: underline;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#header .secondaryMenu .toc_menu .menuControl {
  padding: 0;
  margin: 0;
}
#header .secondaryMenu .toc_menu .menuControl ul {
  margin: 0;
  list-style: none;
  z-index: 55;
  border: none;
  border-radius: 0;
  background: transparent url(Images/main_menu_separator.png) top right no-repeat;
  padding: 0 2px 0 0;
}
#header .secondaryMenu .toc_menu .menuControl ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#header .secondaryMenu .toc_menu .menuControl ul li a {
  margin: 0;
  display: block;
  padding: 0 20px;
  color: #ababab;
  font-size: 12px;
}
#header .secondaryMenu .toc_menu .menuControl ul.dynamic {
  padding: 10px;
  background: #353535 url(Images/popup_menu.png) top left repeat-x;
}
#header .secondaryMenu .toc_menu .menuControl ul.dynamic li.dynamic {
  line-height: 28px;
  color: #ababab;
  border-bottom: 1px solid #5a5a5a;
  width: 145px;
}
#header .secondaryMenu .toc_menu .menuControl ul.dynamic li.dynamic:hover {
  background-image: url(Images/menu_hover_bg.png);
  background-repeat: repeat-x;
}
#header .secondaryMenu .toc_menu .menuControl ul.dynamic li.dynamic a.dynamic {
  padding: 0 5px;
}
#header .secondaryMenu .toc_menu .menuControl ul.static li.static:hover {
  background: transparent url(Images/menu_hover_bg.png) top left repeat-x;
}
#header .secondaryMenu .toc_menu .menuControl ul.static li.static a.static {
  float: left;
  line-height: 47px;
  display: block;
}
#header .secondaryMenu .toc_menu .menuControl ul.static li.static img {
  display: block;
  float: left;
}
#header .secondaryMenu .toc_menu .menuControl ul li.has-popup a.popout {
  background: transparent url(Images/submenu_down_arrow.png) center right no-repeat;
  padding-right: 30px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.toa_pageNotFound,
.toa_error {
  text-align: center;
}
.toa_pageNotFound #logoImage,
.toa_error #logoImage {
  margin: 100px auto 50px auto;
  position: relative;
  top: 0;
  left: 0;
}
.toa_pageNotFound .body p,
.toa_error .body p {
  text-align: center;
}
/*//End CSS ������������������������������������������������������������������������������������������ */

div#marketListPanel {
  width: 71%;
  float: left;
}
.depositPageFooter {
  font-weight: bold;
}
.depositPageFooter a {
  color: #ffcb0c;
}
.noticeBoardContent p {
  margin: 0px;
  padding: 0px;
}
.noticeBoardContent marquee {
  white-space: nowrap;
}
.betSlipErrorPopup {
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: url(Images/common/semi_transparent_modal.png);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper {
  background-image: url(Images/betslip_popup_error_bg.png);
  background-repeat: no-repeat;
  width: 300px;
  padding-bottom: 5px;
  height: 141px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  border-bottom-radius: 2px;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupHeading {
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 20px 8px 20px;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupContent {
  height: 30px;
  padding: 20px;
  overflow: auto;
  color: #ffcb0c;
  font-weight: bold;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction {
  position: relative;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input {
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #2a86eb;
  border-radius: 2px;
  background: #02213e url(./Images/common/button-back.png) top left repeat-x;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input span {
  padding: 1px;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input span {
  padding: 1px;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input:hover {
  border-color: #0057d8;
  background-color: #015e9b;
  background-image: url(./Images/common/button-back-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input:disabled {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input:disabled.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input:disabled:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input:disabled:hover.important {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input:disabled:hover:hover {
  border-color: black;
  background-image: none;
  background-color: #cccccc;
  color: #999999;
  cursor: default;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input.important {
  border-color: #2980df;
  background-color: #02213e;
  background-image: url(./Images/common/button-back-important.png);
  color: white;
}
.betSlipErrorPopup .betSlipErrorPopupContentWrapper .betSlipErrorPopupAction input.important:hover {
  border-color: #960808;
  background-color: #8f120f;
  background-image: url(./Images/common/button-back-important-hot.png);
  color: white;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#toc_matchInformationContainer #matchNameLabel {
  display: none;
}
.synchronisePasswordsPopup {
  position: fixed;
  z-index: 20000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(Images/common/semi_transparent_modal.png);
}
.synchronisePasswordsPopup .synchronisePasswordsPopupContent {
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  padding: 20px 10px;
  width: 500px;
  background-color: Gray;
  border-radius: 5px;
  border: 1px solid #ffcb0c;
  line-height: 15px;
  background-image: url(Images/live_in_play_bg.png);
  background-repeat: repeat-y;
  background-position: center;
  background-color: #003670;
}
.synchronisePasswordsPopup .synchronisePasswordsPopupContent .heading {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #ffcb0c;
}
.synchronisePasswordsPopup .synchronisePasswordsPopupContent .credentialsConfirmationTableWrapper {
  position: relative;
  font-weight: bold;
}
.synchronisePasswordsPopup .synchronisePasswordsPopupContent .credentialsConfirmationTable {
  position: relative;
  width: 350px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.synchronisePasswordsPopup .synchronisePasswordsPopupContent .credentialsConfirmationTable .row {
  position: relative;
  text-align: left;
  min-height: 20px;
}
.synchronisePasswordsPopup .synchronisePasswordsPopupContent .credentialsConfirmationTable .row .label {
  display: block;
  width: 120px;
  text-align: left;
  float: left;
  color: #ffcb0c;
}
.synchronisePasswordsPopup .synchronisePasswordsPopupContent .credentialsConfirmationTable .row .value {
  display: block;
  float: left;
  font-style: italic;
}
.toc_searchResults {
  margin-top: 20px;
}
.toc_searchResults .toc_searchResultsItem,
.toc_searchResults .toc_searchResultsItemOver {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.toc_searchResults .toc_searchResultsTournamentDescription,
.toc_searchResults .toc_searchResultsEventDescription,
.toc_searchResults .toc_searchResultsEventDate {
  cursor: pointer;
}
.PrimaryContent {
  display: none;
}
.toc_contactUs {
  position: relative;
  margin-top: 10px;
}
.toc_contactUs .headingContainer {
  font-family: Arial, Tahoma;
  font-size: 12px;
  font-weight: normal;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.toc_contactUs .headingContainer:before,
.toc_contactUs .headingContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_contactUs .headingContainer:before,
.toc_contactUs .headingContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_contactUs .headingContainer:before,
.toc_contactUs .headingContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_contactUs .headingContainer:before,
.toc_contactUs .headingContainer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.toc_contactUs .contactUsFormBody {
  margin-bottom: 35px;
}
.toc_contactUs .contactUsForm {
  position: relative;
  font-size: 11px;
}
.toc_contactUs .tableRow {
  min-height: 32px;
}
.toc_contactUs .tableRow.textArea {
  min-height: 136px;
}
.toc_contactUs .tableRow.action {
  padding-left: 163px;
  margin-top: 10px;
}
.toc_contactUs .tableRow.action .error {
  display: block;
  margin-top: 10px;
}
.toc_contactUs .tableRow .label {
  display: inline-block;
  width: 160px;
}
.toc_contactUs .tableRow.textArea .label,
.toc_contactUs .tableRow.textArea .toc_validator {
  vertical-align: top;
  margin-top: 65px;
}
.toc_contactUs .tableRow.textArea .toc_validator[style*="inline"] {
  display: inline-block !important;
  position: relative;
}
.toc_contactUs .contactUsForm input[type="text"] {
  width: 204px;
}
.toc_contactUs .contactUsForm textarea {
  width: 342px;
  height: 136px;
}
.toc_contactUs .messageConfirmationWrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: #e9df59;
  font-weight: bold;
}
.toc_contactUs .messageConfirmation {
  margin-bottom: 30px;
}
.contactUsPage {
  position: relative;
  margin-left: 140px;
}
.contactUsPage .toc_contactUs .headingContainer {
  height: 47px;
  background-image: url(Images/Contact.jpg);
  margin-bottom: 30px;
  background-size: 100% 100%;
}
body.mobileRedirect {
  background: #0f1c2d;
}
body.mobileRedirect div,
body.mobileRedirect input,
body.mobileRedirect p {
  border: none;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
body.mobileRedirect p {
  padding: 10px;
  font-family: 'MyriadPro', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
body.mobileRedirect p .destination {
  text-transform: uppercase;
  font-size: 110%;
  text-decoration: underline;
}
body.mobileRedirect .wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
body.mobileRedirect .logo {
  width: 100%;
  height: 100px;
  background: transparent url("../Images/logo_small.png") center center no-repeat;
}
body.mobileRedirect .content {
  width: 100%;
  margin: 0 auto;
}
body.mobileRedirect .buttons {
  width: 90%;
  margin: 50px auto 0 auto;
}
body.mobileRedirect .button {
  width: 50%;
  float: left;
}
body.mobileRedirect .button input {
  width: 136px;
  height: 147px;
  margin: 0 auto;
  display: block;
}
body.mobileRedirect .button .desktop {
  background: transparent url("../Images/mobileredirect/desktop.png") center center no-repeat;
}
body.mobileRedirect .button .mobi {
  background: transparent url("../Images/mobileredirect/mobi.png") center center no-repeat;
}
.toc_sportNavigatorFilter {
  border-radius: 5px;
  background: none repeat scroll 0% 0% #333333;
  display: block;
  font-weight: bold;
  color: #aeca36;
  padding: 5px;
  border: 2px solid #aeca36;
}
.toc_sportNavigatorFilter .day,
.toc_sportNavigatorFilter .root,
.toc_sportNavigatorFilter .subGroup,
.toc_sportNavigatorFilter .noData {
  min-height: 30px;
  background-color: #666666;
  border: 1px solid #999999;
  border-radius: 5px;
  line-height: 20px;
  margin: 5px 0px 5px 0px;
  overflow: auto;
}
.toc_sportNavigatorFilter .noData {
  text-align: center;
  background-color: transparent;
  border-width: 0px;
}
.toc_sportNavigatorFilter .date {
  float: left;
  width: 20%;
  top: 0px;
  position: relative;
  color: White;
  padding: 2px;
  margin-top: 3px;
}
.toc_sportNavigatorFilter .time {
  display: inline-block;
  width: 75%;
}
.toc_sportNavigatorFilter .time.wide {
  width: 100%;
}
.toc_sportNavigatorFilter a,
.toc_sportNavigatorFilter .unSelected {
  padding: 2px 5px 2px 5px;
  margin: 2px 1px 2px 1px;
  border-radius: 3px;
  border: 1px solid #aeac36;
  background-color: Black;
  float: left;
}
.toc_sportNavigatorFilter .selected {
  background-color: #333333;
  color: white;
}
.toc_sportNavigatorFilter {
  background: none repeat scroll 0% 0% transparent;
  display: block;
  font-weight: bold;
  color: #aeca36;
  padding: 0px;
  border-width: 0px;
}
.toc_sportNavigatorFilter .day,
.toc_sportNavigatorFilter .root,
.toc_sportNavigatorFilter .subGroup,
.toc_sportNavigatorFilter .noData {
  min-height: 20px;
  background-color: transparent;
  border-width: 0px;
  border-radius: 0px;
  line-height: 18px;
  margin: 5px 0px 5px 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: auto;
  background-image: url(Images/sportNavigatorFilter/block_bg.png);
  background-repeat: norepeat;
  background-size: 100% 100%;
}
.toc_sportNavigatorFilter .day {
  overflow: hidden;
}
.toc_sportNavigatorFilter .root {
  background-image: url(Images/sportNavigatorFilter/venue_block_bg.png);
  backgroun-repeat: norepeat;
}
.toc_sportNavigatorFilter .root select {
  margin-top: 1px;
  margin-left: 82px;
}
.toc_sportNavigatorFilter .noData {
  text-align: center;
  background-color: transparent;
  border-width: 0px;
}
.toc_sportNavigatorFilter .date {
  padding: 2px 2px 1px 5px;
  margin-top: 0px;
}
.toc_sportNavigatorFilter a,
.toc_sportNavigatorFilter .unSelected {
  padding: 2px 6px 2px 6px;
  margin: 0px 2px 0px 2px;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  float: left;
  height: 16px;
  text-transform: uppercase;
}
.toc_sportNavigatorFilter .selected,
.toc_sportNavigatorFilter a:hover {
  background-image: url(Images/sportNavigatorFilter/button_slice_over.png);
  background-repeat: repeat-x;
}
.toc_sportNavigatorFilter .time .selected,
.toc_sportNavigatorFilter .root .selected {
  background-color: #333333;
  color: white;
}
