/********************************************
Grid
********************************************/
.GridView
{
  width: 100%;
  cursor: hand;
}

.GridView td
{
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px dotted #dadada; /*text-align: center;*/
}

/*.GridView table td
{
    padding-left: .5em;
    padding-right: .5em;
}
*/

.GridView th
{
  background-image: url(DynamicData/Content/Images/header_back.gif);
  background-position: 1px 1px;
  background-repeat: repeat-x;
  background-color: #ffffff;
  font-size: 100%;
  text-align: center;
  line-height: 1.3em;
  color: #666666;
  border-left: 1px solid #dbddff;
  border-right: 1px solid #dbddff;
  border-bottom: 1px solid #dbddff;
}



.GridPager
{
  background-image: url(DynamicData/Content/Images/header_back.gif);
  background-position: 1px 1px;
  background-repeat: repeat-x;
  text-align: center;
  color: Black;
  font-size: 18px;
}

.GridSelect
{
  background: #fdffb8;
}

.GridRowHover
{
  border: dotted 1pt black;
}

.SocSecStd
{
  background-color:Gray;
  color:White;
  text-align:center;
}

.SocSecStd1
{
  background-color:#CFFEF0;
  color:Black;
  text-align:center;
}

.SocSecPar
{
  background-color:#59955C;
  color:White;
  text-align:center;
}

.GridVal
{
  height:0px;
  width:0px;
  border:none  0px white;
} 
.SocSecAttestV
{
  color:Red;
  background-color:rgb(242,245,169);
  font-weight:bold;
  text-decoration:blink;
}

.SocSecAttestH
{
  display:none;
}
