<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.css_right {
    float: right;
    text-align: right;
}

.css_left {
    float: left;
    text-align: left;
}

.TableSortWrapper {
    border: 1px solid #bbb;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    float: left;
    font-size: .9em;
    margin-top: 2px;
}

    .dataTables_length select, .FormContainer .dataTables_length select {
        width: auto;
    }

.dataTables_filter {
    float: right;
    text-align: right;
    width: 40%;
}

    .dataTables_filter input, .FormContainer .dataTables_filter input {
        width: 150px;
        border: solid 1px #ccc;
    }

.dataTables_info {
    float: left;
    font-size: .8em;
    line-height: 1.7em;
    width: 59%;
}

.dataTables_paginate {
    width: 44px;
    float: right;
    text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous {
    background-image: url(../imgs/tablesort/back_disabled.jpg);
}

.paginate_enabled_previous {
    background-image: url(../imgs/tablesort/back_enabled.jpg);
}

.paginate_disabled_next {
    background-image: url(../imgs/tablesort/forward_disabled.jpg);
}

.paginate_enabled_next {
    background-image: url(../imgs/tablesort/forward_enabled.jpg);
}

table.TableSort {
    margin: 0 auto !important;
    clear: both;
    width: 100%;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    font-size: .9em;
    line-height: 1.7em;
}

    table.TableSort input {
        width: auto;
    }

.TSWrapper .TSTop, .TSWrapper .TSBottom {
    background: url(../imgs/tablesort/table_head_bg.png) repeat-x scroll 50% 50% #ccc;
    padding: .4em 1em .3em;
}

table.TableSort thead, table.TableSort tfoot {
    background: #efefef;
}

    table.TableSort thead th {
        padding: 4px 4px 4px 10px;
        border-bottom: 1px solid #aaa;
        border-right: 1px solid #e1e1e1;
        font-weight: bold;
        cursor: pointer;
        white-space: nowrap;
    }

        table.TableSort thead th.CheckboxCell {
            text-align: center;
            vertical-align: middle;
        }

        table.TableSort thead th.Last {
            border-right: none;
        }

        table.TableSort thead th div.DataTables_sort_wrapper {
            position: relative;
            padding-right: 18px;
        }

            table.TableSort thead th div.DataTables_sort_wrapper span {
                margin-top: -8px;
                position: absolute;
                right: 0;
                top: 50%;
            }

    table.TableSort tfoot th {
        padding: 4px 18px 4px 10px;
        border-top: 1px solid #aaa;
        font-weight: bold;
    }

table.TableSort tr.heading2 td {
    border-bottom: 1px solid #bbb;
}

table.TableSort td {
    padding: 3px 10px;
    cursor: pointer;
}

    table.TableSort td.center {
        text-align: center;
    }

    table.TableSort td.CheckboxCell, table.TableSort th.CheckboxCell {
        padding: 3px 6px;
    }

table.TableSort .ShowDateFilter {
    cursor: pointer;
    display: inline;
}

table.TableSort th.CheckboxCell div.CheckAll {
    display: block;
    width: 13px;
    height: 13px;
    background: url(../imgs/icons/checkboxes.gif) no-repeat left top;
}

table.TableSort th.CheckboxCell div.AllChecked {
    background-position: left -13px;
}

table.TableSort th.CheckboxCell div.SomeChecked {
    background-position: left -26px;
}

.TSDateFilter {
    display: none;
    padding: 6px 10px;
    background-color: #e3e3e3;
    border-top: 1px solid #bbb;
    font-size: .9em;
    position: relative;
}

    .TSDateFilter .date-error {
        color: red;
        padding-left: 6px;
        display: none;
        font-size: .8em;
    }

    .TSDateFilter .CloseBox {
        position: absolute;
        right: 5px;
        float: right;
        width: 15px;
        height: 15px;
        background: url(../imgs/icons/close.gif) no-repeat;
        cursor: pointer;
    }

    .TSDateFilter a.dp-choose-date {
        vertical-align: top;
        margin-right: 5px;
    }

    .TSDateFilter button.TSDateFilterGo {
        font-size: .85em;
        padding: 0 2px;
        line-height: 1.3em;
    }

    .TSDateFilter input, .FormContainer .TSDateFilter input {
        width: 100px;
        border: 1px solid #ccc;
        margin-left: 5px;
        margin-right: 2px;
    }

    .TSDateFilter img {
        display: inline;
    }

.TSSelectedItems {
    padding: 6px 10px;
    background-color: #e3e3e3;
    border-top: 1px solid #bbb;
    font-size: .85em;
    position: relative;
}

    .TSSelectedItems p {
        margin: 0;
    }

    .TSSelectedItems button {
        font-size: .9em;
        padding: 0 1.5em;
        cursor: pointer;
    }

.FormContainer .TSSelectedItems input {
    width: auto;
}

.TSSelectedItems .Disabled {
    color: #777;
    cursor: auto;
}

.TSSelectedItems .ClearChecked {
    display: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon-triangle-1-s {
    background: url(../imgs/tablesort/sort_asc.png) no-repeat center right;
}

.ui-icon-triangle-1-n {
    background: url(../imgs/tablesort/sort_desc.png) no-repeat center right;
}

.ui-icon-carat-2-n-s {
    background: url(../imgs/tablesort/sort_both.png) no-repeat center right;
}

.sorting_asc_disabled {
    background: url(../imgs/tablesort/sort_asc_disabled.png) no-repeat center right;
}

.sorting_desc_disabled {
    background: url(../imgs/tablesort/sort_desc_disabled.png) no-repeat center right;
}

table.TableSort tr.odd.gradeA {
    background-color: #dfd;
}

table.TableSort tr.even.gradeA {
    background-color: #efe;
}

table.TableSort tr.odd.gradeC {
    background-color: #ddf;
}

table.TableSort tr.even.gradeC {
    background-color: #eef;
}

table.TableSort tr.odd.gradeX {
    background-color: #fdd;
}

table.TableSort tr.even.gradeX {
    background-color: #fee;
}

table.TableSort tr.odd.gradeU {
    background-color: #ddd;
}

table.TableSort tr.even.gradeU {
    background-color: #eee;
}

tr.odd {
    background-color: white;
}

tr.even {
    background-color: #f5f5f5;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    margin-top: -1px;
}

.top, .bottom {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

    .top .dataTables_info {
        float: none;
    }

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

    tfoot input.search_init {
        color: #999;
    }

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #a19b9e;
    border-top: 2px solid #a19b9e;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #a19b9e;
}

.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    width: auto;
    height: 22px;
    line-height: 22px;
    font-size: .85em;
}

    .paging_full_numbers .ui-corner-tl {
        -moz-border-radius-topleft: 4px;
    }

    .paging_full_numbers .ui-corner-tr {
        -moz-border-radius-topright: 4px;
    }

    .paging_full_numbers .ui-corner-bl {
        -moz-border-radius-bottomleft: 4px;
    }

    .paging_full_numbers .ui-corner-br {
        -moz-border-radius-bottomright: 4px;
    }

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

    .paging_full_numbers .ui-corner-bottom {
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
    }

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

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

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

    .paging_full_numbers span.ui-button {
        background: #ededed;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px;
        margin: 0;
        cursor: pointer;
    }

    .paging_full_numbers span.ui-state-disabled {
        background: #dedede;
        color: #aaa;
    }

    .paging_full_numbers span.last {
        border-right: 1px solid #ccc;
    }

    .paging_full_numbers span.paginate_button {
        background-color: #ddd;
    }

        .paging_full_numbers span.paginate_button:hover {
            background-color: #ccc;
        }

    .paging_full_numbers span.paginate_active {
        background-color: #aaa;
        color: #fff;
    }

table.TableSort tr.even.row_selected td {
    background-color: #b0bed9;
}

table.TableSort tr.odd.row_selected td {
    background-color: #9fafd1;
}

tr.even td.sorting_1 {
    background-color: #efefef;
}

tr.even td.sorting_2 {
    background-color: #f2f2f2;
}

tr.even td.sorting_3 {
    background-color: #f5f5f5;
}

tr.odd td.sorting_1 {
    background-color: #f7f7f7;
}

tr.odd td.sorting_2 {
    background-color: #f2f3ff;
}

tr.odd td.sorting_3 {
    background-color: #f9f9ff;
}

tr.odd.gradeA td.sorting_1 {
    background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
    background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
    background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
    background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
    background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
    background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
    background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
    background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
    background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
    background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
    background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
    background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
    background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
    background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
    background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
    background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
    background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
    background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
    background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
    background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
    background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
    background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
    background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
    background-color: #e2e2e2;
}

table.TableSort tbody tr.even:hover td, table.TableSort tbody tr.even td.highlighted td {
    background-color: #d6d6d6;
}

table.TableSort tbody tr.odd:hover td, table.TableSort tbody tr.odd td.highlighted td {
    background-color: #d6d6d6;
}

table.TableSort tr.Selected td {
    background-color: #e6e6e6;
}

table.TableSort tr.Selected.even td {
    background-color: #e3e3e3;
}

table.TableSort tr.Selected td.sorting_1 {
    background-color: #e6e6e6;
}

table.KeyTable td {
    border: 3px solid transparent;
}

    table.KeyTable td.focus {
        border: 3px solid #36f;
    }

table.TableSort tr.gradeA {
    background-color: #efe;
}

table.TableSort tr.gradeC {
    background-color: #ddf;
}

table.TableSort tr.gradeX {
    background-color: #fdd;
}

table.TableSort tr.gradeU {
    background-color: #ddd;
}

.Right {
    float: right;
    margin: 0 0 .6em 1em;
}

.Left {
    float: left;
    margin: 0 1em .6em 0;
}

.Center {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
}

.Collapse {
    margin: 0 !important;
}

#Content h1.Callout, #Content h2.Callout, #Content h3.Callout, #Content h4.Callout, #Content h5.Callout, #Content h6.Callout, #Content p.Callout, #Content ol.Callout, #Content ul.Callout, #Content dl.Callout {
    border: 2px solid #444;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    color: #444;
    font-weight: bold;
    padding: 4px;
    padding-bottom: 6px;
}

