@charset "utf-8";

body {
    font-family:sans-serif,monospace;
    font-size:10pt;
    margin:0;
    padding:0;
    text-align: center;
}

#contents {
    margin: auto;
    text-align: left;
    width: 95%;
}

th { 
    text-align: left;
    vertical-align: top;
}

input.text { width: 300px; }
input.date { width: 100px; }
input.tel  { width: 100px;  }
input.zip  { width: 50px;  }

textarea { 
    width: 400px;
    height: 150px;
    font-size: 10pt;
}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

table.center1 { margin: auto; }
table.center1 th { text-align: right; }
table.center1 td { text-align: left; }

.error { color: red; }
.required { color: red; }
.note  { color: green; }

.indent { margin-left: 20pt; }

.value { color: blue; }
.novalue { color: red; }

table.application_list {
    border: 1px solid #3333FF;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

table.application_list th {
    padding: 5px;
    border: 1px solid #1111FF;
    background: #BBBBFF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}

table.application_list td {
    padding: 5px;
    border: 1px solid #1111FF;
    border-width: 1px 1px 1px 1px;
    text-align: left;
}

table.application {
    border: 1px solid #3333FF;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}

table.application th {
    padding: 5px;
    border: 1px solid #1111FF;
    background: #BBBBFF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}

table.application td {
    padding: 5px;
    border: 1px solid #1111FF;
    border-width: 1px 1px 1px 1px;
    text-align: left;
}

table.noborder, 
table.noborder th,
table.noborder td {
    border: none;
    background: none;
}