// <![CDATA[

/* Override default settings */
$.blockUI.defaults.css = 
{ 
        padding:        0,
        margin:         0,
        width:          '0%', 
        top:            '30%', 
        left:           '35%', 
        textAlign:      'center', 
        color:          '#000', 
        border:         '0px solid #aaa',
        backgroundColor:'#fff',
        cursor:         'normal'
    }


$.blockUI.defaults.overlayCSS = 
{ 
        backgroundColor: '#000', 
        opacity:         '0.4' 
}

/* Generic block Functions used all over the place! */

	/* Unblocks the screen. */

	function doUnBlock() {
		$.unblockUI();
	}



// ]]>