.TextAlignCenter {
    text-align: center;
}

.TextAlignRight {
    text-align: right;
}

p.Quotation {
    font-style: italic;
}

table {
    clear: both;
}

    table.Border {
        border-right: 1px solid #444;
        border-top: 1px solid #444;
    }

        table.Border caption {
            border-bottom: none;
        }

        table.Border th, table.Border td {
            border-bottom: 1px solid #444;
            border-left: 1px solid #444;
            padding: 4px;
        }

    table.Border2 {
        border-left: 1px solid #444;
        border-right: 1px solid #444;
        border-top: 1px solid #444;
    }

        table.Border2 th, table.Border2 td {
            border-bottom: 1px solid #444;
            padding: 4px;
        }

    table.Border3 {
        border: 1px solid #444;
    }

        table.Border3 th, table.Border3 td {
            padding: 4px;
        }

    table.CenteredCells th, table.CenteredCells td {
        text-align: center;
    }

        table.CenteredCells td img {
            margin-left: auto;
            margin-right: auto;
        }

tr.ColorRow {
    background: #eee;
}

th.BorderBottom {
    border-bottom: 1px solid #444;
}

table.AutoWidth {
    width: auto;
}

img.Right, img.Left {
    margin-bottom: 1em;
}

img.Dropshadow {
    background: #fff url(/imgs/img_dropshadow.gif) no-repeat right bottom;
    padding: 0 8px 8px 0;
}

img.DropshadowRight {
    background: #fff url(/imgs/img_dropshadow.gif) no-repeat right bottom;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0 8px 8px 0;
}

img.DropshadowLeft {
    background: #fff url(/imgs/img_dropshadow.gif) no-repeat right bottom;
    float: left;
    margin: 0 1em 1em 0;
    padding: 0 8px 8px 0;
}

img.Inline {
    display: inline;
}

div.CalloutRight {
    background: #eee;
    border: 1px solid #444;
    float: right;
    margin: 0 0 1em 1em;
    width: 180px;
}

    div.CalloutRight div {
        margin: 9px;
    }

#Content div.CalloutRight a, #Content div.CalloutRight a:link, #Content div.CalloutRight a:focus, #Content div.CalloutRight a:hover, #Content div.CalloutRight a:active, #Content div.CalloutRight li {
    background-color: #eee;
}

div.CalloutRight h1, div.CalloutRight h2, div.CalloutRight h3, div.CalloutRight h4, div.CalloutRight h5, div.CalloutRight h6 {
    border-bottom: 1px solid #444;
    font-size: 1.1em;
    margin-bottom: .4em;
    padding-bottom: .2em;
}

div.CalloutWide {
    background: #eee;
    border: 1px solid #444;
    clear: both;
    float: left;
    margin-bottom: 1em;
    width: 99%;
}

    div.CalloutWide div {
        margin-left: 1em;
        margin-right: 1em;
    }

    div.CalloutWide img {
        border-bottom: 1px solid #444;
        border-left: 1px solid #444;
        float: right;
        margin: .8em .8em .6em 1em;
    }

#Content div.CalloutWide a, #Content div.CalloutWide a:link, #Content div.CalloutWide a:focus, #Content div.CalloutWide a:hover, #Content div.CalloutWide a:active, #Content div.CalloutWide li {
    background-color: #eee;
}

div.CalloutWide h1, div.CalloutWide h2, div.CalloutWide h3, div.CalloutWide h4, div.CalloutWide h5, div.CalloutWide h6 {
    border-bottom: 1px solid #444;
    font-size: 1.1em;
    margin: 0 0 .4em 0;
    padding: .6em 0 .2em 0;
}

div.Plain, #Content div.Plain li {
    background-color: #fff;
}

#Content div.Plain a, #Content div.Plain a:link, #Content div.Plain a:focus, #Content div.Plain a:hover, #Content div.Plain a:active {
    background: #fff;
}

div.Caption {
    background: #eee;
}

    div.Caption img {
        margin-bottom: .6em;
    }

    div.Caption p {
        font-size: .85em;
        margin-left: .5em;
        margin-right: .5em;
    }

    div.Caption a {
        background: transparent;
    }

ol.TwoCol, ul.TwoCol, p.TwoCol, div.TwoCol {
    width: 40%;
    float: left;
    margin: 2%;
    padding-left: 2%;
    display: inline;
}

div.TwoCol {
    margin: 0;
    margin-right: 2%;
    padding: 0;
}

.ClearBoth {
    clear: both;
}

.BorderTop {
    border-top: 1px solid #444;
    padding-top: .2em;
}

table.BorderTop {
    padding-top: 0;
}

.BorderBottom {
    border-bottom: 1px solid #444;
    padding-bottom: .2em;
}

table.BorderBottom {
    padding-bottom: 0;
}

