#tocDetail {
}

#tocDetail .header{
	text-align: left;
	padding-bottom: 1em;
}

#tocDetail .header a,
#tocDetail .header a:link,
#tocDetail .header a:hover,
#tocDetail .header a:active,
#tocDetail .header a:visited {
	text-decoration: none;
}

#tocDetail tr {
	background-color: White;
}

#tocDetail tr:nth-child(2n) {
	background-color: #eee;
}
