<!-- ================================================================= -->
<!-- dlg_alert.php                                                     -->
<!-- ================================================================= -->
<!-- Copyright (c) 2008-2009 Avaya Inc.                                -->
<!-- ================================================================= -->
    <div id="dlg_alert" style="z-index:6000; width:<?php if ($clientwidth<640) echo (($clientwidth<500)?($clientwidth):(500)); else echo 500;?>px; position:absolute; top:10px; left: 10px; visibility:hidden;">
      <div style="height:20px; border-bottom: 1px solid #656565;" onmousedown="DragNDrop(event, 'dlg_alert')">
        <img style="position:absolute; left:0; top:0; margin-left:0; margin-top:0;"  src="<?php echo 'images/'.$currentTheme.'/titlebar_left_tr.gif' ?>" alt="" />
        <img style="position:absolute; right:0; top:0; margin-right:0; margin-top:0;" src="<?php echo 'images/'.$currentTheme.'/titlebar_right_tr.gif' ?>" alt="" />
        <div style="position:absolute; left:16px; top:0; width:<?php if ($clientwidth<640) echo (($clientwidth<500)?($clientwidth-32):(468)); else echo 468;?>px;height:20px; background:url(<?php echo 'images/'.$currentTheme.'/titlebar-middle.gif' ?>);">
          <img title="Close" class="ImgBtn" style="margin-top:2px; width:16px; height:16px; cursor:default; text-align:center; float:right;" src="<?php echo 'images/'.$currentTheme.'/close.gif'?>" alt="<?php echo TextToHtml(gettext('Close'));?>" onmousedown="CatchEvent(event); ActivateDialog('dlg_alert',false); return false;" />
          <span style="margin-top:2px; margin-left:3px; font-size:12px; font-weight:bold; float:left;">Voicemail Pro</span>
        </div>
      </div>
      <div style="padding-top:8px; padding-left:13px; padding-right:13px; border: 1px solid #656565; border-top:0; border-bottom:0; background:url(<?php echo 'images/'.$currentTheme.'/main-middle.gif' ?>);">
        <p id="dlg_alert_text" style="margin:8px auto; width:364px; padding-top:0; text-align:center; overflow:auto; color:#e41f1f;">&nbsp;</p>
        <p id="dlg_alert_buttons" style="margin:0; text-align:center;">&nbsp;</p>
      </div>
      <div style="position:relative; margin:0; padding:0; height:16px;">
        <img style="position:absolute; left:0; top:0; margin-left:0; margin-top:0;"  src="images/avaya/main_bottom_left_tr.gif" alt="" />
        <img style="position:absolute; right:0; top:0; margin-right:0; margin-top:0;" src="images/avaya/main_bottom_right_tr.gif" alt="" />
        <div style="position:absolute; left:16px; top:0; width:<?php if ($clientwidth<640) echo (($clientwidth<500)?($clientwidth-32):(468)); else echo 468;?>px;height:16px; background:url(images/avaya/main_bottom_middle.gif);"></div>
      </div>
    </div>

