﻿/*--------------------[ Indicator List Link ]--------------------*/

.headerIndicatorListForm {
    float: right;
    position: relative;
    width: 442px;
    height: 27px;
}

.SelectedIndicatorQuickSwitch.headerIndicatorList {
    margin: 44px 0 0 0;
}

#headerIndicatorListLink {
    float: right;
    position: relative;
    height: 27px;
    margin: 0 6px 0 0;
    color: #3b687f;
}

.headerIndicatorList_Expanded #headerIndicatorListLink {
    background: url("Images/header_Sprite.png") no-repeat 0 -167px;
    z-index: 100;
}

#headerIndicatorListLink_Right {
    float: left;
    height: 27px;
    margin: 0 -6px 0 0;
    padding: 0 5px 0 10px;
    font-size: 1.2em;
}

    #headerIndicatorListLink_Right a:hover {
        color: #bae8ff;
    }

.headerIndicatorList_Expanded #headerIndicatorListLink_Right {
    background: url("Images/header_Sprite.png") no-repeat right -167px;
}


.indicatorsListLinkText {
    float: left;
    height: 20px;
    padding: 7px 0 0 0;
}

.SelectedIndicatorQuickSwitch .indicatorsListLinkText {
    color: #fff;
}

    .SelectedIndicatorQuickSwitch .indicatorsListLinkText a {
        color: #fff;
    }

.headerIndicatorList_Expanded .indicatorsListLinkText, .headerIndicatorList_Expanded .indicatorsListLinkText a {
    color: #3b687f;
}


.indicatorsListLinkButton {
    float: left;
    height: 27px;
    width: 20px;
    text-indent: -9999px;
    background-image: url("Images/header_Sprite.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.SelectedIndicatorQuickSwitch .indicatorsListLinkButton {
    background-position: -394px 13px;
}

.CMSReportsSwitchButton .indicatorsListLinkButton {
    background-position: -434px 13px;
}

.SelectedIndicatorQuickSwitch .indicatorsListLinkButton:hover {
    background-position: -414px 13px;
}

.CMSReportsSwitchButton .indicatorsListLinkButton:hover {
    background-position: -454px 13px;
}

.headerIndicatorList_Expanded .indicatorsListLinkButton {
    background-position: -434px 13px;
}

    .headerIndicatorList_Expanded .indicatorsListLinkButton:hover {
        background-position: -454px 13px;
    }

.headerExpandedList {
    position: absolute;
    right: 0;
    top: 26px;
    width: 242px;
    background: url("Images/headerVertical_Sprite.png") no-repeat;
    z-index: 99;
    display: none;
}

.headerIndicatorList_Expanded .headerExpandedList {
    display: block;
}

/*#headerExpandedList_Scrollbar
{
    overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
}*/

#headerExpandedList_Bottom {
    /*width: 238px;*/
    width: 242px;
    background: url("Images/headerVertical_Sprite.png") no-repeat -242px bottom;
    margin: 0 0 -5px 0;
    position: relative;
    overflow: hidden;
}

    /*.CMSReportsSwitchButton #headerExpandedList_Bottom
{
	padding: 0 0 10px 0;
}*/

    #headerExpandedList_Bottom ul {
        float: left;
        width: 214px;
        padding: 6px 15px 6px 13px;
        margin: 0;
    }

        #headerExpandedList_Bottom ul li {
            float: left;
            width: 214px;
            border-bottom: 1px solid #edebea;
            padding: 5px 0 6px 0;
            list-style: none;
            margin: 0;
        }

            #headerExpandedList_Bottom ul li.expandedListLast {
                border-bottom: none;
            }

    #headerExpandedList_Bottom a {
        float: left;
        width: 211px;
        color: #3b687f;
        padding: 0 0 0 3px;
    }

/**********
* Indicator List Link
**********/

/**********
* END Header
**********/

/**********
* Primary Navigation
**********/

ul#PrimaryNavigationList, ul#PrimaryNavigationList li, ul#PrimaryNavigationList li a {
    float: left;
    overflow: hidden;
}

ul#PrimaryNavigationList {
    margin: 0;
}

    ul#PrimaryNavigationList li {
        margin: 0;
        list-style: none;
        position: relative;
        border-right: 1px solid #38566d;
        border-left: 1px solid #c3d4dd;
    }

        ul#PrimaryNavigationList li:first-child {
            border-left: none;
        }

        ul#PrimaryNavigationList li:last-child {
            border-right: none;
        }

        ul#PrimaryNavigationList li a {
            font-family: "DINProBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #222;
            padding: 15px 20px 13px 20px;
            font-size: 1.2em;
            text-transform: uppercase;
            font-weight: bold;
            text-decoration: none;
        }

            ul#PrimaryNavigationList li a:hover, ul#PrimaryNavigationList li a:focus {
                background: #678699;
            }

            ul#PrimaryNavigationList li a.Selected {
                background: url("Images/PrimaryNavBGActive.png") repeat-x;
                background-color: #38566D;
                color: #fff;
            }





/*--------------------[ Page Header ]--------------------*/

#PageHeaderButtons {
    height: 20px;
    padding: 7px 0 0 0;
    margin: 75px 5px 0 0;
    float: right;
}

    #PageHeaderButtons .StandardButton {
        float: right;
    }



