
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    -moz-user-select: none;
    color: #0056b3;
    font-family: Helvetica;
    font-size: 10pt;
}
table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}
#itemized-container td {
    border-bottom: 1px solid #999;
    padding: 10px;
}
.sub-title {
    font-size: 12px;
}
.note {
    color: #888;
    display: block;
    font-size: 0.7em;
}
.note-container {
    background: white none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 12px;
    font-size: 16px;
    margin: 11px;
    padding: 13px;
    text-align: left;
}
.button {
    background: white none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 11px;
    padding: 13px;
    position: relative;
}
.arrow {
    background: rgba(0, 0, 0, 0) url("/gpa/listArrow.png") no-repeat scroll right center;
    height: 20px;
    margin-right: -8px;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 25px;
    z-index: 999;
}
.heading {
    color: #0056b3;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 11px 0;
    text-align: center;
}
.toolbar-button {
    background: rgba(0, 0, 0, 0) url("/gpa/backButtonBack.png") repeat-x scroll 0 0;
    border-image: url("/gpa/backButtonBrdr.png") 0 6 0 13;
    border-radius: 3px;
    border-width: 0 6px 0 13px;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    height: 30px;
    left: 6px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0 3px;
    position: absolute;
    right: auto;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    top: -3px;
    white-space: nowrap;
    width: auto;
}
#home-button {
    border-image: url("/gpa/toolButton.png") 0 5 0 5;
    border-width: 0 5px;
    float: right;
    left: auto;
    right: 6px;
}
#toolbar {
    background: #0076d3 url("/gpa/toolbar.png") repeat-x scroll 0 0;
    border-bottom: 1px solid #273d64;
    border-top: 1px solid #304ead;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 23px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    width: 100%;
    z-index: 999;
}
#content-container {
    height: 100%;
    margin: auto;
}
#background {
    background: #e4e6e7 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.strip {
    /*background: rgba(0, 0, 0, 0) url("/gpa/blue.png") repeat scroll 0 0;
    border-left: 2px solid #b6c6da;
    border-right: 2px solid #b6c6da;*/
    min-height: 100%;
        background-color: #f3f3f3;
}
#inner-shell {
    padding-bottom: 11px;
    padding-top: 45px;
}
.max-container {
    margin: auto;
    max-width: 600px;
    position: relative;
}
.no-padding {
    padding: 0;
}
#itemized-container .no-border {
    border: 0 none;
}
.normal-padding {
    padding: 13px;
}
.big-note {
    font-size: 0.8em;
}
#detail-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #999 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-shadow: none;
    margin: 0;
}
#about-title {
    font-size: 16px;
    font-weight: bold;
}
#loading {
    display: none;
    left: 50%;
    margin-left: -100px;
    position: fixed;
    top: 80px;
    width: 200px;
    z-index: 999;
}
#ghost-town, #result-container, #questionnaire-container, #over-button, #back-button, #detail-container {
    display: none;
}
