
table.mgtxt {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #67553B;
}
/*
.clear {
	clear: both;
}
*/
.galleries a {
  color: #67553B;
	text-decoration:underline;
	font-size: 1.2em;
	font-weight: bolder;
}

#content_gallerie {
	width: 600px;
	margin: 0 auto;
}

.galleries {
	width: 270px;
	float: left;
}

.galleries a img{
	border: 2px solid #67553B;
}

.galleries a:hover img {
	border: 2px solid #67553B;
}

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

#immagine img {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 15px;
}

.galleries {
	margin-bottom: 15px;
}

/*--------------------------------------- questo si dovrebbe togliere solo nella parte della visualizzazione delle foto*/

#admin_link {
	display: none;
}

#name_galley {
	color: #fff;
	font-size: 1.3em;
	font-weight: bolder;
	display: inline;
	background-color: #67553B;
	padding: 3px;
}

#index_page .back_index {
	margin-bottom: 15px;
	margin-top:25px;
}

#index_page .back_index a{
	color: #67553B;
	text-decoration: underline;
}

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

#single_image {
	width: 170px;
	float: left;
	margin-top: 8px;
}

#single_image img {
	padding: 4px;
	border: 1px solid #67553B;
}

.gallery {
	width: 600px;
	margin: 0 auto;
}

#descrizione {
	margin-top: 10px;
}

#url_gallery a {
	display: inline;
	background-color: #67553B;
	color: #fff;
	padding: 3px;
	text-decoration: none;
}

#url_gallery a:hover {
	display: inline;
	background-color: #fff;
	color: #67553B;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #67553B;
}

#url_gallery {
	margin-top: 3px;
}

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

td.mgadmintdbg {
	font-size: 0.8em;
	color: #67553B;
	font-weight:bolder;
}

td.mgadmintdbg a {
	font-size: 1em;
	color: #413119;
	font-weight:bolder;
}

td.mgadmintdbg a:hover {
	font-size: 1em;
	color: #413119;
	font-weight:bolder;
}

#login {
	font-size: 0.8em;
	text-align: center;
	padding-bottom:2em;
}
/*

table.mgtxt {
   font-size: 1.2em;
}
*/

tr.mgaltbgcol a {
	display: inline;
	color: #67553B;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #67553B;
	padding: 2px;
}

tr.mgaltbgcol a:hover {
	display: inline;
	color: #fff;
	background-color: #67553B;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 2px;
}

.mgaltbgcol {
	height: 25px;
}


.logo_admin {
	background-image: url(../logo_interline.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
}

#logout {
	text-align: center;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 70px;
	border: 2px groove #5C6FAD;
	/*background-color: #334B99;*/
	background-color: #5F6EC1;
	color: #fff;
}

#logout a {
	background-color: #5C6FAD;
	color: #fff;
	text-decoration: none;
}



