/* !base */
* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
	line-height: 130%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	color:#c00;
	font-weight:bold;
}

/* !header */
#header {
	padding:20px;
	background-color:#333;
	color:#ccc;
}

#main-menu {
	padding:5px 20px;
	height:20px;
	background-color:#c00;
}

#main-menu a {
	float:left;
	height:20px;
	line-height:20px;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#main-menu a:hover {
	background-color:#000;
}

/* !content */
#content {
	padding:10px 20px;
}

#content h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0.5em 0;
}

/* !tabella */
table.item-list {
	width:100%;
	border-collapse:collapse;
}

table.item-list th,
table.item-list td {
	border:1px solid #ccc;
	padding:4px 10px;
}

table.item-list th {
	border-color: #666666;
	font-weight: bold;
	background-color: #cccccc;
	text-align:left;
}

table.item-list .operations {
	white-space:nowrap;
	width:1%;
	text-align:center;
}

table.item-list th.operations {
	background-color:#c66;
	color:#fff;
}

table.item-list td.operations {
	background-color:#fcc;
}