.PhotoSlider {
    position: relative;
}

    .PhotoSlider ul {
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .PhotoSlider li {
        background-image: none !important;
        padding: 0;
    }

    .PhotoSlider img {
        margin: 0;
    }

        .PhotoSlider img.Left {
            margin-right: 1em;
        }

        .PhotoSlider img.Right {
            margin-left: 1em;
        }

.PhotoSlider {
    background: #f2f2f2;
    moz-border-radius: 6px;
    padding: 6px;
    position: relative;
    text-align: left;
    webkit-border-radius: 6px;
}

    .PhotoSlider .Border {
        background: #fff;
        border: 1px solid #e6e6e6;
        moz-border-radius: 6px;
        webkit-border-radius: 6px;
        position: relative;
    }

    .PhotoSlider .Overflow {
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .PhotoSlider .Container {
        left: 0;
        position: relative;
        width: 30000px;
    }

    .PhotoSlider li.Slide {
        margin: 0;
        padding: 5px;
        float: left;
        overflow: hidden;
        position: relative;
    }

        .PhotoSlider li.Slide ul {
            list-style: disc;
            padding: 20px;
        }

        .PhotoSlider li.Slide .Caption {
            display: none;
        }

    .PhotoSlider .PhotoCaption {
        color: #666;
        font-size: .85em;
        margin: 0;
        padding: 8px 6px;
    }

    .PhotoSlider .Buttons {
        border-top: 1px solid #e6e6e6;
        font-size: .85em;
        height: 20px;
        padding: 5px;
        position: relative;
        text-align: center;
        height: auto;
    }

        .PhotoSlider .Buttons em {
            font-style: normal;
            position: relative;
            top: 3px;
            height: auto;
            display: block;
            padding-bottom: 5px;
        }

    .PhotoSlider .Prev, .PhotoSlider .Next {
        display: block;
        height: 19px;
        outline: none;
        position: absolute;
        width: 26px;
    }

    .PhotoSlider .Prev {
        background: url(/imgs/slider/prev.gif) no-repeat 0 0;
        left: 80px;
        left: 4px;
        z-index: 99;
        top: 5px;
    }

    .PhotoSlider .Next {
        background: url(/imgs/slider/next.gif) no-repeat 0 0;
        right: 4px;
        z-index: 99;
        top: 5px;
    }

        .PhotoSlider .Next:hover, .PhotoSlider .Prev:hover {
            background-position: -26px 0;
        }

    .PhotoSlider .Inactive {
        background-position: -52px;
        cursor: default;
    }

        .PhotoSlider .Inactive:hover {
            background-position: -52px;
        }

    .PhotoSlider .SlideNav {
        list-style: none;
        margin: auto;
        overflow: hidden;
        position: relative;
    }

        .PhotoSlider .SlideNav ul {
            position: relative;
        }

        .PhotoSlider .SlideNav li {
            float: left;
            margin: 0 3px;
            cursor: pointer;
            padding: 2px;
            position: relative;
            background: #fff;
            border: 1px solid #ccc;
        }

            .PhotoSlider .SlideNav li a {
                text-decoration: none;
                display: block;
                padding: 1px 8px;
            }

        .PhotoSlider .SlideNav .ImageThumbs li.Active {
            opacity: 1 !important;
            filter: alpha(opacity=100) !important;
        }

        .PhotoSlider .SlideNav li.Active {
            background-color: #efefef;
        }

    .PhotoSlider .Vertical .Buttons {
        position: absolute;
        top: 0;
        height: 100%;
        border: none;
    }

    .PhotoSlider .Vertical .SlideNav li {
        clear: both;
        margin: 3px 0;
    }

    .PhotoSlider .Vertical .Prev {
        background-image: url(/imgs/buttons/navigation-small-up.gif);
        background-position: 0 0;
        width: 31px;
        height: 20px;
        top: 5px;
        left: 5px;
        right: auto;
    }

    .PhotoSlider .Vertical .Next {
        background-image: url(/imgs/buttons/navigation-small-down.gif);
        background-position: 0 0;
        width: 31px;
        height: 20px;
        top: auto;
        bottom: 5px;
        left: auto;
        right: 5px;
    }

        .PhotoSlider .Vertical .Prev:hover, .PhotoSlider .Vertical .Next:hover {
            background-position: 0 -20px;
        }

        .PhotoSlider .Vertical .Prev:active, .PhotoSlider .Vertical .Next:active {
            background-position: 0 0;
        }

    .PhotoSlider .Vertical .Buttons .Inactive {
        background-position: 0 -40px;
    }

        .PhotoSlider .Vertical .Buttons .Inactive:hover {
            background-position: 0 -40px;
        }

.ShowCaptionSpans li.Slide span.Caption {
    display: block;
}

.TabContainer .Tabhide, .TabContainerlive .Tabhide {
    display: none;
}

.TabContainer, .TabContainerlive {
    clear: both;
    padding: 10px 0;
}

ul.Tabnav {
    background: url(/imgs/tabs/tabnav-bg.gif) no-repeat bottom right;
    margin: 0;
    padding: 0;
}

#ContentWrapper ul.Tabnav {
    margin: 0;
    padding: 0;
}

ul.Tabnav li {
    background: url(/imgs/tabs/tabs_inactive_left.gif) no-repeat 0 0;
    float: left;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding-left: 5px;
}

    ul.Tabnav li a {
        background: #dfdfdf url(/imgs/tabs/tabs_inactive_right.gif) no-repeat top right;
        border-bottom: none;
        display: block;
        float: left;
        font-weight: bold;
        margin-right: 2px;
        outline: none;
        padding: 6px;
        padding-right: 11px;
        text-decoration: none;
    }

        ul.Tabnav li a:focus {
            color: #000;
        }

        ul.Tabnav li a:hover {
            color: #000;
        }

        ul.Tabnav li a:active {
            color: #000;
        }

    ul.Tabnav li.Tabactive {
        background-image: url(/imgs/tabs/tabs_active_left.gif);
    }

        ul.Tabnav li.Tabactive a {
            color: #444;
            background-color: #fff;
            background-image: url(/imgs/tabs/tabs_active_right.gif);
            border-bottom: 1px solid #fff;
        }

            ul.Tabnav li.Tabactive a:hover, ul.Tabnav li.Tabactive a:active {
                color: #444;
            }

.TabContainer .Tab, .TabContainerlive .Tab, .TabFake {
    padding: 6px;
    border: 1px solid #aeaeae;
    border-top: 0;
    background: #fff url(/imgs/tabs/tabs_bg.gif) repeat-x bottom left;
}

.Tab .TabHeader {
    display: none;
}

.ClientSearchBox {
    background: url(/imgs/tabs/searchbox_left.gif) no-repeat 0 0;
    clear: both;
    padding-left: 5px;
}

    .ClientSearchBox fieldset {
        background: url(/imgs/tabs/searchbox_right.gif) no-repeat top right;
        float: none;
        padding: 13px 12px 13px 7px;
        width: auto;
    }

    .ClientSearchBox legend {
        margin: 0;
        padding: 0;
    }

    .ClientSearchBox label {
        display: block;
    }

    .ClientSearchBox .SearchTextbox {
        font-size: 12px;
        height: 18px;
        padding: 4px 3px 2px 8px;
        vertical-align: bottom;
        width: 75%;
    }

.CalendarList .ClientSearchBox .SearchTextbox {
    width: 40%;
}

.AlphabetLinks {
    margin: 0;
    padding: 0;
    background: url(/imgs/services/alpha-bg.jpg) repeat-x bottom;
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

    .AlphabetLinks ul {
        margin: 0;
        padding: 0;
        font-size: 1.3em;
        list-style: none;
        float: left;
    }

    .AlphabetLinks li {
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        position: relative;
    }

        .AlphabetLinks li a {
            width: 20px;
            text-decoration: none;
            display: block;
            padding: 0 0 2px 0;
        }

        .AlphabetLinks li.SplitList {
            clear: left;
            display: inline-block;
        }

        .AlphabetLinks li a:hover {
            background: #aaa;
            color: #fff;
        }

        .AlphabetLinks li.Active a {
            background: #888;
            color: #fff;
        }

        .AlphabetLinks li.Featured a {
            background: url(/imgs/star-grey.gif) no-repeat center;
        }

            .AlphabetLinks li.Featured a:hover {
                background: url(/imgs/star-gold.gif) no-repeat center;
            }

    .AlphabetLinks .Top li.NoItems a, .AlphabetLinks .Top li.NoItems a span, .AlphabetLinks .Bottom li.NoItems a, .AlphabetLinks .Bottom li.NoItems a span {
        color: #bbb;
        cursor: default;
        background: none;
    }

.HwContent img {
    display: inline;
}

.AlphabetLinks .AlphabetLinksSubSections {
    font-size: .85em;
    background: #ccc;
}

    .AlphabetLinks .AlphabetLinksSubSections a {
        width: auto;
        margin: 0 3px;
    }

.ModuleSearch ul.Tabnav {
    background: url(/imgs/calendar/tabnav_bottomleft.gif) no-repeat bottom left;
    margin: 0;
    padding-left: 12px;
}

    .ModuleSearch ul.Tabnav li {
        background-image: url(/imgs/calendar/tabs_inactive_left.gif);
    }

        .ModuleSearch ul.Tabnav li a {
            background-image: url(/imgs/calendar/tabs_inactive_right.gif);
            display: inline;
            margin-right: 5px;
        }

        .ModuleSearch ul.Tabnav li.Tabactive {
            background-image: url(/imgs/calendar/tabs_active_left.gif);
        }

            .ModuleSearch ul.Tabnav li.Tabactive a {
                background-image: url(/imgs/calendar/tabs_active_right.gif);
            }

.ModuleSearch .Tab {
    background: transparent;
    border: none;
    padding-right: 0;
}

.ModuleSearch #BrowseTab.TabContainerlive, .ModuleSearch .BrowseTabs.TabContainerlive {
    background: url(/imgs/tabs/tabnav_bottomright.gif) no-repeat top right;
    margin-top: -5px;
    padding-right: 5px;
    padding-top: 0;
}

.ModuleSearch #BrowseTab ul.Tabnav, .ModuleSearch .BrowseTabs ul.Tabnav {
    background: url(/imgs/tabs/tabnav_bottomleft.gif) no-repeat bottom left;
    margin: 0;
    padding-left: 12px;
}

    .ModuleSearch #BrowseTab ul.Tabnav li, .ModuleSearch .BrowseTabs ul.Tabnav li {
        background-image: url(/imgs/tabs/tabs_inactive_left.gif);
    }

        .ModuleSearch .BrowseTabs ul.Tabnav li a, .ModuleSearch #BrowseTab ul.Tabnav li a {
            background-image: url(/imgs/tabs/tabs_inactive_right.gif);
            display: inline;
            margin-right: 5px;
        }

        .ModuleSearch #BrowseTab ul.Tabnav li.Tabactive, .ModuleSearch .BrowseTabs ul.Tabnav li.Tabactive {
            background-image: url(/imgs/tabs/tabs_active_left.gif);
        }

            .ModuleSearch #BrowseTab ul.Tabnav li.Tabactive a, .ModuleSearch .BrowseTabs ul.Tabnav li.Tabactive a {
                background-image: url(/imgs/tabs/tabs_active_right.gif);
            }

