<%@ Page Language="C#" AutoEventWireup="true" CodeFile="top.aspx.cs" Inherits="top"
    ValidateRequest="false" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Top page</title>
    <link rel="stylesheet" type="text/css" />
    <link href="CSS/SEIMenu.css" rel="stylesheet" type="text/css" />
    <link href="CSS/Pagina.css" rel="stylesheet" type="text/css" />

     <script type="text/javascript">
         function Esci() {
             var urlesci = "./Esci.aspx";
             if (window.navigate) {
                 parent.navigate(urlesci);
             }
             else {
                 parent.location.assign(urlesci);
             }

         }
    </script>
</head> 
<body bgcolor="white" style="font-size: 14px; font-family: Tahoma; background-color: transparent;">
    <iframe id="iframe" frameborder="0" scrolling="no" src="" style="display: none">
    </iframe>
    <form id="form1" runat="server">
    <table border="0" cellpadding="0" cellspacing="0" style="width: 897px; height: 112px;">
        <tr>
            <td style="background-image: url(Images/SfondoHeaderNew.jpg); height: 125px; width: 881px;"
                id="divImageLogo">
                &nbsp;
                <asp:Label ID="lblImpersonificazione" runat="server" Text="stai impersonificando: "
                    Style="left: 400px; position: absolute; top: 28px; z-index: 1;" Font-Names="Tahoma"
                    Font-Size="11px" ForeColor="#666666"></asp:Label>&nbsp&nbsp
                <asp:Label ID="lblAgente" runat="server" Font-Bold="True" Font-Size="11px" Style="left: 508px;
                    position: absolute; top: 28px" Height="1px" Font-Names="Tahoma" ForeColor="#666666"></asp:Label>
                <asp:Button ID="btnLogout" runat="server" CssClass="pulsante" Height="18px" Style="left: 474px;
                    position: absolute; top: -158px" Text="ESCI" Font-Bold="True" Font-Names="Verdana" />
                <asp:Label ID="lbl_Cliente" runat="server" Font-Bold="True" Font-Size="11px" Style="left: 223px;
                    position: absolute; top: 58px" Font-Names="Tahoma" ForeColor="#666666"></asp:Label>
                <asp:Label ID="lblCF" runat="server" Style="z-index: 1; left: 690px; position: absolute;
                    top: 58px" Text="Codice NSG" Font-Names="Tahoma" Font-Size="11px" ForeColor="#666666"></asp:Label>
                <asp:Label ID="lbl_CodFiscaleCliente" runat="server" Font-Bold="True" Font-Size="11px"
                    Style="z-index: 1; left: 760px; position: absolute; top: 58px" Font-Names="Tahoma"
                    ForeColor="#666666"></asp:Label>
                <div style="left: 751px; width: 126px; position: absolute; top: 85px; height: 15px;
                    text-align: right;" id="divData">
                    <asp:Label ID="lbl_dataOdierna" runat="server" Font-Bold="False" Font-Size="11px"
                        Style="left: 0px; top: -15px" Font-Names="Tahoma" ForeColor="#333333"></asp:Label>
                </div>
                <div style="left: 4px; width: 154px; position: absolute; top: 25px; height: 61px">
                    <img src="Images/VIEW_logo_reportManager.png" id="imgLogo" runat="server" />
                </div>
                <asp:Label ID="lbl_Utente" runat="server" Font-Bold="True" Font-Size="11px" Style="z-index: 1;
                    left: 186px; position: absolute; top: 28px; text-align: left;" Font-Names="Tahoma"
                    ForeColor="#666666"></asp:Label>
                &nbsp;
                <asp:Label ID="lbl_navigazione" runat="server" Style="left: 184px; position: absolute;
                    top: 85px" Height="16px" Font-Names="Tahoma" Font-Size="11px" ForeColor="#333333">Ti trovi in: </asp:Label>
                <asp:Label ID="Label1" runat="server" Style="z-index: 1; left: 186px; position: absolute;
                    top: 58px" Text="Cliente" Font-Names="Tahoma" Font-Size="11px" ForeColor="#666666"></asp:Label>
                <div style="left: 826px; width: 69px; position: absolute; top: 2px; height: 15px;
                    text-align: right;" id="Div1">
                    <asp:Label ID="lbl_AppVersion" runat="server" Font-Bold="False" Font-Size="9px" Style="left: 0px;
                        top: -15px" Font-Names="Tahoma" ForeColor="#333333">ver. x.x.x</asp:Label>
                </div>
                <asp:Label ID="lblNavPath" runat="server" BackColor="White" BorderWidth="0px" Font-Bold="True"
                    Font-Names="Tahoma" Font-Size="11px" ForeColor="#333333" Height="16px" Style="z-index: 107;
                    left: 236px; position: absolute; top: 85px; text-align: left" Width="500px">Gestione stampe</asp:Label>
            </td>
        </tr>
    </table>
        <asp:Button ID="lnkBtnEsci" runat="server" CssClass="pulsanteEsci" Font-Bold="True" Font-Names="Tahoma"
            Height="16px" Style="left: 839px; position: absolute; top: 26px" Text="ESCI"
            Width="45px" Font-Size="11px" OnClientClick="Esci();" ForeColor="#666666" />
    &nbsp;
    </form>
</body>
</html>