/* IDs are not unqiue atm, will update to classes later */

body {
    /*font: normal 12px Verdana;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    color: #333;
}

h1 {
    color: #22485e;
    /*font: normal 32px Georgia;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3b607e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.toolTitle {
    color: #2076bd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 20px 0px 0px;
}

.introText {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 20px 0px 20px 0px;
}


/* Remove spinner controls from Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* Remove spinner controls from Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].short {
    width: 30px;
}

input,
textarea,
keygen,
select,
button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider {
    width: 50% !important;
}

.slider_value {
    float: left;
    font-size: 10px;
    background: transparent;
}

.save {
    display: none;
    float: right;
    margin: 2px;
}

.delete {
    float: right;
    margin: 7px 7px 2px 2px;
}

.pencil {
    float: right;
    margin: 2px;
}

img {
    border: 0;
}

.logoDiv {
    float: right;
    margin-bottom: 10px;
}

.age_display {
    height: 36px;
    float: right;
    width: 100px;
    line-height: 40px;
    text-align: left;
}

.age_display_text {
    width: 60px;
    float: left;
    font-size: 16px;
    text-align: right;
    margin-right: 10px;
}

.frequency {
    font-size: 16px !important;
    white-space: nowrap;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#age {
    width: 25px;
}

.namer {
    width: 120px;
}

.closePDFPopup,
.closePopup {
    cursor: pointer;
}
.closePopup {
    display: none;
}

.main_container {
    padding: 0px;
    /*     border-top: 10px solid #fff; */
    background: #ffffff;
}

.logo-asi {
    float: right;
    height: 50px;
    width: 130px;
    display: block;
}

.asi-footer-text {
    float: left;
    width: 350px;
    display: block;
    padding-top: 22px;
    margin-left: 10px;
}

#nav-wrapper {
    color: #22485e;
    /*font: bold 14px Georgia;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    padding-right: 5px;
}

#add_child {
    float: left;
    vertical-align: top;
}

#report_wrapper {
    float: right;
}

.link {
    color: #63b5e3;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}

.link:hover {
    color: #004b87;
}

.link:after {
    color: #63b5e3;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    content: "\A0\BB";
    /* equiv to &nbsp;&lrquo; - which are not allowed in content: */
}


/* see css-tricks.com/snippets/html/glyphs */

#customize_report {
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: right;
}

.left_container {
    float: left;
    min-width: 300px;
    margin-right: 5px;
}

.right_container {
    min-width: 300px;
}

#disclaimer {
    padding: 0 20px 0 35px;
}

.chartbox {
    height: 250px;
}

.legend {
    margin-top: 5px;
}

h3 {
    position: relative;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 1px 0 1px 0;
    background: #83909a;
}

h3 div {
    float: left;
    color: #fff;
}

h3 img {
    vertical-align: middle;
}

h3.ui-state-default {
    cursor: pointer;
    font-weight: normal;
}

h3.ui-state-active {
    color: #ffffff;
    background: #3b607e;
    cursor: default;
    font-weight: normal;
}

h3.ui-state-active input {
    color: #fff;
    padding: 0;
    margin: 0;
    display: block;
}

h3.ui-state-active a {
    color: #ffffff;
}

h3 input,
h3 a {
    color: #666;
    /*  font-weight: bold;*/
    text-decoration: none;
    display: block;
    border: 0px;
    background: none;
    padding: 0;
    margin: 0;
}

.right_container h3 {
    line-height: 40px;
}

.child_tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.child_tabs li {
    display: inline;
    margin-right: 3px;
    /* space between tabs */
    color: #ffffff;
    background: #7594ad;
    padding: 8px 11px;
    /* space around text of tab */
    position: relative;
    /* this gets text properly centered vertically */
    font-size: 12px;
    top: -5px;
}

.child_tabs li:hover {
    background: #000000;
}

.child_tabs li a {
    color: #ffffff;
    text-decoration: none;
}

.tab_selected {
    background: #3b607e !important;
}

.even {
    background: #f1f1f0;
}

.even,
.odd {
    line-height: 35px;
    font-size: 14px;
}

