BODY{
	MARGIN: 0px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: normal;
	font-size: 13px; 
	color: black;
	background-color: #ffffff;
	}
TD{
	font-family: verdana, tahoma, sans-serif;
	font-weight: normal;
	font-size: 13px; 
	color: black;
	}


TEXTAREA {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 2px;
	border-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-color: #F0F0F0;
	color: navy;
}

INPUT {
	background-color: #F0F0F0;
	border-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: navy;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 18px;
}


.tasto{
	background-color: #bbbbbb;
	border:1px solid gray;
	color:black;
	height:18px;
	font-size:11px;

}

SELECT {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	height: 18px;
}









/****************************************/
/*		CLASSI							*/
/****************************************/

.titolo1{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0px;
	color:#007311;
	}
.titolo2{
	font-size: 14px;
	color:#F5A029;
	margin-bottom: 0px;
	font-weight:bold;
	}

.abstract{
	font-style:italic;
	font-size:11px;
}

.menuDx{
	color:white;
	font-size:11px;

}

.TDpagina {
	font-size:12px;
	color:navy;
}

.TDcoda {
	font-size:11px;
	color:gray;
}



.navigazioneBordo{
	background-color:#324F79;
	}
.navigazioneCella{
	font-size:11px;
	padding:2px 2px 2px 2px;
	}

.dialogboxTitolo{
	font-family:verdana, tahoma, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:white;
	background-color:#565B5A;
}
.dialogboxBG {
	color:#333333;
	background-color:#FBD500;
}
.dialogboxCorpo {
	font-size:12px;
	color:black;
	background-color:#FBD500;
	padding: 3px 3px 3px 3px;
}

.note{
	color: navy;
	background-color:#eeeeee;
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
	width:500px;
}
.evidenzia{
	background-color:#7fff00;
	font-weight:bold;
}

.commentoAutore{
	font-size: 11px;
	color:gray;
	}
.commentoTitolo{
	font-size: 14px;
	color:#F5A029;
	font-weight:bold;
	}
.commentoSep{
	background-color:#F5A029;
	}

/****************************************/
/*		STILI BOX						*/
/****************************************/
.boxTitolo{
	font-family:verdana, tahoma, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:navy;
/*	background-color:silver;*/
}

.boxSeparatore{
	background-color: #324F79;
	}

.boxCorpo {
	font-size:11px;
	color:#333333;
/*	background-color:#ffffff;*/
}


.boxGrassetto{

	font-weight:bold;
	font-size:12px;
	}

.boxRiga{
	position:relative;
	height:18px;
	line-height:18px;
	padding: 0px 0px 0px 5px;

}

.copyright{
	font-family:verdana, tahoma, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: black;
	padding: 2px 2px 2px 2px;
	background-color:#F7E044;

}

/****************************************/
/*		STILI TABELLA					*/
/****************************************/

.tabellaTitolo{
	font-family:verdana, tahoma, sans-serif;
	font-size:13px;
	font-weight: bold;
	background-color: #aaaacc;
	border:1px solid gray;
	text-align:center;
}
.tabellaRigaAlternativa{
	font-family:verdana, tahoma, sans-serif;
	font-size:12px;
	background-color: #ddeeff;
	
}
.tabella{
	font-family:verdana, tahoma, sans-serif;
	font-size:12px;
	border:1px solid gray;
	}
	



A:link, A:visited, A:active{
	COLOR: blue;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
}
A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}

A.menu1:link, A.menu1:visited{
	font-size:12px;
	}


A.tabLink:link, A.tabLink:visited, A.tabLink:active{
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana,Tahoma, sans-serif;
	padding: 1px 2px 1px 2px;	
	

	color:#8BAEC9;
	}
a.tabLink:hover{
	background-color: #7594B6;
	padding: 1px 2px 1px 2px;	
	color: white;

	}

A.linkCopyright:link, A.linkCopyright:visited, A.linkCopyright:active{
	font-size:10px;
	color:#444444;
	}
a.linkCopyright:hover{
	background-color: #FBD500;
	color: black;
	}
A.linkMenuDx:link, A.linkMenuDx:visited, A.linkMenuDx:active{
	padding: 2px 2px 2px 2px;
	width: 140px;
	font-size:10px;
	color:#ffff33;
	border-bottom:1px solid white;
	border-left:1px solid white;
	text-decoration:none;
	
	}
a.linkMenuDx:hover{
	color: black;
	background-color: #bbbbbb;
	text-decoration:none;
	}
/*
A.tabLink:link, A.tabLink:visited, A.tabLink:active{
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana,Tahoma, sans-serif;
	padding: 0px 0px 0px -3px;
	}
a.tabLink:hover{
	background-color: #7594B6;


	}




.prova{
	padding: 0px 1px 1px 1px;	
	color:#8BAEC9;
}
.prova2{
	padding: 0px 1px 1px 0px;
}

a:hover .prova{
	padding: 0px 1px 1px 1px;	
	color: white;
	background: url("http://localhost/ljcms/sito/template/carping/tablink_sx.png") no-repeat;
}
a:hover .prova2{
	padding: 0px 1px 1px 0px;
	background: url("http://localhost/ljcms/sito/template/carping/tablink_dx.png") no-repeat 100%;
}
*/