body{
	margin: 0 0 0 0;	
}

.dettaglio {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;		
}

.dettaglio_info {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff8a00;
	font-weight:bold;		
}

table{	
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-spacing: 0px;
	
}

table tr td{	
	border: 1px dotted #aaa;
	padding: 0 10px 0 10px;		
}


.t_titolo {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	background-color: #5e99c4;
	color: #fff;	
	height: 24px;
}

.t_riga {
	font-family: Tahoma;
	font-size: 14px;
	background-color: #eee;	
	height: 20px;	
}

.t_riga_num {
	font-family: Tahoma;
	font-size: 14px;
	background-color: #eee;	
	height: 20px;
	text-align: center;	
}

.t_riga a {
	display:block;
    text-decoration:none;
	color: black;			
}

.t_riga a:selected {
	text-decoration:none;
	color: black;			
}

.t_riga a:hover {
	text-decoration:none;
	color: black;
	font-weight:bold;
	background-color: #a4d3ef;		
}


.button {
	font-family: Tahoma;
	font-size: 14px;	
	width:150px;
	text-align: center;
	background-color: #5e99c4;
	display:block;		
	height: 22px;
	padding-top: 2px;
	color: #fff;
	text-decoration:none;
}

.button:hover {	
	background-color: #85b6d7;	
}


