@charset "UTF-8";

/* This is the selector for the main TabbedPanels container*/
 
.HeadlinesPanels {
	padding: 0px;
	clear: none;
	width: 48%;
	float: left;
	height: 180px;
	margin-right: 10px;
	margin-bottom:10px;
	border: 1px solid #FFBE0E;
	position:relative;
}
.HeadlinesPanels .SectionNames {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFBE0E;
	padding: 5px;
	font-weight: bold;
	text-transform: capitalize;
}
.HeadlinesPanels .SectionNamesContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 12px;
}
.HeadlinesPanels .SectionNamesContent ul{
	margin: 0px;
	padding-left: 15px;
}
.HeadlinesPanels .SectionNamesContent li{
	margin-bottom: 5px;
}
.HeadlinesPanels .gotopage{
	position: absolute;
	bottom: 10px;
	left: 10px;	
}

.HeadlinesPanels a{
	color: #000000;
	text-decoration: none;
}

.HeadlinesPanels a:hover{
	color: #FFBE0E;
	text-decoration: underline;

}
