/** Tabular data presentation */

table.data
{
	background-color:#333333;
	border:dashed 1px #003333;
}
table.data th
{
	background-color:#3d1515;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
table.data tr td
{
	/* background-color:#663333; */
	/** Control with tr repetetions */
	
}


/**
Extra hack fixes
*/
.b
{
	font-weight:bold;
}
table.data tr td.l
{
	text-align:left;
}
table.data tr td.r
{
	text-align:right;
}
/** Otherwise, by default, they are the numbers */
table.data tr td
{
	text-align:right;
}

table.data tr.Y
{
	background-color:#812828;
}
table.data tr.N
{
	background-color:#6e2323;
}
