	body{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	/* Font to use */
		background-color:#A6C4E1;
		font-size:0.7em;
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
		text-align:center;
		background-image:url(../images/bg_bl_body.jpg);
		background-position: 0px 0px;
	background-repeat: repeat-x;
	
	}
	iframe {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight: bold;
	}
	input{
		font-size:10px;
	}
	#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:left;
		height:100%;		
		padding-bottom:30px;
	}
#urhere {
width:100%;
height:33px;

}	
p.box{
border-top: 1px solid #902137;
border-bottom: 1px solid #902137;

padding:5px 5px 5px 0px;
}
#about{
background-color:#E2EBED;
text-align:justify;
padding: 5px 10px;
border-top: #A6C4E1 2px dotted;
margin: 5px 2px;
}

.klear {
clear:both;
}
/*  menu top   */

#menu {
	float: left;
	
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	/*background: url(images/img02.gif) no-repeat;*/
}

#menu li, #menudx li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#menu li.off a, #menudx li.off a {background-color: #C79098;
color:#FFFFFF;
}

#menu a:hover, #menudx a:hover {
/*	background: #A4B74C url(images/img04.gif) repeat-x;*/
background: #902137;
color: #FFF;
}
#menudx {floar:right;}
#menudx a, #menudx li.cookies {
	display: block;
	float: right;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#cookies {
	display: block;
	float: right;
	height: 27px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
}

/*  menù top fine  */
#testata {
height:73px;
width:100%;
background-image: url(../images/acc_centre.gif);
background-repeat: repeat-x;
}
.derecia {
float:right;
}
.eschierda {
float:left;
}

#web2ools {
	top: 100px;
	background-color: #E2EBED;
	padding: 5px 10px;
	text-align:right;
	color: #000;
}	
#web2ools a:link, #web2ools a:visited {
	color: #000;
	text-decoration: none;
}	
/*  formatta utube   */
#feedcontainer .rssarea{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	/* Font to use */
}		
		
.withImage a {
float:right;
}
.withImage a img {
width:63px;
height:33px;
}
img {
border:0px;
/*
*/
}
h2 {
font-size:12px;
color:#902137;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 a{
font-size:12px;
color:#902137;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.rssarea headers p {
font-size:10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*  fine formatta utube   */

/*   formatta box ricerca	*/
.cerca {
float:left;

}
	 input.digit
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}
	#go{  
    color: #781351;cursor: pointer;
	background: #fee3ad;
	border: 1px solid #781351}
	
/*   FINE formatta box ricerca	*/
	
	#header{	/* Header at the top of the demo */
		/*background-image:url('../images/bg_heading.gif');*/
		background-repeat:repeat-x;
		height:99px;	
		/*background-color:#FFF;	*/
	}	/* Logo image */
	#header img{
		float:left;
	}
	
	
	.dragableBox{	/* The RSS box */
		background-image:url(../images/css_iperbole.jpg);
		background-repeat: repeat-y;
		background-position: right;
		background-color:#FFF;
		margin:5px;
		border-right:2px solid #AAA;	/* "Shadow "*/
		border-bottom:2px solid #AAA;	/* "Shadow " */
		font-size: 11px;
	}
	.dragableBox iframe{
		border: 0px;
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #317082;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background-color:#E2EBED;
		height:20px;
		font-weight:bold;
		color: #317082;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:20px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		font-weight:bold;
		margin:0px;
		color:#000;
		text-decoration:none;
		overflow:hidden;
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		font-weight:bold;
		margin:0px;
		color:#F00;
		text-decoration:underline;
	}
	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
		font-size:10px;	
	}
	
	.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:3px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:5px;
	}
	
	.closeButton{	/* Close button */
		padding:2px;
		border:1px solid #317082;
		line-height:9px;
		height:9px;
		margin:2px;
		color:#317082;
		padding:2px;
		padding-bottom:3px;
	}
	.closeButton_over{	/* Close button - mouse over */
		padding:2px;
		border:1px solid #317082;
		line-height:9px;
		padding:2px;
		padding-bottom:3px;
		margin:2px;	
		background-color:#317082;
		color:#FFF;
	}
	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:3px double #317082;
		height:14px;
		background-color:#E2EBED;
		padding:2px;
	}
	
	.dragableBoxEditLink{	/* Edit link on top of a box */
		color:#317082;
		text-decoration:none;
		padding-top:1px;
	}
	.dragableBoxEditLink:hover{	/* Edit link - mouse over */
		color:red;
		text-decoration:underline;
	}
	form{	/* No borders in forms */
		display:inline;
	}

	#addFeed{	/* The white box at the top right corner where you can add a new RSS feed */
		float:right;
		width:600px;
		background-color:#FFF;
		border:2px solid #2F8DCD;
		padding:12px;
		margin-right:2px;
		margin-top:2px;
		color: #2F8DCD;
	}
	
#dx {
float:right;
		width:50%;
}
	
	#mail{	/* The white box at the top right corner where you can add a new RSS feed */
		float:right;
		width:50%;
		background-color:#FFF;
		border:2px solid #000000;
		color: #000;
		height:100%;
		
	}
	#mail .header {
	font-size:1.1em;
	border-bottom:1px solid #000000;
	background-color:#EEE;
	letter-spacing:0.5em;
	}
	
	img{
		border:0px;
		}
.imgdx	{
float:left;
}	
td.fd {
	padding-right: 10px;
	padding-bottom: 2px;
}		
		
