form div.form_row input.profile_button,form div.form_row input[type="submit"]
	{
	text-align: center;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

div.column {
	float: left;
}

div.column-2 {
	float: left;
}

div.column-3 {
	float: left;
}

/*
 * ROUND CORNERS
 */
.round-corners div.top-left-corner,.round-corners div.top-right-corner,.round-corners div.bottom-right-corner,.round-corners div.bottom-left-corner
	{
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.round-corners .box-content {
	padding: 6px;
}

/*-- sign in page ---*/
div#sign-in-page form,div#sign-in-page div.form_row {
	float: left;
}

div#sign-in-page div#userLinks {
	clear: both;
}

div#sign-in-page div#userLinks a {
	display: block;
	width: 15em;
	padding-top: 10px;
}

/*------ RACE SELECTION LIST ----------*/

#race-selections {
	float: left;
	margin-top: 40px;
	clear: both;
}

#race-selections li.final {
	background-image: url(v2/images/race-button-inactive.png);
}


/*----- ROUNDED CORNERS -----------*/
#content div.top-left-corner,#content div.top-right-corner,#content div.bottom-right-corner,#content div.bottom-left-corner
	{
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#content div.top-left-corner {
	float: left;
	background-position: left top;
	background-image: url("images/games/bet-top-left.png");
}

#content div.top-right-corner {
	float: right;
	background-position: right top;
	background-image: url("images/games/bet-top-right.png");
}

#content div.bottom-right-corner {
	float: right;
	background-position: right bottom;
	background-image: url("images/games/bet-bottom-right.png");
}

#content div.bottom-left-corner {
	float: left;
	background-position: left bottom;
	background-image: url("images/games/bet-bottom-left.png");
}

/*------- FORMS -----------*/
form div.form_row {
	clear: both;
	padding-top: 5px;
	float: left;
}

form div.form_row>label,form div.form_row>.summary {
	display: block;
	float: left;
	text-align: right;
	width: 8em;
	vertical-align: middle;
	padding-top: 0.25em;
	line-height: 1.4em;
}

form div.form_row>.summary {
	font-weight: bold;
	color: #336699;
}

form div.form_row>label:first-letter {
	text-transform: uppercase;
}

form div.form_row>input,form div.form_row>span.input,form div.form_row>select,form div.form_row>textarea,form div.form_row>.summary
	{
	margin-left: 1em;
	text-align: left;
	display: block;
	float: left;
	vertical-align: middle;
}

form div.form_row>span.input {
	padding-top: 0.25em;
	line-height: 1.4em;
}

form div.form_row>select {
	margin-top: 0.25em;
}

form div.form_row>input#username,form div.form_row>input#password {
	width: 155px;
}

/*--------- FEED BACK MESSAGES -----------*/
ul.feedbackPanel {
	clear: both;
	float: left;
}
ul.feedbackPanel li {
	list-style-type: none;
	display: block;
	clear: both;
	float: left;
}
ul.feedbackPanel div.feedback {
    background-image: url(v2/images/feedback_background.png);
    border-radius: 5px;
	list-style-type: none;
	display: inline-block;
	color: #656565;
	line-height: 29px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.coupon ul.feedbackPanel div.feedback {
    max-width: 356px;
}

li.feedbackPanelERROR span.feedbackPanelERROR {
	background-position: 0 0;
	background-repeat: repeat-x;
}

li.feedbackPanelERROR span.mark {
	background-image: url(v2/images/feedback_error_icon.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	display: inline-block;
    height: 29px;
    width: 23px;
    margin-right: 5px;
    vertical-align: top;
}
li.feedbackPanelINFO div.feedback {
	background-image: url(v2/images/feedback2_background.png);
	color: #656565;
}

ul.feedbackPanel span.end-part {
	width: 11px;
	background-image: url(v2/images/feedback_right.png);
	background-repeat: no-repeat;
	background-position: right;
}


/*------------------------------------*/
/*---------- LAYOUT     --------------*/
/*------------------------------------*/

/*---------- PAGE LAYOUT ------------ */
div#whole-layout {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	text-align: left;
	margin: 5px;
	clear: both;
	padding: 5px;
	width: 1234px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
}

/*-------- SIGN IN PANEL ---------------*/

form.sign-in-form div.form-field-row .field {
	text-align: left;
	line-height: normal;
}

form.sign-in-form div.form-field-row .field>label {
	text-align: left;
	display: inline;
	float: none;
}




/*---------- SIGN OUT PANEL ---------*/

#small-sign-out {
	color: #b6d0eb;
}

