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;
}
.p4 {
    margin-top: 4px;
}
p.p6 {
    margin-top: 6px;
}
p.p8 {
    margin-top: 8px;
}
p.p10 {
    margin-top: 10px;
}
p.p12 {
    margin-top: 12px;
}

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;
}

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 > tbody > tr > td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #336;
    padding: 10px 12px;
    background-color: #FFE;
}
table.h_box > tbody > tr > td:first-child {
    border-left-width: 1px;
}
table.h_box > tbody > tr > td.hide {
    border: 0;
    padding-right: 5px;
    background-color: transparent;
}
table.h_box > tbody > tr.head > td, table.h_box > tbody > tr > 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 > tbody > tr.head > td.head {
    background-color: #004;
    border-bottom: 1px solid #55A;
}
table.h_box > tbody > tr.head > td:first-child {
    border-left: 0;
}
table.h_box > tbody > tr > td.left {
    border-width: 1px 0 0 0;
}
table.h_box > tbody > tr.head a, table.h_box > tbody > tr > td.left a {
    color: #FF6;
}

table.box {
    text-align: left;
    border: 2px solid #669;
    background-color: #FFE;
}
table.box > tbody > tr > td  {
    padding: 12px;
}
table.box > tbody > tr.head > td {
    background-color: #006;
    color: white;
    font-weight: bold;
    padding: 9px 12px;
}
table.box > tbody > tr.head > td a {
    color: white;
    text-decoration: none;
}
table.box > tbody > tr.head > td a:active, table.box > tbody > tr.head > td a:hover {
    color: #FF6;
}

.form_notes {
    font-size: 10px;
    padding-top: 3px;
}
td.form_notes {
    padding-top: 0px;
}

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

table.instructions {
    border: 2px solid #006;
    background-color: #FFE;
    padding: 16px;
    font-size: 12px;
    text-align: left;
}

.mwidth {
    width: 740px;
}

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