body {
    -webkit-text-size-adjust: none;
    background-color: #EED5B7;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
body,th,td {
    color: black;
    font: 100% Helvetica,sans-serif;
    text-align: center;
}
a,a:visited {
    color: rgb(207,16,118);
}
.page {
    background-color: transparent;
    margin: 0;
    min-height: 420px;
    position: relative;
    text-align: left;
    top: -46px;
}
#toolbar {
    background-color: rgb(92,51,23);
    background-image: url(images/toolbar2.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    height: 44px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0;
}
.pageTitle {
    height: 44px;
    text-align: center;
    line-height: 45px;
    font-size: 16pt;
    font-weight: bold;
    color: rgb(255,255,255);
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    margin: 0;
    padding: 0;
}
.pageTitle div {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 84px;
    white-space: nowrap;
}
.topLeft,.topRight {
    position: absolute;
    top: 6px;
}
.topLeft a,.topRight a {
    display: block;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 0 4px 0;
    color: rgb(255,255,255);
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    background-repeat: no-repeat;
    max-width: 80px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.topLeft {
    left: 5px;
}
.topLeft a {
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(images/back_button.png) 0 8 0 14;
}
.topLeft a:active,.topLeft a:hover {
    -webkit-border-image: url(images/back_button_clicked.png) 0 8 0 14;
}
.topRight {
    right: 5px;
}
.topRight a {
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
.topRight a:active,.topRight a:hover {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}
ul.error {
    list-style: none;
}
ul.rounded {
    list-style: none;
    margin: 10px;
    padding: 0;
    -webkit-border-radius: 8px;
    background-color: white;
    border: 1px solid rgba(92,51,23,.5);
}
ul.rounded li {
    border-bottom: 1px solid rgba(92,51,23,.5);
}
ul.rounded li:last-child {
    border: none;
}
ul.rounded li a {
    display: block;
    padding: 17px 10px;
    font-size: 17px;
    font-weight: bold;
    color: black;
    color: rgba(92,51,23,1);
    text-decoration: none;
    background: url(images/listArrow.png) no-repeat right center;
}
ul.rounded li a:hover,ul.rounded li a:active {
    color: white;
    background-color: rgb(207,16,118);
    background-image: url(images/listArrowSel.png);
}
ul.rounded li:first-child a:hover {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
ul.rounded li:last-child a:hover {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
ul.edgeToEdge {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    border-top: 1px solid rgba(92,51,23,.5);
}
ul.edgeToEdge li {
    border-bottom: 1px solid rgba(92,51,23,.5);
}
ul.edgeToEdge li a {
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: black;
    color: rgba(92,51,23,1);
    font-family: Helvetica;
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 12px 10px;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul.edgeToEdge li a span.arrow {
    position: absolute;
    right: 0px;
    width: 25px;
    height: 20px;
    background-image: url(images/listArrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
ul.edgeToEdge li a:active,ul.edgeToEdge li a:hover {
    color: white;
    background-color: rgb(207,16,118);
}
ul.edgeToEdge li a:active span.arrow,ul.edgeToEdge li a:hover span.arrow {
    background-image: url(images/listArrowSel.png);
    background-repeat: no-repeat;
    background-position: right center;
}
a.whiteButton {
    border-width: 0 12px;
    margin: 0;
    padding: 13px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    background-color: rgb(207,16,118);
    -webkit-border-radius: 12px;/*-webkit-border-image:url(images/whiteButton.png) 0 12 0 12;*/
    color:rgba(255,255,255,1);
    text-shadow: rgba(0,0,0,.7) 0 -1px 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.whiteButton:active,a.whiteButton:hover {
    padding: 14px 13px 12px 13px;
}
.block {
    display: block;
}
.over,.under {
    font-weight: bold;
    text-shadow: rgb(255,255,255) 0px 1px 0px;
}
.over {
    color: rgb(207,16,118);
}
.under {
    color: rgb(60,36,21);
}
.error,.notice,.success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    -webkit-border-radius: 4px;
    text-align: center;
}
.error {
    background: rgba(207,16,118,.5);
    color: white;
    border-color: rgb(207,16,118);
}
.notice {
    background: rgba(255,134,0,.3);
    color: #FF8600;
    border-color: #FF8600;
}
.success {
    background: rgba(92,51,23,.5);
    color: black;
    border-color: rgb(92,51,23);
}
.error a {
    color: white;
    font-weight: bold;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
.subtle {
    font-size: 10px;
    color: #666;
}
.normal {
    font-size: 14px;
    color: #000;
}
.pad {
    margin: 10px;
}
/* FORMS */
form {
    margin: 10px;
}
form hr {
    margin: 20px 0;
}
label {
    color: rgba(92,51,23,.6);
}
#typeahead, #lookupTarget {
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
    background-color: transparent;
    left: 4px;
    margin-top: -4px;
    min-width: 280px;
    position: absolute;
    width: auto;
    z-index: 1;
}
#typeahead div, #lookupTarget div {
    background-color: white;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0;
    color: black;
    margin-bottom: -1px;
    padding: 10px;
}
#typeahead div:hover, 
#typeahead div.hover, 
#lookupTarget div.hover, 
#lookupTarget div:hover {
    background-color: #BB3680;
    border-color: #BB3680;
    color: white;
    cursor: pointer;
}
#typeahead div:first-child, #lookupTarget div:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#typeahead div:last-child, #lookupTarget div:last-child {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#lookupTarget .date {
    margin-right:20px;
}
.formItem {
    position: relative;
    margin: 10px 0;
}
.checkbox {
    padding: 10px 0;
    height: 52px;
}
.checkbox input {
    padding: 16px;
    -webkit-border-radius: 10px;
}
.checkbox label {
    display: block;
}
.field input,.field select {
    -webkit-box-sizing: border-box;
    font-size: 125%;
    width: 100%;
}
.field input:focus {
    outline-color:#BB3680;
}
.field label {
    display: block;
}
.radiobutton {
    margin: 16px 0 10px 0;
}
.submit {
    text-align: center;
}
.submit input {
    font-size: 125%;
}
/* SPECIFIC PAGES */
body#home .pageBody {
    padding: 10px;
}
body#home .pageBody a {
    margin-bottom: 10px;
}
/* THERMOMETER */
div.thermo {
    position: absolute;
    top: 20px;
    left: 120px;
    border: 1px solid rgba(92,51,23,.5);
    height: 6px;
    width: 100px;
    margin-bottom: 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}
div.inner {
    position: absolute;
    background-color: rgb(92,51,23);
    height: 4px;
    margin: 1px;
    -webkit-border-radius: 2px;
}
div.budget {
    position: absolute;
    border-right: 2px solid rgb(207,16,118);
    height: 10px;
    width: 100px;
    top: -2px;
}
#lookupTarget table {
    border-collapse: collapse;
    background-color: white;
    width: 100%;
}
#lookupTarget table th,#lookupTarget table td {
    font-size: 12px;
    border: 1px solid rgba(0,0,0,.8);
    padding: 5px;
}
#lookupTarget table th {
    color: white;
    background-color: rgba(0,0,0,.6);
}

