@charset "utf-8";
/* CSS Document */

.picks {
	border-bottom:#fff 3px solid;
	border-collapse:collapse;
	background-color:#E5E3E4;
	height:28px;
	font-size:11px;
}
.picks2 {
	border-bottom:#fff 3px solid;
	border-collapse:collapse;
	background-color:#E5E3E4;
	height:27px;
}
.picks th{
	background-color:#fff;
	color:#68C4F3;
	font-weight:bold;
	height:27px;
}
.picksth{
	background:url(../images/head_menuline_back.gif) bottom repeat-x;
	border-bottom:#fff 2px solid;
	color:#68C4F3;
	font-weight:bold;
	
}
.won {
	color:#009900;
	font-weight:bold;
}
.lost {
	color:#CC0000;
	font-weight:bold;
}
.draw {
	color:#0000DD;
	font-weight:bold;
}
.dash{
	width:1px;
	height:27px;
	border-collapse:collapse;
	border-bottom:#fff 3px solid;
	margin:0;
	padding:0;
	background:url(../images/icons/table_dash.gif) center repeat-y;
}