/*--------------------[ Sub Navigation ]--------------------*/

#SubNavigation ul,
#SubNavigation ul li,
#SubNavigation ul li a {
    display: inline-block;
}

#SubNavigation > ul {
    position: relative;
    top: 13px;
    padding-bottom: 8px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

#SubNavigation ul {
    margin: 0;
}

    #SubNavigation ul li {
        margin: 0 5px 0 0;
        list-style: none;
    }

        #SubNavigation ul li a {
            color: #fff;
            background-color: #456478;
            padding: 6px 15px 0;
            height: 23px;
            font-weight: bold;
        }

            #SubNavigation ul li a:hover {
                color: #fff;
                background-color: #617f94;
                text-decoration: none;
            }

        #SubNavigation ul li.Selected,
        #SubNavigation ul li.Selected a,
        #SubNavigation ul li.Selected a:hover {
            color: #303030;
            background-color: #fff;
            text-decoration: none;
        }

            #SubNavigation ul li.Selected a {
                padding: 6px 15px 0;
                font-weight: bold;
            }

        #SubNavigation ul li ul.NavGroup {
            padding: 6px 6px 0 6px;
            border-radius: 2px;
            box-shadow: #030303 0 1px 2px inset;
            background-color: #0E2233;
        }

            #SubNavigation ul li ul.NavGroup li {
            }


                #SubNavigation ul li ul.NavGroup li:last-child {
                    margin: 0;
                }


/*--------------------[ Sidebar ]--------------------*/

/*--------------------[ Overrides ]--------------------*/

.NoSideBar #SideBar {
    display: none;
}


/*.SideBarTop 
{
	border-top: 2px solid #576d78;
	padding: 1px 0 0 0;
	height: 0;
}
*/

.SideBarBlock {
    /* border-top: 2px solid #576d78;
	padding: 1px 0 0 0;*/
    border: 1px solid #a8becc;
    background-color: #e8f3fa;
    padding: 0 10px 16px;
}

    .SideBarBlock .SideBarContent:first-child {
        margin: -13px 0 0;
    }

#SideBar h2 {
    font-size: 1.8em;
    color: #001e35;
    font-weight: normal;
    margin: 0 0 8px 0;
    height: auto;
    border: none;
}

#SideBar .SideBarContent h2 {
    margin-top: 30px;
    font-family: Helvetica Neue, Helvetica, Arial;
    letter-spacing: normal;
    font-weight: bold;
}

#SideBar .SideBarContent h3.indicator_h3 {
    color: #303030;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1;
    margin: 16px 0 4px;
}

#SideBar p {
    font-size: 1.2em;
    line-height: 1.5;
    color: #3b3b3b;
}

    #SideBar p.MoreLink {
        text-align: right;
        font-weight: bold;
        margin: 10px 5px 0 0;
    }

#SideBar .ExploreButton span {
    width: 230px;
}

#SideBar .ExploreButton a {
    text-align: center;
}



/*--------------------[ Home ]--------------------*/

.HomeContent {
    /*Xbackground-position: 0 -250px !important;*/
}

    .HomeContent #SubNavigation {
        display: none;
    }

    .HomeContent #PageContentContainer {
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
    }

    .HomeContent #SideBar {
        display: block;
        padding: 0;
        /*margin: 0 0 0 40px;*/
    }

    .HomeContent #PageContent, .HomeContent .SideBarTop {
        border: none;
    }

    .HomeContent #PageContent {
        padding: 0;
        margin-right: 330px;
    }

#HomePageContent {
    width: 960px;
    overflow: hidden;
}

/*--------------------[ Page Header ]--------------------*/

.HomeContent #PageHeaderContainer {
    padding: 0 0 70px;
}

/*.HomeContent #PageHeader h1
{
	background: url("Images/homePage_Sprite.png") no-repeat 0 bottom;
	text-indent: -9999px;
	margin: 0 0 20px 0;
	height: 22px;
}
*/

.HomeContent #PageHeader p {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #20333c;
}

    .HomeContent #PageHeader p strong {
        font-size: 1.2em;
        line-height: 1.6em;
        color: #00000e;
        font-weight: normal;
    }



/*--------------------[ Home Buckets ]--------------------*/

.HomeContent #PageContentHeader {
    margin: -64px -5px 30px;
}

#HomeBuckets {
    display: none;
    height: 190px;
    /*margin: -64px -5px 0 -5px;
	padding: 0 0 63px 0;*/
}

.Bucket {
    float: left;
    height: 190px;
    width: 302px;
    margin: 0 32px 0 0;
    background: url("Images/homePage_Sprite.png") no-repeat right 0;
}

.BucketLast {
    margin: 0;
}

.BucketHeader {
    height: 58px;
    padding: 0 22px 0 35px;
    text-indent: -9999px;
    background-image: url("Images/homePage_Sprite.png");
    background-repeat: no-repeat;
}

#TopicBucket .BucketHeader {
    background-position: -294px -168px;
}

#StateBucket .BucketHeader {
    background-position: -294px -226px;
}

#InitiativeBucket .BucketHeader {
    background-position: -294px -284px;
}

.BucketBody {
    height: 95px;
    padding: 0 22px 0 35px;
    font-size: 13px;
    line-height: 17px;
    color: #1b1b1b;
}

