/* 
 * Styles for the main news & gossip page
 * Version 05-June-2007
 * Last edit by Daan Mortier
 */

h3 a:link, h3 a:active, h3 a:visited {
	color: white
}
#btn_latest_news {
	width: 116px;
	background-image: url('../images/news_gossip_menu/btn_latest_news.gif');
}
#btn_latest_news.active {
	background-image: url('../images/news_gossip_menu/tab_latest_news.gif');
}

#leftColumn {
	display: inline;
	float: left;
	margin: 0px 0px;
	margin-left: 20px;
	width: 300px;
}

#news_gossip {
	padding: 10px 0px;
}

#news_gossip .latestNewsFirst {
	background-color: #E6F5FA;
	padding: 15px 0px;
}

#news_gossip .newsItemSmall {
	margin-bottom: 10px;
}

#news_gossip .videoNewsFirst {
	background-color: transparent;
	padding: 10px 0px;
}

#news_gossip .sectionBorder {
	border-top: 1px solid #E0E0E0;
	clear: both;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 10px;
}

#news_gossip .empty {
	padding-top: 0px;
}

#news_gossip .sectionNoBorder {
	margin-bottom: 10px;
}

#news_gossip .sectionSmall {
	width: 145px;
}

#rightColumn {
	float: right;
	margin: 0px 0px;
	margin-right: 20px;
	width: 300px;
}

#top {
	height: 296px;
	background-color: #transparent;
	background-image: url( ../images/news_gossip/latest_news_top_bg.gif );
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

	#top #ad {
		right: 10px;
		position: absolute;
		top: 10px;
	}

	#top #topStory {
		background-color: White;
		height: 250px;
		left: 10px;
		position: absolute;
		top: 10px;
		width: 660px;
	}
	
		#top #topStory .topStoryImage {
			height: 244px;
			margin-left: 3px;
			margin-top: 3px;
			width: 385px;
		}
		
		#top #topStory .topStoryContent {
			background-color: #E6F5FA;
			background-image: url( ../images/news_gossip/top_content_bg.gif );
			background-position: bottom left;
			background-repeat: repeat-x;
			height: 244px;
			margin-right: 3px;
			margin-top: 3px;
			overflow: hidden;
			width: 269px;
		}

			#top #topStory .topStoryContent .options {
				font-weight: Bold;
				margin-top: 10px;
			}
			
			#top #topStory .topStoryContent .topStoryContentText {
				line-height: 16px;
				margin: 10px 15px;
			}
			
			#top #topStory .topStoryContent .text {
				
			}
			
			#top #topStory .topStoryContent .title {
				color: #0090CF;
				display: Block;
				font-size: 24px;
				font-weight: Normal;
				line-height: 28px;
				margin-bottom: 5px;
			}

.floatLeft {
	float: left;
	display: inline;
}

.floatRight {
	float: right;
	display: inline;
}

.headerImage {
	margin-bottom: 10px;
}

.latestNewsImage {
	background: #FFFFFF url( ../images/news_gossip/content_sheryl_crow.jpg ) left top no-repeat;
	height: 210px;
	position: relative;
	width: 300px;
}

a.newsItemTitle:link,
a.newsItemTitle:active,
a.newsItemTitle:visited {
	display:        block;
	color:          #000;
	font-size:      12px;
	font-weight:    bold;
	text-decoration:none;
}

a.newsItemTitleLarge:link,
a.newsItemTitleLarge:active,
a.newsItemTitleLarge:visited {
	font-size: 14px;
}

a.newsItemTitle:hover {
	text-decoration: underline;
}

.textBlock {
	line-height: 16px;
	text-align: left;
}

.transparent {
	background-color: #0090cf;
	filter: alpha(opacity=70);
	height: 35px;
	opacity: .7;
}