#small-sign-out a,
#small-sign-out .name {
	color: #f2d626;
	text-decoration: none;
}

#small-sign-out .highlight {
	font-weight: bold;
	margin-bottom: 0.2em;
}

#small-sign-out span.wicket-ajax-indicator {
	display: none;
}
#small-sign-out .first {
	width: 250px;
	float: left;
	margin-right: 10px;
	background-image: url(v2/images/footer-separator.png);
	background-position: right;
	background-repeat: repeat-y;
}

#small-sign-out .second {
	float: left;
	margin-top: -5px;
	height: 40px;
}

#small-sign-out span.saldo-label {
	color: #f2d626;
	font-weight: bold;
	font-size: 120%;
	margin-top: 5px;
}

#small-sign-out span.saldo-value {
	color: #12589e;
	font-weight: bold;
	font-size: 120%;
	background-color: #ebeef0;
	padding: 0.1em 0.2em;
	border-radius: 5px;
	display: inline-block;
	width: 6em;
	text-align: center;
}

#small-sign-out span.saldo-updated {
    display: block;
    font-size: 80%;
    margin-left: 25px;
    margin-top: 7px;
    text-align: center;
}

#small-sign-out a.saldo-update {
/*	display: inline-block;
	padding: 0;*/
}

#small-sign-out a.saldo-update span {
	display: inline-block;
	width: 16px;
	height: 19px;
	background-image: url(v2/images/nuoli.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#small-sign-out a.saldo-update span.loading {
	background-image: none;
}


/*--------- MAIN NAVIGATION --------------*/


/*--------- CONTENT ----------*/
div#content {
	float: left;
	width: 100%;
	background-color: #EDF2F7;
	background-image: url(images/basepage/content_background_3.png);
	background-position: right top;
	background-repeat: repeat-x;
	margin: 0;
	clear: both;
	min-height: 450px;
	padding-bottom: 10px;
}

/*-------------- FOOTER ----------------*/

#footer	a:hover img {
	opacity: 1;
}

#footer li a img {
	opacity: 0.2;
}

#footer li a.languageSelected img {
	opacity: 1;
}

/*
 USER AGREEMENT
 */
#user-agreement {
	margin: 0px;
	margin-bottom: 18px;
	padding: 0px;
}

#user-agreement h1 {
	background-image: url(images/basepage/panel_bg_top_3.png);
	background-position: center center;
	background-repeat: repeat-x;
	border-bottom: 2px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #336699;
	font-weight: bold;
	margin: 0;
	padding: 7px 8px 4px;
	text-transform: uppercase;
}

#user-agreement h2,#user-agreement p,#user-agreement ul {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

#user-agreement li {
	list-style-type: disc;
	list-style-position: inside;
}

/* Making stake fields bolder */
.field input,.costAmount {
	font-weight: bold;
}
.costAmount {
	font-size: 12px;
}

#revision-info {
	position: fixed;
	bottom: 10px;
	left: 10px;
	background: #eee;
	border: 2px solid #666;
	padding: 6px;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.feedbackForm .button {
	width: 100px;
}

/* --- Registration form --- */
form.registrationForm div.form_row label {
	width: 105px;
}

form.registrationForm div.form_row span {
	line-height: 1.5;
	margin-left: 8px;
}

form.registrationForm div.form_row span.action-short {
    line-height: inherit;
}

form.registrationForm div.form_row span.checkbox-label {
    margin-left: 140px;
    display: block;
}

#summary form.registrationForm div.form_row span.summary {
	width: 20em;
}

#summary form.registrationForm div.form_row span.summary.wide {
	width: 60em;
}

div#whole-plain-layout {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	clear: both;
	margin: 5px auto;
	min-height: 500px;
	padding: 5px;
	text-align: left;
}

div#whole-plain-layout p {
	padding: 2px;
}

div.mobile-panel h3 {
	padding-bottom: 2px;
}

