@namespace h url(http://www.w3.org/1999/xhtml);
@namespace a url(http://www.richdoughty.net/NS/api);

h|div[id=index] {
 background-color: #000;
 padding: 2px;
 font: normal 10px/12px tahoma, sans-serif;
 text-align: center;
 -moz-border-radius: 8px;
}
h|div[id=index] > h|a {
 color: #DDF;
 padding: 0px 2px;
}
h|a {
 color: inherit;
 text-decoration: inherit;
}
h|a:hover {
 text-decoration: underline;
}


a|api {
 display: block;
 margin: 4px;
 font: normal 10px/12px tahoma, sans-serif;
 color: #000;
 background-color: #FFF;
}
a|title {
 display: block;
 padding: 4px;
 font: bold 11px verdana, sans-serif;
}
a|name {
 display: block;
 text-align: right;
 border-bottom: solid 1px #555;
 padding: 0px 4px 2px 4px;
 margin-bottom: 2px;
 color: #66F;
 font-weight: bold;
 font-family: verdana, sans-serif;
}
a|interface, a|exception, a|typedef {
 display: block;
 border: solid 1px #555;
 margin-bottom: 10px;
 padding: 2px 4px;
}
a|interface {
 background-color: #EEF;
}
a|exception {
 background-color: #FEE;
}
a|typedef {
 background-color: #EFE;
}

a|attribute, a|method, a|group {
 display: list-item;
 margin-left: 14px;
}
a|group {
 list-style-type: disc;
 color: #88F;
}
a|attribute {
 list-style-type: circle;
 color: #66F;
}
a|method {
 list-style-type: square;
 color: #44F;
}
