/*--------------------------------- 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: 250px;
	margin-bottom:10px;
}

#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: 300px;
	margin-left: 20px;
	padding-top:5px;
	line-height:1em;
}

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

#gallery .text_gallery .descrizione {
	text-align: justify;
	font-size:0.9em;
}

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

#gallery #index_page {
	float: right;
	font-size: 1.4em;
	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;
	font-size:1.5em;
}

#gallery #gallery_images #single_image {
	float: left;
}

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


/*------------------------------------------------------------------------------------ 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;
}

img.mgimgbrd {
	border:1px solid #bb5814;
	padding:2px;
}

.immagine {
	width:140px;
	float:left;
}

.clear {
	clear:both;
}

.url_gallery {	
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:0.8em;
	font-weight:bolder;
}

.url_gallery a{	
	color: #480c0c;
	text-decoration:underline;
}

.url_gallery a:hover{	
	text-decoration:none;
}

.descrizione {	
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:0.8em;
	color:#7f3506;
	width:420px;
}

#name_galley {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:1em;
	color:#7f3506;
	font-weight:bolder;
}

.back_index a {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:0.7em;
	text-decoration:underline;
	color:#7f3506;
}

.back_index a:hover {
	text-decoration:none;
}

#single_image {
	width:170px;
	float:left;
}

#gallery_images {
	width:800px;
}

#single_image .mgsmall {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:0.7em;
	color:#7f3506;
	margin-bottom:15px;
}

.navigatore a {
	color:#7f3506;
	text-decoration:underline;
}

.navigatore a:hover {
	color:#7f3506;
	text-decoration:none;
}

#single_image {
	height:140px;
	float:left;
}