.padder{
	padding: 7px;
}
.odd {
	background: #FAFAFA;
}
.even {
	background: #EAEAEA;
}
.editrss {
	padding: 0px;
	border:1px solid #97acd4;
	color:#3366cc;
	font-weight:bold;
}

	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	}
	#mainContainer{
		width:100%;
		margin: 0 auto;
		text-align:left;
		padding-bottom:30px;
	}

	a.subtabclose {
		float: top;
		top: 0px;
		right: 0px;
		padding: 0em; margin: 0em; border: 0em;
	}
	.subtabspacer{height: 4px;font-size:1px;padding: 1px; margin: 0em; border: 0em;}
	.tabspacer {width:4px;border-bottom:1px solid #97acd4;}
	.tabfiller {border-bottom:1px solid #97acd4;}
	.tab {padding:0px 15px 0px 15px;font-size:82%;text-align:center;text-decoration:none;color:#676767;empty-cells:show;}
	.subtab {padding:0px 2px 0px 2px;font-size:82%;text-align:center;text-decoration:none;color:#676767;empty-cells:show;}
	.selectedtab {border:1px solid #97acd4;color:#3366cc;border-bottom:0px;color:#3366cc;font-weight:bold;}
	.unselectedtab {border:1px solid #97acd4;background-color:#e5ecf9;color:#000000;border-bottom-color:#97acd4;}


	.dragableBox{	/* The RSS box */

		background-color:#FFF;
		margin:0px;
		border-right:0px solid #AAA;	/* "Shadow "*/
		border-bottom:0px solid #AAA;	/* "Shadow " */
		padding: 0px;
	}
	/* A div inside the rss box - with a blue border */
	.dragableBoxInner{
		border:0px solid #317082;
	}
	.dragableBoxHeader{	/* Header inside RSS box */
		width: 90%;
		background-color:#E2EBED;
		height:20px;
		font-weight:bold;
		color: #317082;
	}
	.dragableBoxHeader a{	/* Text inside header of RSS box */
		text-decoration: none;
	}
	.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:0px;
		clear:both;
	}
	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
		border:1px dotted red;
		margin:0px;
	}

	form{	/* No borders in forms */
		display:inline;
	}

	img{
		border:0px;
	}
.dragableBoxStatus{
	padding: 3px;
}
