/**
 * _forWebParser.css
 * by Julius_Davies@inovera.ca
 * February 19th, 2002
 *
 * Assortment of arbitrary and random stylesheet rules that seemed
 * convenient at the time.
 */

hr { color: green; } 
h1 { color: red; font-size: 105%; margin: 0; padding: 0; }
h2 { color: black; font-size: 105%; margin: 0; padding: 0; } 
form { margin: 0; padding: 0; }
pre { margin: 0; padding: 0; }
dt { font-weight: bold; }
span.bytes { }
span.parsedData { color: green; }
span.unparsedData { color: red; }
a { color: blue; }
a.bytes { text-decoration: none; color: black; }
a.bytes:hover { text-decoration: underline; color: blue; }
a.special { text-decoration: none; color: black; }
div.info { display: none; }
th { border-bottom: 1px solid green;  border-right: 1px solid green; text-align: left; font-size: 90%; padding-left: 5px; padding-right: 5px; }
th.pcode_description { border-right: 0; }
tr.res td { padding-bottom: 15px; vertical-align: top; font-size: 85%; }
tr.req { font-size: 85%; }
tr.err { font-size: 85%; }
tr { margin: 0; }
td { border-right: 1px solid green; padding-left: 5px; padding-right: 5px; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
td.r { color: red ! important; }
td.b { color: brown ! important; }
td.end { border-right: 0; }
td.rEnd { color: red ! important; border-right: 0; }
td.bEnd { color: brown ! important; border-right: 0; }

