﻿	
	input{
		font-size:10px;
	}
	#mainContainer
	{
		
		width:100%;
		margin:0 auto;
		text-align:left;
		height:100%;		
		padding-bottom:30px;
	}
	
	#header{	/* Header at the top of the demo */
		background-image:url('../../images/BlabMash/mesh_bgd2.gif');
		background-repeat:repeat-x;
		height:99px;		
	}	/* Logo image */
	#header img{
		float:left;
	}
	
	
	.dragableBox{	/* The RSS box */
		background-color:#FFF;
		background-image: url('../../images/BlabMash/mesh_bgd.gif');
		
		margin:5px;
		
		
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:1px solid #317082;
		text-align:left;
		
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		/*background-color:#E2EBED;*/
		background-color:#669dc7;
		
		font-weight:bold;
		
		/*color: #317082;*/
		color: #FFFFFF;
	}
	.dragableBoxHeader span{	/* Text inside header of RSS box */
		line-heigth:20px;
		margin-top:3px;
	}
	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
		float:left;
	}
	.boxItemHeader{	/* Title of items inside dragable boxes */
		/*font-weight:bold;*/
		font-weight:normal;
		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;
	}
	
	
	.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;
	}
	
	#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
		float:left;
		width:300px;
		background-color:#FFF;
		border:2px solid #317082;
		padding:2px;
		margin-left:4px;
		margin-top:2px;
	}
	
	img{
		border:0px;
		}
	/*	
	a:link,
	a:active,
	a:visited {
	color: #000000;
	text-decoration: none;

	}
*/