/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input.text1 {
	width: 130px;
	height: 13px;
	padding: 3px 5px;
	border: 1px solid #DCDCDC;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #727272;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

/** LINKS */

a {
	color: #969696;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 10px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	background: url(/images/homepage03.gif) repeat-x left bottom;
}

/** MENU */

#menu {
	background: url(/images/homepage02.jpg) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	width: 122px;
	height: 19px;
	margin: 0px 2px 0px 0px;
	padding: 7px 0px 0px 0px;
	background: url(/images/subpage01.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #4E525A;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .linkAttivo {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: #FFFFFF url(/images/subpage02.jpg) repeat-y left top;
}

#page-bg {
	background: url(/images/subpage03.jpg) no-repeat left bottom;
}

/** SIDEBAR */

#sidebar {
}

/** SIDEBAR > BOXED */

#sidebar .boxed {
	width: 245px;
	margin: 0px 0px 10px 13px;
	background: url(/images/homepage11.gif) repeat-y left top;
}

#sidebar .boxed-title {
	height: 17px;
	padding: 5px 0px 0px 13px;
	background: url(/images/homepage10.gif) no-repeat left top;
	font-size: 10px;
	color: #3E424A;
}

#sidebar .boxed-content {
	padding: 10px 10px 10px 10px;
	background: url(/images/homepage12.gif) no-repeat left bottom;
}

/** SUBMENU */

#submenu a {
	display: block;
	width: 170px;
	height: 21px;
	padding: 7px 11px 0px 0px;
	background: url(/images/homepage08.jpg) no-repeat left top;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	color: #6E7177;
}

#submenu a:hover {
	background-image: url(/images/homepage09.jpg);
}

#submenu .linkAttivo {
	background-image: url(/images/homepage09.jpg);
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	padding: 5px 10px 0px 4px;
	background: url(/images/homepage13.gif) repeat-x left top;
}

/** CONTENT > BOXED */

#content .boxed {
}

#content .boxed-title {
	padding: 0px 0px 0px 10px;
	background: url(/images/homepage15.gif) repeat-x left center;
	text-transform: uppercase;
	font-size: 12px;
	color: #667285;
}

#content h1 {
	padding: 0px 0px 0px 10px;
	background: url(/images/homepage15.gif) repeat-x left center;
	text-transform: uppercase;
	font-size: 14px;
	color: #667285;
}
#content h2 {
	padding: 0px 0px 0px 10px;
	background: url(/images/homepage15.gif) repeat-x left center;
	text-transform: uppercase;
	font-size: 12px;
	color: #667285;
}

#content .boxed-title span {
	padding: 0px 10px;
	background: #FFFFFF;
}

#content h1 span {
	padding: 0px 10px;
	background: #FFFFFF;
	line-height:50px
}

#content .boxed-content {
	padding: 20px 20px 20px 20px;
}

#content p {
	padding: 0px 20px 0px 20px;
}


/** LOGIN */

#login {
}

.boxed-content fieldset ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.boxed-content fieldset li {
	margin-bottom: 10px;
}

.boxed-content fieldset label {
	display: block;
	float: left;
	width: 65px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #3E424A;
}

#login-submit {
	margin-left: 156px;
}

/** FOOTER */

#footer {
	background: url(/images/subpage04.jpg) no-repeat;
}

#footer p {
	margin: 0px;
	padding: 30px;
	text-align: right;
}

/** TABELLE */

.tabella 
{
    margin: 0px 20px 0px 20px;
	border:0px;
	border-spacing:10px; 
	width:95%;
}

.riga {
	border:0px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	background-color:#f0f1f5;
	color:#253049;
	text-align:justify;
}

.rigaAlternata{
	border:0px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	background-color:#f8f8fa;
	color:#253049;
}
.centrato
{
	text-align:center;
}
.bordoContatti{
	text-align:center;
	border: solid 1px #bbbfc2;
}

.bottone{
	border: solid 1px #ffffff;
	background-color: #d4d5d9;
	color: #3d485c;
}
.errore{
	font-weight:bold;
	color: #d86c64;
}