/*
	Name: menux.css
*/

#menux {
	margin: 0px;
	padding: 0px;
}
#menux h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16pt;
	text-align: center;
	font-style: italic;
}

#menux #browse {
	margin: 0px;
	padding: 0px;
}
#menux #browse table {
	width: 100%;
	border-collapse: collapse;
}

#menux #browse tr > :first-child {
	width: auto;
}
#menux #browse tr > :nth-child(2), #menux #browse tr > :nth-child(3), #menux #browse tr > :nth-child(4) {
	text-align: center;
	width: 50px;
}
#menux #browse h2, #menux #browse h3 {
	font-size: 12pt;
	font-style: italic;
	margin-bottom: 5pt;
}
#menux #browse tr {
	font-size: 9pt;
}
#menux #browse td.Act {
	padding-left: 10pt;
}
#menux #browse td.YrByYr {
	padding-left: 10pt;
	font-style: italic;
}
#menux #browse td.Sub {
	padding-left: 20pt;
}


#menux #footnote {
	margin: 0px;
	padding: 0px;
}
#menux #footnote table {
	width: 100%;
	border-collapse: collapse;
}
#menux #footnote tr {
	vertical-align: top;
	font-size: 9pt;
}
#menux #footnote tr > :first-child {
	width: 90px;
}
#menux #footnote tr > :nth-child(2) {
	width: auto;
}

#menux #footnote th {
	font-weight: bold;
	padding-left: 10pt;
	padding-bottom: 3pt;
	text-align: left;
	text-decoration: underline;
}
