#standingsViewer_table {
	border:1px solid #000000;
	font: 11px/110% arial, sans-serif;
	padding:0px;
	margin: 0px;
	text-align:left;
}

#standingsViewer_table .divRow {
	color:#363636;
	font-weight:bold;
	background-color:#4aa6e0;
	border-bottom:1px solid #363636;
}

#standingsViewer_table .titleRow {
	color:#363636;
	background-color:#b3c6d8;
	font-weight:bold;
	padding-left:4px;
}

#standingsViewer_table .dataRow {
	vertical-align:top;
	background-color:#FFF;
	padding-left:4px;
	border-bottom:1px solid #ccc;
}

#standingsViewer_table .dataRow {
	vertical-align:top;
	background-color:#FFF;
	border-bottom:1px solid #333;
}

#standingsViewer_table .evenRow {
	background-color:#d0d0d0;
}

#standingsViewer_table .rightCell {
	text-align:right;
}
