/*************** PHOTO GALLERY ********************/


/* contenitore principale */
#photoGallery
{
	width:auto;
	position:relative;	
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#7A7A7A;
	margin-top:15;
}

/*tutti i links*/
a
{
	color:#7A7A7A;
	text-decoration:none;
	font:normal 11px Arial, Helvetica, Sans-serif;
}

/* paginazione */
#bottomPaging 
{
	margin-top:5px;
	text-align:right;
}

#topPaging
{
	margin-bottom:10;
		text-align:right;
}

/*contenitore galleria*/
#contentPage .a
{
	text-decoration:none;
	font:normal 15px Arial, Helvetica, Sans-serif;
}

/* allineamento dataList */
#contentPage table
{
	margin-left:10;
} 

/*Thumbnail (conteniore singola immagine)*/
#thumbnail
{
	margin:0 10 10 5;	
}

/*didascalia, link download  immagine*/
#contentPage .pgDescr, #contentPage .pgLink
{
	display:none;
}

/*zoom*/
#contentPage div.pgZoom
{
	padding:2 18 2 0;
	background-color:#EDEDED;
	background-image:url(img/shared/lente.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:right;
}

/************ RICERCA *************************/
#search
{
	width:auto;
	position:relative;	
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#7A7A7A;
	padding-bottom:20;
	background-image:url(img/shared/HgreenDotted.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}

#searchButton 
{
	width:auto;
	position:absolute;
	top:0;
	right:0;
}
#searchButton input
{
	width:60px;
	background-color: #005447;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-width:1px;
	border-style: solid;	
	border-top-color: #005447;
	border-left-color:#005447;
	border-right-color:#005447;
	border-bottom-color:#005447;
} 

#categories select
{
	width:225px;
	background-color: #FAFAFA;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	border-width:1px;
	border-style: solid;	
	border-top-color: #DBDBDB;
	border-left-color:#DBDBDB;
	border-right-color:#DBDBDB;
	border-bottom-color:#DBDBDB;
	margin-left:10;
}

#keywords
{
 display:none;
}

