/* 
Davide-css for 
Fogli di stile creati con TopStyle Pro 3.0
*/

html, body {
	background-color: #fff;
	margin: 0;
	padding: 0; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}

A:link, A:visited { 
	text-decoration: none;
	color: #03c;
	}

A:hover { 
	text-decoration: underline;
	color: #09a2ec;
	}

A.piccolo:link, A.piccolo:visited { 
	font-size: 11px;
	font-weight: bolder;
	}

A.piccolo:hover {  
	font-size: 11px;
	font-weight: bolder;
	}
	


.corpo { 
	text-align: justify;
	line-height:18px;
}

.titolo {
	font-size: 18px;
	font-weight: bolder;
	}

.piccolo { 
	font-size: 11px;
	font-weight: bolder;
	}

.piccolino	{ font-size: 11px;		}
.grass		{ font-weight: bolder;}
	
table, td, tr		{ font-size: 12px;}
/*.tabella			{ border: solid #000 1px ;}*/
.tab-dash			{ border: dashed #000 1px;}
.tab-bot			{ border-bottom: solid #000 1px;}
.tab-top			{ border-top: solid #000 1px;}

.tab-top-bot{
	border-bottom: 	solid #000 1px;
	border-top: 		solid #000 1px;
	}

.tab-lef-rig{
	border-left: 		solid #000 1px;
	border-right: 	solid #000 1px;
	}

.tab-bot-lef-rig{
	border-left: 		solid #000 1px;
	border-right: 	solid #000 1px;
	border-bottom: 	solid #000 1px;
	}

.tab-top-lef-rig{
	border-left: 		solid #000 1px;
	border-right: 	solid #000 1px;
	border-top: 		solid #000 1px;
	}
	
.stampa { display: none; }

form {
	margin : 0;
	padding: 0;
}

input, select, textarea, button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: solid #000 1px;
	background-color: #fff;
}
	
.quickmenu 			{ height: 18px; }
.boxgrande 			{ width: 60mm;}
.textareagrande { width: 80mm; 	}

.submit {
	border: solid 1px #fff;
	background-color: #333; 
	color: #fff; 
	cursor: pointer !important;
	cursor: hand;
	}

.submitover {  
	background-color: #fff; 
	border: solid 1px #333;
	color: #333; 
	cursor: pointer !important;
	cursor: hand;
	}

hr {
	margin: 0;
	height: 0;
	background-color: #000;
	border: 1px solid #000;
}

/* be nice with opera... poi qualcuno mi spiegherà perchè dovrei essere gentile con questo browser. È lui lo stronxx... mica io! */
html>body hr {
	background-color: #000; 
	height: 1px;  
	border: solid #000 0px;
	margin: 5px 0;
}

ul { margin: 0;}

li {
	margin: 0;
	padding: 0;
}

li { line-height: 18px;}