.BucketDropDown {
    position: relative;
    overflow: visible;
    width: 294px;
    height: 37px;
    margin: 0 0 0 5px;
    background-image: url("Images/homePage_Sprite.png");
    background-repeat: no-repeat;
}

    .BucketDropDown .BucketSelection {
        height: 37px;
        text-indent: -9999px;
        cursor: pointer;
    }

#TopicBucket .BucketDropDown {
    background-position: 0 0;
}

    #TopicBucket .BucketDropDown:hover {
        background-position: 0 -37px;
    }

#TopicBucket .BucketDropDownExpanded, #TopicBucket .BucketDropDownExpanded:hover {
    background-position: 0 -74px;
}

#StateBucket .BucketDropDown {
    background-position: 0 -111px;
}

    #StateBucket .BucketDropDown:hover {
        background-position: 0 -148px;
    }

#StateBucket .BucketDropDownExpanded, #StateBucket .BucketDropDownExpanded:hover {
    background-position: 0 -185px;
}

#InitiativeBucket .BucketDropDown {
    background-position: 0 -222px;
}

    #InitiativeBucket .BucketDropDown:hover {
        background-position: 0 -259px;
    }

#InitiativeBucket .BucketDropDownExpanded, #InitiativeBucket .BucketDropDownExpanded:hover {
    background-position: 0 -296px;
}

.BucketList {
    position: absolute;
    top: 37px;
    left: 0;
    width: 270px;
    height: 229px;
    padding: 3px 10px 10px 14px;
    background: url("Images/homePage_Sprite.png") no-repeat 0 -333px;
    display: none;
}

    .BucketList ul {
        float: left;
        width: 270px;
    }

    .BucketList ul {
        height: 229px;
        overflow: auto;
    }

        .BucketList ul li {
            font-size: 12px;
            line-height: 14px;
            margin: 8px 0;
            color: #303030;
        }

            .BucketList ul li a {
                color: #303030;
            }

.BucketDropDownExpanded .BucketList {
    display: block;
}


/*--------------------[ What's New ]--------------------*/

.WhatsNew {
    min-height: 250px;
}


    .WhatsNew h2 {
        color: #001e35;
    }


    .WhatsNew h3 {
        font-size: 15px;
        margin-left: 40px;
    }

    .WhatsNew p {
        margin: 0 0 20px 40px;
    }

        .WhatsNew p.TextRight {
            margin-right: 20px;
        }

.WhatsNewBlock {
    border-bottom: 1px #ebebeb solid;
    margin: 0 0 8px;
}

.WhatsNewDate {
    float: left;
    width: 22px;
    text-align: center;
    color: #737779;
    margin: 0 16px 10px 0;
}

.WhatsNewDay {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 2px;
}

.WhatsNewMonth {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}



/**********
* Indicator List Page
**********/

.IndicatorList #PageContentContainer {
    border: none;
    background-color: transparent;
    padding: 15px 0 0;
}

.IndicatorList #PageContent {
    overflow: visible;
}

.IndicatorList #PageContentContainer h2 {
    font-size: 14px;
    color: #303030;
    margin: 0 0 5px;
}

    .IndicatorList #PageContentContainer h2 strong {
        color: #7f342c;
    }

.IndicatorList #PageContentContainer #PageContent {
    border: none;
}

    .IndicatorList #PageContentContainer #PageContent .NoResults {
        background-color: #fff;
        border: 1px solid #d7d7d7;
        padding: 10px 10px 2px;
    }

.IndicatorList #SubNavigation {
    display: none;
}

/**********
* END Indicator List Page
**********/

/**********
* What's New
**********/

div.NewsItem {
    border-bottom: 1px solid #bcb8b5;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

    div.NewsItem h3 {
    }

    div.NewsItem p.NewsItemDate {
    }

/**********
* END What's New
**********/

/**********
* Geography Navigation
**********/

.GeographyNavigation {
    background-color: #fff;
    margin: 10px 0 0;
}

    .GeographyNavigation .GroupHeader {
        background-color: #eaebed;
        color: #7a7674;
        padding: 6px 0 6px 4px;
        font-size: 1.1em;
        line-height: 1;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .GeographyNavigation h3 {
        font-size: 12px;
        padding: 4px;
        color: #7F342C;
        margin: 0;
    }

.GeographyNavigationLists {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.GeographyNavigationList {
    float: left;
    width: 210px;
    margin: 0 0 0 20px;
}

    .GeographyNavigationList:first-child {
        margin: 0;
    }

.GeographyNavigation ul {
    padding: 1px 0;
    margin: 0 !important;
}

    .GeographyNavigation ul li {
        list-style: none;
        border-top: 1px solid #e4f0f5;
        padding: 7px 4px;
        margin: 0;
    }

        .GeographyNavigation ul li:first-child {
            border: none;
        }

        .GeographyNavigation ul li:hover {
            position: relative;
            background-color: #c5e5fc;
            border-top: 1px solid #b2d1e8;
            border-bottom: 1px solid #b2d1e8;
            margin: 0 0 -1px 0;
        }

        .GeographyNavigation ul li:first-child:hover {
            margin: -1px 0;
        }

/**********
* END Geography Navigation
**********/

/*--------------------[ Profile ]--------------------*/
#Content.Profile div.MultiColumnLayout.ProfileHeader div.Row div.Cell {
    border-bottom: 1px solid #cccccc;
    font-size: 11px;
}

#Content.Profile div.MultiColumnLayout.ProfileHeader div.Row.Last div.Cell {
    border-bottom: none;
}

#Content.Profile div.MultiColumnLayout.ProfileHeader div.Row div.Cell.Label {
    width: 75px;
}

