	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		background-color:#FFFFFF;		
		font-size:0.7em;
		margin:0px;
		padding:0px;
		width:100%;
		text-align:center;
		background-image:url(../images/background2.jpg);	
	}
	input{
		font-size:10px;
	    border: 1px  solid #CC3333;		
	}
	#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:left;
		height:100%;		
	}
	#containerdx{
	    width:81%;
	    float:right;
	}
	#containersx{
	    width:18%;
	    float:left;
	    background-image: url(../images/background.gif);
	    background-repeat: repeat;
	}
	#header{	/* Header at the top of the demo */
		background-image:url('../images/bg_heading.jpg');
		background-repeat:repeat-x;
		height:99px;		
	}	/* Logo image */
	#header img{
		float:left;
	}
	#ricerca{
		float:right;
		width:468px; /* da modificare */
		background-color:#FFFFFF;
		/*border:2px solid #317082;*/
		padding:2px;
		margin-right:2px;
		margin-top:10px;
	}			
	.dragableBox{	/* The RSS box */
	    background-color:#FFF;
	    margin:5px;
	    border-right:2px solid #CCCCCC;	/* "Shadow "*/
	    border-bottom:2px solid #CCCCCC;	/* "Shadow " */
	    background-image: url(../images/giornalebox.jpg);
	    background-repeat: no-repeat;
	    background-position: right center;
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #317082;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
	    background-color:#FFFFFF;
	    height:20px;
	    font-weight:bold;
	    font-size:14px;
	    color: #000099;
	    border-bottom-width: 2px;
	    border-bottom-style: solid;
	    border-bottom-color: #006699;
	    background-image: url(../images/box.jpg);
	    background-repeat: no-repeat;
	    background-position: left top;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
	line-height: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;
		font-size:12px;
		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: #CC3333;
	    padding:2px;
	    color: #FFFFFF;
	}
	
	.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;
	}
	#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
	    width:99%;
	    background-color: #000066;
	    border:1px solid #CC3333;
	    padding:2px;
	    margin-right:2px;
	    margin-top:2px;
	}
    #barra{
	    width:99%;
	    height:20px;
	    background-color: #FFFFFF;
	    padding:2px;
	    margin-right:2px;	    
	}	
	#icone{
	padding-left: 20px;
	}
    #calendario{
	    width:300px;
	    height:60px;
	    background-color: #CCCCCC;
	    border:1px solid #CC3300;
	    padding:2px;
	    margin-right:2px;
	    margin-top:2px;
	    float: right;
	}	
	img{
		border:0px;
	}
    .prova{
        font-size:13px;
        color:#FFFFFF;
    }	
    #scomparsa{
	    font-weight:bold;
	    text-decoration: none;
	    color: #000000;
	    padding-top: 15px;
    }	
    #scomparsa2{
	    font-weight:bold;
	    text-decoration: none;
	    color: #000000;
	    padding-top: 15px;
    }		
    textarea {
	    border: 1px solid #CC3333;
	    width: 100%;
		font-size:11px;
    }
	select {
	border: 1px solid #CC3333;
	font-size:10px;
	color:#CC3333;
    }
    .crea{
	    background-image: url(../images/invia.gif);
	    background-repeat: no-repeat;
	    height: 17px;
	    width: 15px;
	    border-top-width: 1px;
	    border-top-style: solid;
	    border-right-style: solid;
	    border-bottom-style: solid;
	    border-left-style: solid;
	    border-color: #FFFFFF;
	    margin: 0px;
	    padding: 0px;
	    background-position: center center;
    }
    hr {
	    border: 1px solid #CC0000;
    }
    .del{
	    background-image: url(../images/delete.gif);
	    background-repeat: no-repeat;
	    height: 17px;
	    width: 15px;
	    border-top-width: 1px;
	    border-top-style: solid;
	    border-right-style: solid;
	    border-bottom-style: solid;
	    border-left-style: solid;
	    border-color: #FFFFFF;
	    margin: 0px;
	    padding: 0px;
	    background-position: center center;
    }
    #footer{
	    font-size: 10px;
	    text-align: center;
    }
