.blockWorldCup
{
	background: #CFF09E url(/cocoon/setimes/graphics/icons/WorldCupbk.jpg) top left repeat-x;
	border:  solid #888 1px;
	margin-bottom:  4px;
	padding:  2px;
}

.blockWorldCupGallery
{
	background: #CFF09E url(/cocoon/setimes/graphics/icons/WorldCupbk.jpg) top left repeat-x;
	border:  solid #888 1px;
	margin-bottom:  4px;
	text-align: center;
}

.blockWorldCupScores
{
	background: #CFF09E url(/cocoon/setimes/graphics/icons/WorldCupbk.jpg) top left repeat-x;
	border:  solid #888 1px;
	margin-bottom:  4px;
}

.blockWorldCup h1
{
	background: transparent;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 45px;
	font-size: 1.4em;
	color: #104882;
}

.blockWorldCupScores h1, .blockWorldCupGallery h1
{
	background: transparent;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 1.4em;
	color: #104882;
}

.blockWorldCup table, .blockWorldCupScores table {
	border-collapse: collapse;
	display: table;
	border: none;
	background: #fff;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #000 solid;
}

.blockWorldCup th, .blockWorldCupScores th {
	background: #cfe1ff;
	color: #000;
	font-size: .9em;
}

.blockWorldCup td, .blockWorldCupScores td {
	background: #fff;
	color: #000;
	margin-bottom: 0;
	border: solid 1px #333;
}

.blockWorldCup tr.true td.score, .blockWorldCupScores tr.true td.score
{
	width: 19px;
	height: 19px;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	background-color: #C90;
}

.blockWorldCup tr.false td.score, .blockWorldCupScores tr.false td.score
{
	width: 19px;
	height: 19px;
	color: #222;
	font-size: 1.4em;
	text-align: center;
/*
	background-color: #C90;
*/
}

.blockWorldCup tr.today td.score, .blockWorldCupScores tr.today td.score
{
	width: 19px;
	height: 19px;
	color: #222;
	font-size: 1.4em;
	text-align: center;
/*
	background-color: #C90;
*/
}

.blockWorldCupScores tr.todayfinished td.score
{
	width: 19px;
	height: 19px;
	color: #222;
	font-size: 1.4em;
	text-align: center;
	background-color: #C90;
}

.blockWorldCup td.teamleft, .blockWorldCupScores td.teamleft {
	text-align: right;
	padding-right: 4px;
}

.blockWorldCup td.teamright, .blockWorldCupScores td.teamright {

}

table.wcgallery {
        margin: auto;
        background-color: #CFF09E;
}

tr.wcgroup td { background-color: #225B92;color: #fff; }

tr.false td { background-color: #E9EED4; }

tr.true td { background-color: #EEC22C; }

tr.today td, tr.todayfinished td { background-color: #FF0; }

tr.wcdate td { background-color: #6C3; }

div.wclink {
	text-align: right;
}

a.wclink 
{
	font-size: 1.1em;
}
p.continue {
	text-align: right;
	padding: 0;
	margin: 0;
	padding-right: 4px;
	font-size: .9em;
}
img.wc {
	float: left;
	margin-top:  1px;
	margin-left: 1px;
}

