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

.ffWidget_editarea {
	width:700px;
	height:400px;
}
.ffWidget_ckeditor {
	width: 700px;
	height: 400px;
}

.block-loader {
	background:url(../images/please-wait.png) no-repeat;
	display:block;
	width:180px;
	height:40px;
}

