﻿/* HotBets.css
   Styly pro HotBets kontrolku
*/

.hotBets
{
	
}

/* odsazeni hotbets */
.hotBets .hotBets-box
{
	padding: 6px 39px 6px 28px;
}

body.wider .hotBets .hotBets-box
{
	padding: 6px 20px 6px 20px;
}

/* tabulka */
.hotBets .hotBets-box table
{
	border-collapse: collapse;
}

.hotBets .hotBets-box table tr td
{
	border-bottom: solid 1px #D9DFE8;
}

.hotBets .hotBets-box table tr.second
{
	background-color: #F2F6F8;
}

/* bunky tabulky */
body.wider .hotBets .hotBets-box table
{
	width: 100%;
}

.hotBets .hotBets-box table td.check
{
	width: 24px;
	padding: 9px 12px 9px 12px;
	text-align: left;
	vertical-align: top;
}

.hotBets .hotBets-box table td.check .checkbox
{
	cursor: pointer;
}

.hotBets .hotBets-box table td.match
{
	width: 280px;
	padding: 9px 12px 9px 12px;
}

body.wider .hotBets .hotBets-box table td.match
{
	width: auto;
}

.hotBets .hotBets-box table td.match div.matchDesc
{
	color: #D51126;
	font-weight: bold;
}

.hotBets .hotBets-box table td.countDown
{
	width: 60px;
	padding: 9px 12px 9px 12px;
	text-align: right;
	vertical-align: top;
}

.hotBets .controlpanel
{
	margin-top: -22px;
	margin-right: 20px;
	text-align: right;
}

.hotBets .controlpanel a
{
	margin: 0 2px;
}

/* tabulka kurzu */
.hotBets .hotBets-box .ratesTable
{
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}

.hotBets .hotBets-box .ratesTable tr td
{
	padding: 3px 0;
	font-weight: bold;
	color: #000;
	border-right: 3px solid #fff;
	border-top-width: 0;
	border-bottom: 1px solid #fff;
	border-left-width: 0;
	vertical-align: top;
	width: 16.66%;
}

.hotBets .hotBets-box table tr.second .ratesTable tr td
{
	border-right: 3px solid #F2F6F8;
	border-bottom: 1px solid #F2F6F8;
}

.hotBets .ratesTable td.rate
{
	background-color: #8EA7C6;
	cursor: pointer;
}

.hotBets .ratesTable td.rateSelected,
.hotBets .ratesTable td.rateHover,
.hotBets .ratesTable td.rateSelectedHover
{
	background-color: #D61021;
	cursor: pointer;
}

/* bunky tabulky kurzu*/
.hotBets .ratesTable .tipAndRate
{
	margin: 0 3px;
}

.hotBets .ratesTable .tipAndRate .tip
{
	float: none;
	color: #FFF;
	padding-right: 2px;
}

.hotBets .ratesTable .horizontal .tip
{
	float: left;
}

.hotBets .ratesTable .tipAndRate .tipRate
{
	float: none;
}

.hotBets .ratesTable .horizontal .tipRate
{
	float: right;
}