span.action-short {
	background-image: url("v2/images/button-blue_left.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 19px;
	display: inline-block;
	margin-right: 10px;
}

span.button-green-short {
	background-image: url("v2/images/button-green_left.png");
}

span.button-blue-short {
	background-image: url("v2/images/button-blue_left.png");
}

span.button-red-short {
	background-image: url("v2/images/button-red_left.png");
}

span.action-short input[type="submit"] {
    background-color: transparent;
    background-image: url("v2/images/button-blue_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #d9e8f2;
    height: 19px;
    margin-right: -14px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}

span.button-green-short input[type="submit"] {
    background-image: url("v2/images/button-green_right.png");
}

span.button-blue-short input[type="submit"] {
    background-image: url("v2/images/button-blue_right.png");
}

span.button-red-short input[type="submit"] {
    background-image: url("v2/images/button-red_right.png");
}

span.action-short input[type="submit"]:hover,
span.action-short:hover,
span.action input[type="submit"]:hover,
span.action:hover {
	cursor:pointer;
	color: white;
}

span.action {
	display: inline-block;
	margin-right: 10px;
}

span.button-green {
    background-image: url("v2/images/button-green.png");
}

span.button-blue {
    background-image: url("v2/images/button-blue.png");
}

span.button-red {
    background-image: url("v2/images/button-red.png");
}

span.action input[type="submit"] {
    background-color: transparent;
    background-image: url("v2/images/button-blue.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #d9e8f2;
    height: 19px;
    margin-right: -14px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    width: 85px;
}

span.button-green input[type="submit"] {
    background-image: url("v2/images/button-green.png");
}

span.button-blue input[type="submit"] {
    background-image: url("v2/images/button-blue.png");
}

span.button-red input[type="submit"] {
    background-image: url("v2/images/button-red.png");
}

div.modal-window-panel ul.feedbackPanel{
	font-size: 14px;
}
/* ---- INFO TICKER ---- */

#info-ticker  div.info-ticker{
	margin: 0px 0px 20px 200px;
}

#info-ticker ul li div {
	height: 13px;
}

#info-ticker table td {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
}

#info-ticker table td.race-info-cell {
	color: #245FB2;
	font-weight: bold;
}
/* ---- EO INFO TICKER ---- */

div#registration-form ul.feedbackPanel{
	padding: 0px;
}

/* MASTER */

body {
	background-color: #004291;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	min-width: 960px;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.size11px {
	font-size: 11px;
}

.size12px {
	font-size: 12px;
}

input[type='text'],input[type='password'] {
	border-radius: 5px;
}

/*----- LAYOUT ---------*/
#header {
	width: 100%;
	height: 55px;
	background-image: url(v2/images/header-bg.jpg);
	background-repeat: repeat-x;
}

#main-navigation {
	width: 100%;
	height: 34px;
	background-image: url(v2/images/main-navigation-bg.jpg);
	background-repeat: repeat-x;
}

#main {
        background-image: url(v2/images/tausta_yleisa.png);
        background-repeat: no-repeat;
        background-color: #ffffff;
	width: 100%;
}

#main-top {
	background-image: url(v2/images/main-top-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}

#main-bottom {
	background-image: url(v2/images/main-bottom-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
}

#main-left {
	background-image: url(v2/images/main-left-bg.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 100%;
}

#main-right {
	background-image: url(v2/images/main-right-bg.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}

.base-content {
	width: 960px;
	margin: 0 auto;
	/* border: 1px solid red; */
}

#main-content {
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 450px;
}

#footer-content {
	padding-top: 1.5em;
}

/*------- LAYOUT END --------*/

/*-------- LOGO ---------*/
#logo {
	padding-left: 20px;
}

#logo .text {
	display: none;
}

#logo .image {
	position: absolute;
	background-image: url(v2/images/logo.png);
	width: 144px;
	height: 111px;
}

/*-------- LOGIN PANEL ----------*/
.login-panel {
	padding-left: 205px;
	padding-top: 11px;
}

.login-panel form {
	display: inline;
	margin-right: 10px;
}

.login-panel label {
	color: #fff;
}

.login-panel a {
	color: #b6d0eb;
}

.login-panel a.button {
	width: 100px;
	padding-right: 10px;
	text-decoration: none;
}

.login-panel a.button span {
	width: 95px;
}

.login-panel .form-field-row {
	display: inline;
}

/*-------- MAIN NAVI --------*/
#main-navigation ul {
	padding-left: 200px;
	width: auto;
}

#main-navigation li {
	display: block;
	float: left;
	height: 34px;
	background-image: url(v2/images/main-navigation-separator_right.png);
	background-position: left;
	background-repeat: no-repeat;
}

#main-navigation li.first {
	background-image: url(v2/images/main-navigation-separator.png);
}

#main-navigation li a {
	background-image: url(v2/images/main-navigation-separator_left.png);
	background-position: right;
	background-repeat: no-repeat;
}

#main-navigation li.last a {
	background-image: url(v2/images/main-navigation-separator.png);
}

#main-navigation li.selected {
	background-image: none;
}

