*{ margin: 0; padding: 0; }* 

body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff url(immagini/stile/bg.gif) repeat-x; 
	color: #444; 
}

a {	color: #317486;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
p { margin: 0 0 15px 0; }
h1 {
	margin: 20px 0 0;
	font-family: Arial, Sans-Serif;
	font-size: 1.7em;
	font-weight: bold;
}
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h3 { font: bold 1.2em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }
h5 { color: #FF0000; font: bold 1.7em Arial, Sans-Serif; margin: 0 0 7px; border-bottom: 1px dotted #FF0000; }
h5 a { color: #FF0000; background: inherit; }
h5 a:hover { color: #E4FFD3; background: inherit; }

#content { width: 900px; margin: 0 auto; }

#logo { margin: 10px 0 0 0; height: 66px; width: 240px; float: left; background: url(immagini/stile/logobg.gif) no-repeat bottom; text-align: center;}

#menu { float: right; padding: 40px 0 0; margin: 0 0 18px; }
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { padding: 30px 15px 0px 0; margin: 0 0 0 50px; color: #ccc; background: #505050 url(immagini/stile/tab.gif) no-repeat right bottom;  }
	#menu li a:hover { background: #505050 url(immagini/stile/tabhover.gif) no-repeat right bottom; color: #FEFFB8; }

#intro {
	clear: both;
	background: #fff url(immagini/stile/intro.jpg) no-repeat;
	color: #CCCCCC;
	height: 40px;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 160px;
	padding-right: 260px;
	padding-bottom: 0;
	padding-left: 0;
}

	#intro h1 { margin: 0; }
	#intro h1.center { margin: 0; padding-left: 290px; text-align:left; }
	#intro h1.left { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; margin: 0; padding-left: 30px; text-align: left; }
	#intro p { margin: 0; }
	
#intro-alt {
	clear: both;
	background: #fff url(immagini/stile/intro-alt.jpg) no-repeat;
	color: #FFFFFF;
	height: 40px;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 160px;
	padding-right: 260px;
	padding-bottom: 0;
	padding-left: 0;
}

	#intro-alt h1.left { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 36px; color: #999999; margin: 0; padding-left: 30px; text-align:left; }

	
#login {
	font-size: .9em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
}
	#login a { color: #fff; background: #8BE1FA; padding: 4px 20px 6px;}
	#login a:hover { color: #fff; background: #8BE1FA url(immagini/stile/loginhover.gif) no-repeat; }

#left { clear: left; float: left; width: 240px; padding: 0 34px 0 15px; font-size: 1.1em; margin: 0 0 15px; }
	#leftmenu { list-style: none; margin: 0 0 20px 0; }
	#leftmenu li { padding: 0 0 0 12px; background: #fff url(immagini/stile/bullet.gif) no-repeat center left; color: #46852F; }
	#leftmenu li a { background: #f4f4f4; color: #333333 }
	#leftmenu li a:hover { background: #f4f4f4; color: #46852F }
	#leftmenu li.top { padding: 0 0 0 12px; background: #fff url(immagini/stile/bullet-here.gif) no-repeat center left; color: #46852F; font-weight:bold}
	#leftmenu li.here { padding: 0 0 0 12px; background: #fff url(immagini/stile/bullet-here-small.gif) no-repeat center left; color: #46852F; }
	#leftmenu li.star { padding: 0 0 0 12px; background: #fff url(immagini/stile/bullet-star.gif) no-repeat center left; color: #46852F; }
	#leftmenu li.starhere { padding: 0 0 0 12px; background: #fff url(immagini/stile/bullet-star-here.gif) no-repeat center left; color: #46852F; }

#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	width: 560px;
	text-align: justify;
}

#right-50 {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	width: 620px;
	text-align: justify;
}

#left-50 { clear: left; float: left; width: 300px; padding: 0 34px 0 15px; margin: 0 0 15px; }

	#notice, #news { padding: 12px 14px 1px; background: #f4f4f4 url(immagini/stile/noticebg.gif) no-repeat bottom right; color: #808080; }
	#news { padding: 12px 14px 1px; background: #f4f4f4 url(immagini/stile/noticebg.gif) no-repeat bottom right; color: #996633; }
	#news h1 {
		margin: 20px 0 0;
		font-family: Arial, Sans-Serif;
		font-size: 1.7em;
		font-weight: bold;
	}
	#news h1 a { color: #996633; background: inherit; }
	#news h1 a:hover { color: #C68D55; background: inherit; }
	#news h5 { color: #FF0000; font: bold 1.7em Arial, Sans-Serif; margin: 0 0 7px; border-bottom: 1px dotted #FF0000; }
	#news h5 a { color: #FF0000; background: inherit; }
	#news h5 a:hover { color: #E4FFD3; background: inherit; }
	
	#news-big { padding: 12px 14px 1px; background: url(immagini/stile/notice-bigbg.gif) no-repeat top left; }
	#news-big h5 { color: #FF0000; font: bold 1.7em Arial, Sans-Serif; margin: 0 0 7px; border-bottom: 1px dotted #FF0000; }
	#news-big h5 a { color: #FF0000; background: inherit; }
	#news-big h5 a:hover { color: #E4FFD3; background: inherit; }
	
	#left a, #right a { background: #EFFCFF; color: #317486; }
	#left img.link, #right img.link { border:none; vertical-align:middle}
	#left img.left, #right img.left { float:left; padding-right: 8px; }
	#left img.right, #right img.right { float:right; padding-left: 20px; }



	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#left h5 { color: #FF0000; font: bold 1.7em Arial, Sans-Serif; margin: 0 0 7px; border-bottom: 1px dotted #FF0000; }
	#left h5 a { color: #FF0000; background: inherit;  }
	#left h5 a:hover { color: #9F4848; background: inherit; }
	#right h2, #right-50 h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
	#right h3, #right-50 h3 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
	#right h5, #right-50 h5{
		border-bottom: dotted 1px #000000;
		color: #487377;
		background: #d0e4d0;
		text-transform: none;
		font: bold 1.2em Arial, Sans-Serif;
		/*font: 18px bold;*/
		line-height: 0.8em;
		padding-top: 6px;
		padding-right: 6px;
		padding-bottom: 3px;
		padding-left: 6px;
		margin: 0 0 12px;
	}
	#right h6 { font: bold 1em Arial, Sans-Serif; margin: 0 0 12px; }

	
#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 0; margin: 0 0 15px; font-size: .9em; color: #808080; background: #fff; }
	#footer a { color: #4CA031; background: #fff; }
	#col1 { float: left; width: 274px; padding: 7px 0 0 15px; margin: 0 0 10px; }
	#col2 { float: left; width: 500px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	#col1-alt { float: left; width: 214px; padding: 7px 0 0 15px; margin: 0 0 10px; }
	#col2-alt { float: left; width: 650px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }


/* Table (tabulatedData)*********************/
table.tabulatedData td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

table.tabulatedData th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	padding: 2px;
	background-color: #003366;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #666666;
	text-align:center;
}


/* ZEBRA tables *********************/
.highlight { background:#d5fcdc; }  
.even { background:#fff; }  
.mo { background:#e3f1fb; }  
.odd { background:#eee; }  
.zebra th { padding:5px; background:#ddd; border-bottom:1px solid #999; text-align:left; font-weight:bold; }  
.zebra td { padding:5px 20px 5px 5px; border-bottom:1px solid #ddd; }  
