#centerSection {
	width: 650px;
}

textadmin_item {
	width: 600px;
}

a {
	color: #0000ff;
	font-size: 12px;
}

a.action_menu, a.action_menu:visited, a.action_menu:link {
	display: block;
	width: 65px;
	height: 12px;
	background-color: #71A0FA;
	color: #FFFFFF;
	border: 3px outset #ccc;
	text-decoration: none;
	text-align: center;
	padding: 1px 2px;
	font-size: 12px;
}

a.action_menu:hover {
	background-color: #0066DD;
	color: #FFFF00;
	border: 3px inset #ccc;
}

a.smaller_button, a.smaller_button:visited, a.smaller_button:link {
	display: block;
	margin: auto 8%;
	width: 55px;
	height: 10px;
	background-color: #71A0FA;
	color: #FFFFFF;
	border: 3px outset #ccc;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	font-size: 12px;
}

a.smaller_button:hover {
	background-color: #0066DD;
	color: #FFFF00;
	border: 3px inset #ccc;
}

input.button {
	margin-top: 5px;
	margin-right: 10px;
	width: 90px;
	height: 25px;
	background-color: #71A0FA;
	color: #FFFFFF;
	border: 3px outset #ccc;
	text-decoration: none;
	text-align: center;
	padding: 1px 2px;
	font-size: 12px;
}

textarea {
	width: 450px;
	height: 200px;
	border: 2px double #666;
}

.float_l {
	float: left;
	margin-right: 7px;
}

.float_r {
	float: right;
	margin-left: 7px;
}


.error {
	display: block;
	font-style: italic;
	color: #990000;
}

p.form_wrong {
	background: url(../img/errorform.jpg) no-repeat top left;
	padding-left: 60px;
}

p.form_ok {
	background: url(../img/okform.jpg) no-repeat top left;
	padding-left: 60px;
}

table.listrec td.sezione {
	width: 10%;
}

table.listrec table.recs {
	width: 100%;
}

table.listrec table.recs td {
	width: 20%;
	border-right: 3px solid #fff;
	color: #000;
}

tr.pari td {
	background-color: #eee;
	border-bottom: 1px solid #666;
}

tr.dispari td {
	background-color: #ccc;
	border-bottom: 1px solid #666;
}

table.inner_rows tr td, tr.lastrow td {
	border: 0;
}

tr.tab td {
	border: 0;
}

tr.firstrow td.marker {
	width: 30%;
}

tr.sezione td {
	background-color: #ddd;
}

tr.quote input {
	width: 90px;
}

td.sezione {
	font-size: 16px;
	text-align: left;
	padding: 5px;
	width: 40%;
}

td.cestinato {
	text-decoration: line-through;
	background-color: #aaa !important;
	border-color: #aaa !important;
}

.deactive {
	color: #aaa;
	font-style: italic;
}

.active {
	color: #000;
	font-style: normal;
}

table.tablesection {
	width: 600px !important;
	margin: 0;
}
