div.rating {
    width: 500px;
}
table.rating {
    width: 100%;
}
table.ratingTable {
    border: none;
    border-spacing: 1px;
    color: black;
}
th.ratingempty {
}
td.ratingLabel {
    text-align: left;
    border: 1px solid black;
    padding-left: 3px;
    padding-right: 2px;
    font-size: 8pt;
    color: black;
    width: 100px;
}
td.ratingLevel {
    text-align: center;
    border: 2px solid black;
    color: black;
}
th.ratingTitle {
    font-weight: bold;
    text-align: center;
    border: 2px solid black;
    color: black;
}
td.ratingValue {
    text-align: center;
    border: 1px solid black;
    width: 25px;
    padding-top: 3px;
    font-size: 8pt;
    color: black;
}


table.rdeTable {
    border: 1px solid black;
    border-collapse: collapse;
    color: black;
    width: 100%;
}
th.rdeTitle {
    text-align: center;
    border: 2px solid black;
    font-weight: bold;
    color: black;
    padding: 3px;
}
th.tdeColHead {
}
td.rdeCell {
    text-align: center;
    border: 1px solid black;
    font-weight: bold;
    color: black;
    width: 40px;
}
table.rdeLegendTable {
    border-collapse: collapse;
}
td.rdeLegendCode {
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
}
td.rdeLegendDesc {
    padding-left: 3px;
    padding-right: 3px;
    color: black;

}
table.rRemarksTable {
    border-collapse: collapse;
    width: 100%;
}
th.rRemarksTitle {
    font-weight: bold;
    border: 2px black solid;
    padding: 3px;
    color: black;
}
div.rRemarksItem {
    margin-top: 10px;
    color: black;
}
div.rRemarksTeacher {
    font-weight: bold;
    color: black;
}
div.rdeEntry a {
    color: black;
    font-weight: bold;
    padding: 1px;
    text-decoration: none;
}
div.rdeEntry a:hover {
    color: black;
    text-decoration: none;
}
div.rdeEntry a:visited {
    color: black;
    text-decoration: none;
}
div.rdeEntry a span {
    display: none;
}
div.rdeEntry a:hover span {
    position: absolute;
    z-index: 99;
    display: block;
    color: black;
    background: white;
    font-weight: normal;
    max-width: 250px;
    border: 1px black solid;
    padding: 1px;
    text-align: left;
}