// CSS for encoding tool
// Copyright 2005 Artific Consulting / Artific Industries
// 
body {background:white;color:black;}
body p {font:normal small sans-serif;width:80%;left:20%;position:relative;}
body h1 {position:relative;left:20%;padding-top:0;margin-top:0;margin-bottom:0;}
body h1 + p {margin-top:0;padding-top:0;}
table#encodingtable {font:normal small sans-serif;position:relative;left:20%;}
table#encodingtable th:first-child {border-right:solid 1pt black;}
table#encodingtable tr:first-child th {border-bottom: solid 1pt black;}
table#encodingtable td {text-align:center;vertical-align:middle;}
table#encodingtable tr.rowodd {background:#55ff55;}
table#encodingtable col:hover {background:black;color:white;}
div.nav {position:absolute;top:0;left:0;width:15%;font:normal small "Lucida Sans Unicode",sans-serif;}
ul.nav li {list-style-type:none;}
p.warn {display:block;border:solid 1pt black;background:yellow;}
table#encodingtable td.glyph {font:normal small/100% "Lucida Sans Unicode",sans-serif;}
table#encodingtable td.entity {font:normal xx-small/100% "Lucida Sans Unicode",sans-serif;}