#main-navigation li.selected a {
	background-image: url(v2/images/main-navigation-active-bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

#main-navigation a {
	color: #353536;
	font-weight: bold;
	line-height: 36px;
	height: 34px;
	display: block;
	float: left;
	padding: 0 1.5em;
}

#footer {
	color: #dde4ef;
	background-color: #004291;
}

#footer a {
	color: #dde4ef;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	font-size: 90%;
	padding-bottom: 0.1em;
}

div#footer p {
	font-size: 90%;
}

div#footer h4 {
	font-size: 110%;
	margin: 1em 0 0.2em 0;
}

#footer .section {
	float: left;
	padding: 0.5em 2em;
	width: 120px;
	margin-bottom: 1em;
	min-height: 120px;
	background-image: url(v2/images/footer-separator.png);
	background-position: right;
	background-repeat: repeat-y;
}

#footer .last {
	background-image: none;
	width: 400px;
}

/*------ TABBED PANEL BEGIN -------*/
.tab-row {
	clear: both;
}

.tab-row li {
	display: block;
	float: left;
	height: 21px;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 10px;
	line-height: 21px;
	position: relative;
}

.tab-row a,.tab-row em {
	width: auto;
	height: auto;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #222222;
	margin: 0px;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #414141;
}

.tab-row span {
	border: none;
	text-transform: uppercase;
}

.blue-tabs .tab-row ul {
	margin-left: 5px;
}

.blue-tabs .tab-row li {
	display: inline;
	background-image: url(v2/images/pool-button_left.png);
	background-repeat: no-repeat;
	height: 25px;
	margin-right: 15px;
}

