/* characters.css */

table.Panels {
    margin: 9pt 0;
}
table.Panels td {
    padding: 0;
}

#PageBody table.CharEntities {
    background-color: silver;
    border-spacing: 1px;
    padding: 1px;
    border: 0;
    margin: 0;
}

#PageBody table.CharEntities th {
    color: #ffffff;
    background-color: #333300;
    text-align: left;
    vertical-align: middle;
    padding: 3px 6pt;
}
#PageBody table.CharEntities th a {
    color: #efefef;
    font-family: serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
}

#PageBody table.CharEntities tbody td {
    color: black;
    background-color: white;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    border: 1px solid black;
    padding: 0;
}
#PageBody table.CharEntities tbody .CEName {
    color: #000033;
    background-color: #ffffcc;
    text-align: center;
    padding: 1px 2px 3px 2px;
}
#PageBody table.CharEntities tbody .CEChar {
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding: 2px;
}
#PageBody table.CharEntities tbody .CENote {
    font-family: sans-serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    padding: 2px 4px;
}

#PageBody table.CharEntities .Banner {
    font-size: 12pt;
    text-align: center;
    padding: 3px 9pt 4px 9pt;
}


table.Examples {
    background-color: #efefef;
    border-spacing: 1px;
    padding: 0;
    border: 1px solid black;
    margin: 24pt 0 36pt 0;
}

table.Examples th {
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding: 9pt 0 3pt 0;
}

table.Examples td {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    padding: 2px 12pt 3px 9pt;
}


table.Examples .Font1 {
    font-family: "Arial", sans-serif;
    font-size: 13pt;
}
table.Examples .Font2 {
    font-family: "Times New Roman", "Times Roman", "Times", serif;
    font-size: 13pt;
}
table.Examples .Font3 {
    font-family: "Courier New", "Courier", monospace;
    font-size: 13pt;
}
table.Examples .Font4 {
    font-family: cursive;
    font-size: 13pt;
}
table.Examples .Font5 {
    font-family: fantasy;
    font-size: 13pt;
}



/*eof*/
