/* 
Saibal-css for Lorenzone.it
Fogli di stile creati con TopStyle Pro 3.0 
*/

@import url(advance.css);

BODY {
	background-color: #f0f0f0;
	color : #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left : 0px;
	margin-right : 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	scrollbar-arrow-color: #003399;
	scrollbar-3dlight-color: #003399;
	scrollbar-base-color: #c6c6c6;
	scrollbar-darkshadow-color: #c6c6c6;
	scrollbar-face-color: #f0f0f0;
	scrollbar-highlight-color: #c6c6c6;
	scrollbar-shadow-color: #003399;
	scrollbar-track-color: #ffffff;
	}
	
A:link, A:visited { 
	text-decoration: none;
	font-size:12px;
	color: navy;
	}

A:hover { 
	text-decoration: none; 
	font-size:12px;
	color: #6D7077;
	border-bottom: 1px dashed #000000;
	}

A.piccolo:link, A.piccolo:visited, .piccolo { 
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	color: navy;
	}

A.piccolo:hover {
	text-decoration: none;  
	font-size:11px;
	font-weight: bold;
	color: #6D7077;
	}

.giustifica {
	text-align: justify;
	} 

table, td, tr {
	font-size: 12px;
	color : #000000;
	}

.grassetto {
	font-size: 12px;
	font-weight: bold;
 	}
	
.normale {
	font-size: 12px;
	}

.piccolino {
	font-size: 11px;
	}

.titolo {
	font-size: 18px;
	}

.titolomedio {
	font-size: 16px;
	}

.tabella{
	border: 1px #000000;
	border-style: solid;
	}
	
.tabella-dashed{
	border: 1px #000000;
	border-style: dashed;
	}

.tabella-bottom{
	border-bottom: solid 1px #333333;
	}

.tabella-top-bottom{
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	}

.tabella-left-right{
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	}

.tabella-left-right-bottom{
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	}

.tabella-trequarti{
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	}

.tendina {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background:#6D7077; 
	font-size: 11px; 
	color: #ffffff; 
	}

.navbarMainHover{
	background-color: #f9ebd9;
	border: 1px dashed #000000;
	padding: 4px;
	font-size: 11px;
	}

.navbarMain {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-left: 1px solid #999999;
	border-top:  1px solid #999999;
	padding: 4px;
	font-size: 11px;
	}

A.linkMain, A.linkMain:visited, .linkMain {
	color: black;
	font-size: 11px;
	font-weight: bold;
	color: navy;
	}

A.linkMain:hover {
	color: black;
	font-size: 11px;
	font-weight: bold;
	color: #6D7077;
	border-bottom: 0px;
	}
	
.intervista {
	float: center; 
	background: #f9ebd9; 
	width:100%; 
	text-align: left; 
	margin:0px 0px 0px 0px; 
	padding:6px;
	border: 1px dotted #333333;
	font-size: 12px;
	color: red;
	}
	
.domanda {
	width:90%;
	background:#f9ebd9;
	padding: 2px;
	text-align: left;
	margin-bottom: 2px;
	border-bottom: 1px dotted #333333;
	font-size: 12px;
	font-weight: bold;
	color: black;
  	}
  
.risposta {
	background:#ffffff;
	text-align: left;
	margin-bottom: 18px;
	font-size: 12px;
	color: black;
  	}




