body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	margin:0;
}

.giallo { color:#DE8301; }
.blu { color:#003665; }
.big { font-weight:bold; font-size:150%; }
.medium { font-size:120%; }
.linka a { color:#003665; font-weight:bold; text-decoration:underline }
.linka a:hover { color:#003665; font-weight:bold; text-decoration:none }

#wrap {  top:40px; width:992px; margin:0 auto; }
#top { width:992px; height:70px; background: url(../_img/toplogos.jpg) #FFFFFF left no-repeat; text-align:left; f}
#header { width:992px; height:300px; background:url(../_img/header.jpg) no-repeat left; text-align:right; }
#topmenu { margin-left:795px; width:197px; background-color:#003567; height:241px; }
#topmenu-sep { height:108px; border-bottom:1px solid #A4B9CE; }
.topmenu-element { height:18px; border-bottom:1px solid #A4B9CE; color:#DE8300; padding:8px 0 5px 10px; font-size:14px; text-align:left; }
.nob { border-bottom:1px solid #003567 }
.topmenu-element a { text-decoration:none; color:#FFCC00;}
.topmenu-element a:hover{ font-weight:bold; text-decoration:none; }
.login-element { margin-top:58px; color:#003665; font-size:12px; text-align:left; border:1px solid #FF9400; line-height:16px; padding:3px; }
.login-element a { text-decoration:underline; color:#003665;}
.login-element a:hover{ color:#003665; font-weight:bold; text-decoration:none; }
#corpo { width:992px; background-color:#FFFFFF; }
#menu { float:left; height:515px; width:227px;}
#content { float:left; width:500px; border-right:1px solid #88A3BE; padding: 0px 30px 10px 30px; color:#003665; margin:18px 0 10px 0; }
#content a { color:#003665; font-weight:bold; text-decoration:underline }
#content a:hover { color:#003665; font-weight:bold; text-decoration:none }


#content-top { height:87px; background:url(../_img/titolo.jpg) left no-repeat; }
#content-mid { float:left; width:500px; color:#003665; padding: 25px 0px 0 0px; font-family:Verdana, Arial; font-size:11px; letter-spacing:-0.2px; text-align:justify; line-height:18px; }
#content-mid a { color:#003665; font-weight:bold; text-decoration:underline }
#content-mid a:hover { color:#003665; font-weight:bold; text-decoration:none }
#content-dx { float:left; width:170px; height:250px; background:url(../_img/dates.jpg)  no-repeat top; padding: 25px 10px 0 20px; color:#003665; font-size:12px;}
#content-foot { float:left; width:500px; border-top:1px solid #88A3BE; color:#003665; font-size:10px; margin:15px 0 0 0; padding:10px 0 0 0 } 
#sponsor { float:left; width:187px; height:515px; margin-top:16px; padding-left:10px; font-size:11px; color:#003665; }
#sponsor a { color:#003665; font-weight:bold; text-decoration:underline }
#sponsor a:hover { color:#003665; font-weight:bold; text-decoration:none }
#footer { float:left;  width:992px; height:28px; margin:0 auto; background:url(../_img/footer.jpg) no-repeat center; color:#999999; text-align:center; padding-top:10px; font-size:10px; letter-spacing:-0.3px;}
#footer a { color:#FFFFFF; font-size:10px; text-decoration:underline}
#footer a:hover{ color:#FFFFFF; font-size:10px; text-decoration:none;}
#copy { float:left;  width:992px; height:28px; margin:0 auto; background-color:#FFFFFF; text-align:center; padding-top:10px; color:#001367; font-size:11px; }


 	#menudiv ul{
		margin: 20px 0 0 0px;
		padding: 0;
		list-style-type: none;
		
		width: 225px; /* Width of Menu Items */
		border-bottom: 1px solid #FFF;
		line-height:31px;
		font-size:11px;
		color:#FFFFFF;
	}
			
	#menudiv ul li{
		position: relative;
	}
			
		/*Sub level menu items */
	#menudiv ul li ul{
		position: absolute;
		width: 225px; 
		top: 0;
		visibility: hidden;
	}
		
		/* Sub level menu links style */
	#menudiv ul li a{
		display: block;
		overflow: auto; /*force hasLayout in IE7 */
		color:#003665;
		font-weight:bold;
		text-decoration: none;

		padding: 1px 5px;
		border-bottom:1px solid #FFF;
		border-right:7px solid #003665;
		background:url(../_img/tassello.jpg) repeat-y left;
		text-align:right;
	}
		
	#menudiv ul li a:visited{
		color: #FFFFFF;
	}
		
	#menudiv ul li a:hover{
		background:url(../_img/blu.jpg) repeat-x;
		border-right:7px solid #DE8301;
		border-bottom:1px solid #FFF;
		color:#FFFFFF;
	}
	#menudiv .active a{
					color:#FFFFFF; 
					background:url(../_img/blu.jpg) repeat-x;
					
					}
	
	/* Holly Hack for IE \*/
	* html #menudiv ul li { float: left; height: 1%; }
	* html #menudiv ul li a { height: 1%; }
	/* End */
	
#dhtmlgoodies_tooltip{
		background-color:#EFEFEF;
		border:1px solid #003665;
		position:absolute;
		display:none;
		z-index:20000;
		padding:10px;
		font-size:11px;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		
	}
#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#666666;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
	
	
/* program */

.orario {
	color:#003665; 
	text-align:left; 
	font-size:10px;
	font-weight:normal;
	width:80px;
	border-right:1px solid #CCCCCC;
	padding-right:5px;
}
.content {
	color:#003665; 
	text-align:left; 
	font-size:10px;
	font-weight:normal;
	width:390px;
	padding-left:5px;
}

.orariopreliminary {
	color:#003665; 
	text-align:left; 
	font-size:10px;
	font-weight:normal;
	width:130px;
	border-right:1px solid #CCCCCC;
	padding-right:5px;
	padding-left:5px;
}
.contentpreliminary {
	color:#003665; 
	text-align:left; 
	font-size:10px;
	font-weight:normal;
	width:330px;
	padding-left:5px;
}