/* Tables */

table.bugged thead tr th {
	text-align: center;
}

table.bugged thead tr td {
	border: 1px dotted #CCC;
/*
	border-top: none;
	border-left: none;
*/
	padding: 5px;
}

table.bugged td p {
	text-indent: 0;
}

table.bugged thead tr th {
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	vertical-align: bottom;
}
table.bugged thead th h2 {
	margin: 10px;
}
table.bugged tbody th {
	border: 1px solid green;
}

.noborder { border: none; }

td { vertical-align: top; 
border: 1px dotted gray;}

td, th { padding: 1em; }

/* For headers */
tbody tr th, th[scope=row]
{
	font-family: "Lucida Grande", "News Gothic MT", "Lucida Console", "Lucida Bright", "Gill Sans", Univers, "Univers 55", "Bitstream Vera Sans";
	font-weight: normal;
	font-size: 95%;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

thead tr th
{
	text-align: center;
	vertical-align: bottom;
}


.data
{
	border-bottom: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	vertical-align: top;
	text-align: left;
	padding: 0 0.5em 0 0.5em;
}


/* Lists inside cells */

td ol, td ul, td dl { margin-left: 0.35em; padding-left: 0.35em;}
td ol li, td ul li { margin-left: 0.35em; padding-left: 0.35em;}