#pickschool {
    width: 90%;
    font-size: 12px;
    margin-left: 3%;
}

select option:hover {
    background: #3b607e;
    color: #fff;
}

.child_name {
    width: 75%;
    float: left;
    height: 40px;
    overflow: hidden;
}

.child_age {
    width: 50%;
    float: left;
    text-align: right;
}

.child_age input {
    width: 50px;
    float: right;
}

.child_name input,
.child_age input {
    line-height: 40px;
}

.name_display_wrapper {
    margin-left: 10px;
    top: 10px;
    position: relative;
}

.accordion_content {
    font-size: 16px;
    margin: 4px;
}

.college img {
    vertical-align: middle;
}

.college {
    text-indent: 5px;
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 49%, #c6c6c6 50%, #c1c1c1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(49%, #dbdbdb), color-stop(50%, #c6c6c6), color-stop(100%, #c1c1c1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 49%, #c6c6c6 50%, #c1c1c1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 49%, #c6c6c6 50%, #c1c1c1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 49%, #c6c6c6 50%, #c1c1c1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 49%, #c6c6c6 50%, #c1c1c1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c1c1c1', GradientType=0);
    /* IE6-9 */
}

.img_box {
    width: 40px;
    float: left;
    display: inline;
    text-align: center;
}

.label {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 4px;
}

.error_message {
    clear: both;
    color: red;
    margin-left: 6px;
    font-weight: bold;
    line-height: normal;
}

.input {
    float: left;
    width: 50%;
    margin-top: 4px;
}

#calculate {
    /* button */
    margin-top: 5px;
}

.accordion_body p {
    margin: 0 10px;
    padding: 10px 0;
}

.accordion_row {
    float: left;
    width: 98%;
    margin: 0 1%;
    clear: both;
    margin-bottom: 5px;
}

.twin {
    background: #eee;
}

#add-popup {
    background: #fff;
    border: 3px solid #666;
}

.ui-dialog-titlebar {
    background: #666;
    text-align: right;
    font-size: 13px;
}

.ui-dialog-buttonset {
    background: #666;
    text-align: left;
}

.ui-dialog-titlebar a {
    color: #fff;
    padding-right: 3px;
    padding-top: 3px;
}

.ui-state-active .input_field {
    background: #fff;
    margin: 2px !important;
    color: #aaa !important;
}

.comment {
    margin-left: 5px;
}

.comment em,
.comment span {
    font-size: 11px;
    line-height: 12px;
}

.ui-accordion-content {
    border-top: 1px solid #c7c4bd;
}

#search_by_avg {
    margin-top: 4px;
}

.college_box {
    padding-top: 4px;
}

.ui-state-default .age_display {
    color: #666;
}

.ui-state-active .age_display {
    color: #fff;
}

input[type="submit"],
input[type="button"] {
    background: #3b607e;
    border: 0;
    color: #fff;
    padding: 4px 7px;
    cursor: pointer;
}

.button {
    background: #3b607e;
    border: 0;
    width: auto;
    line-height: 26px !important;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
    background: #000000;
}

#cap {
    background: url(../images/cap.png) no-repeat;
    width: 37px;
    height: 31px;
}

#gear {
    background: url(../images/gear.png) no-repeat;
    width: 37px;
    height: 31px;
}

.active-icon {
    margin-left: 5px;
    margin-top: 5px;
}

.ui-state-default .active-icon {
    background-position: 0 -31px !important;
    width: 37px;
    height: 31px;
}

.ui-state-active .active-icon {
    background-position: 0 0 !important;
    width: 37px;
    height: 31px;
}

.accordion-text {
    margin-left: 10px;
}

a:link {
    text-decoration: none;
}

h6 {
    color: #3b607e;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-size: 12pt;
    text-align: center;
}

.input-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #767676;
    margin-top: 10px;
}

.input-tag,
.input-tag-narrow,
.input-tag-med {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0 0 6px 0;
    border: 0px;
    text-align: left;
}

.input-tag {
    width: 80%;
}

.input-tag-narrow {
    width: 130px;
}

.input-tag-med {
    width: 200px;
}