.dividerHeader {
    font-size: 1.8em;
    font-weight: bold;
    color: #55524f;
    height: 20px;
    background: url("Images/dividerBKGD.png") repeat-x -5px 12px;
    margin: 20px 0 6px 0;
}

    .dividerHeader h3 {
        float: left;
        background-color: #fff;
        padding: 0 8px 0 0;
        margin: 0;
        display: inline;
        font-size: 18px;
        color: #3B3B3B;
        font-family: Helvetica,​ Arial,​ sans-serif;
    }

.dividerBlock {
    padding: 0 0 0 24px;
    margin: 0 0 22px 0;
}

#glossaryContent h4, #FAQContent h4 {
    color: #303030;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0 2px;
}

#APITOSContent div {
    margin: 0 0 10px;
    font-size: 1.2em;
}

#APITOSContent h3 {
    display: inline;
    font-size: 1.2em;
    color: #000000;
}

#IndicatorContent h2 {
    font-size: 1.8em;
    letter-spacing: normal;
    font-family: Helvetica,​ Arial,​ sans-serif;
    margin: 24px 0 5px;
}

.DataSourceList li,
.InitiativeList li {
    position: relative;
    list-style: none;
    padding: 3px;
}

    .DataSourceList li:hover {
        background-color: #efefef;
    }

    .DataSourceList li > a,
    .InitiativeList li h3 a {
        display: inline-block;
        vertical-align: middle;
    }

        .DataSourceList li a.SeeIndicators {
            display: none;
            margin-left: 20px;
        }

    .DataSourceList li:hover a.SeeIndicators {
        display: inline-block;
    }

.InitiativeList {
}

    .InitiativeList li h3 {
        margin-top: 20px;
        margin-top: 0;
    }

    .InitiativeList .SeeIndicators,
    .DataSourceDetails .SeeIndicators {
        margin: -10px 0 5px 10px;
    }

        .InitiativeList .SeeIndicators a,
        .DataSourceDetails .SeeIndicators a {
            margin: 0;
        }

/**********
* Service Methods and Types
**********/
.MethodParameters table,
.TypeProperties table {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}

    .MethodParameters table tr:nth-child(even),
    .TypeProperties table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .MethodParameters table th:first-child,
    .TypeProperties table th:first-child {
        width: 150px;
    }

    .MethodParameters table th.SecondColumn,
    .TypeProperties table th.SecondColumn {
        width: 135px;
    }

    .MethodParameters table td,
    .TypeProperties table td {
        border: 1px solid #ddd;
        padding: 4px 8px;
        vertical-align: top;
    }

    .MethodParameters table th,
    .TypeProperties table th {
        padding: 2px 8px;
        font-weight: bold;
        text-align: left;
    }

    .MethodParameters table thead,
    .TypeProperties table thead {
        background-color: #e5e5e5 !important;
    }

    .MethodParameters table thead,
    .TypeProperties table thead {
        border-top: 2px solid #bbb;
        border-bottom: 1px solid #a0a0a0 !important;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.MethodTable td,
.MethodTable th {
    padding: 1px 3px;
}

.MethodTable th {
    text-align: right;
}

div#Page.ServiceChanges h3.Label {
    padding-bottom: 4px;
    border-bottom: 1px solid #bcb8b5;
    color: #7f342c;
}

div#Page.ServiceChanges h3.Collapsed span {
    display: none;
}

div#Page.ServiceChanges span.Status,
div#Page.ServiceChanges span.Severity {
    position: absolute;
    margin: 0 4px;
    padding: 4px 4px;
    width: 80px;
    border-radius: 4px;
    text-align: center;
}

div#Page.ServiceChanges span.Severity {
    margin-right: 14px;
}

div#Page.ServiceChanges span.Status {
    right: 105px;
}

div#Page.ServiceChanges span.Severity {
    right: 0;
}

div#Page.ServiceChanges h4 span,
div#Page.ServiceChanges td span {
    color: white;
    font-size: 12px;
    line-height: 1;
    box-shadow: #000 -1px -1px 1px inset;
    text-shadow: #000 1px 1px 1px;
}

div#Page.ServiceChanges .Removed span.Status {
    background-color: #cc0000;
}

div#Page.ServiceChanges .Added span.Status {
    background-color: #00cc00;
}

div#Page.ServiceChanges .Changed span.Status {
    background-color: #ff9900;
}

div#Page.ServiceChanges .NonBreaking span.Severity {
    background-color: #00cc00;
}

div#Page.ServiceChanges .Indeterminate span.Severity {
    background-color: #ff9900;
}

div#Page.ServiceChanges .Breaking span.Severity {
    background-color: #cc0000;
}

div#Page.ServiceChanges td ul.Messages {
    margin-right: 200px;
}

div#Page.ServiceChanges td ul {
    font-size: inherit;
}

/**********
* Filter Selection
**********/

