
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 4px;
    padding: 0;
}

input, textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

/* Disable dotted outline around links */
a {
    outline: none;
}

#logo {
    border: none;
}

#hline {
    width: 100%;
    height: 7px;
    background-color: #008c45;
    border-bottom: 3px solid #94cf52;
    font-size: 0;
}

#header_content {
    padding: 0 10px 10px 10px;
}

#content {
    margin-left: 10px;
}

.white {
    color: white;
}

.green {
    color: #008200;
}

.red {
    color: red;
}

.larger_font {
    font-size: 110%;
}

.title {
    font-size: 30px;
}

.text {
    font-size: 17px;
}

.small_text {
    font-size: 11px;
}

.light_green {
    color: #94CF52;
}

.light_green_bkg {
    background-color: #94cf52;
}

.green_bkg {
    background-color: #008200;
}

.large_subtitle {
    color: #94CF52;
    font-size: 27px;
}

.form_label {
    font-size: 11px;
    font-weight: bold;
    color: #149c41;
    text-align: right;
}

.form_label.red {
    color: red;
}

.link_button, .link_button_look {
    color: #01941b;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
}

.link_button {
    cursor: pointer;
}

.link_button_disabled {
    color: #808080;
    cursor: default;
}

#button_area {
    width: 100%;
    text-align: right;
}

.header_button {
    color: #94CF52;
    text-decoration: none;
}

.header_button:hover  {
    color: #c8d829;
}

#header_buttons {
    padding-top: 8px;
    padding-right: 17px;
}

#buttons {
    padding: 10px;
}

#buttons a {
    color: inherit;
    text-decoration: none;
}

#buttons a:hover {
    color: #94cf52;
}

#banner_top {
    margin-top: 20px;
    height: 80px;
}

#banner_top_filler {
    width: 3000px;
}

#banner_top_content {
    /*margin-top: 7px;*/
    /*margin-left: 20px;*/
}

#banner_bottom {
    margin-top: 10px;
}

#banner_bottom_middle {
    background-color: #94cf52;
    width: 100%;
}

#banner_top_middle {
    background-color: #94cf52;
    width: 100%;
}
#flow {
    text-align: right;
    white-space: nowrap;
    vertical-align: bottom;
}

#module_name {
    color: white;
    font-size: 27px;
    white-space: nowrap;
}

.step_past {
    color: #c4ef62;
}

.step_current {
    color: white;
}

.step_future {
    color: #008200;
}

.error {
    color: red;
    font-size: 10px;
}

.feedback {
    color: #94cf52;
    font-size: 10px;
}
