/*
	Advertisement Modification
*/
div#Ad2 {
	height: 0px;
	visibility: hidden;
	margin-bottom: 0px;
}

div#LatestNews {
	height: 595px;
}

td.LatestNDo {
	height: 514px;
}

.latest_news_scroller {
	overflow: hidden;
	height: 539px;
}

#LatestNListUpdated {
	margin-bottom: 5px;
	padding-left: 0px;
}

.ln_label {
	margin-right: 3px;
}

.latest_news_scroller .items div.item {
	height: auto;
	border-bottom: 1px solid #e8e8e8;	
}

.ln_hr {
	border-style: none;
	width: 80%;
	filter : alpha(opacity=0);
}

.ln_clock {
	margin-left: 15px;
	color: #666;
	font-style: italic;
	font-size: 10px;
}

.news_focus {
	width: 239px;
	height: 505px;
}

.news_spacer {
	width: 6px;
	height: 500px;
}

/*
	Disqus Modification
*/
span.dsq-commenter-bio {visibility: hidden; font-size: 1px;}

/*
	Feed Container
*/
.feed_display_capsule{
	background-color: #fff;
	height: 600px;
	width: 209px;
}

.feed_shorty_capsule{
	background-color: #fff;
	height: 255px;
	width: 239px;
}

.feed_container{
	background-color: #fff;
	border: medium none;
	width: 199;
	padding-left: 5px;
	padding-top: 3px;
}

.feed_label_all{
	background-color: #000;
	height: 18px;
	padding-left: 7px;
	padding-top: 3px;
	width: 185px;
	color: #fff;
}

.feed_label_disqus{
	background-color: #3367CC;
	height: 18px;
	padding-left: 7px;
	padding-top: 3px;
	width: 215px;
	color: #fff;
}

.feed_label_dispatch{
	background-color: #14981E;
	height: 18px;
	padding-left: 7px;
	padding-top: 3px;
	width: 185px;
	color: #fff;
}

.feed_label_exweb{
	background-color: #FF9900;
	height: 18px;
	padding-left: 7px;
	padding-top: 3px;
	width: 185px;
	color: #fff;
}

.feed_label_world{
	background-color: #666666;
	height: 18px;
	padding-left: 7px;
	padding-top: 3px;
	width: 185px;
	color: #fff;
}

/*
	Feed Display
*/

.bigskycont {width: 330px; text-align:right}
.feed_display_container {
	height: 540px;
	padding-top: 2px;
	width: 199px;
}

.feed_display {
	height: 540px;
	overflow: hidden;
	position: relative;
	width: 219px;
}

.feed_display .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin-top: 6px;
}

.feed_display .items div.item {
	border-bottom: 1px solid #e8e8e8;	
	height: 50px;
	width: 199px;
}

#feed_slat {
	margin-bottom: 5px;
	padding-left: 0;
	width: 199px;
}

/* 
	Feed Shorty
*/
.feed_shorty_container {
	height: 200px;
	padding-top: 2px;
	width: 229px;
}

.feed_shorty {
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 229px;
}

.feed_shorty .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin-top: 6px;
}

.feed_shorty .items div.item {
	border-bottom: 1px solid #e8e8e8;	
	height: 60px;
	width: 239px;
}

/*
	Feed Poll 
*/
.feed_poll_capsule{
	background-color: #fff;
	height: 245px;
	width: 239px;
	margin-top: 5px;
}

.feed_poll_container {
	height: 150px;
	padding-top: 2px;
	padding-left: 2px;
	width: 229px;
}

.feed_poll {
	height: 215px;
	overflow: hidden;
	position: relative;
	width: 229px;
}

/*
	Top Story Showcase
*/

#TopStoryCont {
	background-color: inherit;
	padding: 3px 3px 3px 0px;
}

#TopStory {
	width: 500px;
	height: 505px;
}

