* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

/* links */
a { 
	color: #005C9E;
	background-color: inherit;

}
a:hover {
	color: #293D78;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em  Arial, Sans-serif;
	color: #293D78;	

}

h4 {
	font:  1em  Arial, Helvetica, sans-serif;
	padding: 0 28px;

}
h5 {
	font: bold 1em  Arial, Sans-serif;
	padding: 0 15px;

}
h1 { font-size: 13px; color: #293D78; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 { font-size: 11px; color: #fff; } 




p, h1, h2, h3 {
	margin: 5px 2px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #333;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

code {
	margin: 0px 0;
	padding: 5px;
	text-align: left;
	display: block;
	overflow: auto;
	background-image:url(images/bgcode.jpg); 
	border: 1px solid #f2f2f2;
	border-left: 4px solid #005C9E;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color:#293D78;

}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* menu */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 1px;
	bottom: 6px;
	font-size: 11px;
	font-family:  Arial,  sans-serif;
	width: 500px;
	background: url(images/tableft.gif) no-repeat left top;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */


/* LAYOUT */
#wrap {
	background: url(images/bgwrap.jpg)  left ;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: justify;

}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #fff;
}

/* header */
#header {
	position: relative;
	height: 70px;	
	background: #fff url(images/headerbg.gif) ;	
}
logo {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0;
	left: 5px;
	height: 180px;
}

#header form.searchform {
	position: absolute;
	background-color:#00CC99;
	top: 0; right: -12px;	
	 
}

/* main */
#main {
	float: left;
	margin-left: 7px;
	padding: 0;
	width: 439px;
			
}

.post-footer {
	background: url(images/sfondonews.jpg) no-repeat left center;
	padding: 5px; margin: 15px 5px 0 5px;
	border: 1px solid #EAEAEA;
	font-size: 100%;
	  
}
.post-footer .date {
	background: url(images/data.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .download {
	background: url(images/download.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .link {
	background: url(images/link.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 22%;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(images/bgform.jpg);
	background-position: left top;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 5px 10px 28px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:0px;
	border: 0px solid #fff;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #fff;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	border-left:0px solid #CCC;		
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;

	color: #FFF;
	border-left:3px solid #fff;
}


/* sidebar privata*/
#sidebarp {
	float: left;
	width: 22%;
	height: 527px;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(images/bgformp.jpg);
	background-position: left;		
}
#sidebarp ul.sidemenu {
	list-style:none;
	margin:10px 5px 10px 28px;
	padding:0;		
}
#sidebarp ul.sidemenu li {
	margin-bottom:0px;
	border: 0px solid #fff;
}
#sidebarp ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #fff;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;

	border-left:0px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebarp ul.sidemenu a { height: 18px; }

#sidebarp ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;

	color: #FFF;
	border-left:3px solid #fff;
}



#sidebar2 {
	width:190px;
	position: relative;
	left: 0px;
	top: -320px;
	float: left;
	display: block;
	background-image:url(images/bgform.jpg);
    margin: 0;	padding: 0; 
		
}







/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background-image:url(images/bgfooter.jpg);
	border-top: 1px solid #fff;
	margin: 0; padding: 0; 
	height: 110px;	  
	font-size: 80%;	
		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}





/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.red {	color: #ff0000; }
.gray  {	color: #BFBFBF; }
.news {
	color: #ff0000;
	font-size:11px;

}
.blank  {	color: #ffffff; }
.blu {	color: #293D78; }


/* form elements */
form {
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: bold 1em Arial, Sans-serif; 
	color:#293D78;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#293D78;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
#support {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}

#Layer1 {
	width:0px;
	height:0px;
	z-index:1;
	visibility: visible;
	text-align: center;
	padding-left: 260px;
}

#Layer2 {
	width:0px;
	height:0px;
	z-index:1;
	visibility: hidden;
	text-align: center;
	padding-left: 260px;
}

TR.RowOverSelected {
color : #005C9E;
background-color : #DFE9F3;
}

.Stile2 {color: #FFFFFF}
.Stile3 {color: #333333; text-align:justify;}