.blue-tabs .tab-row a {
	border: none;
	background-image: url(v2/images/pool-button_right.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	background-color: transparent;
	margin-right: -12px;
}

.blue-tabs .tab-row li.selected {
	background-image: url(v2/images/pool-button-active_left.png);
}

.blue-tabs .tab-row li.selected a {
	background-image: url(v2/images/pool-button-active_right.png);
	background-color: transparent;
	color: #353536;
}

.blue-tabs .tab-row  span {
	display: block;
	width: auto;
	padding: 0 0.7em;
}

.blue-tabs .tab-row li.available-in-other-race {
	background-image: url(v2/images/pool-button-inactive_left.png);
}

.blue-tabs .tab-row li.available-in-other-race a {
	background-image: url(v2/images/pool-button-inactive_right.png);
}

.blue-tabs .tab-row li a:hover {
	text-decoration: underline;
}

/*------ TABBED PANEL END -------*/

/*------- BOX ---------*/
.box {
	width: auto;
}

.box h3 {
	font-size: 16px;
	font-weight: normal;
}

.box a {
	color: #0d67b3;
	font-weight: bold;
	text-decoration: none;
}

.box .content {
	color: #3d3d3d;
	background-color: transparent;
	background-image: url(v2/images/blue-corner-bottom-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-right: 6px;
}

.box .content-bottom-right {
	background-image: url(v2/images/blue-corner-bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: -6px;
	padding-bottom: 6px;
}

.box .shadow {
	float: left;
	height: 26px;
	width: 0%;
}

.box .shadow-left {
	background-image: url(v2/images/box-shadow-left.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 26px;
	min-width: 73px;
	width: 49.5%;
}

.box .shadow-right {
	background-image: url(v2/images/box-shadow-right.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 26px;
	min-width: 73px;
	width: 49.5%;
}

.box .tall-header {
	background-image: url(v2/images/box-header-blue-tall_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 8px;
}

.box .tall-header .tall-header-content {
	color: #fff;
	width: 646px;
	min-height: 52px;
	background-image: url(v2/images/box-header-blue-tall_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	margin-right: -8px;
}

.box .tall-header .major {
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 3px;
}

.major span.firstStartLabel {
	padding-left: 10px;
}

.box .tall-header .minor {
	padding-left: 10px;
}

.box .result-list .minor {
  padding-bottom: 10px;
  padding-right: 110px;
}

/*------ BLUE BOX -------*/
.blue h3 {
	background-image: url(v2/images/box-header-blue_left.png);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 27px;
	color: #fff;
	background-position: left;
	margin-right: 10px;
}

.blue h3 .header-right {
	background-image: url(v2/images/box-header-blue_right.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 26px;
	padding-left: 1em;
	margin-right: -10px;
}

.blue p {
	line-height: 1.2em;
}

.blue .content-inner {
	padding: 12px;
	background-color: #f3f5fa;
}

/*------ BLACK BOX ---------*/
.black h3 {
	background-image: url(v2/images/box-header-black_left.png);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 27px;
	color: #fff;
	margin-right: 10px;
}

.black h3 .header-right {
	background-image: url(v2/images/box-header-black_right.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 26px;
	padding-left: 1em;
	margin-right: -10px;
}

.black ul {
	padding-bottom: 6px;
}

.black li {
	padding: 1em;
}

#newsPanel li {
	padding: 0.5em;
	line-height: 1.3em;
}

.black li .header {
	font-weight: bold;
}

.black li.odd {
	background-color: #e4eef7;
}

.black li.even {
	background-color: #fafcfe;
}

.black .footer {
	text-align: right;
	padding-right: 1em;
	padding-top: 0.5em;
	/*padding-bottom: 0.2em;*/
	/*margin-top: -1px;*/
	position: relative;
	bottom: 6px;
	background-color: #f3f5fa;
	line-height: 1em;
	height: 1em;
}

.black .content-inner {
	padding: 1em;
	background-color: #f3f5fa;
}

/*--- BUTTON -------------*/
span.button-deactive {
	background-image: url("v2/images/button-deactive_left.png");
}

a.button-green {
	background-image: url("v2/images/button-green_left.png");
}

a.button-blue {
	background-image: url("v2/images/button-blue_left.png");
}

a.button-red {
	background-image: url("v2/images/button-red_left.png");
}

a.button {
	background-image: url("v2/images/button-blue_left.png");
}

a.button-green,a.button-blue,a.button-red,a.button,span.button-deactive {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: #d9e8f2;
	margin: 0 10px 0 3px;
	text-transform: uppercase;
}

a.button-green:hover,a.button-blue:hover,a.button-red:hover,span.button-deactive:hover,a.button:hover {
	text-decoration: none;
}

span.button-deactive span {
	background-image: url("v2/images/button-deactive_right.png");
}
a.button-green span {
	background-image: url("v2/images/button-green_right.png");
}

a.button-blue span {
	background-image: url("v2/images/button-blue_right.png");
}

a.button-red span {
	background-image: url("v2/images/button-red_right.png");
}

a.button span {
	background-image: url("v2/images/button-blue_right.png");
}

a.button-green span,a.button-blue span,a.button-red span,span.button-deactive span,a.button span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center right;
	height: 19px;
	padding: 0 1em;
	color: #d9e8f2;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-right: -10px;
	text-transform: uppercase;
}

span.button-deactive span:hover {
	cursor: default;
	text-decoration: none;
}

a.button-green span:hover,a.button-blue span:hover,a.button-red span:hover,a.button span:hover {
	cursor: pointer;
	color: white;
	text-decoration: none;
}

/*#small-sign-out a.sign_out,
.login-panel a.sign_in {
	background-image: url(v2/images/submit-button-2_left.png);
}
#small-sign-out a.sign_out span,
.login-panel a.sign_in span {
	background-image: url(v2/images/submit-button-2_right.png);
}*/
#small-sign-out a.sign_out {
	margin-left: 10px;
}

#small-sign-out div.first div.highlight {
	font-size: 110%;
}

#small-sign-out div.first div.smallFont {
	font-size: 80%;
	margin-top: 2px;
}

#small-sign-out span.last-login {
	font-size: 80%;
	padding-left: 10px;
}

/*-- EO BUTTON --*/

/*---- CONTINUOUS TABS -----*/
.blue-tabs-continuous div.tab-row {
	float: left;
	background-image: url(v2/images/box-header-blue_left.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 587px;
	margin-right: 8px;
}

.blue-tabs-continuous div.tab-row ul {
	background-image: url(v2/images/box-header-blue_right.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 26px;
	padding-left: 5px;
	margin-right: -8px;
}

.blue-tabs-continuous div.tab-row ul li {
	background-color: transparent;
	line-height: 2.6em;
	padding: 0 0.8em;
}

.blue-tabs-continuous  div.tab-row ul li.selected {
	background-color: transparent;
}

.blue-tabs-continuous div.tab-row ul li.tab0 a {
	border: none;
}

.blue-tabs-continuous div.tab-row ul li a {
	background-color: transparent;
	color: #D0E3F2;
	border: none;
	padding: 0;
	font-weight: bold;
}

.blue-tabs-continuous div.tab-row ul li em {
	background-color: transparent;
	color: #D0E3F2;
	border: none;
	padding: 0;
}

.blue-tabs-continuous div.tab-row ul li a.selected,.blue-tabs-continuous div.tab-row ul li.selected a
	{
	background-color: transparent;
	color: gold;
	text-decoration: none;
}

/*---- CONTINUOUS TABS -----*/

/*--- NEWS PAGE BEGIN ---*/
.newsLink {
	float: left;
	width: 330px;
}

.newsLink ul {
	margin-top: 0;
}

.newsContent {
	float: right;
	width: 620px;
}

.newsLink li {
	border-bottom: 1px solid #fff;
}

.newsLink li.selected {
	background-color: #0066ba;
}

.newsLink li:hover {
	background-color: #F4DC3F;
}

.newsLink li.selected a {
	color: #fff;
}

.newsLink a {
	width: 310px;
	color: #000;
	display: block;
	padding: 1em 10px 1em 10px;
}

.news-item-header {

}

.news-item-content {
	font-weight: normal;
	float: right;
}

/* sub header bg color #b5d3eb */
.blue .odd,
.blue .odd td,
.blue .odd th,
div.runlisttable div.run .odd,
div.runlisttable div.run .odd td,
div.runlisttable div.run .odd th,
.card-result tr.odd,
.card-result tr.odd td,
.card-result tr.odd th,
.card-result thead tr,
.card-result thead tr td,
.card-result thead tr th
	{ /*background-color: #b5d3eb;*/
	background-color: #dce8f4;
}

.blue .even,
.blue .even td,
div.runlisttable div.run .even,
div.runlisttable div.run .even td,
.card-result tr.even,
.card-result tr.even td
{
	/*background-color: #dce9f4;*/
	background-color: #f0f5f9;
}

.calendar-one-week tr,
.calendar-one-week tr td,
.race-result tr,
.race-result tr td {
	border-bottom: 1px solid #fff;
}
.race-result .result-info tr,
.race-result .result-info tr td {
	border-bottom: none;
}

.race-result-flag tr,
.race-result-flag tr td {
  border-bottom: 0px;
}

.news-content-header {
	color: #085fae;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 1em;
}

.news-content-container {

}

.news-content-text {
	float: left;
	width: 100%;
}

.image-present {
	width: 390px;
}

.news-content-image {
	float: right;
	width: 200px;
}

.news-content-text .header {
	background-image: none;
	color: #1a66ba;
	height: auto;
	width: auto;
	font-weight: bold;
	font-size: 14px;
	margin: 0.5em 0 0.5em 0;
}

.news-content-text .paragraph {
	margin: 0.5em 0 1.5em 0;
	line-height: 1.2em;
}

/*--- NEWS PAGE END ---*/

/*-- FRONT PAGE BEGIN ----*/
.black li span.news-item-header {
	color: black;
	background-image: none;
}

.black li span.news-item-content {
	color: black;
	font-weight: normal;
	background-image: none;
	float: none;
}

#home-bottom .blue .content-inner {
	padding: 14px 12px;
}

#home-bottom .blue ul {
	margin-top: 1em;
}

#home-bottom .blue li {
	padding: 0.3em 1em;
}

#home-bottom .blue img {
	float: left;
	margin-right: 10px;
}

#home-bottom .blue h4 {
	margin-bottom: 0.5em;
	font-size: 120%;
}

