/* -------------------------------------------------------------------- */
/*                                                                      */
/*	minimal default rules for tables   				*/
/*	(for import into content.css & db.css)   			*/
/*                                                                      */
/* -------------------------------------------------------------------- */

thead th
{
	border-left: 1px solid #fff;		/* should this be with basic rules in content.css (and should those rules be there?? - prob yes...) */
	background-color: #747474;		/* default in content.css ?? */
	font-weight: bold;			/* default in content.css ?? */
	color: #fff;				/* default in content.css ?? */
	padding: 2px 5px 2px 2px;
}
thead th.first
{
	border-left: 1px solid #747474;		/* use this to hide l/h white seperator if necessary */
}
tbody th
{
	text-align: right;
	font-weight: normal;
	background-color: #E4E4E4;
	white-space: nowrap;
	padding: 3px 3px 3px 10px;
}
td
{
	padding: 2px 5px 2px 2px;
}