div.oddc {
    padding: 5px;
}
table.odds { /*CSS for pop up hint box */
	width:300px;
	border-collapse:collapse;
	border: none;
}
table.odds td{ /*CSS for pop up hint box */
	background: none repeat scroll 0 0 #F9F9F9;
    border: none;
    line-height: 20px;
    padding: 0px;
}

img.padleft {
    padding: 3px 3px 3px 5px;
}
table.odds td.bestodd {
    background-color: #dedede;
}

table.odds th{ /*CSS for pop up hint box */
	background: none repeat scroll 0 0 #F3F3F3;
	border: none;
    line-height: 20px;
    padding: 0 10px;
	text-align:center;
	font-weight:bold;
}

.odds h6{ /*CSS for pop up hint box */
	width:300px;
	height: 21px; 
	line-height: 21px; 
	background: #feda73 url('../images/background_title.jpg') repeat-x left bottom; 
	border-top: 1px solid #edb14a; 
	border-bottom: 1px solid #cf9431; 
	color: #a7060a; 
	font-size: 10px; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align: center; 
	margin: 10px 0 0 0; 
}

.odds p{ /*CSS for pop up hint box */
	background: #fff;
	border: 1px solid #edb14a; 
	border-bottom: 1px solid #cf9431; 
	color: #000; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: left; 
	margin: 5px 0 0 0; 
}