﻿.GvGeneral
{
	/*position:relative;*/
} 

.GvHeaderStyle
{
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: bold;
    color: White;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px Black;
    height: 25px;
    border-color: Gray;
    text-align: center;
    background-image: none;
    background-color: SteelBlue; /* indianred */
}

.DvHeaderStyle
{
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: bold;
    color: White;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px Black;
    height: 25px;
    border-color: Gray;
    text-align: left;
    background-image: none;
    background-color: SteelBlue; /* indianred */
}

.GvHeaderStyle a
{
    color: White;
    text-decoration: none;
}

 .GvPagerStyle
{
    /*Caratteri*/
    font-family: Tahoma, Book Antiqua;
    font-weight: normal;
    border: 1px Black;
    height: 25px;
    border-color: Gray;
    text-align: center;
    background-image: none;
    background-color: #999999;
    font-family: Tahoma, Book Antiqua;
} 

.GvPagerStyle a
{ 
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: bold;
    color: blue;
    text-decoration: none;
}

.GvPagerStyle span
{
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: bold;
    color: White;
    text-decoration: none;
} 

.GvSelectedStyle
{
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    background-color: #FF99FF; /* indianred */
    color: White;
}

.GvFooterStyle
{
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: normal;
    color: White;
    text-align: center;
    background-color: #CCCCCC;
    color: Black;
}

.GvRowStyle
{
    /*Caratteri*/
    border: 2px double Gray;
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: normal;
    font-style: normal; /*Sfondo*/
    color: Black;
    text-decoration: none;
    background-color: #EEEEEE;
    text-align: center;
} 

.GvAlternatingStyle
{
    /*Caratteri*/
    border: 2px double Gray;
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    /*Sfondo*/
    color: Black;
    text-decoration: none;
    background-color: #dcdcdc;
    text-align: center;
    
}

.DvRowStyle
{
    /*Caratteri*/
    border: 2px double Gray;
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: normal;
    font-style: normal; /*Sfondo*/
    color: Black;
    text-decoration: none;
    background-color: #EEEEEE;
    text-align: left;
} 

.DvAlternatingStyle
{
    /*Caratteri*/
    border: 2px double Gray;
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    /*Sfondo*/
    color: Black;
    text-decoration: none;
    background-color: #dcdcdc;
    text-align: left;
    
}

.GvEditStyle
{
    /*Caratteri*/
    font-family: Tahoma, Book Antiqua;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: Black;
    text-decoration: none;
    border-color: Gray;
    background-color: #ADD8E6/*73adde*/;
    border-width: 0px;
    text-align: center;
}

.GvNumberItem
{
    /*Caratteri*/
    text-align: right;
    padding-right: 3px;  
}

.GvStringItem
{
    /*Caratteri*/
    text-align: left; 
    padding-left: 3px; 
}