/* additional CSS for Fxp.co.il */
img
{
	max-width: 960px;
	max-height: 960px;
}

/* world cup games */
.flag
{
	vertical-align: bottom;
	border: 1px #e5e5e5 solid;
	width: 13px;
	height: 9px;
	margin: 0px 1px 0px 1px;
}
.team_r
{
	font: 12px verdana;
	float: right;
	width: 47%;
}
.team_l
{
	font: 12px verdana;
	float: right;
	width: 47%;
	text-align: left;
}
.vs_time
{
	vertical-align: bottom;
	font: 11px verdana;
	color: #2f4d60;
	text-align: center;
}

/* top posters */
.tp_tbl
{
	vertical-align: bottom;
	border-bottom: 1px #e5e5e5 solid;
	width: 100%;
	/*height: 9px;*/
	margin: 1px;
border-collapse: separate;
border-spacing: 2px;
}
.tp_titles
{
	vertical-align: bottom;
	font: 11px verdana;
	font-weight:bold;
	color: #2f4d60;
	text-align: center;
	/*background:#dbff6d;*/
	border-bottom: 2px #e5e5e5 solid;
}
.tp_name
{
	vertical-align: bottom;
	font: 11px verdana;
	color: #2f4d60;
	text-align: center;
	width:73%;
}
.tp_number
{
	vertical-align: bottom;
	font: 11px verdana;
	color: #2f4d60;
	text-align: center;
	width:9%;
}
.tp_score
{
	vertical-align: bottom;
	font: 11px verdana;
	color: #2f4d60;
	text-align: center;
	width:18%;
}
#tp_1
{
	background:#FFEC8B url(http://images.fxp.co.il/images3/gold.png);
}
#tp_2
{
	background:#E6E8FA url(http://images.fxp.co.il/images3/silver.png);
}
#tp_3
{
	background:#aa956e url(http://images.fxp.co.il/images3/bronze.png);
}



