*{
}

body{
}


#main{
	margin:0;
	padding:0;
	position:relative;


}


#feedWidget{
	background-color: #036;
	margin:0 auto;
	width:188px;
	padding:4px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;

}

#activeTab.hover,.dropDownList{
	background:url(../images/drop_arrow.png) no-repeat 98% 50% #369;
/*	border:1px solid #38434d; */

	margin:0px;
	
	cursor:pointer;
	
	/* CSS3 round corners: */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
}

#activeTab,.dropDownList div{
	color:white;
	cursor:pointer;
/*	font-size:16px; */
	margin:0 2px 0 0;
	padding:4px;
	
	text-shadow:0 1px 1px black;
}

.line{
	height:1px;
	overflow:hidden;
	background-color:#f4f4f4;
	border-bottom:1px solid #687581;
	margin:10px 0;
}

.dropDownList{
	background-image:none;
	position:absolute;

	border-top:none;
	padding:4px;

	/* We reset the roundness of the top corners, inherited by a previous rule: */
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropDownList div:hover{
	background-color:#369;
}

#tabContent div{
	/* The feed entry divs */
	
	background-color:#f4f4f4;
	color:#555555;
	font-size:10px;
	margin-bottom:6px;
	padding:4px;
	position:relative;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
}
