/* General styles that only make sense in this document */

/* No meaning has been found amongst these particular bits */

p.unknown, span.unknown, table tr 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 */
tt.function { color: blue; }
tt.function:after { content: url(extern-link.png); }
tt.function:hover { color: white; background-color: blue; cursor: url(win32-api.cur), pointer; }
span.type { color: blue; }
span.type:after { content: url(extern-link.png); }
span.type: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); }
