@charset "utf-8";
/* --- Sito CSS --- */

/* Sfondo */
body {
	background-color: #dddddd;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#1d1d20;
}

/* Dimensioni contenuto */
#contenuto {
	margin: 0 auto;
	font-size: 12px;
	width: 756px;
}

.tab_sx {
	background-color:#c5c5c5;
	padding:20px;
	font-size:14px;
	color:#1d1d20;
}

.tab_dx {
	background-color:#c5c5c5;
	padding:20px;
	font-size:13px;
	color:#1d1d20;
}

.tab_sx a:link { text-decoration: none; color: #1d1d20 } 
.tab_sx a:visited { text-decoration: none; color: #1d1d20} 
.tab_sx a:hover { text-decoration: underline; color: #5F5F5F  } 
.tab_sx a:active { text-decoration: none; color: #1d1d20 }

.tab_dx a:link { text-decoration: none; color: #1d1d20 } 
.tab_dx a:visited { text-decoration: none; color: #1d1d20} 
.tab_dx a:hover { text-decoration: underline; color: #5F5F5F  } 
.tab_dx a:active { text-decoration: none; color: #1d1d20 }

.titolo {
	border-bottom: 1px dotted #1d1d20;
	font-size:16px;
	font-style: italic;
}


.titolo a{
	text-decoration: none; 
	color: #1d1d20; 
}
.border{
	border-bottom: 1px dotted #1d1d20;
	font-size:16px;
	font-style: italic;
}

.info {
	color:#1d1d20;
	font-size:11px;
}

.info a{
	color:#1d1d20;
}


/* Tips CSS */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/mootools/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/mootools/bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
