
div.componentBody a {
	font-weight: bold;
	text-decoration: none;
}

div.componentBody a:hover {
	text-decoration: underline;
}

div.commonPerson {
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #cecece;
}

div.commonPerson div.image {
	float:left;
	width:175px;
	padding:0px;
	margin:0px;
}

div.commonPerson div.image img {
	width:150px;
	
}

div.commonPerson div.info {
	float:left;
	width: 495px;
	margin:0px 0px 0px 0px;
	padding:0px;
}


div.commonPerson div.info  h3 {
	font-size:18px;
	padding-bottom:8px;
}

div.commonPerson div.info p {
	padding:0px;
	font-size:12px;
	line-height:16px;
}

div.commonPerson div.info span.details {
	display:block;
	padding:10px 0px 0px 0px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}


div.commonPerson div.top {
	float:left;
	width:100%;
	padding: 0px 0px 4px 0px;
	text-align: right;
	line-height: 11px;
}

div.commonPerson div.top a {
	color: #656565;
	background: url(../../images/attachments-gotop.gif) right center no-repeat;
	padding-right: 14px;
}

/* staff meteo */

 div.staff div.note { 
 	width:648px;
	padding: 10px 10px 10px 10px;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
 }
 
 div.staff div.note a { 
 	font-weight: bold;
	font-size:13px;
	text-decoration: none;
	color:#e00;
 }
 
 div.staff div.note a:hover { 
	text-decoration: underline;
 }
 
 div.staff img {
 	width:670px;
	display:block;
 }

