q { quotes: '\201C' '\201D' }
body { 
    font-family: "Georgia",sans-serif;
    background-image: url("img/background.png");
}
p.bottomwhitespace {
    padding-bottom: 1000px;
    visibility: hidden;
}
@media print {
    .bottomwhitespace {
        display: none;
    }
}
p {margin: 0 0 6pt 0;}
h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-family: verdana;
}
.tight {
    margin: 0 0 0 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 6pt;
}
ul.tight, ol.tight {
    margin-left: 1em;
}
.IndexGroup {
    text-align: right;
    font-family: verdana;
    background: silver;
}

.super {
    vertical-align: super;
    position: relative;
    font-size: xx-small;
}
td, td.reference {
    border: thin inset;
    vertical-align: text-top;
}

p.question, span.question, .question {
    font-style: italic;
    color: blue;
}
td.inherited {
    font-style: italic;
    color: grey;
}
table, table.reference {
    border: thin outset;
}
table.rules {
    border:none;
}
.highlight {
    background: yellow;
}
span.rquestion, .rquestion {
    font-style: italic;
    color: red;
}
.caption { font-size: x-small }
pre, .code {
    font-family: Lucida Console, Menlo, Monaco, monospace;
    font-weight: bold;
}
a:link, a:visited {
    color: blue;
    text-decoration: underline;
}
.hide {
    visibility: hidden;
}
.reference {
    font-weight: bold;
    font-style: italic;
}

.grey {
    color: grey;
}
dt, .heading {
    font-weight: bold;
}
.moreSpace {
    padding: 6pt 6pt 6pt 6pt;
    border-style: solid;
    border-width: 1pt; 
    border-color: black;
}
hr.symbol {    
    padding: 0;    
    border: none;    
    border-top: medium double #333;    
    color: #333;    
    text-align: center;
}
hr.symbol:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

hr.flare {
    height: 50px;
    border-style: ridge;
    border-color: #900;
    border-width: 2px 0 0 0;
    border-radius: 45px;
}
hr.flare:before {
    display: block;
    content: "";
    height: 50px;
    margin-top: -51px;
    border-style: ridge;
    border-color: #900;
    border-width: 0 0 2px 0;
    border-radius: 45px;
}

hr.double {
    height: 4px;
    border-top: double black;
}

.expand {display: none; }
.collapse:focus + .expand {display: inline; }
.collapse:focus { display: none; }
.collapse:focus ~ #list { display:none; }
@media print { .collapse, .expand { display: none; } }

ul.SupportTool {
    list-style-image: url('img/SupportTool.png');
}

.toggle-box {
    display: none;
}

.toggle-box + label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-family: verdana;
    line-height: 21px;
    margin-bottom: 5px;
}

.toggle-box + label + div {
    display: block;
    margin-bottom: 10px;
}

.toggle-box:checked + label + div {
    display: none;
}

.toggle-box + label:before {
    background-color: #4F5150;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    content: "\2212";
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
}

.toggle-box:checked + label:before {
    content: "+";
} 

.obsolete {
    text-decoration: line-through;
}
