body {
  background-color: #FFFFFF;
}

/* xx-small font */
.xxsmall {
        font-size: xx-small;
}


td {
        background-color: #FFFFFF;
}

/* TD: subject cells */
td.subject {
        font-weight: bold;
}

/* TD: cells containing links */
td.links {
        background-color: #CCCC00;
        font-size: x-small;
}

/* TD: "Edit entry" cells */
td.edit {
        background-color: #DDAA99;
        font-size: xx-small;
        font-weight: bold;
}

/* TD: cells containing input buttons */
td.buttons {
        background-color: #504060;
        font-size: xx-small;
}

/* TD: entry details */
td.details {
        background-color: #EED077;
}

/* TD: selected frames */
td.barselected {
        color: #FFFFFF;
        background-color: #999900;
        font-weight: bold;
}

td.barhigh {
        color: #000000;
        background-color: #CCCC00;
}

td.bar {
        color: #000000;
        background-color: #FFFFFF;
}

td.topbarselected {
        color: #FFFFFF;
        background-color: #999900;
        font-weight: bold;
        font-size: x-small;
}

td.topbar {
        color: #000000;
        background-color: #FFFFFF;
        font-size: x-small;
}

td.topbarhigh {
        color: #000000;
        background-color: #CCCC00;
        font-size: x-small;
}

td.info {
        color: #000000;
        background-color: #C0C0C0;
}

/* user input fields and buttons */
textarea {
        overflow: auto;
}

input,textarea,select {
        color: #587389;
        background-color: #FAFAFA;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-weight : bold;
}
