#offertable {
	width: 100%;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
}

.offertable_clear {
	clear:right;
}

.offertable_contest {
	float: left;
	display: table;
	width:100%;
}

div.offertable_contest_title {
	padding:6px;
	padding-left:35px;
	font-weight: bold;
	text-align: left;
	height:14px;
	/*overflow:hidden;*/
	background: #000000 url(../../images/modules/offer_table/bg_league2.gif) no-repeat scroll left top;
}

html>body div.offertable_contest_title {
	padding:6px;
	padding-left:35px;
	font-weight: bold;
	text-align: left;
	height:none;
	overflow:hidden;
	background: #000000 url(../../images/modules/offer_table/bg_league2.gif) no-repeat scroll left top;
}

span.offertable_contest_title {
	position: relative;
	float: left;
}

span.offertable_contest_title_comment {
	position: relative;
	float: left;
}

div.offertable_contest_minmax {
	width: 24px;
	height: 12px;
	display: block;
	background: url(../../images/modules/offer_table/btn_minmax.gif) no-repeat scroll left -12px;
	cursor: pointer;
	position: relative;
	float: right;
	right: 10px;
}

div.offertable_contest_minmax_min {
	width: 24px;
	height: 12px;
	display: block;
	background: url(../../images/modules/offer_table/btn_minmax.gif) no-repeat scroll left top;
	cursor: pointer;
	position: relative;
	float: right;
	right: 10px;
}

.offertable_bettypeselector {
	background: #D3D7CF;
	display: table;
	width:100%;
}

.offertable_bettypeselector_inside {
	display: table;
	width:100%;
	margin: 7px;
}

.offertable_bettypebox {
	float:left;
	width: 33%;
}

a.offertable_bettype {
	color: black;
}

a.offertable_bettype:hover {
	color: red;
	text-decoration: underline;
}

div.offertable_bettypes {
	width: 100%;
	display: block;
}

.offertable_bettype {
	width: 100%;
	color: black;
}

.offertable_bettype_results {
	height: 20px;
	background: #E3E7DF;
}

.offertable_bettype_result {
	width: 37px;
	text-align: center;
	color: black;
	font-weight: bold;
}

.offertable_bettype_result_rest {
	/*width:100%;*/
	color: black;
	font-weight: bold;
	padding-left: 7px;
}

.offertable_bettype_result_rest_comment {
	font-size: 9px;
	font-weight: normal;
	margin-left: 10px;
}

.offertable_bettype_result_clear {
	clear: both;
}

div.offertable_bets {
	color: black;
}

.offertable_bets table {
	color: black;
}

.offertable_bet {
	border-bottom: 1px solid #FFFFFE;
}

.hover {
	background: #EEEEFF;
	border-bottom: 1px solid #CCCCCC;
}

.offertable_bet_rate_none {
	width: 37px;
	height: 22px;
	line-height: 19px;
}

.offertable_bet_rate {
	cursor:pointer;
	color: black;
	width: 37px;
	height: 22px;
	text-align: center;
	background-image: url('../../images/modules/offer_table/kvo.gif');
	background-repeat: no-repeat;
	/*border-style: inset;*/
	border: 0px 0px 1px 0px solid #BBBBBB;
	vertical-align: top;
	line-height: 19px;
}

.mo {
	text-decoration: underline;
	color: #cc0000;
}

.bet_selected {
	background-position-y: -120px;
	background-position: 0 -120px;
	color: white;
}

.bet_remove {
	background-position-y: -120px;
	background-position: 0 -120px;
	color: white;
	text-decoration: underline;
}

div.offertable_bet_left {
	color: black;
}

span.offertable_bet_competitors {

}

span.offertable_bet_code {
	width: 25x;
}

span.offertable_bet_start {
	width: 60px;
	font-size: 9px;
	margin-left: 3px;
}

span.offertable_bet_competitors {
	margin-left: 3px;
}

span.offertable_bet_comment {
	font-size: 9px;
	padding-left: 10px;
	margin-left: 3px;
}

div.offertable_loader {
	background: url(../../images/loader3.gif) no-repeat top center;
	color: black;
	padding-top: 30px;
	text-align: center;
}