/*-- FRONT PAGE END ----*/

/*-- RESULTS PAGE BEGIN ----*/

/*--- RESULTS PAGE END ----*/

/*--- RACE SELECTIONS BEGIN ------*/
ul.race-selection li {
	width: 62px;
	background-image: url(v2/images/race-button.png);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	height: 25px;
	margin-bottom: 3px;
}

ul.race-selection li.selected {
	background-image: url(v2/images/race-button-active.png);
}

ul.race-selection li.bet-type-available {
	background-image: url(v2/images/race-button-available.png);
}

ul.race-selection a {
	color: #fff;
	padding-left: 0.8em;
	padding-right: 0.1em;
	text-transform: uppercase;
	font-size: 85%;
	line-height: 25px;
	display: block;
	width: 100%;
	height: 25px;
}

ul.race-selection li.selected a,ul.race-selection li.bet-type-available a
	{
	color: #353536;
}

ul.race-selection div.addin .bonus {
    background-image: url("v2/images/toto-bonus.png");
}
ul.race-selection div.addin .jackpot {
    background-image: url("v2/images/jackpot.png");
}
ul.race-selection div.addin a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    display: table-cell;
    width: 21px;
}
ul.race-selection div.addin {
    left: -29px;
    position: relative;
    top: -25px;
    z-index: 0;
}
ul.race-selection div.addin.both {
    left: -59px;
}
ul.race-selection li a {
    position: relative;
    z-index: 1;
}

