.highlights_table {
	margin: 0;
	width: 100%;
}

.highlights_table table tr:first-child  {
	color:#B2DFFF;
	height:10px;
}
.highlights_table table tr:first-child strong  {
	font-weight:normal;
	font-size:10px;
}
.highlights_table td {
	position:relative;
}
:root *> .highlights_table tr td b {
	display:block;
	position:relative;
}
.highlights_table tr td b img {
	position:absolute;
	top:5px;
	right:4px;

	}

.highlights_header {
	border-style: none;
	color: #B2DFFF;
	font-weight:bold;
	text-align: left;
	padding:5px 10px;
	text-align: left;
	background-image:url(../images/newimages/backgr_title.png);
}


.highlights_row_mouse_over {
	background-color: #fbd76f;
}

.highlights_row_normal {
	background-color: #88aedb;
}

.subMenuBack { 
	text-align:right;
}

.subMenuBack a {
	color: #ffffff;
}
table.highlights_table tr.results_bg1 td span.ev_start_future, table.highlights_table tr.results_bg2 td span.ev_start_future, table.highlights_table tr.ddEventHighlight td span.ev_start_future {
	display:inline-block;
	background-image: url(../images/newimages/backgr_date.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	color:#FFF;
	width:40px;
	text-decoration: none;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:1px;
	}
table.highlights_table tr.bir_past_bg1 td span.ev_start_future, table.highlights_table tr.bir_past_bg2 td span.ev_start_future, table tr.bir_past_bg1 td span.ev_start_soon, table tr.bir_past_bg2 td span.ev_start_soon {
	display:inline-block;
	background-image: url(../images/newimages/backgr_livebet.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	width:40px;
	text-decoration: none;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:1px;
}
table.highlights_table tr td span.ev_start_soon {
	display:inline-block;
	background-image: url(../images/newimages/backgr_date.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	color:#FC0;
	width:40px;
	text-decoration: none;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:1px;
	}
table.highlights_table tr td span.ev_start_future br, table.highlights_table tr td span.ev_start_soon br {
	margin-bottom:5px;}

