body { font-family: arial,sans-serif; }

#canvas { background-color: #666666; }
#canvas_left   { background-image: url(/img/bgleft.jpg); width: 250px; background-repeat: repeat-y; background-position: right; }
#canvas_right  { background-image: url(/img/bgright.jpg); width: 250px; background-repeat: repeat-y; background-position: left; }

h1,h2,h3 { margin: 0; padding: 0 }
h1 { font-size: 100% }
h2 { font-size: 90% }
h3 { font-size: 80% }

td { font-size: 80%; vertical-align: top }
td.title { font-size: 90%; font-weight: bold }
td.header { font-size: 70% }
td.label { text-align: right; font-weight: bold; white-space: nowrap; padding-right: 1em; }
td.label small { font-weight: normal; }
td.input { padding-top: 8px; }
td.n { white-space: nowrap; }
td.b { font-weight: bold; }
td.c { text-align: center; }
td.r { text-align: right; }

a { text-decoration: underline }
a:hover { text-decoration: none }

.abc { margin-bottom: 20px; }
.paginate { margin-top: 20px; }

#menu ul { list-style: none; margin: 0; padding: 0 }
#menu li a {
    display: block; width: 150px;
    margin: 0; padding: 3px 5px 3px 10px;
    border-bottom: 1px solid white;
    text-decoration: none;
    color: dimgray;
    background-color: #D3D3D3;
    font-size: 9pt;
    font-family: arial,sans-serif;
}
#menu li a:hover { background-color: #2C2C2C; color: white; }

table.cycle { empty-cells: show; border-right: 1px solid lightgrey; border-bottom: 1px solid lightgrey }
table.cycle td { border-left: 1px solid lightgrey }
table.cycle tr.header { background-color: #3D80DF; color: white }
table.cycle tr.header a { color: white }
table.cycle tr.light { background-color: white }
table.cycle tr.dark { background-color: #EDF3FE }
table.cycle tr.lightred { background-color: #FF9999 }
table.cycle tr.darkred { background-color: #FF6666 }
table.border td { border-top: 1px solid lightgrey }
table.small td { font-family: tahoma; font-size: 8pt }
table.hidelinks a { color: black }

hr { height: 1px; color: #cccccc; background-color: #cccccc; border: 0; }
