/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/
.ui-widget {
    font-weight: normal;
    font-size: .9em;
}

    .ui-widget .ui-widget {
        font-weight: normal;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    }

.ui-widget-content {
    background: none;
}

    .ui-widget-content a {
    }

.ui-widget-header {
    border: none;
    font-size: 1em;
    line-height: normal;
}

    .ui-widget-header a {
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: #B2BB1C url('../media/images/expandIcon.png') no-repeat 98% 50%;
        font-weight: normal;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #000000;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        background: #B2BB1C url('../media/images/collapseIcon.png') no-repeat 98% 50%;
        font-weight: normal;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #000000;
            text-decoration: none;
        }

.ui-widget :active {
    outline: none;
}
