/*
body {
	background: url(../../images/Designs/General/main_bg_grey.jpg) repeat-x top left;
}

#header {
	background: url(../../images/Designs/General/header_original_green.gif) no-repeat top;
}

#content {
	background: url(../../images/Designs/General/content_original_green.gif) repeat-y 50% 0;
}

#main fieldset {
	background: #fff url(../../images/Designs/General/score_fade.jpg) repeat-x top left;
}

#footer {
	background: url(../../images/Designs/General/footer_original_green.gif) no-repeat bottom;
}
*/

#main table {
	border: 4px solid #090;
}

#main table th {
	background: #7DC56B;
	color: #fff;
}

#main table td {
	color: #333;
	border-bottom: 2px solid #7DC56B;
}

#main table tr.odd td {
	background: #fff;
}

#main table tr.even td {
	background: #DFF1DA;
}

#main table tr.champ td {
	background: #FFFF66;
}

#main table tr.relegate td {
	background: #ddd;
}
