 /*'Add some styles to make the alert look pretty*/
  .ui-dialog { z-index: 1000000 !important ;}
  
            /*'Main css tag for the dialog*/
            .dashAlert{
            padding: 0px !important;
            border: 0px none transparent;
            border-top: 0px none transparent !important;
            border-radius:8px;
            }
            /*'Header override to make the close button and background look proper*/
            .dashAlertTitle{
            border: 0px none transparent;
            padding-left:1.2em !important;
            background-position-y: 0px;
            background-repeat: no-repeat; width:98%; display:inline-block;

                /*background-image: url('../../Content/Images/Image.ashx?gui/gui_menu_accordion_header_active.gif') !important;*/
            
            }
            /*'Need to add the padding back in that we removed in the parent above*/
            .dashAlert .ui-dialog-content{
            padding: 4px !important;
            }
               .ui-widget-content{
             border: 1px solid #aaaaaa ;
             background: #ffffff url('../../../JavaScript/jQueryLibrary/themes/base/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50%  repeat-x ;
             color: #222222 ;
            }
            .ui-dialog .ui-dialog-buttonpane{
            text-align: left;
             border-width: 1px 0 0 0;
             background-image: none;
             margin: .5em 0 0 0;
             padding: .3em 1em .5em .4em;
            }
            .ui-dialog .ui-dialog-buttonpane button{
                float: right;
               margin: .5em .4em .5em 0;
               cursor: pointer;
               padding: .2em .6em .3em .6em;
               line-height: 1.4em;
               width: auto;
               overflow: visible;
               /*color: #000000;*/
            }
              .ui-dialog .ui-dialog-titlebar-close{
            position: absolute;
             right: 2em;
             top: 50%;
             width: 19px;
             margin: -10px 0 0 0;
             padding: 1px;
             height: 18px;
            }

.ui-dialog .ui-dialog-titlebar-close {
    background-position: -80px -128px;
    /*background-image: url('../../images/gui/ui-icons_222222_256x240.png')*/ /*{iconsContent}*//*;*/
    cursor: hand;
}

              .ui-draggable.ui - dialog - titlebar){
             cursor: move;
            }

            /*'Resetting the header text to white*/
            .dashAlert .ui-widget-header{
            background-position-y: 0px !important;
            color: #ffffff ;
            }
            /*'VOS has overridden the ui-helper-clearfix for the dashboard
            'We are removing that from the dialog and replacing it with
            'our own version to make the dialog work correctly*/
            .dashAlert-helper-clearfix {
             width: 93%;
             display: inline-block;
            }
            /*'Lets make the button look like a VOS button :)*/
            .dashAlertButton {
            /*background-image: url('../../Content/Images/Image.ashx?gui/gui_menu_accordion_header_active.gif') !important;*/
            *background-position-y: -5px !important;
            background-position-x: -5px !important;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius:5px;
            color: #ffffff ;
            border: 0px none;
            }
            /*'Set the close button size*/ 
            .dashAlert-ui-icon {
             width: 16px !important;
             height: 16px !important;
             background-color: transparent !important;
             border: 0px transparent none !important;
             }
            /*'Override the over to prevent image jumps*/
            .dashAlert-ui-icon:hover {
             background-color: transparent !important;
             padding: 1px !important;
             cursor: hand !important;
            }
            .ui-widget-overlay{
                height:1000% !important;
            }
            