/* === Global settings === */


/*body { 
	overflow:auto;
	
	 
	 scrollbar-base-color:#4C4C4C; 
	 scrollbar-darkshadow-color:#4C4C4C; 
	 scrollbar-face-color:#4C4C4C; 
	 scrollbar-highlight-color:#4C4C4C; 
	 scrollbar-shadow-color:#4C4C4C; 
	 scrollbar-3dlight-color:#4C4C4C;
	 scrollbar-arrow-color:#ffffff; 
	 scrollbar-track-color:#ffffff;
	 font-family: verdana,arial;font-size:12px;line-height:18px;
}*/


body,table { font-family: verdana,arial;font-size:12px;line-height:18px; }
img { border: none; }
a { text-decoration: none; }
a:link, a:visited, a:active, a:hover { color: #d00; }
.hidden {display: none; }

/* === Layout === */



	/* to be provided by Ticino */
	 #toolbar a { font-size: 8pt; }

h1{line-height:20px; font-size:16px;}

h2{line-height:18px; font-size:12px; color:#909090;}

address{line-height:16px; font-size:11px; color:#909090; padding-bottom:15px;}


#article-frame {
	width: 100%;
	height: 491px;
}

#article {
	font-family:  Verdana, Arial, sans-serif;
	line-height:18px;
	font-size: 90%;
}
table.image caption {
	font-size: 90%;
	margin-bottom: 1em;
}
#article .info {
	font-size: 80%;
}

#footer {
	font-size: 75%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#article.large2 { font-size: 200%; line-height:24px }
#article.large1 { font-size: 150%; line-height:20px  }
#article.large { font-size: 120%; line-height:16px  }
#article.normal { font-size: 100%; line-height:16px  }
#article.small { font-size: 80%; line-height:14px  }
#footer .ruler { border-top: 2px solid #999; font-size: 2px; }
#footer .left, #footer .left a  { color: #d00; }
#footer .right, #footer .right a { color: #333; text-align: right; }


	.cellaTab{
		
			border:1px solid #DBDBDB;
			border-bottom:none;
			background-color:#EEEEEE;
			padding-left:5px;
			padding-right:5px;
			font-size:11px;
		
		}
		
	
	.cellaTabSel{
		
			border:1px solid #DBDBDB;
			border-bottom:none;
			background-color:#DBDBDB;
			padding-left:5px;
			padding-right:5px;
			font-size:11px;
		
		}	
		
A.TestiTab:Link,A.TestiTab:Visited,A.TestiTab:Active  {
		   	font-family: verdana,arial;
			font-weight:normal;
			font-size: 11px;
			color: #000000;
			line-height:16px;
			text-decoration: none;
			}
		
A.TestiTab:Hover  {
			color: #D0371D;
			}


/* === Tool tips === */


.toolTipElement {
	cursor: help;
}
.tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
.tool-title {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('/images/bubble.png') top left;
}
.tool-text {
	font-family: verdana;
	font-size: 10px;
	padding: 4px 8px 8px;
	background: url('/images/bubble.png') bottom right;
}



/* MooTools.Tips */
.tip-top {
    color: #fff;
    width: 150px;
    z-index: 13000;
}
.tip-title {
    width: 150px;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #ffffff;
    padding: 8px 8px 4px;
    background: url(/images/bubble.png) top left;
}
.tip-text {
    width: 150px;
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(/images/bubble.png) bottom right;
    color:#fff;
}
.tip-text A {
    color:#069;
}
.tip-loading {
    background: url(/images/ajax_load.gif) center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

/*---*/


