table  {
	font-family: "Perpetua Titling MT", serif;
	position: relative;
	font-family:Euphemia;
	font-size: 12px;
	font-weight: normal;
	color: gray;
}


.titolo {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: gray;
	padding: 5px 5px 5px 0px;
}

.tbconbordo {
	border-color: #F5F3F4;
	border-style: solid;
	border-width: thin;
}

#div_scroll {
	position: relative;
	width: 98%;
	height: 570px;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: white; 
	scrollbar-face-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-track-color: white;
	padding: 10px;
}


#div_scroll_nero {
	position: relative;
	width: 60%;
	height: 570px;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: white; 
	scrollbar-face-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-track-color: white;
	padding: 10px;
	background-color: black;
	color: white;
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

#div_scroll_bianco {
	position: relative;
	width: 60%;
	height: 570px;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: white; 
	scrollbar-face-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-track-color: white;
	padding: 10px;
	background-color: white;
	color: black;
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

#div_scroll_bianco_big {
	position: relative;
	width: 98%;
	height: 570px;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: white; 
	scrollbar-face-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-track-color: white;
	padding: 10px;
	background-color: white;
	color: black;
	filter: Alpha(Opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}


input, textarea {
	font-family:Euphemia;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.submit {
	background: white;
	font-weight: lighter
	border: 1px solid white;
}

body {
	background-color: white;
	font-family:Euphemia;
	font-size: 12px;
	font-weight: normal;
	color: gray;
}

#div_gallery {
	height: 360px;
	width: 894px;
	overflow: auto;
	scrollbar-3dlight-color: #EFEFEF;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: white; 
	scrollbar-face-color: #EFEFEF;
	color: #EFEFEF;
	scrollbar-highlight-color: #EFEFEF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-track-color: white;	
	padding: 0px;
	margin: 0px;
}

#div_blog {
	height: 360px;
	width: 99%;
	overflow: auto;
	scrollbar-3dlight-color: #EFEFEF;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: white; 
	scrollbar-face-color: #EFEFEF;
	color: #EFEFEF;
	scrollbar-highlight-color: #EFEFEF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-track-color: white;	
	padding: 2px;
}


.menu {
	color: #676364;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}


.close {
	position: absolute;
	top: 0px;
	left: 174px;
	width: 22px;;
	height: 22px;
	z-index: 60;
}

.tbwedding {
	text-align: center;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

.tbportfolio {
	text-align: right;
	height: 50px;
	width: 260px;
	background-color: white;
	filter: Alpha(Opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.tbportfolio a:hover {

}

.sottomenu {
	color: #676364;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.sottomenu a:link {
	color: black;
	text-decoration: none;
}

.sottomenu a:visited {
	color: black;
	text-decoration: none;
}

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

.sottomenu a:active {
	color: black;
	text-decoration: none;
}


a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #FFCCFF;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

