/* Body #*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

BODY {	
	line-height: 1; 
	font-size:1em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

IMG { border: none; }

A { text-decoration: none; }
A:link{color: #000000; text-decoration: none; }
A:visited{color: #000000; text-decoration: none; }
A:hover{color: #999999; text-decoration:none; }
A:active{color: #000000; }

LI { list-style-type: none; }

/*  Interface */

.hide_it { display: none; }

/*  fieldset */

/*  Error pages (forbidden) (not found) */

.error_page { position:relative; padding:10px; }
.forbidden_image { float:left; width:250px; height:200px; background:url(/themes/gallery/images/error-pages/403.png); }
.notfound_image { float:left; width:250px; height:200px; background:url(/themes/gallery/images/error-pages/404.png); } 
.error_h1 { font-size:1.4em; color:#990000; padding-bottom:20px; }
.error_content { float:left; margin-left:10px; }

.ui-dialog .ffWidget_editarea
, .ui-dialog .ffWidget_ckeditor {
	width:100%;
	height:400px;
}

.ui-dialog .textarea {
	width:99%;
	height:200px;
}

.block-loader {
	background:url(../images/please-wait.gif) center no-repeat #ffffff;
	display:block;
	margin:0;
	width:48px;
	height:48px;
	border:1px solid #bbbbbb;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	-moz-box-shadow:0 0 5px #999999;
    -webkit-box-shadow:0 0 5px #999999;
    box-shadow:0 0 5px #999999;
}
.hidden {
	display:none;
}
/*errori*/
.google-api-warning {
	width: 90%;
	margin: 10px auto;
	background: url(../images/icons/google-maps.png) left no-repeat;
}
.google-api-warning .icon IMG {
	width: 100px;
	height: 100px;
	float: left;	
}
.google-api-warning H2 {
	color: #da4e2a;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin-left: 100px;
}
.google-api-warning P {
	color: #222;
	font-size: 14px;
	line-height: 18px;
	margin-left: 100px;
}
.google-api-warning OL {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-left: 100px;
}
.google-api-warning OL LI {
	list-style: upper-roman inside;
	padding: 0 5px;
}
.google-api-warning OL LI A {
	color: #3d81f2;
}
