body{
	background: #777777;
	margin:0px;
	margin-top:0px;
	padding:0px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	/* color:#fff;	*/
	text-align:justify;
}
/*
 * -----------------------------------------------------------------------------
 * struttura pagina
 * -----------------------------------------------------------------------------
 */
#container {
	background:#FFF;
	width:980px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/* height: 900px; */
}

#top {
	width:980px;
	height:85px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0px;
}

#logo {
	float:left; 
	padding:20px 0px 0px 8px;
}
#header-title {
    font-size: xx-large;
    vertical-align: middle;
    font-style: italic;
    margin-left: -25px;
    color: green;
}
/*
 * -----------------------------------------------------------------------------
 * menu
 * -----------------------------------------------------------------------------
 */
#menu {
/*	background:url("images/menu.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top; */
	width:980px;
    height:20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ddeeff;
    border-top: solid 1px green;
    border-bottom: solid 1px green;
}

#tabsI {
  float:left;
  width:100%;
}

#tabsI ul {
    margin:0px;
    padding:0px 0px 0px 3px;
    list-style:none;
    /* height:50px; */
}
#tabsI li {
	display:inline;
	margin:0;
	padding:0;
}

#tabsI a {
	float:left;
/*	background:url("images/menu_left.png") no-repeat left top; */
	margin:0;
	padding:2px 0px 0px 10px;
	text-decoration:none;
    color: green;
}
#tabsI a:hover {
    text-decoration:underline;
}

#tabsI a span {
	float:left;
	display:block;
/*	background:url("images/menu_right.png") no-repeat right top;*/
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
    /* color:#FFF; */
}
#tabsI a:hover {
    /* background-position:0% -50px; */
}
#tabsI a:hover span {
    /* background-position:100% -50px; */
}

#tabsI #current a {
    /* background-position:0% -50px; */
}
#tabsI #current a span {
    /* background-position:100% -50px; */
}
.menu_up {
/*	background-image: url("images/menu_up.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top; */
    border:0px solid red;
	/* padding:26px 25px 9px 15px; */
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
    font-weight: bold;
	/* color:#fff; */
	text-decoration: none;
	text-transform:uppercase;
}

-->

#centrale {
	width:960px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color:#000;
	
	border: 0px solid #00FF66;
	
	min-height: 600px;
	height: auto !important;
	/* height: 500px; */
	
	padding:10px 10px 0px 10px;
}

#bottom {
	background:url("images/bottom.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	border:0px solid red;
	clear: both;
	padding: 0px;
    padding:30px 20px 0px 20px;

    margin: 0px;
    margin-left: auto;
    margin-right: auto;

    color:#a3b1b7;
	font-size:11px;
	font-weight:bold;
	width:940px;	
	height:38px;
	
}

.left {
	float:left;
}

.right {
	float:right;
}

#riga_verticale {
	background:url("images/riga_verticale.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center bottom;
	border:0px solid red;
	padding:0px 10px 0px 10px;;
	float:left;
	
}
/*
 * -----------------------------------------------------------------------------
 * blocchi
 * -----------------------------------------------------------------------------
 */
div.overflow {
	width:410px;
	height:210px;
	overflow:auto;
	border: 0px solid red;
	text-align:justify;
	margin:0px 20px 20px 0px;
	padding: 15px 10px 10px 0px;
}

div.overflow p {
    margin-top: 0px;
    background: transparent;
}

.posizione_titolo {
	margin:0px;
	padding:5px 20px 0px 20px;
	
}

#sx_home {
	float:left;
	width: 440px;
	height: 283px;
	border: 0px solid gray;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color:#727272;
	font-size:14px;
	
	background: #fff url("images/contorno.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
}
/*
 * -----------------------------------------------------------------------------
 * 
 * -----------------------------------------------------------------------------
 */


.class_form {
    padding: 0px;
	margin: 0px;
}

img{
	margin: 0px;
	padding-left: 0px;
	padding: 0px;
}

.class_img{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a img {
    border:none
}

.contorno_img {
    border: 1px dashed #7a963d;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

.contorno {
	border: 1px dashed #7a963d;
	padding: 1px;
}

.bugfix {display : none}

table {
    border-collapse: collapse;
	padding:0px;
	margin: 0px;	
}
th,td {
    border: solid black 0px;
	padding:5px;
	margin: 5px;
}
/*
 * 
 */
div#body-left {
    width: 485px;
    margin-left: 10px;
}
div#body-left-detail {
    width: 530px;
    margin-left: 10px;
}
/*
 *
 */
form#loginform,
form#contattiform {
    margin-right: auto;
    margin-left: auto;
}
form#loginform {
    width: 290px;
}
form#contattiform {
    width: 650px;
}

form ol {
    list-style-type: none;
}
form label {
    display: block;
}
