/*
 * @version Id: totals.css 23/aug/07
 * @package Parcelle
 * @copyright Copyright (C) 2007 Andrea Bizzotto - Tecnobit S.R.L. All rights reserved.
 * @license 
 * Created on 23/aug/07
 *
 * 
 * visualizzazione per grafica >= 1280x800
 */

/* STYLES FOR TOTALS TABLE */
#totals-page {

	position: relative;
	margin: 10px;
}

.totals-buttons-table {
	width:600px;
	border: 0;
}
.totals-table {
	width:600px;
	border: 1px solid black;
}
.totals-id-header {
	background-color:#dfe;
	width:5%;
	text-align:center;
	font: normal bold 11px arial;
	border: 1px dotted black;
}
.totals-name-header {
	background-color:#def;
	width:50%;
	text-align:center;
	font: normal bold 11px arial;
	border: 1px dotted black;
}
.totals-percent-header {
	background-color:#dfe;
	width:45%;
	text-align:center;
	font: normal bold 11px arial;
	border: 1px dotted black;
}

.totals-id-field {
	background-color:#dfe;
	width:5%;
	text-align:center;
	font: normal bold 11px arial;
}
.totals-name-field {
	background-color:#def;
	width:50%;
	font: normal 11px arial;
}

.totals-name-edit {
	float:center;	
	width:95%;
	font: normal 11px arial;	
}

.totals-percent-field {
	background-color:#dfe;
	width:45%;
}
.totals-percent-edit {
	width:50%;
	font: normal bold 11px arial;
	text-align:right;
}
.totals-button {
	float:right;
	font: normal bold 11px arial;
	width:100px;
}

.totals-text-area {
	width:95%;
	font: normal bold 11px arial;
	text-align:left;
}