.ModuleSearch #BrowseTab .Tab, .ModuleSearch .BrowseTabs .Tab {
    background: transparent;
    border: none;
    padding-right: 0;
}

.ModuleSearchResults .ClientSearchBox {
    margin-bottom: 1em;
}

.ModuleSearch .SortContainer {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

    .ModuleSearch .SortContainer span {
        float: left;
    }

    .ModuleSearch .SortContainer div {
        float: right;
    }

        .ModuleSearch .SortContainer div p {
            float: left;
            margin: 0;
        }

        .ModuleSearch .SortContainer div ul {
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .ModuleSearch .SortContainer div li {
            border-left: 1px solid #ccc;
            display: inline;
            float: left;
            margin: 0 0 0 7px;
            padding: 0 0 0 7px;
        }

            .ModuleSearch .SortContainer div li.First {
                border-left: none;
            }

.ModuleSearch .Overflow {
    height: 400px;
    overflow: auto;
}

.ModuleSearch .BrowseTabs dl {
    margin: 0;
    padding: 0;
}

.ModuleSearch .BrowseTabs dt {
    margin: .5em 0 0 0;
    padding: 0;
}

.ModuleSearch .BrowseTabs dd {
    clear: both;
    margin: 0;
}

.ModuleSearch .BrowseTabs dl span {
    float: right;
    font-size: .9em;
    margin: 0 .8em;
}

.ModuleSearch .BrowseTabs dt a, .ModuleSearch .BrowseTabs dd a {
    display: block;
    font-size: 1em;
    outline: none;
    padding: 0 0 0 1em;
    text-decoration: none;
}

.ModuleSearch .BrowseTabs dt a {
    outline: none;
    padding-left: 0;
}

.DownloadCCD .InputBox {
    border: solid 1px #ccc;
    padding: .5em;
    float: left;
}

.DownloadCCD label, .BlockLabels .DownloadCCD label, .InlineLabels .DownloadCCD label {
    display: block;
    font-size: .8em;
    width: auto;
    float: none;
    text-align: left;
}

.DownloadCCD input, .FormContainer .DownloadCCD input {
    width: auto;
}

#Col3 .cmspanel ul.Tabnav {
    margin: 0;
    padding: 0;
}

.Fluid {
    width: 100%;
    height: auto !important;
}

div.CTA {
    background: #f7f7f7;
    border: none;
    width: 260px;
    padding: 18px 20px 10px;
    float: right;
}

div.CTAWide {
    background: #f7f7f7;
    border: none;
    width: 94%;
    padding: 18px 3% 10px;
}

    div.CTA h1, div.CTA h2, div.CTA h3, div.CTA h4, div.CTA h5, div.CTA h6, div.CTAWide h2, div.CTAWide h3 {
        border-bottom: none;
        font-size: 1.2em;
        margin-bottom: 0.4em;
        padding-bottom: 0.2em;
        text-transform: uppercase;
        font-family: 'Trade Gothic W01 Bold',Arial,sans-serif;
        font-weight: normal;
    }

div.CTA .BlueButton {
    margin-top: 1em;
}

a.BlueButton, a.BlueButton:link, a.BlueButton:visited {
    border: 2px solid #7aaed5;
    color: #2f79b1;
    padding: 4px 12px 6px;
    line-height: 3;
}

    a.BlueButton:hover, a.BlueButton:focus, a.BlueButton:active {
        border: 2px solid #093c71;
        color: #093c71;
    }

a.GreenButton, a.GreenButton:link, a.GreenButton:visited {
    border: 2px solid #7fc7b3;
    color: #659a8a;
    padding: 4px 12px 6px;
    line-height: 3;
}

    a.GreenButton:hover, a.GreenButton:focus, a.GreenButton:active {
        border: 2px solid #578577;
        color: #578577;
    }

div.CalloutRight {
    width: 260px;
    padding: 18px 20px;
}

    div.CalloutRight div {
        margin: 0;
    }

div.CalloutWide div {
    margin-left: 0;
    margin-right: 0;
    padding: 18px 20px;
}

div.CalloutRight, div.CalloutWide {
    background: #f7f7f7;
    border: none;
}

    div.CalloutRight p, div.CalloutWide, div.CTA p, div.CTAWide p {
        font-size: .9em;
    }

        div.CalloutRight h1, div.CalloutRight h2, div.CalloutRight h3, div.CalloutRight h4, div.CalloutRight h5, div.CalloutRight h6, div.CalloutWide h1, div.CalloutWide h2, div.CalloutWide h3, div.CalloutWide h4, div.CalloutWide h5, div.CalloutWide h6 {
            border-bottom: none;
            font-size: 1.2em;
            margin-bottom: 0.4em;
            padding-bottom: 0.2em;
            text-transform: uppercase;
            font-family: 'Trade Gothic W01 Bold',Arial,sans-serif;
            font-weight: normal;
        }

#Content div.CalloutRight a, #Content div.CalloutRight a:link, #Content div.CalloutRight a:focus, #Content div.CalloutRight a:hover, #Content div.CalloutRight a:active, #Content div.CalloutRight li, #Content div.CalloutWide a, #Content div.CalloutWide a:link, #Content div.CalloutWide a:focus, #Content div.CalloutWide a:hover, #Content div.CalloutWide a:active, #Content div.CalloutWide li {
    background-color: transparent;
}

div.CalloutWide img {
    border-bottom: none;
    border-left: none;
    margin-right: 0;
}

div.Plain, #Content div.Plain li {
    background: #fdfdfd;
}

div.Caption {
    background: #f7f7f7;
}

table.Border {
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

tr.ColorRow {
    background: #f7f7f7;
}

table.Border th, table.Border td {
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

table.Border2 {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

    table.Border2 th, table.Border2 td {
        border-bottom: 1px solid #e9e9e9;
    }

table.Border3 {
    border: 1px solid #e9e9e9;
}

.BorderTop {
    border-top: 1px solid #e9e9e9;
}

.BorderBottom {
    border-bottom: 1px solid #e9e9e9;
}

img.DropshadowLeft {
    background: none;
    float: left;
    margin: 0 1em 1em 0;
    padding: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 4px 4px 3px 0px #999;
    -moz-box-shadow: 4px 4px 3px 0px #999;
    box-shadow: 4px 4px 3px 0px #999;
}

img.DropshadowRight {
    background: none;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 4px 4px 3px 0px #999;
    -moz-box-shadow: 4px 4px 3px 0px #999;
    box-shadow: 4px 4px 3px 0px #999;
}

.TabContainer .Tab, .TabContainerlive .Tab, .TabFake {
    background: #fdfdfd;
    border: none;
    padding: 12px;
}

ul.Tabnav {
    background: none;
}

    ul.Tabnav li {
        background: #f7f7f7;
        float: left;
        line-height: normal;
        list-style: outside none none;
        margin-right: 4px;
        padding-left: 7px;
        color: #003973;
        text-transform: uppercase;
        font-family: 'Trade Gothic W01 Bold',Arial,sans-serif;
        border-top: 2px solid #66b5da;
        font-size: 1.1em;
    }

        ul.Tabnav li a {
            background: #f7f7f7;
            border-bottom: medium none;
            display: block;
            float: left;
            font-weight: bold;
            margin-right: 2px;
            outline: medium none;
            padding: 8px 15px 10px 6px;
            text-decoration: none;
            color: #003973;
            font-weight: normal;
        }

        ul.Tabnav li.Tabactive {
            background-image: none;
            border-top: 2px solid #6dcdbe;
            background-color: #f7f7f7;
        }

            ul.Tabnav li.Tabactive a {
                background-color: #f7f7f7;
                background-image: none;
                border-bottom: none;
                color: #003973;
                text-transform: uppercase;
                font-family: 'Trade Gothic W01 Bold',Arial,sans-serif;
            }

                ul.Tabnav li.Tabactive a:hover, ul.Tabnav li.Tabactive a:active, ul.Tabnav li a:hover {
                    color: #666;
                }

table.Paging .BackNext {
    padding: 0;
    float: right;
}

.InvertedTabs ul.Tabnav {
    background-color: #fff !important;
    background-image: none !important;
    padding-left: 0 !important;
    background-repeat: repeat-x !important;
}

.ModuleSearch ul.Tabnav {
    background: none;
}

    .ModuleSearch ul.Tabnav li {
        background-image: none;
    }

        .ModuleSearch ul.Tabnav li a {
            background-image: none;
        }

.ModuleSearch #BrowseTab.TabContainerlive, .ModuleSearch .BrowseTabs.TabContainerlive {
    background: none;
}

.ModuleSearch #BrowseTab ul.Tabnav, .ModuleSearch .BrowseTabs ul.Tabnav {
    background: none;
    padding: 0;
}

    .ModuleSearch #BrowseTab ul.Tabnav li, .ModuleSearch .BrowseTabs ul.Tabnav li {
        background-image: none;
    }

        .ModuleSearch .BrowseTabs ul.Tabnav li a, .ModuleSearch #BrowseTab ul.Tabnav li a {
            background-image: none;
        }

        .ModuleSearch #BrowseTab ul.Tabnav li.Tabactive, .ModuleSearch .BrowseTabs ul.Tabnav li.Tabactive {
            background-image: none;
        }

            .ModuleSearch #BrowseTab ul.Tabnav li.Tabactive a, .ModuleSearch .BrowseTabs ul.Tabnav li.Tabactive a {
                background-image: none;
            }

