﻿/*gridview的样式设计*/
.gridview
{
  width: 100%;   
  text-align: center;
  border: #dcdcdc 1px solid;
  
}
.gridview .Header
{
  margin:0px;
  BACKGROUND: url(../../images/newtable-bg.gif);
  font-weight: bold;
  height: 28px;
  background-color: #FFFFFF;
}
.gridview .Item
{
  background-color: #FFFFFF;
  text-align:left;
}
.gridview .ItemTemplate
{
  background-color: #FFFFFF;
  text-align:center;
}
.gridview .AlternatingItem
{
  background-color: #F7F7F7;
}
.gridview .EmptyItem
{
  background-color: #96d9f9;
}

/*gridviewhasbottomline的样式设计*/
.gridviewContent
{
  width: 100%;   
  text-align: center;
  border:1;
  border-left:0;
  border-right:0; 
}
.gridviewContent .Header
{
  margin:0px;
  BACKGROUND: url(../../images/newtable-bg.gif);
  font-weight: bold;
  height: 28px;
  background-color: #FFFFFF;
}
.gridviewContent .Item
{
  background-color: #FFFFFF;
}
.gridviewContent .AlternatingItem
{
  background-color: #F7F7F7;
}
.gridviewContent .EmptyItem
{
  background-color: #96d9f9;
}