<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
<!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></title>
<style>
.divll
{
width:100px;
}
.table /**/ /**/ /*div table container*/ /*div table container*/
{
/**/ /*width:770px;*/
}
.row div /**/ /**/ /*div row cell*/ /*div row cell*/
{
display: inline;
width: 100%;
border-top: 1px solid #C1BBAB;
border-left: 1px solid #C1BBAB;
}
.header div /**/ /**/ /*div header cell*/ /*div header cell*/
{
display: inline;
width: 100%;
border-top: 1px solid #C1BBAB;
border-left: 1px solid #C1BBAB;
text-align: center;
background-color: #E0DDD5;
}
.lastcell /**/ /**/ /*last cell*/ /*last cell*/
{
border-right: 1px solid #C1BBAB;
width:100px;
}
.header /**/ /**/ /*div table hearder*/ /*div table hearder*/
{
font: bold;
color: navy;
}
.grid_rw1clr div /**/ /**/ /*cell in grid_rw1clr*/ /*cell in grid_rw1clr*/
{
background-color: #FFFFFF;
}
.grid_rw2clr div /**/ /**/ /*cell in grid_rw1clr*/ /*cell in grid_rw1clr*/
{
background-color: #F9F8F6;
}
.row
{
font: normal 32px;
}
.lastrow div /**//*cell in last row*/
{
border-bottom:1px solid #C1BBAB;
}