﻿.info-block
{
    display: inline-block;
    border-radius: 4px;
    margin: 30px 0;
    cursor: pointer;
}

    .info-block img
    {
        border-radius: 4px 4px 0 0;
        display: block;
    }

    .info-block .info-text
    {
        border-top: solid 4px #060608;
        color: #fff;
        border-radius: 0 0 4px 4px;
        font-size: 14px;
        font-weight: bold;
        padding: 14px 0 14px 8px;
        background: #4f4f4f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #4f4f4f 0%, #333333 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#333333)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4f4f4f 0%,#333333 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
    }

    .info-block:hover .info-text
    {
        background: #333;
    }

    .info-block a:hover
    {
        text-decoration: none;
    }



.window-box
{
    border-radius: 4px;
    border: solid 1px #c9c8c8;
    background-color: #f2f1f1;
}

    .window-box h2
    {
        margin-top: 0;
        border-radius: 4px 4px 0 0;
    }

    .window-box .content
    {
        padding: 0 10px 10px 10px;
    }



.search-box
{
    display: inline-block;
    background-color: #fafafa;
    border-radius: 500px;
    padding: 4px 10px;
    border: solid 1px #aaa;
    outline: none;
}

    .search-box input
    {
        border: none;
        background-color: transparent;
        outline: none;
    }

    .search-box button
    {
        background-image: url(images/search.png);
        background-repeat: no-repeat;
        background-position: right center;
        border: none;
        background-color: transparent;
        height: 15px;
        width: 15px;
    }



.tab-spacer
{
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
}

.big-button
{
    position: relative;
    border: 0;
    display: inline-block;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4f4f4f 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4f4f4f 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    height: 48px;
    padding-left: 40px;
}

    .big-button:hover
    {
        background: #333;
    }

    .big-button img
    {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: auto;
        width: auto;
    }


