/** div.sitable - Standings table - BEGIN **/


div.sitable table tr.odd,
div.sifixtures table tr.odd,
div.siresults table tr.odd {
	background-color: #F1F1F1;
}

div.sitable .wpsi_tb_con,
div.sifixtures .wpsi_tb_con,
div.siresults .wpsi_tb_con {
	font-size:10px;
	text-decoration:none;
	color:inherit;
	white-space:normal;
}
div.sitable .wpsi_tb_con a,
div.sifixtures .wpsi_tb_con a,
div.siresults .wpsi_tb_con a {
	font-size: inherit;
	text-decoration:none;
	color:inherit;
	font-weight:inherit;
}

div.sitable {
	font-size: 12px;
	line-height: 20px;
	width: 320px;
	color: #444 !important;
}
div.sitable.siwidget {
	width: auto;
}
div.sitable table {
	border: none;
	border-spacing: 0px !important;
	width: 100%;
	border-color: transparent !important;
}
div.sitable table thead th,
div.sitable table tbody td {
	padding:2px;
	text-align:center;
	color: #444 !important;
}
div.sitable table thead th.team,
div.sitable table tbody td.team {
	text-align:left;
}
div.sitable table tbody td.rank {
	padding-right:4px;
	text-align:right;
}

div.sitable table thead,
div.sitable table thead th {
	background-color: #DDD;
}
div.sitable table tr.highlight {
	background-color: #EEE;
	font-weight: bold;
}

/** div.sitable - Standings table - END **/


/** div.sitable - Fixtures table - BEGIN **/

div.sifixtures {
	font-size: 12px;
	line-height: 20px;
	float:left;
	width: 320px;
	color: #444 !important;
}
div.sifixtures.siwidget {
	float:none;
	width: auto;
}
div.sifixtures table {
	border: none;
	border-spacing: 0px !important;
	width: 100%;
	border-color: transparent !imp