.TabContainer .Tab, .TabContainerlive .Tab, .TabFake {
    background: #f7f7f7 !important;
    border-width: 0 0 !important;
    padding: 3% 3% !important;
    width: 94%;
}

.Accordion .Trigger {
    background: url(/imgs/icons/trigger-expand.gif) no-repeat right center #f7f7f7;
    border: none;
    border-top: 2px solid #66b5da;
    clear: both;
    cursor: pointer;
    margin: 4px 0;
    padding: 10px 16px;
}

    .Accordion .Trigger.Active {
        border-top: 2px solid #6dcdbe;
    }

.Accordion h3.Trigger {
    font-size: 1.1em;
    font-weight: normal;
    color: #003973;
    text-transform: uppercase;
    font-family: 'Trade Gothic W01 Bold',Arial,sans-serif;
}

.Accordion .Payload {
    background: #fdfdfd;
    padding: 8px 16px;
}

.ResponsiveAccordion {
    display: none;
}

.BackNext a, .BackNext a:link, .BackNext a:visited {
    color: #bde3ff;
}

#ShoppingCartLink {
    position: absolute;
    bottom: 0px;
    right: 304px;
    height: 33px;
}

    #ShoppingCartLink a {
        font-size: .9em;
        color: #003f77 !important;
    }

.youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .youtube-embed iframe, .youtube-embed object, .youtube-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.PageList ul {
    list-style: none;
    padding-top: .8em;
    padding-left: 0;
    margin-left: 0;
}

    .PageList ul li {
        padding-left: .8em;
    }

        .PageList ul li.Stripe {
            background: #f7f7f7;
        }

#VsMasterPage_MainContent_Years_BrowseByYear a {
    padding-right: .4em;
}

.Events-Upcoming-Calendar li.SPItem .Ongoing {
    background: url(/imgs/ongoing.png) no-repeat;
    width: 50px;
    height: 70px;
    float: left;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding-top: 2px;
    text-indent: -9999px;
}

@media screen and (max-width:980px) {
    .cmspage, #Content .cmspanel {
        padding: 0 !important;
        margin: 1em 0 !important;
        position: relative !important;
    }

    #ShoppingCartLink {
        bottom: auto;
        right: auto;
        left: 12px;
        top: 10px;
    }
}

@media screen and (max-width:640px) {
    #PageSearchdiv table.Paging .BackNext {
        float: none;
        padding: .6em 0 .4em;
    }
}

@media screen and (max-width:1370px) {
    p.copyright {
        margin-bottom: 3em;
    }
}

@media screen and (max-width:500px) {
    #Header {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
}

@media screen and (max-width:320px) {
    #ShoppingCartLink a {
        font-size: .8em !important;
    }
}

fieldset, fieldset fieldset, fieldset div, legend {
    padding: 0;
    margin: 0;
}

    fieldset div, .Marg, fieldset.Marg {
        display: block;
        padding-bottom: 1em;
    }

legend {
    background: #fff;
    font-weight: normal;
    position: relative;
}

html &gt; body legend {
    padding: .4em 0;
}

span.Required {
    color: red;
    display: inline;
    margin: 0;
}

small.Required {
    color: red;
}

small.Optional {
    color: green;
}

input, textarea, select {
    margin-top: 0;
    padding: 1px;
}

.VertAlignTop input, .VertAlignTop textarea, .VertAlignTop select {
    vertical-align: top;
}

textarea {
    display: inline;
    height: 80px;
}

select {
    padding: 0;
}

    select option {
        padding: 0 1em 0 4px;
    }

.VSCustomDropdown {
    display: none;
}

.NoWidth, .AutoWidth {
    width: auto !important;
}

.AutoWidthLabelInside label {
    width: auto !important;
}

.Inline {
    display: inline !important;
}

fieldset div.Collapse {
    margin: 0;
    padding: 0;
}

.FormContainer .Long {
    width: 400px;
}

.FormContainer .Short {
    width: 150px;
}

.FormContainer .SuperShort {
    width: 60px;
}

.ColumnLong {
    width: 400px !important;
}

.ColumnShort {
    width: 150px !important;
}

.ColumnSuperShort {
    width: 60px !important;
}

label, p.Label {
    font-weight: bold;
}

    label small, p.Label small, legend small {
        font-weight: normal;
        color: #666;
        display: block;
        font-size: .8em;
        line-height: 1.0em;
        padding-left: 0px;
    }

.FormHint {
    clear: both;
    font-size: .8em;
    color: #666;
}

.InlineLabels div.ToggleEl, .BlockLabels div.ToggleEl, .BlockLabels .CheckRadio div.ToggleEl {
    background-color: #def2f4;
    padding: .4em 0 .4em 2%;
    width: 97%;
}

.InlineLabels .WhiteInput, .BlockLabels .WhiteInput, .BlockLabels .CheckRadio .WhiteInput {
    background-color: #fff;
    border: none;
}

.InlineLabels div.ToggleEl, .BlockLabels div.ToggleEl, .BlockLabels .CheckRadio div.ToggleEl {
    background-color: #f0e2ce;
}

.bdpLite img {
    display: inline;
    vertical-align: text-bottom;
    margin-left: .4em;
}

.DatePicker, .datepicker {
    width: 90px !important;
}

.dp-choose-date {
    padding-left: .5em;
}

.DateRange &gt; div.DateSeparator, .DateRange &gt; div.DatePickerContainer {
    float: left;
}

.DateRange &gt; div.DateSeparator {
    padding: 0 .5em;
}

.DateRange &gt; div.DatePickerContainer label {
    width: 0 !important;
}

.Help {
    display: inline;
    vertical-align: text-bottom;
    margin-left: .4em;
}

input:focus, textarea:focus, select:focus {
    background-color: #eee;
}

ul.Message {
    list-style: none;
    margin: 5px !important;
    padding: 7px;
    border: dashed 1px #ccc;
    background-color: #fefbc0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    ul.Message li {
        margin: 0;
        line-height: 1.8em;
    }

ul.MessageError {
    background-color: #ffe1e1;
    border-color: #df9999;
}

ul.MessageInfo {
    background-color: #e5fee2;
    border-color: #54b948;
}

input.Button, input.Submit, #Search input.Submit {
    padding: 1px 5px;
    color: #444;
    background: #eee;
    border: 1px solid #888;
    border-top-color: #bbb;
    border-left-color: #bbb;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#Search input {
    padding: 1px;
}

    input.Button:focus, input.Button:active, input.Submit:focus, input.Submit:active, #Search input.Submit:focus, #Search input.Submit:active {
        color: #444;
        background: #eee;
        border: 1px solid #666;
        border-top-color: #bbb;
        border-left-color: #bbb;
    }

    input.Button:hover, input.Submit:hover, #Search input.Submit:hover {
        background: #eaeaea;
    }

input.Button {
    width: auto;
    margin: 0 !important;
}

a.inputButton {
    width: auto;
    display: block;
    color: #333 !important;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid #444;
    background: #eee;
    border: 1px solid #666;
    border-top-color: #bbb;
    border-left-color: #bbb;
    margin: 0 !important;
    padding: 1px 3px 1px 2px;
    text-decoration: none !important;
    cursor: default;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.Delete, input.LighterButton, input.SmallButton {
    font-weight: normal;
    font-size: .85em;
    background: #eee;
    color: #666;
}

ul.Paging li.Second {
    white-space: nowrap;
}

#Content ul.Paging li {
    padding-left: 0;
    background-image: none;
}

    #Content ul.Paging li .Button {
        margin-top: .4em;
    }

