/*
 * glossary.css
 *
 * Style sheet for the Cosmic Ledger website
 *
 * Copyright (c) 2005&ndash;2009 Magnus Olsson
 *
 * This style sheet is copyrighted, but you are allowed to borrow
 * from it and even copy it so long as you give proper credit and
 * provide a link back to this site.
 */

#loc li * { font-weight: normal }

#content dt {
font-weight: bold;
margin: 1em auto;
}

#content dd {
padding: 0;
margin: 1em 3em;
}

#content dd ol {
padding: 0;
margin: 0;
}

#content dd ol ol,
#content dd ol.sub
{
padding: 0 2em;
margin: 0;
}

#content * p {
text-align: left;
margin: 1em 0 0;
}

#content .feedback p {
text-align: center;
margin: 1em;
}

#content .volatile {
background: transparent;
color: #666;
}

#content .updated {
background: #ccc;
color: #c63;
}

/*
Long definition lists
*/

.flexbar dl.series dd,
.flexbar dl.subjects dd
{
line-height: 1.7em;
text-align: center;
padding: 0;
margin: 0;
overflow: hidden;
}

* html .flexbar dl.series dd,
* html .flexbar dl.subjects dd
{
line-height: 1.3em
}  /* IE */

.flexbar dl.series ul,
.flexbar dl.subjects ul {
padding: 5px 7px;
border-style: solid;
border-width: 1px;
}

.flexbar dl.series ul *,
.flexbar dl.subjects ul *
{
display: inline;
padding: 0px;
margin: 0;
}

.flexbar dl.series li *,
.flexbar dl.subjects li * {
display: inline-block;
width: 1em;
letter-spacing: 0;
text-align: center;
padding: 0px 4px;
margin: 0;
}

.flexbar dl.series li span {
background: #ffc;
border-style: solid;
border-width: 1px;
border-color: #4f0000 #ff0000 #ff0000 #4f0000;
border-color: #cc4411 #ff9933 #ff9933 #cc4411;
}


