/* LRP style sheet */

/* Styles for the list compressor */

li.xc {
    list-style: none;
}
div.xcx, div.xcc {
    position: relative;
    display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
    position: static;
    margin-left: -1.5em;
    float: left;
    width: 1.5em;
}
div.xcx a, div.xcc a {
    position: absolute;
    left: -2em;
}
div.xcx>a, div.xcc>a {
    position: static;
}
div.xcx a:link, div.xcx a:visited, div.xcc a:link, div.xcc a:visited {
    color: black;
    text-decoration: none;
    font-family: "Courier New", Courier, monospace;
    font-size: 75%;
    font-weight: bold;
}

/* General styles */

body {
    font-family: Arial, Tahoma, Verdana, 'Sans Serif';
    background-color: #FFFFFF;
}
.front {
    background-color: #003366;
}
p {
    font-family: Arial, Tahoma, Verdana, 'Sans Serif';
    color: black;
}
table {
    border-collapse: collapse;
}
td.lrp {
    font-size: 9pt;
    font-family: Arial, Tahoma, Verdana, 'Sans Serif';
    color: black;
    border: thin solid #003366;
}
ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 1.5em;
}
tr {
    font-weight: normal;
    border: 2 solid #003366;
}
pre {
    font-family: Arial, Tahoma, Verdana, 'Sans Serif';
}
.xlicon {
    width: 16;
    height: 16;
    border: 0;
}
.docicon {
    width: 13;
    height: 16;
    border: 0;
}

/* Styles for special LRP cases */

td.hl { /* highlighted data */
    font-size: 9pt;
    font-family: Arial, Tahoma, Verdana, 'Sans Serif';
    color: black;
    background: #C1DCFF; /* BTA 'Case In Point' */
    border: 2 solid #003366;
}
.lrptop {
    text-align: center;
}
