/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Helvetica, "Courier New", Arial;
	font-size:62.8%;
	width:100%;
	height:100%;
	background:#FFFFFF;
	color:#747474;
}
a:link {
	color:#747474;
}
a:visited {
	color:#747474;
}
a:hover, a:active, a:focus {
	color:#747474;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family:"Courier New", Arial;
}
p{
	line-height:24px;
	font-size:14px;
}
.suggestion{
	font-size:10px;
	line-height:10px;
	color:#FF0000
}
label{ font-size:14px;}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
legend{ font-size:18px; margin-left:20px; }
.navigation a{
	font-size:14px;
	text-decoration:none;
	color: #22225a;
	margin: 0px 20px;
}
/* ---------------- Layout --------------- */
.container{
	width:100%;
}
.stringa {
	background: url("../img/stringa.jpg") top left repeat-x;
	width:100%;
	height: 19px;
}
.wrapper{
	width:980px;
	margin:auto;
}
.content{
	width:980px;
	margin:40px auto 0px auto;
}
div.header{
	background: url("../img/bkg_top.jpg") top left repeat-x;
	width: 100%;
	height: 127px;
}
.header div {
	width:980px;
	margin: auto;
}
#login_box {
	float: right;
	width: 350px;
	background: #cfcfcf;
}
#login_box label {
	font-size: 16px;
	line-height: 22px;
}
#login_box table {
	width: 90%;
	margin: auto;
	padding: 30px 0px;
}
#login_box table td {
	text-align: center;
}
#login_box .title {
	width: 90%;
	padding: 5px;
	text-align: left;
	font-size: 18px;
	background: #e9e9e9;
	color: #747474;
	margin: auto;
}
#login_box .input_text {
	height: 26px;
}
#login_box .submit {
	padding: 4px;
	font-size: 12px;
	width: 80px;
	margin-top: 10px;
	text-transform: uppercase;
}
.navigation{
	background: #cfcfcf url("../img/bkg_menu.gif") top left repeat-x;
	width: 100%;
	margin: auto;
	text-align:  center;
	height: 26px;
	padding-top: 20px; 
}
.navigation div {
	width: 980px;
	margin: auto;
}
.footer {
	width: 100%;
	height: 76px;
	text-align: center;
	margin: 60px auto 0px auto;
	background: url("../img/bkg_bottom.jpg") top left repeat-x;
	padding-top: 30px;
}
.footer span{
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer a{
	text-transform: uppercase;
	font-size: 10px;
	text-decoration:none;
	color: #FFFFFF;
}
.fieldSet{
	padding:0px 40px;
}
.fieldSet legend {
	font-size: 16px;
	background: #e9e9e9;
	border: 1px solid #737373;
	padding: 10px;
}
.fieldSet .cont{
	padding: 40px 0px;
	margin: 0px 0px;
}
/* ---------------- Input Form -------------------*/
input{ border: 1px solid #111111}
input.blur { color: #CCC; }
td{ padding:5px;}
/* ---------------- Other --------------- */
#sortable { list-style-type: none; margin: 0; padding: 0; width:100%;}
#sortable li { background:#f6f6f6;width:100%; margin: 5px 3px; padding-top:10px; text-align:left; height: 28px; }
#sortable li span { position: absolute; padding-left:5px; }
#sortable li:hover{background:#C4B9D7; cursor: move;}

.tableModificaC{background-color:#f6f6f6; width:100%; margin:0; padding:0}
.tableModificaC tr td{line-height:12px; margin:0; padding:5px}
.tableModificaC tr th{line-height:14px; color:#333333; text-align:left;margin:0; padding:5px}
.tableModificaC tr td a{font-size:12px; text-decoration: none; color:#333333;}
.tableModificaC tr:hover{background:#C4B9D7; cursor:pointer;}

.textareaNormal{ width: 450px; height:250px;}
.submit{ cursor:pointer; border: 0; background: #694D98; color: #FFFFFF; padding: 4px 10px; }

.clear{
	clear:both;
}
.hidden{
	visibility:hidden;
}
.loading{
	display:none;
	font-size:10px;
	padding:2px;
	text-align:center;
}
.loading img{
	vertical-align:middle
}
.error{
	font-size:12px;
	font-weight:bold;
	display:none;
}
.noDecoration{text-decoration:none}