@charset "UTF-8";
/* Horizontal Tabbed Panels */
.TopStories_TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	background-image: url(../images/topstoriesheader.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.TopStories_TabbedPanelsTabGroup {
	margin: 0px 12px 0 0;
	padding: 0px;
	float: right;
}
.TopStories_TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 12px 0 0 0;
	background-color: transparent;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 22px;
	font-weight: bold;
	width: 40px;
	height: 36px;
	overflow: hidden;
	font-style: italic;
	color: #EBBF18;
}
.TopStories_TabbedPanelsTabHover {
	background-image: url(../images/topstoriesselected.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.TopStories_TabbedPanelsTabSelected {
	background-image: url(../images/topstoriesselected.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.TopStories_TabbedPanelsTab a {
	color: #001E4C;
	text-decoration: none;
}
.TopStories_TabbedPanelsContentGroup {
	clear: both;
	background-image: url(../images/topstoriestabsback.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px 0px 0px 0px;
}
.TopStories_TabbedPanelsContent {
	padding: 0px 4px 0px 4px;
}
.TopStories_TabbedPanelsContent .imagebox {
	height:240px;
	width:440px;
	margin: 0;
	padding: 0;
	background:url(newsimages/gaelsnews.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display: table;

}
.TopStories_TabbedPanelsContentVisible {
}
/* Vertical Tabbed Panels */
.TopStories_VTabbedPanels .TopStories_TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
}
.TopStories_VTabbedPanels .TopStories_TabbedPanelsTab {
	float: none;
	margin: 0px;
}
.TopStories_VTabbedPanels .TopStories_TabbedPanelsTabSelected {
	background-color: #EEE;
}
.TopStories_VTabbedPanels .TopStories_TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
	margin: 0;
}