table.Paging {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    table.Paging td {
        padding: 6px 0;
        vertical-align: middle;
    }

.Paging td.BackNext {
    text-align: right;
}

table.Paging td.BackNext a {
    white-space: nowrap;
}

table tr.Even td, table tr.Even th, table tr.Even td a {
    background: #f4f4f4;
}

dl.Table {
    padding: .4em 0 1em 0;
}

    dl.Table:after {
        content: ".";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }

dl.Table {
    display: inline-block;
}

* html dl.Table {
    height: 1%;
}

dl.Table {
    display: block;
}

    dl.Table dt, dl.Table dd {
        vertical-align: top;
        padding: 8px 0 0 0;
    }

    dl.Table dt {
        width: 8em;
        float: left;
        clear: left;
        padding: 8px 6px 0 0;
    }

    dl.Table dd {
        padding-right: 6px;
        margin-left: 9em;
    }

        dl.Table dd:after {
            content: ".";
            display: block;
            height: 1px;
            clear: both;
            visibility: hidden;
        }

.cmsform td, .cmsform th {
    padding: 3px 3px 3px 0;
}

.cmspage .Fade, .cmsform .Fade {
    background: url(../imgs/form_grad_mountainview.gif) repeat-x top left;
}

.cmsform tr.Top th, .cmsform tr.Top td, .cmspage tr.Top th, .cmspage tr.Top td {
    padding-top: .8em;
}

fieldset {
    border: none;
    float: left;
    padding: 0;
    padding-bottom: 1em;
    width: 100%;
}

    fieldset legend {
        background: transparent;
        margin: 0;
        padding: 0 !important;
    }

.FormContainer fieldset.CheckRadio div span {
    padding-left: 0;
}

.FormContainer input, .FormContainer textarea, .FormContainer select {
    width: 250px;
}

    .FormContainer input.Button {
        width: auto !important;
    }

fieldset p {
    line-height: 1.6;
    margin-bottom: 0;
    padding-top: 1px;
}

.InlineLabels div, .BlockLabels div {
    clear: both;
}

.FormContainer .Indent, .InlineLabels .Indent {
    margin-left: 160px;
    width: auto;
}

.FormContainer .SuperIndent, .InlineLabels .SuperIndent {
    margin-left: 260px;
    width: auto;
}

.InlineLabels div {
    padding: .4em 0;
}

    .InlineLabels div div {
        clear: none;
    }

.InlineLabels label, .InlineLabels p.Label {
    float: left;
    line-height: 1.4;
    margin-bottom: 0;
    padding-right: 10px;
    padding-top: 1px;
    text-align: right;
    width: 150px;
}

.FormContainer fieldset.InlineLabels {
    padding: .3em 0;
}

.InlineLabels .InlineLabel {
    float: none;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding-left: .2em;
    width: auto;
}

.InlineLabels p {
    line-height: 1.6;
    padding-top: 1px;
}

.InlineLabels .ButtonHolder {
    margin-top: .5em;
    padding-left: 160px;
}

.InlineLabels .InlineInput {
    clear: none;
    float: none;
    padding-left: 160px;
    width: auto;
}

.InlineLabels .FormHint {
    clear: none;
    margin: 0 0 0 160px;
}

.FormContainer .InlineLabels span.Required {
    display: inline;
    padding-left: 0;
}

.InlineLabels ul.ItemList {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.InlineLabels .DateRange &gt; p.Label {
    float: left;
}

.FormContainer .BlockLabels {
    clear: both;
    float: none;
}

.BlockLabels div {
    padding: .3em 0;
}

    .BlockLabels div div {
        clear: none;
    }

.BlockLabels .ButtonHolder {
    margin-top: .5em;
}

.BlockLabels label, .BlockLabels p.Label {
    display: block;
    float: none;
    margin-bottom: 1px;
    padding: 0;
}

.BlockLabels .InlineLabel {
    display: inline;
    font-weight: normal;
    padding-left: .2em;
}

.BlockLabels .InlineCheckRadio label {
    margin: 0pt 1.5em 0pt 0pt !important;
}

.BlockLabels .RegistrantList div, .BlockLabels .RegistrantOptionSelectList div {
    clear: both;
}

    .BlockLabels .RegistrantList div input, .BlockLabels .RegistrantList div select, .BlockLabels .RegistrantOptionSelectList div input, .BlockLabels .RegistrantOptionSelectList div select {
        float: left;
        margin-right: 1em;
        width: auto;
    }

.BlockLabels .RegistrantList, .BlockLabels .RegistrantOptionSelectList {
    margin: .7em 0;
}

.BlockLabels .currentBalanceHolder label, .BlockLabels .creditHolder label, .BlockLabels .amountHolder label, .BlockLabels .newBalanceHolder label {
    float: left;
    width: 160px;
}

.BlockLabels .newBalanceHolder {
    border-top: solid 1px #ccc;
    float: left;
    margin-top: 3px;
    padding-top: 8px;
}

.BlockLabels .FeeSelectorFields_Registrant select, .BlockLabels .FeeSelectorFields_Registrant input {
    float: left;
    margin-bottom: .7em;
    margin-right: 1em;
    width: auto;
}

.BlockLabels .FeeSelectorFields_Other select, .BlockLabels .FeeSelectorFields_Other input {
    float: left;
    margin-bottom: .7em;
    margin-right: 1em;
    width: 80px;
}

.addRegistrantFees .BlockLabels .FeeSelectorFields_Registrant, .addRegistrantFees .BlockLabels .FeeSelectorFields_Other {
    margin-left: 160px;
}

.addRegistrantFees .BlockLabels .amountContainer label {
    float: left;
    margin-right: 1em;
    text-align: right;
    width: 150px;
}

.addRegistrantFees fieldset.ButtonContainer {
    padding-left: 160px;
}

.FeeSelectorFields_Registrant label, .FeeSelectorFields_Registrant label b, .FeeSelectorFields_Other label, .FeeSelectorFields_Other label b {
    font-weight: normal;
}

.PaymentExpirationDate {
    clear: both;
}

    .PaymentExpirationDate .ExpYear {
        margin-top: 1.1em;
    }

.PaymentPayWhenOptions {
    display: block;
}

    .PaymentPayWhenOptions input {
        margin: .5em .5em 0 0;
        width: auto;
    }

fieldset.PaymentSelection {
    margin: 0 !important;
    padding: 0;
}

    fieldset.PaymentSelection fieldset {
        margin: 0 !important;
        padding: 0;
    }

fieldset.PaymentInfo .CheckboxList {
    margin: 0;
}

.InlineLabels .BlockLabels label {
    text-align: left;
    width: auto;
}

.InlineLabels .BlockLabels .CheckRadio {
    margin-bottom: 0;
}

    .InlineLabels .BlockLabels .CheckRadio legend span {
        text-align: left;
        width: auto;
    }

    .InlineLabels .BlockLabels .CheckRadio div {
        margin-left: 0;
        top: 0;
    }

.InlineLabels .BlockLabels .ButtonHolder {
    padding-left: 0;
}

.InlineLabels .RegistrationColumn, .InlineLabels .RegistrationColumn div {
    padding: 0;
}

    .InlineLabels .RegistrationColumn div {
        clear: both;
    }

.RegistrationColumn p, .RegistrationColumn label {
    float: left;
    line-height: 1.25em;
    margin: 0;
    padding: 0 10px 5px;
}

.PaymentDisplay {
    margin-bottom: 2em;
}

.BlockLabels .InlineLabels label {
    float: left;
    padding-right: 10px;
}

.BlockLabels .InlineLabels .InlineLabel {
    float: none;
}

.CheckRadio {
    margin: 0 0 .5em 0;
    position: relative;
}

    .CheckRadio legend {
        margin-bottom: .5em;
        font-weight: bold;
    }

        .CheckRadio legend span {
            top: 0 !important;
            position: relative;
        }

    .CheckRadio ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .CheckRadio li {
        padding: 0 0 .4em 0;
        margin: 0;
        display: block;
    }

    .CheckRadio .Horizontal li {
        float: left;
        margin: 0 1em 0 0;
    }

    .CheckRadio label, .Chkbx label {
        display: inline;
        font-weight: normal;
        width: auto;
        float: none !important;
        text-align: left !important;
        padding: 0 .65em 0 0;
    }

    .CheckRadio input, .Chkbx input {
        padding: 0;
        margin: 0 .65em .25em 0;
        vertical-align: middle;
        position: relative;
        width: auto;
        overflow: hidden;
    }

    .CheckRadio ul ul {
        padding-left: 2em;
    }

#Content .FormContainer .CheckRadio.Column input {
    width: auto;
}

.BlockLabels .CheckRadio legend {
    white-space: normal;
    width: 100%;
}

    .BlockLabels .CheckRadio legend span {
        display: block;
        width: 100%;
    }

        .BlockLabels .CheckRadio legend span.Required {
            display: inline;
        }

.InlineLabels .CheckRadio {
    margin: .75em 0 .25em;
    padding-top: 0;
}

.InlineLabels fieldset.CheckRadio legend {
    position: absolute;
    padding: inherit;
    margin-right: 1.5em;
    clear: none;
    width: 150px;
    white-space: normal;
    text-align: right;
    left: 0;
}

.InlineLabels .CheckRadio .RadioButtonListContainer, .InlineLabels .CheckRadio .CheckBoxListContainer {
    margin: inherit;
    padding: inherit;
    margin-top: 0;
    margin-left: 160px;
    clear: none;
}

.BlockLabels .Chkbx label {
    display: inline;
}

.BlockLabels .CheckRadio legend {
    margin: 0;
}

.BlockLabels .CheckRadio {
    margin: 0.3em 0 0 0;
    padding: .3em 0;
}

.BlockLabels .Column, .InlineLabels .Column {
    clear: none;
    float: left;
    margin-right: 1em;
    width: auto;
}

#Content .FormContainer .Column input {
    width: 130px;
}

