TABLE#apps {
	table-layout: fixed;
	border: 1px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	width: 575px;
}

/* Define the look of the Header line */
TABLE#apps TH {
	border-top: #ccf 1px solid;
	border-left: #ccf 1px solid;
	border-bottom: #336 1px solid;
	border-right: #336 1px solid;
	background: #559;
	color: #ee3;
	font-weight: normal;
}

/* Common attributes for the body of the table */
TABLE#apps TR TD {
	padding: 2px;
	text-align: center;
}

/* Define table cells for grey rows */
TABLE#apps TR.grey TD {
	border-top: #88a 1px solid;
	border-left: #88a 1px solid;
	border-bottom: #00a 1px solid;
	border-right: #00a 1px solid;
	background: #66c;
	color: #dd8;
	text-align: center;
}

TABLE#apps TR.white TD {
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	background: #fff;
	color: #000;
	text-align: center;
}

TABLE#apps TR TD A {
	text-decoration: underline;
}

TABLE#apps TR TD.goal {
	border-top: #bbf 1px solid;
	border-left: #bbf 1px solid;
	border-bottom: #77d 1px solid;
	border-right: #77d 1px solid;
	background: #99f;
	color: #440;
}