/*--- RACE SELECTIONS END ------*/
form.sign-in-form input[type='submit'],
input#signInPage {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}

a.raceLink {
	text-decoration: none;
	color: black;
}

.flag-box {
  height: 12px;
  padding-top: 3px;
  display: inline-block;
}

.flag-box .flag {
  background-size: 14px 10px;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  display: inline-block;
}

.flag-box .flag.AE {
  background-image: url("images/flags/ae.png");
}

.flag-box .flag.DE {
  background-image: url("images/flags/de.png");
}

.flag-box .flag.DK {
  background-image: url("images/flags/dk.png");
}

.flag-box .flag.FI {
  background-image: url("images/flags/fi.png");
}

.flag-box .flag.FR {
  background-image: url("images/flags/fr.png");
}

.flag-box .flag.GB {
  background-image: url("images/flags/gb.png");
}

.flag-box .flag.IE {
  background-image: url("images/flags/ie.png");
}

.flag-box .flag.NO {
  background-image: url("images/flags/no.png");
}

.flag-box .flag.SE {
  background-image: url("images/flags/se.png");
}

.flag-box .flag.US {
  background-image: url("images/flags/us.png");
}

.flag-box .flag.ZA {
  background-image: url("images/flags/za.png");
}

a span.normalText {
	font-weight: normal;
}

#registration-form .registrationForm {
	width: 100%;
}

#registration-form {
	float: left;
	width: 330px;
}

#registration-form .content-inner {
	padding: 10px;
}

#registration-form div.form_row {
	width: 100%;
}

form h4 {
	clear: both;
	padding-top: 1em;
}

#registration-agreement {
	float: left;
	margin-left: 10px;
	width: 590px;
}

#password-forgotten {
	float: left;
	width: 410px;
}

#password-lost {
	float: left;
	width: 320px;
	margin-left: 10px;
}
#password-lost .passWordGuide {
	line-height: 1.2em;
}
#registration-agreement .black .content-inner,#password-lost .black .content-inner
	{
	padding: 1em;
}

#registration-form li.feedbackPanelERROR {
	width: 308px;
}

#sign-in-panel {
	width: 560px;
}

#sign-in-panel a.button {
	width: 100px;
	margin-left: 10px;
}

#sign-in-panel a.button span {
	width: 95px;
}

#sign-in-panel #userLinks {
	clear: both;
	padding-top: 2em;
}

#customer-feedback-panel {
	width: 720px;
}

#username,#password {
	font-weight: normal;
}

/*-- pagination --*/
.box-paging-navigator {
	margin: 0 auto;
	text-align: center;
	min-height: 19px;
}

.paginationArrows,.navi,.navigation a, .navigation em, .navigationItem {
	font-weight: bold;
	color: #0D67B3;
}

.navigation em span {
	color: black;
}

#page-number,.navigation span span {
	padding-top: 0px;
}

#page-number em,.navigation em,.box-paging-navigator em {
	font-style: normal;
	font-weight: bold;
}

.paginationNumber,.navigation span span,div.box-paging-navigator span span
	{
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	text-align: center;
	margin-right: 2px;
	font-weight: normal;
}

em .paginationNumber,.navigation em span,.box-paging-navigator em span {
	background-image: url(v2/images/run-button-active.png);
}

a .paginationNumber,.navigation a span,.box-paging-navigator a span {
	background-image: url(v2/images/run-button.png);
	color: #fff;
}

.box-paging-navigator .navi {
	padding-right: 0.5em;
}

/*---- INFO PANEL -----*/
.info-panel {
	margin-left: 9px;
	margin-top: 0.5em;
}

.info-panel div.tab-row ul {
	margin-left: 6px;
}

.info-panel div.tab-row ul {
	font-weight: bold;
}