#Content .FormContainer .Column .Long, .InlineLabels .Long {
    width: 350px;
}

#Content .FormContainer .Column .Short {
    width: 80px;
}

#Content .FormContainer .Column .SuperShort {
    width: 30px;
}

.InlineLabels .CheckRadio .Column {
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 1em;
    width: auto;
}

.InlineLabels ol.TwoCol, .InlineLabels ul.TwoCol, .InlineLabels p.TwoCol, .InlineLabels div.TwoCol, .BlockLabels ol.TwoCol, .BlockLabels ul.TwoCol, .BlockLabels p.TwoCol, .BlockLabels div.TwoCol {
    float: left;
}

.InlineLabels ol.ThreeCol, .InlineLabels ul.ThreeCol, .InlineLabels p.ThreeCol, .InlineLabels div.ThreeCol, .BlockLabels ol.ThreeCol, .BlockLabels ul.ThreeCol, .BlockLabels p.ThreeCol, .BlockLabels div.ThreeCol {
    float: left;
}

.Validator, .CharError {
    color: red;
    clear: both;
}

.InlineLabels .Validator {
    margin-left: 160px;
}

.InlineLabels .Indent .Validator {
    margin-left: 0;
}

.ValidateGroup .RequiredField {
    background: #ff9;
}

.ValidateGroup input.RequiredField:focus {
    background: #ffc;
}

.RequiredError {
    background: #ffe1e1;
}

.SearchControl {
    background: #eee;
    clear: left;
    margin: 1em 0;
    padding: .4em;
}

    .SearchControl fieldset {
        padding: 0;
    }

        .SearchControl fieldset.InlineLabels label {
            width: auto;
        }

        .SearchControl fieldset.InlineLabels div {
            clear: none;
            float: left;
            width: auto;
        }

        .SearchControl fieldset.InlineLabels input, .SearchControl fieldset.InlineLabels select {
            margin-bottom: 0;
            width: 100px;
        }

        .SearchControl fieldset.InlineLabels select {
            width: 200px;
        }

        .SearchControl fieldset.InlineLabels input, .SearchControl fieldset.InlineLabels select {
            margin-right: 1em;
        }

            .SearchControl fieldset.InlineLabels input.Button {
                width: auto;
            }

.RadioButton {
    background: url(../imgs/buttons/radiobutton_inactive.gif) no-repeat;
    color: #000 !important;
    cursor: pointer;
    display: block;
    float: left;
    line-height: 26px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    width: 101px;
}

    .RadioButton input {
        left: -9999px;
        position: absolute;
    }

    .RadioButton:hover {
        background-image: url(../imgs/buttons/radiobutton_hover.gif);
    }

.RadioActive {
    background-image: url(../imgs/buttons/radiobutton_active.gif);
}

.InputFaded {
    color: #aeaeae !important;
}

.PopUpFunction {
    background: #fff;
    border: 1px solid #666;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding: 15px !important;
    position: absolute !important;
    width: 250px !important;
    z-index: 1000;
}

    .PopUpFunction .PopUpCloseElement {
        background: url(../imgs/icons/close.gif) no-repeat;
        height: 15px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 15px;
    }

        .PopUpFunction .PopUpCloseElement:hover, .PopUpFunction .PopUpCloseElement:focus, .PopUpFunction .PopUpCloseElement:active {
            background-position: 0 -15px;
        }

    .PopUpFunction .PopupArrow {
        background: url(../imgs/icons/popup_arrow.gif) no-repeat;
        height: 20px;
        left: -10px;
        position: absolute;
        text-indent: -9999px;
        top: 20px;
        width: 10px;
    }

.ToolTip {
    padding: 15px !important;
    border: 1px solid #666;
    border-right-width: 2px;
    border-bottom-width: 2px;
    background: #fff;
    color: #333;
    position: absolute !important;
    z-index: 1000;
    width: 200px !important;
}

.FormContainer .BlockLabels .Captcha, .FormContainer .InlineLabels .Captcha {
    float: none;
}

    .FormContainer .BlockLabels .Captcha p, .FormContainer .InlineLabels .Captcha p {
        clear: both;
    }

    .FormContainer .BlockLabels .Captcha #LBD_CaptchaDiv #LBD_CaptchaIcons, .FormContainer .InlineLabels .Captcha #LBD_CaptchaDiv #LBD_CaptchaIcons {
        clear: none;
    }

    .FormContainer .InlineLabels .Captcha #LBD_CaptchaDiv {
        clear: none;
    }

    .FormContainer .InlineLabels .Captcha p {
        margin-left: 160px;
    }

    .FormContainer .InlineLabels .Captcha input {
        margin-left: 160px;
    }

.CheckboxList {
    clear: both;
    margin: .5em 0;
}

    .CheckboxList div {
        margin: 0;
    }

    .CheckboxList input {
        margin: 0 .5em .5em 0;
        width: auto;
    }

    .CheckboxList label {
        display: inline;
        width: auto;
    }

    .CheckboxList small {
        display: block;
    }

.HideShowElement {
    padding: 1em 0;
}

.HideItem, .RemoveExtraPerson, .AddNewPerson, .TotalFeeContainer {
    padding: 1em 0 !important;
}

    .HideShowElement a.inputButton, .AddNewPerson a.inputButton, .RemoveExtraPerson a.inputButton {
        display: inline;
        padding: .3em .5em !important;
    }

.ExtraPerson {
    margin-top: .5em;
}

.VerifyBox {
    margin-top: 30px;
}

    .VerifyBox .Button {
        font-size: .85em;
        font-weight: normal;
        text-transform: inherit;
    }

.FieldGroup {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .FieldGroup .Validator {
        clear: none;
    }

    .FieldGroup .Instruction {
        float: right;
        padding: 5px 5px 0 0;
    }

.LoginStatus fieldset {
    float: none;
}

    .LoginStatus fieldset label {
        display: block;
        height: 0;
        line-height: 0;
        margin: 0 !important;
        overflow: hidden;
        text-indent: -32767px;
    }

    .LoginStatus fieldset img {
        display: inline;
    }

.BlockLabels .PersonRelationship {
    float: none;
}

.FormContainer .Short {
    height: 32px;
    width: 65%;
}

#SiteSearchContainer .SearchInputs {
    padding-bottom: 22px;
}

input.Button, input.Submit, #Search input.Submit {
    font-weight: lighter !important;
}

table.Paging td {
    padding: 6px 8px;
}

table.Paging {
    border-bottom: none;
    border-top: 1px solid #fff;
    background: #2f79b1 !important;
    color: #fff;
}

a.dp-choose-date {
    width: 16px;
    height: 16px;
    padding: 0;
    display: inline-block;
    text-indent: -2000px;
    overflow: hidden;
    background: url(/imgs/icons/calendar.png) no-repeat;
}

    a.dp-choose-date.dp-disabled {
        background-position: 0 -20px;
        cursor: default;
    }

input.dp-applied {
    width: 140px;
}

