body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666; 	
}

a { 
	color: #666666; 
	text-decoration: none; 
}

a:hover {  
/*	color: #0066FF; */
	color: #333333;
	text-decoration: underline; 
}

.MainTable {
	background: #FFFFFF;
	color: #000000;
	/* #0066FF;	 
	border-top: 1px solid #000000; */
	border-bottom: 1px solid #666;	
	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;
	
}

.MainTable .Top {
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
}

.MainTable .FirstMenu {
	height: 40px;
	color: #000000;
	border-bottom: 1px solid #FFF;	
	border-left: 1px solid	#FFF;	
	border-bottom: 1px solid #CCCCCC;	
}
.MainTable .Menu {
	height: 50px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;	
	border-left: 1px dashed	#CCCCCC;
/*	border-right: 1px solid #FFF;	*/
}

.MainTable .Menu:hover {
	background-image: url(../img/sfumatoBluBottom.jpg);
	background-repeat: repeat-x;
	/*border-left: 1px solid	#6699FF;*/
	border-left: 1px dashed	#CCCCCC;
	/*border-right: 1px solid #FFF;	*/
	border-bottom: 1px solid #CCCCCC;	
	cursor: pointer;	
}

.MainTable .Bottom {
	background: #FFFFFF;
	color: #333333;
	font-size: smaller;
	border-top: 1px solid #CCCCCC;	
}


/* Nuovi Stili */

.PageContainer{
	padding: 30px;
}

.PageTitle{
	color: #6699FF; font-weight: bold; font-size: 18pt;
}
.PageBody{
	text-align: justify; font-size: 11pt; margin-top: 20px; margin-bottom: 20px;
}
.PageImages{
	border-top: 1px solid #CCC; padding-top: 20px;
}

/* foto_sets */

.FlickrSet{
	border: 1px solid #CCC; 
	float:left; 
	padding: 20px;
	margin: 4px;
	width:170px;
	font-size: 10px;
	text-align: center;
}
.FlickrSet:hover{
	background-color:#EDEDED;
	cursor: pointer;
}

/* foto_set */

.FlickrSetContainer{
	display:table;
	width:800px;
}
.FlickrSetContainerRowBack{
	display: table-row;
	font-size: 10px;
	padding: 10px;
}
.FlickrSetContainerRow{
	display: table-row;
}
.FlickrSetContainerTitleCell{
	display: table-cell; 
	width: 240px;
	vertical-align: top;
	text-align: center;
}
.FlickrSetContainerPhotosCell{
	display: table-cell;
	width: 560px;
	vertical-align: top;
	text-align: left;
}
.FlickrPhoto{
	margin: 1px;
	float: left;
}
