﻿body
{
    padding: 0;
    margin: 0;
}

.grid_search_result 
{
    font-size: 12px;
    color: #FFF;     
    font-family: Arial, Sans-Serif; 
}

.grid_search_result div 
{
  text-align: left;
}

.grid_search_result a
{
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;    
}

.grid_search_result a:hover 
{
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;    
}


.message
{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    
}

a.normal:link {
	color: #FFFFFF;
	text-decoration: none;
	background: none;
	border: none;
	text-decoration: none;

}
a.normal:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: none;
	border: none;
}
a.normal:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: none;
	border: none;
}

.arial_bianco_14_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 14px;
}

a.bugie8:link, a.bugie8:visited
{
 color: #FFFFFF;
 text-decoration: none;    
}

a.bugie8:hover,a.bugie8:focus,a.bugie8:active {
	color: #FFF;
	text-decoration: none;
	border-top: medium solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;
}

.tabella_dettaglio_scheda
{
    border-collapse: collapse;
    border: none;
    width: 620px;
    margin-bottom: 20px;    
}

.tabella_dettaglio_scheda td
{
    padding: 5px;    
}

.bold
{
  font-weight: bold;    
}
