/* I fogli di stile elencati di seguito vengono importati in questo foglio  */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(forms.css);
 
 
/* #######################  IMPOSTAZIONI DI BASE ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	/*background-color: #CCCCFF; */
}
 
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #D0CECF;
	background-image:url(../images/bodybg.jpg);
	background-repeat:no-repeat;

	}
	
.wrapper{
	/*i margini auto insieme a una larghezza centrano la pagina */
	width: 934px;
	margin: 0 auto;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
	}
.header_img_top{
	width: 100%;
	height: 13px;
	background-image:url(../images/header_top.jpg);
	float: left;
	}	
.header_bg{
	width: 100%;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-y;
	float: left;
	}
	.header_module{
		width: 900px;
		margin-left: 15px;
		margin-right: 19px;
		}
.topmenu_module{
	width: 100%;
	height: 44px;
	background-image:url(../images/top_menu.jpg);
	background-repeat:no-repeat;
	float: left;
	}
	.topmenu{
		width: 100%;
		margin-top: 10px;
		text-align:center;
		}
.main_wrapper{
	width: 100%;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
	float: left;
	}

/* Colonna Sinistra Menu  */
.menu_box_left{
	width: 185px;
	float: left;
	}
	.left{
		width: 170px;
		margin-top: 10px;
		margin-left: 20px;
		background-color:#ffffff;
	}
	.user1{
		width: 170px;
		margin-top: 10px;
		margin-left: 20px;
		background-color:#ffffff;
	}
	.user2{
		width: 170px;
		margin-top: 10px;
		margin-left: 20px;
		background-color:#ffffff;
	}
.main_content{
	width: 510px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	}
.menu_box_right{
	width: 185px;
	float: left;
	}
	.right{
		margin-top: 10px;
		background-color:#EBEBEB;
	}
	.user3{
		margin-top: 10px;
		background-color:#EBEBEB;
	}
	.user4{
		margin-top: 10px;
		background-color:#EBEBEB;
	}
.footer{
	width: 100%;
	height: 20px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	float: left;
}
/* formato dei titoli  */
h1 {
	font-size:16px;
	line-height: 1em;
	font-weight: 900;
}
h2 {
	font-size:15px;
	line-height: 1em;
	font-weight: 900;
}
h3 {
	font-size:14px;
	line-height: 1em;
	font-weight: 900;
}
h4 {
	font-size:13px;
	line-height: 1em;
	font-weight: 900;
}
h5 {
	font-size:12px;
	line-height: 1em;
	font-weight: 900;}
h6 {
	font-size:11px;
	line-height: 1em;
	font-weight: 900;
}
 
/* aspetto degli elementi di tabella validi per tutte le pagine */
td{
	font-size: 12px;
}
th{
	font-size: 12px;
}
 
/* aspetto dei link ipertestuali valido per tutte le pagine */
a:link {
	color: #CC6600;
}
a:hover {
	color: #659FDE;
}
a:visited {
	color: #CC6600;
}
img {
	border: 0 none;
}
 
 
/*  */
.clr{
	clear: both;
}
 
/* ################################################## */