.input-box {
    float: left;
    width: auto;
    margin-bottom: 5px;
    text-align: left;
}

#fedtaxhelp {
    border-collapse: collapse;
}

#fed_tax_rate {
    margin-top: 5px;
}

.align-top {
    margin-top: 2px;
    vertical-align: top;
}

.spacer {
    height: 10px;
}

#disclosure_text {
    width: 90%;
}


/* Component containers
----------------------------------*/

.ui-widget-content {
    background: #ffffff;
    color: #767676;
    border: 1px solid #c9cbc0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.ui-widget-content a {
    color: #3b607e;
}

.ui-widget-header {
    background: #3b607e;
    color: #ffffff;
    font-weight: normal;
}

.ui-widget-header a {
    color: #ffffff;
}


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}


/*
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
*/

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}


/* required comment for clearfix to work in Opera */

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}


/* end clearfix */

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Icons
----------------------------------*/


/* positioning */

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #3b607e;
    border: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 7px;
    float: right;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
    position: relative;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: #000000;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


/* Progressbar
----------------------------------*/

.ui-progressbar {
    height: 2em;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}


/* Resizable
----------------------------------*/

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}


/* Corner radius */

.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-bottom {
    height: auto !important;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa none 0 0 repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    display: none;
}

.ui-widget-shadow {
    margin: -4px 0 0 -4px;
    padding: 4px;
    background: #aaaaaa none 0 0 repeat-x;
    opacity: .35;
    filter: Alpha(Opacity=35);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


/* .ui-dialog { position: absolute !important; } */


/* End of modal window styling */


/* File input styling for webkit browsers (Chrome, Safari) */

input[type=file] {
    -webkit-appearance: textfield;
    position: relative;
    -webkit-box-sizing: border-box;
    width: 200px;
}

input[type=file]::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
}


/* "x::-webkit-file-upload-button" forces the rules to only apply to browsers that support this pseudo-element */

x::-webkit-file-upload-button,
input[type=file]:after {
    content: 'Browse...';
    display: inline-block;
    left: 100%;
    margin-left: 3px;
    position: relative;
    -webkit-appearance: button;
    padding: 3px 8px 2px;
}


/* End of file input styling for webkit browsers */

.spacer-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

.spacer-wrapper-top {
    margin-top: 5px;
}

#processing,
#processing_advisor {
    font-weight: bold;
    display: none;
}

#chart-disclaimer {
    overflow: hidden;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.frankbold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}


/* Tooltip styling */

.tooltip {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    cursor: default;
    text-decoration: none;
    position: relative;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
}

.logo-wmsi,
.logo-dst {
    float: right;
    height: auto;
    margin-top: 30px;
}

.gblFooter {
    margin: 10px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.gblFooterLeft {
    float: left;
    vertical-align: bottom;
}

.gblFooterRight {
    float: right;
}

.tooltip-text {
    display: none;
}

.classic {
    padding: 0.8em 1em;
}

* html a:hover {
    background: transparent;
}


/* IE7 hack - make sure hover areas cover tooltip anchors */

.z90 {
    z-index: 90;
}

.z80 {
    z-index: 80;
}

.highcharts-legend-item span,

/* for IE8 */

.highcharts-legend-item tspan:hover {
    cursor: default !important;
    color: #3E576F !important
}

.highcharts-container svg defs+rect {
    fill: white !important;
}


/*
 * inline styles extracted from phtml
 */

h3.ui-state-active {
    background-color: #2076bd;
}

h2 {
    color: #2076bd;
}

.intro {
    color: #2076bd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.buttonsym {
    font-size: 14px;
    padding-right: 10px;
}

select#relationship {
    margin-top: 8px;
    margin-bottom: 8px;
}

.button {
    background-color: #2076bd;
}

.link {
    color: #2076bd;
}

.ui-dialog .ui-dialog-buttonpane button,
input[type="submit"],
input[type="button"],
select option:hover {
    background-color: #2076bd;
}

#savings529 {
    float: right;
    margin: 10px 100px;
}

.disclosure {
    padding: 10px 0 10px;
    0;
    border-top: 1px solid #666666;
}