.widget-wrapper
{
    background-color: #f2f1f1;
    border: solid 1px #c9c8c8;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 4px;
    padding: 0 15px 15px 15px;
}

    .widget-wrapper > h2
    {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin: 0 -15px;
        margin-bottom: 15px;
        padding: 8px 15px 10px 15px;
        background: #4f4f4f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #4f4f4f 0%, #333333 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#333333)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4f4f4f 0%,#333333 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
    }

    .widget-wrapper > *:last-child
    {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .widget-wrapper > h4
    {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin: 0 -15px;
    }

    .widget-wrapper > h5
    {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin: 0 -15px;
    }

    .widget-wrapper > .widget-content
    {
        padding: 7px;
        margin: 0 -15px -15px -15px;
        background-color: #fff;
    }

    .widget-wrapper.collapsed
    {
        padding-bottom: 0;
    }

        .widget-wrapper.collapsed > h2, .widget-wrapper.collapsed > h4
        {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            margin-bottom: 0;
        }



.ui-widget-wrapper
{
    background: purple;
    border-radius: 5px;
    border: solid 1px #c9c8c8;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #4f4f4f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #4f4f4f 0%, #333333 110px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(110px,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f4f4f 0%,#333333 110px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f4f4f 0%,#333333 110px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f4f4f 0%,#333333 110px); /* IE10+ */
    background: linear-gradient(to bottom, #4f4f4f 0%,#333333 110px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
}

    .ui-widget-wrapper > .ui-widget
    {
        border: none;
    }

        .ui-widget-wrapper > .ui-widget > .ui-widget-header
        {
            border: none;
            border-radius: 0;
            background: transparent;
            filter: none;
        }

        .ui-widget-wrapper > .ui-widget.ui-widget-content
        {
            background: transparent;
        }

    .ui-widget-wrapper > h2
    {
        margin: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: transparent;
    }

    .ui-widget-wrapper > .ui-widget > .ui-tabs-panel
    {
        background: #f2f1f1;
    }


.loading-message
{
    padding: 25px 0;
    text-align: center;
    color: #4f4f4f;
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: .7;
}

/* For "toast" notifications. */
#error-box-wrapper, #master-error-box-wrapper, #session-expiration-box-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #990000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff0000 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff0000 0%,#990000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff0000 0%,#990000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff0000 0%,#990000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
}

/* For inline error boxes */
.error-box-wrapper {
    height: auto;
    background: linear-gradient(to bottom, #ff0000 0%,#990000 100%);
    padding:5px;
    margin-bottom:10px;
}
.error-box-wrapper p {
    color: white;
    margin:5px;
}
.error-box
{
    color: #fff;
    padding: 12px 7px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #a00;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
}

    .error-box:last-child
    {
        border-bottom: none;
    }

    .error-box .close-error-box
    {
        float: right;
        position: relative;
        top: -2px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }

        .error-box .close-error-box:hover {
            background: #ffffff;
            background: rgba(255, 255, 255, .4);
        }

#success-box-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background: #00B050; /* Old browsers */
    background: -moz-linear-gradient(top, #00B050 0%, #494429 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B050), color-stop(100%,#494429)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00B050 0%,#494429 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00B050 0%,#494429 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00B050 0%,#494429 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00B050 0%,#494429 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B050', endColorstr='#494429',GradientType=0 ); /* IE6-9 */

}

.success-box {
    color: #fff;
    padding: 12px 7px;
    font: 16px bold Arial, Sans-Serif;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #4F6128;
}

    .success-box:last-child{ border-bottom: none;}

    .success-box .close-success-box
    {
        float: right;
        position: relative;
        top: -2px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }

        .success-box .close-success-box:hover {
            background: #ffffff;
            background: rgba(255, 255, 255, .4);
        }

.alert
{
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 1em;
}

.alert-info
{
    background: #008ab8; /* Old browsers */
    background: -moz-linear-gradient(top, #008ab8 1%, #02629c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#008ab8), color-stop(100%,#02629c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #008ab8 1%,#02629c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #008ab8 1%,#02629c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #008ab8 1%,#02629c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #008ab8 1%,#02629c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ab8', endColorstr='#02629c',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

    .alert-info a
    {
        color: #eef;
        text-decoration: underline;
    }

.alert-error {
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #990000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff0000 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff0000 0%,#990000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff0000 0%,#990000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff0000 0%,#990000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.alert-error a
{
    color: #eef;
    text-decoration: underline;
}


.checkbox-list
{
    padding-left: 0;
    list-style-type: none;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count:3;
}

    .checkbox-list > li
    {
        margin-bottom: 3px;
    }

        .checkbox-list > li > input[type=checkbox]
        {
            position: relative;
            top: 1px;
        }


ul.sub-nav
{
    padding: 0 9px 0 18px;
    list-style-type: none;
    background: #4f4f4f; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #4f4f4f 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f4f4f 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4f4f4f 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
    color: #fff;
    border-radius: 4px;
}

    ul.sub-nav > li
    {
        display: inline-block;
        margin-left: -4px;
    }

        ul.sub-nav > li > a
        {
            display: inline-block;
            color: #fff;
            padding: 10px 8px;
            border-right: solid 1px rgba(160,160,160, .7);
        }

        ul.sub-nav > li:last-child > a
        {
            border-right: none;
        }

        ul.sub-nav > li > a.active, ul.sub-nav > li > a:hover
        {
            text-decoration: none;
            background: #618f14; /* Old browsers */
            background: -moz-linear-gradient(top, #618f14 0%, #8ea336 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#618f14), color-stop(100%,#8ea336)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #618f14 0%,#8ea336 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #618f14 0%,#8ea336 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #618f14 0%,#8ea336 100%); /* IE10+ */
            background: linear-gradient(to bottom, #618f14 0%,#8ea336 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#618f14', endColorstr='#8ea336',GradientType=0 ); /* IE6-9 */
        }


.validation-summary-errors
{
    background-color: #800;
    padding: 4px 8px;
    color: #fff !important;
    margin: 8px 0;
}

    .validation-summary-errors ul
    {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

ul.table-commands
{
}



input[type=button].non-ui-button, input[type=submit].non-ui-button, button.non-ui-button, a.non-ui-button
{
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    background: #84b919; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YjkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTljMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #84b919 0%, #7e9c2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84b919), color-stop(100%,#7e9c2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #84b919 0%,#7e9c2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #84b919 0%,#7e9c2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #84b919 0%,#7e9c2a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #84b919 0%,#7e9c2a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84b919', endColorstr='#7e9c2a',GradientType=0 ); /* IE6-8 */
    border: solid 1px #b8b8b8;
    font-weight: bold;
    padding: 5px 5px;
    cursor: pointer;
}

input[type=button].small.non-ui-button, input[type=submit].small.non-ui-button, button.small.non-ui-button, a.small.non-ui-button
{
    padding: 2px 4px;
}

.non-ui-button:hover
{
    text-decoration: none;
}

.non-ui-button:active
{
    background: #84b919;
}

/* This is to fix some bug with FireFox, where it decides to use a different font (MS Shell Dig) */
.button, .non-ui-button
{
    font-family: Helvetica, Arial, sans-serif;
}
