body, html {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: black;
}
table, tr, td {
    font-size: inherit;
}

a:link {
    color: #0000EE;
}
a:visited {
    color: #551A8B;
}
a:active, a:hover {
    color: #C00;
}

p {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
}
p.p2  { margin-top: 2px; }
p.p3  { margin-top: 3px; }
p.p4  { margin-top: 4px; }
p.p6  { margin-top: 6px; }
p.p8  { margin-top: 8px; }
p.p10 { margin-top: 10px; }

ol {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

form {
    display: inline;
}

input[type=text], input[type=password], input[type=file], textarea {
    font-size: 12px;
    color: #333;
    border: 2px inset #600;
    background-color: #FFF;
    padding: 3px 5px;
}
select {
    border: 2px inset #600;
}

h1, h2 {
    font-weight: bold;
    margin: 0;
    display: inline;
}
h1 {
    font-size: 15px;
}
h2 {
    font-size: 14px;
}

table.h_box {
    text-align: left;
}

table.h_box td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #336;
    padding: 10px 12px;
    background-color: #FFE;
}
table.h_box td:first-child {
    border-left-width: 1px;
}

table.h_box > tbody > tr.head > td.head {
    background-color: #004;
    border-bottom: 1px solid #55A;
}
table.h_box tr.head td, table.h_box td.left {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #66C;
    background-color: #006;
    color: white;
    font-weight: bold;
}
table.h_box tr.head td:first-child {
    border-left: 0;
}
table.h_box td.left {
    border-width: 1px 0 0 0;
}

table.h_box tr.head a, table.h_box td.left a {
    color: #FF6;
}

table.h_box tr.greyed td {
    background-color: #999;
}

table.box {
    text-align: left;
    border: 2px solid #669;
    padding: 12px;
    background-color: #FFE;
}

.form_notes {
    font-size: 10px;
}

.cbutton {
    background: white url('/images/calendar.gif') no-repeat;
    width: 23px;
    height: 20px;
    color: white;
    border: 0;
    cursor: pointer;
}