<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
   <title>Bug Tracker</title>
</head>
<body>
   <form id="form1" runat="server">
   <div>
      <asp:GridView ID="Bugs" runat="server"
         CellPadding="4" ForeColor="#333333" GridLines="None">
            <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
            <RowStyle BackColor="#EFF3FB" />
            <PagerStyle BackColor="#2461BF" ForeColor="White"
               HorizontalAlign="Center" />
            <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True"
               ForeColor="#333333" />
            <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
            <EditRowStyle BackColor="#2461BF" />
            <AlternatingRowStyle BackColor="White" />
      </asp:GridView>

      <asp:GridView ID="BugConstraints" runat="server"
         BackColor="#DEBA84" BorderColor="#DEBA84"
         BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2">
         <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
         <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
         <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
         <SelectedRowStyle BackColor="#738A9C" Font-Bold="True"
            ForeColor="White" />
         <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
      </asp:GridView>
   </div>
   </form>
</body>
</html>
