/*
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
COPYRIGHTS DBS Digital Business Solutions s.r.l.

According to the law, it is forbidden to disclose, reproduce or however
use this document and any data herein contained for any use without
previous written authorization by DBS Digital Business Solutions s.r.l.

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°

#Configuration Control Record

============================
Project Name:	DBS Web Tools
Project Code:	DBSWT
Unit Name:		styles
Unit Code:		NA
File Name:		styles.css
============================


#ABSTRACT
========
This stylesheet contains acquaincomune.org site custom styles

#History (identifier;date;author;change)
=======
0;10-ago-2009 09.00.00;lE;Creation
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
*/



/* STILI ALLINEAMENTO TESTO */

.center {
	text-align: center;
}

.left {
	float: left;
	text-align: left;
}

.right {
	text-align: right;
}

/* STILI DIV IMPLEMENTAZIONE TABELLE */

div.table {
	display: table;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;				/*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	background-color: transparent;
}

div.row  {
	float: left;
	display: table-row;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.row_underline  {
	float: left;
	display: table-row;
	border-bottom: 1px solid #003366;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.cell {
	float: left;
	display: table-cell;
	border: 0;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: transparent;
}

#toplogo {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 100px 0 0 0;
	text-align: center;
}