﻿.gridview {
  border: solid 1px #aaaaaa !important;
  margin-bottom: 7px;
}
.gridview .headerstyle {
  color: #000080;
  background-color: #c9dfe4;
}
.gridview .headerstyle th {
  font-size: 12px;
  color: #333333;
  padding: 4px 1px;
}
.gridview .headerstyle th a {
  color: #333333;
  text-decoration: none;
}
.gridview .headerstyle th a:hover {
  color: #003399;
  text-decoration: underline;
}
.gridview .headerstyle_l {
  text-align: left;
}
.gridview .headerstyle_c {
  text-align: center;
}
.gridview .headerstyle_r {
  text-align: right;
}

.gridview td {
  padding: 0px;
  margin: 0px;
}
.gridview .rowstyle {
  background-color: #e1eef0;
}
.gridview .alternatingrowstyle {
  background-color: #efefef;
}
.gridview .editrowstyle {
  background-color: #bdd2d2;
}
.gridview .rowstyle td, .gridview .alternatingrowstyle td {
  padding: 2px 0px 2px 0px;
  border-top: solid 1px #bbbbbb;
}
.gridview .pagerstyle {
  color: #666666;
  background-color: #dedede;
}
.gridview .pagerstyle a {
  text-decoration: none;
  margin-right: 2px;
  margin-left: 2px;
}
.gridview .pagerstyle td {
}
.gridview .pagerstyle span {
  margin-right: 2px;
  margin-left: 2px;
  font-weight: bold;
  color: #000080;
}

.gridview .cell_s_l {
  font-size: 11px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
.gridview .cell_s_c {
  font-size: 11px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.gridview .cell_s_r {
  font-size: 11px;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}
.gridview .cell_m_l {
  font-size: 12px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
.gridview .cell_m_c {
  font-size: 12px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.gridview .cell_m_r {
  font-size: 12px;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}

.gridview .footerstyle {
  color: #333333;
  background-color: #c9dfe4;
}
.gridview .footerstyle td {
  border-top: solid 1px #bbbbbb;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
}
