/* styles for article on accessible PDF tables  */

div#main_content table.simple-table td,
div#main_content table.simple-table th,
div#main_content table.complex-table th,
div#main_content table.complex-table td {
	text-align			: center;
}

div#main_content table.complex-table th {
	text-align			: center;
	vertical-align		: bottom;
}

div#main_content div.pseudo-table	{
	border				: 1px solid #606060;
	margin-bottom		: 2em;
	margin-top			: 0.4em;
}

div#main_content div.pseudo-table	p {
	padding-left		: 1.8em;
	margin-bottom		: 0;
	background-color	: #e0e0e0;
}

div#main_content div.pseudo-table p.pseudo-th	{
	background-color	: #777777;
	color				: #ffffff;
}

div#main_content table.text-table th,
div#main_content table.text-table td {
	text-align			: left;
	padding-left		: 1em;
}

div#main_content div.attributes {
	width				: 410px;
	margin				: 2em auto;
}

/* end of styles for article on accessible PDF tables  */



