@charset "utf-8";
/* CSS Document */
.Calculator_begin {
	margin: auto;
	background: #FFF;/*overflow:hidden;*/
}
#mainTbl span.oddsItem {
	display: inline-block;
	width: 19%;
	height: 38px;
	cursor: pointer;
	font-family: Verdana, Arial Unicode MS;
	font-size: 12px;
	text-align: center;
	margin: 1% 0 1% 1%;
}
#mainTbl span.oddsItem div {
	color: #f84a4a;
	font-size: 14px;
	font-weight: bold;
	font-style: italic
}
#mainTbl span.oddsClk {
	background-color: #f84a4a;
	;
	color: #ffffff;
}
#mainTbl span.oddsClk div {
	color: #ffffff;
}
#mainTbl span.oddsEffect {
	background-image: none;
	font-weight: normal;
	font-size: 12px;
}
#mainTbl span.folderTd {
	display: inline-block;
	width: 18px;
	font-size: 16px;
	cursor: pointer;
	margin: 2px;
}
#mainTbl table.crsOdds {
}
#mainTbl table.crsOdds td {
	border-right: none;
}
#mainTbl a.crsClearAll {
	float: right;
	height: 38px;
	line-height: 38px;
	color: Red;
	cursor: pointer;
}
#openCrsAll {
	cursor: pointer;
}
#mainTbl .listTr td {
	/*font-weight: 300;*/
}
.matchSelected div {
	padding-bottom: 0;
	padding-right: 5px;
}

