/* General styles that only make sense in this document */

/* No meaning has been found amongst these particular bits */

.unknown, td.unknown, tr.unknown td {
	background-color: rgb(255,200,200);
}


/* Table of contents */

.toc-chapters { list-style-type: decimal; }
.toc-appendices { list-style-type: upper-alpha; }
.toc-other { list-style: none; }


/* For links to stuff in the hhp spec */

.hhp-section { color: green; }
.hhp-section:hover { color: white; background-color: green; cursor: url(hhp.cur), pointer; }

.hhp--options { color: orange; }
.hhp--options:hover { color: white; background-color: orange; cursor: url(hhp.cur), pointer; }

/* For links to stuff in the itsf spec

.itsf- { color: ; }
.itsf-:hover { color: white; background-color: ; cursor: url(itsf.cur), pointer; }

/* For links to the Win32 API */

.Win32-API { color: blue; }
a.Win32-API:after { content: url(extern-link.png); }
.Win32-API:hover { color: white; background-color: blue; cursor: url(win32-api.cur), pointer; }

a.extern-link:after { content: url(extern-link.png); }
a.extern-link-diff:after { content: url(extern-link.png); }
a.mailto-link:after { content: url(mailto-link.png); }
