/*
 * @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 PARCEL LOADING */ 
#load-parcels-div {
	/*position: relative;*/
	margin: 10px;
	width: 98%;
    height: 100%;
	font: normal 12px arial;
}


.parcel-id-header {
	background-color:#def;
	width:5%;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.parcel-created-header {
	background-color:#dfe;
	width:15%;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.parcel-modified-header {
	background-color:#ff8;
	width:15%;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.parcel-desc-header {
	background-color:#def;
	width:50%;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.parcel-operations-header {
	background-color:#dfe;
	width:15%;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}

.parcel-id-field {
	background-color:#def;
	width:5%;
	text-align:right;
	font: normal bold 12px arial;
}
.parcel-created-field {
	background-color:#dfe;
	width:15%;
	text-align:center;
	font: normal 12px arial;
}
.parcel-modified-field {
	background-color:#ff8;
	width:15%;
	text-align:center;
	font: normal 12px arial;
}
.parcel-desc-field {
	background-color:#def;
	width:50%;
	font: normal 12px arial;
	text-align:left;
}
.parcel-operations-field {
	background-color:#dfe;
	width:15%;
	text-align:center;
	font: normal 12px arial;
    border: none;
}
.parcel-operations-field a img{
    border: none;
    margin-right: 2px;
    margin-left: 2px;
}
.parcel-operations-field a{
    border: none;
    text-decoration: none;
}
