﻿body
{
	background-attachment: fixed;
	background-image: url(../../immagini/?????.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: gray;
}
a:link, a:visited
{
    color:#5e5e5e;
    text-decoration:none;
    font-size: 12px;
}
a:hover
{
    color:#5e5e5e;
    text-decoration:none;
    font-weight: bold;
}
td.link a:link,td.link a:visited
{
	color: #666633;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
td.link a:hover
{
	color: #666633;
	font-weight: bold;
	font-size: 10px;
}
.HeaderRowStyle 
{
    background-color: #808080;
    color: White;
}
.HeaderRowStyle a:link, .HeaderRowStyle a:visited
{        
    color: white;
	font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 10px;
}
.HeaderRowStyle a:hover
{
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
    color: White;
}
.PagerRowStyle
{
    background-color: #808080;
    color: White;
    text-align:left;
}
.SelectedRowStyle
{
	background-color: #999966;
	color: #FFFFFF;
}
.SelectedRowStyle td.link a:link, .SelectedRowStyle td.link a:visited, .SelectedRowStyle td.link a:hover
{        
    color: white;
	font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}
.normal {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: Gray;
	font-weight: normal;
	font-style: normal;
}