table.jCalendar {
    border: none;
    background: none;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

    table.jCalendar th {
        background: #777;
        color: #fff;
        font-weight: bold;
        padding: 5px 6px;
        text-align: center;
    }

    table.jCalendar td {
        background: #ccc;
        color: #333;
        padding: 5px 6px;
        text-align: center;
    }

        table.jCalendar td.other-month {
            background: #ddd;
            color: #888;
        }

        table.jCalendar td.today {
            background: #666;
            color: #fff;
        }

        table.jCalendar td.selected {
            background: #f66;
            color: #fff;
        }

            table.jCalendar td.selected.dp-hover {
                background: #f33;
                color: #fff;
            }

        table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
            background: #fff;
            color: #000;
        }

    table.jCalendar tr.selectedWeek td {
        background: #f66;
        color: #fff;
    }

    table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
        background: #bbb;
        color: #888;
    }

    table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
        background: #bbb;
        color: #888;
    }

div.dp-popup {
    position: relative;
    background: #efefef;
    font-size: 10px;
    font-family: arial,sans-serif;
    padding: 2px;
    width: 200px;
    line-height: 1.2em;
    border: solid 1px #999;
}

div#dp-popup {
    position: absolute;
    z-index: 199;
}

div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 1px 0 3px 0;
    padding: 0;
    border: none;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

    a#dp-close:hover {
        text-decoration: underline;
    }

div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 5px;
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}

    div.dp-popup div.dp-nav-prev a {
        float: left;
    }

    div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
        cursor: pointer;
    }

        div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
            cursor: default;
        }

div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}

    div.dp-popup div.dp-nav-next a {
        float: right;
    }

div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}

div.dp-popup td {
    cursor: pointer;
}

    div.dp-popup td.disabled {
        cursor: default;
    }


.ClientSearchBox {
    background: none;
    clear: both;
    padding-left: 0;
    margin-bottom: 12px;
}

    .ClientSearchBox fieldset {
        background: none;
        float: none;
        padding: 0 0;
        width: auto;
    }

        .ClientSearchBox fieldset input {
            margin-bottom: 12px !important;
        }

    .ClientSearchBox .SearchTextbox {
        font-size: 1.1em;
        height: 28px;
        margin-right: 6px;
        padding: 4px 3px 2px 8px;
        vertical-align: bottom;
        width: 75%;
    }

.ModuleSearch #BrowseTab.TabContainerlive, .ModuleSearch .BrowseTabs.TabContainerlive {
    background: none !important;
    margin-top: 0;
    padding-right: 0;
    padding-top: 0;
}

.AlphabetLinks {
    background: none;
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .AlphabetLinks li, ul.AlphaListWide li {
        background-color: #63caba;
        float: left;
        font-size: 0.9em;
        line-height: 1.6;
        margin: 4px 4px 0 0;
        text-align: center;
        width: 1.4em;
    }

        .AlphabetLinks li.NoItems {
            color: #e5e5e4;
            background-color: Silver;
        }

    .AlphabetLinks .Top li.NoItems a, .AlphabetLinks .Top li.NoItems a span, .AlphabetLinks .Bottom li.NoItems a, .AlphabetLinks .Bottom li.NoItems a span {
        color: #fff;
    }

        .AlphabetLinks .Top li.NoItems a:hover, .AlphabetLinks .Top li.NoItems a:hover span, .AlphabetLinks .Bottom li.NoItems a:hover, .AlphabetLinks .Bottom li.NoItems a:hover span {
            color: #fff;
            background-color: Silver;
        }

    .AlphabetLinks li a, .AlphabetLinks li a span, .AlphabetLinks li.Active a, .AlphabetLinks li a:hover {
        padding: 0;
        width: 100%;
    }

        ul.AlphaListWide a, ul.AlphaListWide a:link, ul.AlphaListWide a:visited, ul.AlphaListWide span, .AlphabetLinks li a, .AlphabetLinks li a span, .AlphabetLinks li.Active a, .AlphabetLinks li a:hover {
            color: #fff;
            display: block;
            text-align: center;
            text-decoration: none !important;
        }

    .AlphabetLinks .AlphabetLinksSubSections {
        background: transparent;
        font-size: 0.85em;
    }

        .AlphabetLinks .AlphabetLinksSubSections a {
            margin: 0 0;
            width: 100%;
        }

        .AlphabetLinks .AlphabetLinksSubSections li {
            padding: 3px 3px;
        }

    .AlphabetLinks li.Active a, .AlphabetLinks li a:hover, .AlphabetLinks li:hover {
        background-color: #2f79b1;
    }

    .AlphabetLinks .Top li.Active a span, .AlphabetLinks .Bottom li.Active a span {
        color: #fff;
    }

    .AlphabetLinks .Bottom {
        display: none;
    }

p.MoreLink {
    margin: 0;
}

    p.MoreLink a {
        display: inline-block;
    }

        p.MoreLink a, p.MoreLink a:link, p.MoreLink a:visited {
            border: 2px solid #7fc7b3;
            color: #659a8a;
            padding: 4px 12px 6px;
        }

            p.MoreLink a:hover, p.MoreLink a:focus, p.MoreLink a:active {
                border: 2px solid #578577;
                color: #578577;
            }

#RightColumnPanels #PanelSmartPanelUpcomingEventswDate ul.SPList, #LeftColumnPanels #PanelSmartPanelUpcomingEventswDate ul.SPList {
    padding-left: 0;
}

#RightColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .CalDateIcon, #LeftColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .CalDateIcon {
    background: none;
    margin: 0;
    width: 40px;
    border: 1px solid #80c5b2;
    height: auto;
    background-color: #fdfdfd;
}

#RightColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .BoxMo, #LeftColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .BoxMo {
    padding: 6px;
    font-size: 11px;
}

#RightColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .BoxDate {
    border: none;
    color: #578577;
    font-weight: 700;
    padding: 0 6px 6px;
    font-size: 18px;
    line-height: 20px;
}

#RightColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .BoxDay {
    display: none;
}

#RightColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .BoxMo span, #LeftColumnPanels #PanelSmartPanelUpcomingEventswDate .DateBoxSmall .BoxMo span {
    background: none;
    color: #578577;
    height: auto;
    padding-left: 0;
    text-transform: uppercase;
    width: auto;
}

#RightColumnPanels #PanelSmartPanelUpcomingEventswDate ul.SPList li.SPItem .EventInfo {
    margin-left: 50px;
}

#RightColumnPanels #PanelSmartPanelRelatedLocations ul.SPList, #LeftColumnPanels #PanelSmartPanelRelatedLocations ul.SPList {
    padding-left: 0;
}

#RightColumnPanels .SmartPanel ul.LocationList.SPList img, #LeftColumnPanels .SmartPanel ul.LocationList.SPList img {
    width: auto;
}

#RightColumnPanels #PanelSmartPanelRelatedLocations ul.SPList li.SPItem dt, #LeftColumnPanels #PanelSmartPanelRelatedLocations ul.SPList li.SPItem dt, #RightColumnPanels #PanelSmartPanelRelatedLocations ul.SPList li.SPItem dd, #LeftColumnPanels #PanelSmartPanelRelatedLocations ul.SPList li.SPItem dd {
    margin: 0 0 0 130px;
}

    #RightColumnPanels #PanelSmartPanelRelatedLocations ul.SPList li.SPItem dd.Picture, #LeftColumnPanels #PanelSmartPanelRelatedLocations ul.SPList li.SPItem dd.Picture {
        float: left;
        margin: 0;
    }

#RightColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList, #LeftColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList {
    padding-left: 0;
}

    #RightColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList img, #LeftColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList img {
        width: auto;
    }

    #RightColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList li.SPItem dt, #LeftColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList li.SPItem dt, #RightColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList li.SPItem dd, #LeftColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList li.SPItem dd {
        margin: 0 0 0 65px;
    }

        #RightColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList li.SPItem dd.Picture, #LeftColumnPanels #PanelSmartPanelRelatedPhysicians ul.SPList li.SPItem dd.Picture {
            margin: 0;
        }

.ShoppingCartWrapper {
    width: 160px;
    position: absolute;
    top: 90px;
    right: 400px;
}

#ShoppingCartLink a {
    font-size: .9em;
    color: #532380;
}

#ShoppingCartLink .icon {
    margin-top: 4px;
}

a.Button, a.Button:link, a.Button:visited, input.Button, #SiteSearchContainer a.Button {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #7aaed5;
    border-radius: 0;
    color: #2f79b1;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    line-height: 1em;
    padding: 6px 14px 10px;
    position: relative;
    text-align: center;
    text-transform: lowercase;
}

a:hover.Button {
    background: #fff;
}

input.Button:focus, input.Button:active, input.Submit:focus, input.Submit:active, #Search input.Submit:focus, #Search input.Submit:active, input.Button:hover, input.Submit:hover, #Search input.Submit:hover {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #093c71;
    color: #093c71;
}

.CTARight a.Button, .CTAWide a.Button {
    line-height: 3em;
}
</pre></body></html>