/*--------------------------------- questo si dovrebbe togliere solo nella parte della visualizzazione delle foto--*/
#admin_link {
	display: none;
}

#gallery .content_gallerie {
	float: left;
	font-size: 1.2em;
	width: 640px;
	margin: 15px 10px;
	font-weight: bold;
}

#gallery #admin_link {
	display: none;
}

#gallery .galleries .immagine,
#gallery .galleries .text_gallery {
	float: left;
}

#gallery .galleries .immagine {
	margin-top: 5px;
}

#gallery .galleries .text_gallery {
	width: 500px;
	margin-left: 20px;
}

#gallery .text_gallery .url_gallery {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#gallery .text_gallery .descrizione {
	text-align: justify;
}

#testo #name_gallery {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 15px;
}

#gallery #index_page,
#gallery #name_galley {
	margin-bottom: 20px;
}

#gallery #index_page {
	float: right;
	font-size: 1.2em;
	margin-right: 12px;
	border: 1px solid #C7A8A2;
	padding: 6px 0px;
}

#gallery #index_page a,
#gallery #index_page a:hover {
	padding: 6px;
}

#gallery #index_page a:hover {
	background: url(../../img/sfondo_index_link.png) repeat-x;
}

#gallery #name_galley {
	float: left;

}

#gallery #gallery_images #single_image {
	float: left;
	margin: 0 40px 25px 0;
}

#gallery #gallery_images .mgsmall {
	font-size: 1.2em;
	text-align: center;
	width: 120px;
}

.mgsmall {
	font-size: 0.85em;
	background-color:#7c9b1c;
	padding-left:5px;
	margin-right:20px;
}

/*------------------------------------------------------------------------------------ backend*/

td.mgadmintdbg {
	font-size: 0.8em;
	color: #125580;
	font-weight:bolder;
	padding-top: 10px;
}

#login {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 25px;
}

tr.logout {
	text-align: right;
	height: 35px;
}

tr.logout a {
	background-color: red;
	border: 1px solid red;
	padding: 3px 5px;
	text-decoration: none;
	color: #fff;
}

tr.logout a:hover {
	background-color: #fff;
	border: 1px solid red;
	padding: 3px 5px;
	text-decoration: none;
	color: red;
}

table.mgtxt {
   font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr.mgaltbgcol {
	height: 30px;
}

td.mgaltbgcol {
	padding-top: 15px;
}

.mginputln {
	margin-top: 5px;
}

tr.mgaltbgcol a {
	/*color: #325a7f;*/
	color: #325a7f;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #325a7f;
}

tr.mgaltbgcol a:hover {
	color: #fff;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #325a7f;
	background-color: #325a7f;
}

tr.mgaltbgcol a:hover{
	text-decoration: none;
}

.single_image {
	float:left;
	width:140px;
	margin-bottom:15px;
}

#testo .galleries {
	width:150px;
	float:left;
	padding-left:30px;
}

#testo .navigatore {
	float:left;
	padding-left:50px;
}

.navigatore a,
.url_gallery a {
	color:#FFF;
	text-decoration:underline;
}

.navigatore a:hover,
.url_gallery a:hover {
	color:#FFF;
	text-decoration:none;
}

#testo .content_gallerie {
	padding-top:10px;
	float:left;
	width:180px;
}

#name_galley {
	font-weight:bold;
	padding-bottom:30px;
	font-size:1.3em;
	color:#d0d300;
}

/*--------------------------------------------------- pagina gallery*/

#galleria_foto {
	padding:20px 0 0 25px;
}

.galleries {
	float:left;
	width:210px;
	margin:10px;
	background-color:#53744f;
	padding:5px;
}

.immagine img {
	border:none;
}

.url_gallery a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bolder;
}

.url_gallery a:hover {
	color:#90ba0e;
}

.descrizione {
	font-size:0.9em;
}

#index_page {
	float:left;
	width:480px;
	font-size:0.9em;
}

#index_page a{
	color:#FFF;
	text-decoration:underline;
}

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

#galleria_foto .navigatore {
	float:left;
	width:480px;
}