﻿#jquery-loader
{
    background: url('../images/ajax-loader.gif') no-repeat center top;
    width: 32px;
    height: 32px;
}
#jquery-loader-background
{
    background-color: #000000;
}
#jquery-loader.blue-with-image
{
    border: 2px solid #008587;
    padding-top: 35px;
    background-color: white;
    text-align: center;
    background-image: url('../images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}
#jquery-loader.blue-with-image-2
{
    border: medium none;
    padding-top: 35px;
    background-color: transparent;
    text-align: center;
    background-image: url('../images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}
/*  in Cancel button dialog box */
.ui-dialog
{
    width: 532px !important;
    background: #fff none !important;
    z-index: 99999 !important;
}
.ui-dialog-buttonpane
{
    background: #fff none !important;
}
.ui-dialog .ui-dialog-title
{
    width: 65px;
    height: 22px;
    background: url("../images/garda-footer-logo.jpg") 0 0 no-repeat;
    margin: 0px !important;
}
.ui-dialog-titlebar
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*  Subject page --------------------------

      <style type="text/css">
        #jquery-loader
        {
            background: url('images/ajax-loader.gif') no-repeat center top;
            width: 32px;
            height: 32px;
        }
        #jquery-loader-background
        {
            background-color: silver;
        }
        #jquery-loader.blue-with-image
        {
            border: 2px solid #008587;
            padding-top: 35px;
            background-color: white;
            text-align: center;
            background-image: url('images/ajax-loader.gif');
            background-position: center;
            background-repeat: no-repeat;
        }
        #jquery-loader.blue-with-image-2
        {
            border: medium none;
            padding-top: 35px;
            background-color: transparent;
            text-align: center;
            background-image: url('images/ajax-loader.gif');
            background-position: center;
            background-repeat: no-repeat;
        }
        .ui-dialog
        {
            width: 532px !important;
            background: #fff none !important;
            z-index: 99999 !important;
        }
        .ui-dialog-buttonpane
        {
            background: #fff none !important;
        }
        .ui-dialog .ui-dialog-title
        {
            width: 65px;
            height: 22px;
            background: url("images/garda-footer-logo.jpg") 0 0 no-repeat;
            margin: 0px !important;
        }
        .ui-dialog-titlebar
        {
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }
    </style>*/