.info-panel .v4-probables div.tab-row,.below-coupon-panel .v4-probables div.tab-row
	{
	float: left;
	background-image: url(v2/images/box-header-black_left.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 526px;
}

.info-panel .v4-probables div.tab-row ul,.below-coupon-panel .v4-probables div.tab-row ul
	{
	background-image: url(v2/images/box-header-black_right.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 26px;
	margin-right: -8px;
}

.info-panel .v4-probables div.tab-row ul li,.below-coupon-panel .v4-probables div.tab-row ul li
	{
	background-color: transparent;
	line-height: 2.6em;
	padding: 0 1em;
	background-image: none;
	margin: 0;
}

.info-panel .v4-probables div.tab-row ul li.selected,.below-coupon-panel .v4-probables div.tab-row ul li.selected
	{
	background-color: transparent;
	background-image: none;
}

.info-panel .v4-probables div.tab-row ul li.tab0 a {
	border: none;
}

.info-panel .v4-probables div.tab-row ul li a {
	background-color: transparent;
	color: #b4b4b4;
	border: none;
	padding: 0;
	background-image: none;
	font-weight: bold;
}

.info-panel .v4-probables div.tab-row ul li.selected a {
	background-color: transparent;
	color: gold;
	text-decoration: none;
	background-image: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.info-panel table,.below-coupon-panel table {
	clear: both;
	width: 100%;
}

.info-panel .even,
.info-panel .even td,
.below-coupon-panel .even,
.below-coupon-panel .even td,
table.matrix tr.even,
table.matrix tr.even td{
	background-color: #fefefe;
}

.info-panel .odd,
.info-panel .odd td,
.below-coupon-panel .odd,
.below-coupon-panel .odd td ,
table.matrix tr.odd,
table.matrix tr.odd td {
	background-color: transparent;
}

.info-panel th,.below-coupon-panel th {
	background-color: #3a3a3a;
	color: #fff;
}

div.no-probables {
	color: black;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.pool-amounts-probables-total .left,.pool-amounts-probables-netpool .left
	{
	color: #1d2831;
}

.pool-amounts-probables-total .right,.pool-amounts-probables-netpool .right
	{
	color: #0057ab;
}

.info-panel div#weather-panel {
	padding: 10px;
}

.info-panel div#weather-panel div {
	background-color: white
}

.info-panel form.sijaCalculator,.info-panel form.troikkaForm {
	padding: 10px;
}
/*---- EO INFO PANEL -----*/

#sija-calculator table.matrix th:first-child {
	width: 3.0em;
}

#sija-calculator table.matrix th,
#sija-calculator table.matrix td{
	border: none;
}

#sija-calculator table.matrix th span,
#sija-calculator table.matrix td span{
	display: block;
	float: left;
	padding-left: 10px;
}

/*--- RUNNERS WITH CORRECT INFO --*/

#correct-todays-bets .header span,
#correct-todays-bets .single-row-main span,
#correct-todays-bets .group-row-main span,
#correct-todays-bets .single-row-detail span,
.ticket-info .single-row-detail span,
#correct-todays-bets .betfile-row-main span {
	display: inline-block;
	text-indent: 0;
    vertical-align: top;
}

#correct-todays-bets .single-row-detail .combination {
			min-width: 310px;
}

.ticket-info .single-row-detail .combination {
			min-width: 350px;
}

#correct-todays-bets .runners .bracket,
.ticket-info .runners .bracket {
	display: inline;
	background-color: inherit;
}
#correct-todays-bets .runners .correct,
.ticket-info .runners .correct {
	background-image: url(v2/images/runner-correct.png);
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
#correct-todays-bets .reserves > span,
.ticket-info .reserves > span {
    line-height: 16px;
    vertical-align: middle;
}
#correct-todays-bets .runners .scratched,
.ticket-info .runners .scratched {
	color: #cc0000;
}
#correct-todays-bets .runners .correct_if_selected,
.ticket-info .runners .correct_if_selected {
	background-image: url(v2/images/runner-correct-if.png);
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
	color: #222;
	text-align: center;
}
/*--- END OF RUNNERS WITH CORRECT INFO --*/


/*-- copy discarded tickets in ticket groups --*/
div.copyMultiDiscarded {
	padding: 10px 0 10px 0;
	text-align: center;
}

div.copyMultiDiscarded ul.feedbackPanel,
div.copyMultiDiscarded ul.feedbackPanel li,
div.copyMultiDiscarded ul.feedbackPanel li span {
	float: none;
}

div.copyMultiDiscarded ul.feedbackPanel li span {
	display: inline-block;
}

div.copyMultiDiscarded ul.feedbackPanel li span.end-part,
div.copyMultiDiscarded .wicket-ajax-indicator {
	vertical-align: top;
}
/*-- END OF copy discarded tickets in ticket groups --*/

#ajax-loader {
    background: transparent;
    /* background: rgba(0, 0, 0, 0.2); */
    /*background: rgba(0, 0, 0, 0);*/
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

#ajax-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

/* -- Marketing lists -- */
.marketing-lists {
    padding-left: 30px;
}
/* -- Marketing lists end -- */
