	body{
		font-family: Trebuchet MS,Georgia;	/* Font to use */
		
		font-style:normal;
		/*background-color:white;*/
		font-size: 11.9px;
		margin: 0px;

		height:auto;
		width:auto;
		
		overflow:visible;
		

		
	}
		a:visited { color:#C8BBBE;  }
		a{text-decoration:underline;}
		
		#line{
	height:13px;
	width:100%;
	background-image: url(../images/Line.gif);
	background-repeat: repeat;
		
		}


	#mainContainer{
		height:auto;
		width:auto;
		margin:auto;
		text-align:left;

		padding-left:0px;		

	
	
		}

	
	
	.dragableBox{	/* The RSS box */
		
		
/*		background-image:url('../apoel.png');*/
		background-color:#dad7d7;
		margin:5px;
		border-right:1px solid #AAA;	/* "Shadow "*/
		border-bottom:1px solid #AAA;	/* "Shadow " */
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #3b3b3b;
		background-repeat:no-repeat;

	}
	.dragableBoxHeader{	/* Header inside RSS box */
		background-image:url('../images/title6.png');
		background-color:#E2EBED;
		height:19px;
        color:white;

	}
	
	.testElement{	/* Header inside RSS box */
		float:right;
		height:20px;
		margin-top:0px;
		margin-left:-15px;
	       //margin-top:-17px;
	    width:72px;

	}
	
		.textSpan{	/* Header inside RSS box */
		float:left;
	
		height:25px;
	

	}
	
		.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
		border-top:1px double #317082;
		height:1px;
		background-color:#E2EBED;
		padding:2px;
		background-image:url('../images/title6.png');
		background-color:#E2EBED;
		height:5px;
/*		font-weight:;*/
		color: #000000;
	}
	


	
	.dragableBoxHeader img{
		padding-top:2px;
		padding-left:2px;
	    
	}
	
	.boxItemHeader{	/* Title of items inside dragable boxes */
		margin:0px;
		color:black;
		text-decoration:none;
		overflow:hidden;
		font-size:11px;
	
		
		/*font-family:georgia;*/
	
		
	}	
	.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
		/*font-weight:bold;*/
		margin:0px;
		color:black;
		text-decoration:underline;
	}

.boxItemHeader A:link {color: #202020  }
.boxItemHeader A:Visited {color: #202020  }
	
	
	.rssNumberOfItems{
			/* Number of RSS items in header - the one inside parantheses */
		color:#F00;
	}
	.dragableBoxContent{	/* DIV holding data inside dragable boxes */
		padding:0px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted blue;
		margin:1px;
		
	}
#logos_n{
	margin-left:20px;
	padding-top:20px;
	padding-left:10px;
	line-height:20pt;

	
}



	
	
	img{
		border:0px;
		}