.IndicatorSelection {
    background-position: 0 -156px !important;
}

    .IndicatorSelection #PageHeader {
        height: 335px;
    }

    .IndicatorSelection #PageContentContainer {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .IndicatorSelection #SubNavigation {
        display: none;
    }

    .IndicatorSelection .RemoveFilters {
        float: right;
    }

div.HorizontalBrowser {
    position: relative;
    margin: 0 auto;
    height: 185px;
    width: 960px;
    padding: 4px 0;
    background-color: #0d2942;
    border: none;
    overflow: visible;
}

    div.HorizontalBrowser div.HorizontalBrowserList {
        float: left;
        height: 182px;
        width: 300px;
        overflow-y: scroll;
        padding: 0 12px 0 4px;
        border: none;
        background: #fff;
        margin: 2px;
    }

        div.HorizontalBrowser div.HorizontalBrowserList:first-child {
            margin-left: 0;
        }

        div.HorizontalBrowser div.HorizontalBrowserList:last-child {
            margin-right: 0;
        }

        div.HorizontalBrowser div.HorizontalBrowserList ul {
            padding: 0;
            margin: 0;
        }

            div.HorizontalBrowser div.HorizontalBrowserList ul li {
                display: block;
                height: 23px;
                padding: 0 0 0 3px;
                margin: 0 0 2px 0;
                list-style: none;
                white-space: nowrap;
            }

                div.HorizontalBrowser div.HorizontalBrowserList ul li span a img {
                    left: -999em;
                    overflow: hidden;
                    position: absolute;
                    width: 1em;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li:hover {
                    background: url("Images/filterSelection_sprite.png") no-repeat left 0;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li.Expanded {
                    background: url("Images/filterSelection_sprite.png") no-repeat left -33px !important;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li.Selected {
                    background: url("Images/filterSelection_sprite.png") no-repeat left -66px;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li.Disabled {
                    color: #9e9e9e;
                }

                    div.HorizontalBrowser div.HorizontalBrowserList ul li.Disabled:hover {
                        background: none;
                    }

                div.HorizontalBrowser div.HorizontalBrowserList ul li span.FilterItem {
                    display: block;
                    height: 23px;
                    margin: 0 -3px 0 0;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li:hover span.FilterItem {
                    background: url("Images/filterSelection_sprite.png") no-repeat right 0;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li.Expanded span.FilterItem {
                    background: url("Images/filterSelection_sprite.png") no-repeat right -33px !important;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li.Selected span.FilterItem {
                    background: url("Images/filterSelection_sprite.png") no-repeat right -66px;
                }

                div.HorizontalBrowser div.HorizontalBrowserList ul li.Disabled:hover span.FilterItem {
                    background: none;
                }

            div.HorizontalBrowser div.HorizontalBrowserList ul span.FilterItem a.AddRemoveFilter {
                float: left;
                width: 28px;
                height: 23px;
                margin: 0 0 0 -3px;
                background: none;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul span.FilterItem a.ExpandFilter {
                float: right;
                width: 28px;
                height: 23px;
                background: none;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li:hover a.AddRemoveFilter {
                background: url("Images/filterSelection_sprite.png") no-repeat scroll left -99px rgba(0, 0, 0, 0);
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li:hover a.ExpandFilter {
                background: url("Images/filterSelection_sprite.png") no-repeat scroll right -264px rgba(0, 0, 0, 0);
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li.Expanded.Selected span.FilterItem a.AddRemoveFilter {
                background: url("Images/filterSelection_sprite.png") no-repeat left -198px;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li.Expanded span.FilterItem a.ExpandFilter {
                background: url("Images/filterSelection_sprite.png") no-repeat right -297px;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li.Selected span.FilterItem a.AddRemoveFilter {
                background: url("Images/filterSelection_sprite.png") no-repeat left -165px;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li:hover a.AddRemoveFilter:hover,
            div.HorizontalBrowser div.HorizontalBrowserList ul li a.AddRemoveFilter:focus {
                background: url("Images/filterSelection_sprite.png") no-repeat left -132px;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li:hover a.ExpandFilter:hover,
            div.HorizontalBrowser div.HorizontalBrowserList ul li a.ExpandFilter:focus {
                background: url("Images/filterSelection_sprite.png") no-repeat right -297px;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li.Selected span.FilterItem a.AddRemoveFilter:hover,
            div.HorizontalBrowser div.HorizontalBrowserList ul li.Selected span.FilterItem a.AddRemoveFilter:focus {
                background: url("Images/filterSelection_sprite.png") no-repeat left -231px !important;
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li:hover span.FilterItem a.ExpandFilter:hover,
            div.HorizontalBrowser div.HorizontalBrowserList ul li.Expanded:hover span.FilterItem a.ExpandFilter:hover,
            div.HorizontalBrowser div.HorizontalBrowserList ul li span.FilterItem a.ExpandFilter:focus,
            div.HorizontalBrowser div.HorizontalBrowserList ul li.Expanded span.FilterItem a.ExpandFilter:focus {
                background: url("Images/filterSelection_sprite.png") no-repeat scroll right -297px rgba(0, 0, 0, 0);
            }

            div.HorizontalBrowser div.HorizontalBrowserList ul li.Expanded:hover span.FilterItem a.ExpandFilter {
                background: url("Images/filterSelection_sprite.png") no-repeat right -297px;
            }

    div.HorizontalBrowser img.ExpandFilterImage {
        margin-left: 5px;
    }

    div.HorizontalBrowser div.HorizontalBrowserList ul span.FilterItem span.FilterText {
        display: block;
        margin: 2px 33px 0 33px;
        padding: 3px 0 0;
        overflow: hidden;
        font-size: 12px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

div.HorizontalBrowserBackButton {
    position: absolute;
    left: 90px;
    top: 167px;
}

    div.HorizontalBrowserBackButton a {
        display: block;
        width: 40px;
        height: 40px;
        background: url("Images/filterSelection_sprite.png") no-repeat -743px -230px;
    }

        div.HorizontalBrowserBackButton a:hover {
            background-position-y: -280px;
        }

/**********
* END Filter Selection
**********/

/**********
* Error Page
**********/

.ErrorPage {
    background-image: none !important;
    background-color: #d2ecfc !important;
}

    .ErrorPage #PageContentHeader, .ErrorPage #SideBar {
        display: none;
    }

    .ErrorPage #PageContentContainer {
        border: none;
        background-color: transparent;
        margin: 0;
        padding: 0;
    }

    .ErrorPage #PageContent {
        border: none;
        padding: 0;
        margin: 0;
    }

.ErrorContainerTop {
    width: 630px;
    background-color: Lime;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background: url("Images/ErrorBG.png") no-repeat;
}

.ErrorContainerBottom {
    background: url("Images/ErrorBG.png") no-repeat -630px bottom;
    padding: 10px 30px;
}

.ErrorPage h2 {
    color: #7f342c;
}

/**********
* END Error Page
**********/

/**********
* Propose Indicators Pages
**********/
.HorizontalForm {
}

    .HorizontalForm input[type="checkbox"] {
        margin-right: 5px;
    }

        .HorizontalForm input[type="checkbox"] > label {
        }

    .HorizontalForm .leftColumn {
        display: inline-block;
        width: 350px;
        vertical-align: top;
        margin-top: 10px;
        min-height: 30px;
        font-size: 12px;
    }

    .HorizontalForm.W150 .leftColumn {
        width: 150px;
    }

    .HorizontalForm .rightColumn {
        width: 250px;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0 0 0;
    }

    .HorizontalForm.W150 .rightColumn {
        width: 350px;
    }

    .HorizontalForm .rightColumn input[type="text"], textarea {
        width: 235px;
        font-size: 12px;
        padding: 4px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .HorizontalForm .rightColumn em {
        display: block;
    }

    .HorizontalForm .subItem {
        margin: 0 0 0 10px;
    }

    .HorizontalForm .subItemLeftColumn {
        margin: 0 0 0 10px;
        width: 340px;
    }

    .HorizontalForm .subSubItem {
        margin: 0 0 0 20px;
        width: 330px;
    }

    .HorizontalForm .indentationDiv {
        padding: 0 0 0 10px;
    }

    .HorizontalForm .action {
        float: right;
    }

    .HorizontalForm .Footer {
        margin-top: 20px;
        padding: 10px 0;
        border-top: 1px solid #bcb8b5;
        text-align: right;
    }

/**********
* END Propose Indicators Pages
**********/

div.ProfileDataFilter div.Item {
    display: inline-block;
    float: left;
    margin: 5px 5px 0 5px;
    width: 593px;
}

div.ProfileDataFilter div.Label {
    font-weight: bold;
    font-size: 1.2em;
}

div.ProfileDataFilter .LabelOrDDL,
div.ProfileDataFilter select {
    width: 100%;
}

div.ProfileDataFilter div.Footer {
    clear: both;
    padding-top: 5px;
    text-align: right;
}

/**********
* For Developers Example Page
**********/

div.DownloadLink {
}

    div.DownloadLink a {
        margin: 0 5px;
    }

/**********
* END For Developers Example Page
**********/

.HomeBannerContainer {
    background-image: url('Images/HomeHeaderBG.jpg');
    background-repeat: repeat-x;
    background-color: #0D2942;
    height: 438px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.HomeBanner {
    height: 422px;
    position: absolute;
    left: 0px;
    z-index: 700;
    width: 795px;
    top: 0px;
    left: 0px;
}

    .HomeBanner ul {
        width: 795px;
    }

        .HomeBanner ul li {
            margin: 0;
            padding: 0;
        }

            .HomeBanner ul li .HomeBannerSlide {
                width: 740px;
                height: 375px;
                padding: 15px 20px 10px 20px;
            }


.HomeBannerSlide .Title {
    font-size: 3em;
    color: #fd9a01;
    font-weight: bold;
    font-family: "DINProBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    line-height: normal;
}

    .HomeBannerSlide .Title span.TitleHighlight {
        color: #ffdfdf;
    }

.HomeBannerSlide .Description {
    color: #A9A9A9;
}

.HomeBannerSlide .Content {
}

    .HomeBannerSlide .Content .Col1 {
        float: left;
        width: 360px;
    }

    .HomeBannerSlide .Content .Col2 {
        float: left;
        width: 360px;
        margin: 0 0 0 20px;
    }

    .HomeBannerSlide .Content .FullCol p {
        color: #d8d8d8 !important;
        border-bottom: solid 1px #355167;
        font-size: 1em !important;
    }

    .HomeBannerSlide .Content .FullCol a {
        color: #fc9a00 !important;
    }

    .HomeBannerSlide .Content .FullCol ul li {
        color: #d8d8d8 !important;
        border-bottom: none !important;
        display: block;
        padding: 4px 0 4px 23px;
        width: 535px;
    }

        .HomeBannerSlide .Content .FullCol ul li a {
            background: none !important;
            padding: 0px !important;
            display: inline !important;
            color: #fc9a00 !important;
        }

.HomeBannerSlide ul {
    margin: 0;
    padding: 0;
}

    .HomeBannerSlide ul li {
        border-bottom: solid 1px #355167;
        margin: 0;
        padding: 0;
        width: 535px;
        list-style: none;
    }

.HomeBannerSlide .Col1 ul li,
.HomeBannerSlide .Col2 ul li {
    width: 350px;
}

.HomeBannerSlide ul li:last-child {
    border: none;
}

.HomeBannerSlide ul li a {
    color: #ced7de;
    font-weight: bold;
    display: block;
    
    padding: 2px 0 2px 23px;
    background: url('Images/ListArrow.png') no-repeat left;
}

    .HomeBannerSlide ul li a:hover {
        background-color: #355167;
        text-decoration: none;
    }

.HomeBannerSlide ul li em {
    color: #8c8d92;
    font-style: normal;
}

.HomeBannerSlide ul.Blocks li {
    border: none;
}

.HomeBannerSlide ul.Blocks.Blocks2x2 li {
    margin-top: 50px;
    height: 75px;
}

.HomeBannerSlide ul.Blocks.Blocks2x3 li {
    margin-top: 10px;
    height: 100px;
}

.HomeBannerPager {
    width: 38%;
    max-height: 422px;
    position: absolute;
    right: 0px;
    z-index: 1000;
    zoom: 1;
    top: 0px;
}

    .HomeBannerPager div.Pages {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .HomeBannerPager div.Pages div.Page {
            margin: 0 0 0 0;
            padding: 0 0px 0 20px;
        }

            .HomeBannerPager div.Pages div.Page.flex-active {
                background: url('Images/HomeSliderActiveArrow.png') no-repeat left center;
                -moz-background-size: 20px 141px;
                -o-background-size: 20px 141px;
                -webkit-background-size: 20px 141px;
                background-size: 20px 141px;
            }

            .HomeBannerPager div.Pages div.Page div.PageInner {
                padding: 25px 0px 0 20px;
                height: 115px;
                border-bottom: solid 1px #9e9e9e;
                border-top: solid 1px #fff;
                background: #b3b3b3;
                cursor: pointer;
            }

            .HomeBannerPager div.Pages div.Page:first-child div.PageInner {
                border-top: none;
            }

            .HomeBannerPager div.Pages div.Page:last-child div.PageInner {
                border-bottom: none;
            }

            .HomeBannerPager div.Pages div.Page.flex-active div.PageInner {
                background: #233e53;
            }

            .HomeBannerPager div.Pages div.Page .Title {
                font-weight: bold;
                line-height: 1.7em;
                color: #03233c;
                font-family: "DINProBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 2.6em;
                margin: 8px 0 -5px 0;
            }

            .HomeBannerPager div.Pages div.Page.flex-active .Title {
                color: #fd9a01;
            }

            .HomeBannerPager div.Pages div.Page .Subject {
                font-size: 1.2em;
                line-height: 1.2em;
                color: #254862;
                font-weight: bold;
            }

            .HomeBannerPager div.Pages div.Page.flex-active .Subject {
                color: #fffdfd;
            }

.HomeSliderSpacer {
    height: 340px;
}

/* -------- [Datapalooza Logo] ------------------------------- */

.HDPAllStarContainer {
    float: right;
    margin-top: 2px;
    padding: 20px;
    width: 215px;
    border: 1px solid #ccc;
    background-color: #efefef;
    font-size: 1.2em;
}

    .HDPAllStarContainer .Badge {
        display: block;
        margin: 0 auto 20px auto;
        width: 82px;
        height: 82px;
    }

/*--------------------[ Developer Gallery ]--------------------*/
.DevGalleryContainer {
    width: 600px;
    float: left;
    margin-right: 10px;
}

    .DevGalleryContainer .DevGallery {
    }

        .DevGalleryContainer .DevGallery h2 {
            color: #001e35;
        }

        .DevGalleryContainer .DevGallery h3 {
            font-size: 15px;
            padding: 0 0 0 0;
            margin: 0 0 0 0;
            color: #001e35;
        }

        .DevGalleryContainer .DevGallery img {
            padding: 0 20px 40px 0;
            float: left;
            width: 158px;
            height: 116px;
        }

        .DevGalleryContainer .DevGallery .DevGalleryBlock {
            width: 620px;
            font-size: 1.2em;
            line-height: 1.3;
            color: #3b3b3b;
            margin: 20px 0px 0px 0px;
            min-height: 150px;
        }

            .DevGalleryContainer .DevGallery .DevGalleryBlock .DevGalleryTitle {
                font-size: 15px;
                font-weight: bold;
                padding: 0 0 0 0;
                margin: 0 0 0 0;
                color: #001e35;
            }

                .DevGalleryContainer .DevGallery .DevGalleryBlock .DevGalleryTitle span {
                    margin: 0 5px;
                    padding: 2px 8px;
                    border-radius: 3px;
                    background-color: #6F6F6F;
                    color: #fff;
                    font-size: .7em;
                    box-shadow: #333 0 0 2px;
                }

            .DevGalleryContainer .DevGallery .DevGalleryBlock .DevGalleryMoreLink {
                font-weight: bold;
                color: #0d619f;
            }

    .DevGalleryContainer .DevGalleryPager {
        margin: 0 auto;
        width: 242px;
        list-style: none;
    }

        .DevGalleryContainer .DevGalleryPager li {
            display: inline-block;
            margin: 5px;
            font-size: 13px;
        }

            .DevGalleryContainer .DevGalleryPager li a {
                display: inline-block;
                padding-top: 1px;
                width: 20px;
                height: 19px;
                border-radius: 10px;
                border: 1px solid #737779;
                background-color: #ebebeb;
                cursor: pointer;
                text-align: center;
                vertical-align: middle;
            }

                .DevGalleryContainer .DevGalleryPager li a.flex-active {
                    background-color: #fff;
                }



/* ---------------------- [ FlexSlider ] ---------------------------- */
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.DevGallery ul li {
    margin: 0;
    padding: 0;
}

.DevGallery .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

p.ServiceWarning {
    margin: 20px 350px 20px 20px;
    padding: 10px;
    border: 3px solid #b00;
    background-color: #fcc;
}

    p.ServiceWarning strong {
        color: #b00;
        font-size: 1.5em;
        padding-right: 10px;
    }

    p.ServiceWarning a {
        color: #b00;
    }


/* For Advanced Table tweaks */
.AdvancedTable .RadGrid .rgFilterRow input {
    vertical-align: top !important;
}

/* Fixes for filters */
.RadComboBox_Simple .rcbReadOnly .rcbInputCell {
    background-color: #fff !important;
}

.IndicatorResults thead th a {
    display: inline-block;
    height: 18px;
}

    .IndicatorResults thead th a:after {
        content: "\a0\a0";
    }

    .IndicatorResults thead th a.SortedAsc:after,
    .IndicatorResults thead th a.SortedDescReverse:after {
        content: "\a0\25b2";
    }

    .IndicatorResults thead th a.SortedDesc:after,
    .IndicatorResults thead th a.SortedAscReverse:after {
        content: "\a0\25bc";
    }

.HorizontalBrowserList.DataSources {
    width: 620px !important;
}

/* Dropdown hover/focus */
.RadComboBox_Simple .rcbHovered .rcbReadOnly .rcbInputCell,
.RadComboBox_Simple .rcbHovered .rcbInputCell,
.RadComboBox_Simple .rcbFocused .rcbReadOnly .rcbInputCell,
.RadComboBox_Simple .rcbFocused .rcbInputCell {
    border-color: #747171 !important;
    background-color: white !important;
    color: black !important;
}

.RadComboBox .rcbHovered .rcbReadOnly .rcbArrowCellRight,
.RadComboBox_Simple .rcbHovered .rcbInputCell,
.RadComboBox .rcbFocused .rcbReadOnly .rcbArrowCellRight,
.RadComboBox_Simple .rcbFocused .rcbInputCell {
    border-color: #747171 !important;
    color: black !important;
    background-color: #c7c4c4 !important;
}

.RadComboBox_Simple .rcbHovered .rcbArrowCell a,
.RadComboBox_Simple .rcbFocused .rcbArrowCell a {
    background-position: -2px -20px !important;
}

.rcbReadOnly .rcbInput {
    color: black !important;
    font-weight: bold;
}

.RadComboBoxDropDown_Simple .rcbHovered {
    color: black !important;
    background-color: #dfdfdf !important;
}


.margin-top-20px {
    margin-top: 20px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

/* ToggleSwitch */
ul.ToggleSwitch {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #828282;
    list-style: none;
    border-radius: 2px;
}

    ul.ToggleSwitch li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        ul.ToggleSwitch li:nth-child(1n+2) {
            margin-left: -3px;
            border-right: 1px solid #8d8d8d;
        }

        ul.ToggleSwitch li:last-child {
            border: none;
        }

        ul.ToggleSwitch li a,
        ul.ToggleSwitch li a:link,
        ul.ToggleSwitch li a:active,
        ul.ToggleSwitch li a:visited,
        ul.ToggleSwitch li a:hover {
            display: block;
            padding: 2px 14px 1px 14px;
            background-color: #ededed;
            font-size: 12px;
            color: #25313b;
        }

            ul.ToggleSwitch li a.aspNetDisabled,
            ul.ToggleSwitch li a.aspNetDisabled:link,
            ul.ToggleSwitch li a.aspNetDisabled:active,
            ul.ToggleSwitch li a.aspNetDisabled:visited,
            ul.ToggleSwitch li a.aspNetDisabled:hover {
                color: #8d8d8d;
                background-color: #ededed;
            }

            ul.ToggleSwitch li a:hover {
                background-color: #D0D9DF;
            }

            ul.ToggleSwitch li a.Selected {
                box-shadow: #456478 0 0 2px inset;
                background-color: #B8C6D3;
                font-weight: bold;
            }
