﻿
/* Datagrids */


.GridStyle 
{
	 border-style :solid;
	 border-width:0.1em;
	 border-color:#014f78;
	 font-size:small;

}

.GridStyle a:link, a:visited
{
	color: #660000;         /* !! */
            
}
.GridStyle a:hover
{
	color: #660000;
	 text-decoration:underline;        /* !! */         
}

.GridHeader 
{
	background-color: #cddc29; 
    color: #014f78;
    font-weight: bold;
    font-size:83.33%;
    height:18px;
    vertical-align:middle;
    text-align:center;
}

.GridHeader a:link 
{
	color:#014f78;
	font-size:small;
	text-align:center;
	font-weight:bold;
}

.GridRow 
{

}

.GridSelected
{
  background-color:#ffcc00;
  font-size:smaller;
   
}

.GridItem 
{
  font-size: 83.33%;
  border-style :solid;
  border-width :0.1em;
  border-color :#dddddd;
  padding-left:5px;
  height:22px;
  
 
   
}

.GridItem input
{
 border-style:none;
   
}

.GridAlternatingItem 
{
  background-color:#eeeeee;
  font-size: 83.33%;
  border-style :solid;
  border-width:0.1em;
  border-color :#dddddd;
  height :22px;
   
}

.GridHidden
{
  display:none;
   
}


.GridPager 
{
  background-color:#cddc29;
  height:18px;
   
}

.GridPager a:link 
{
	color:#014f78;
	font-size:83.33%;
	text-align:center;
	font-weight:bold;
}


