@charset "utf-8";

/* list section */

.storiesList{
	padding-top:0px;
}

.storiesListHeader{
	padding-bottom:10px;
}


.storyRow{
	padding-top:5px;
	padding-bottom:5px;
}

.storyTD{
	border: solid 1px #ffffff;
	padding:5px;
}

.storyTDOver{
	border: solid 1px #ecc24a;
	padding:5px;
}
.storyTDOn{
	background-color:#faf0d2;
	border: solid 1px #ffffff;
	padding:5px;
}
.storyImg{
	padding-right:15px;
}

.storyInfo{
	font-size: 12px;
	width:450px
}

.storyTitle{
	padding-bottom:5px;
	color: #0072cf;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.storyTitle a{
	font-weight:bold;
	font-size: 13px;
}

.storyStats{
	font-size: 12px;
	padding-bottom:5px;

}

.storyDesc{
	overflow:hidden;
}

/*
.storiesIntro{
	width:605px;
	padding-bottom:10px;
	font-size:11px;
	color:#666666;
}

.storiesIntro strong{
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	color:#336699;
}

.storiesIntroImg{
	padding-left:10px;
	padding-right:10px;
}
*/

/*
.storyFeatured{
	font-size:16px;
	color:#225a73;
	padding-bottom:10px;
}

.storyFeaturedText{
	font-size:11px;
	width:280px;
	padding-right:20px;
	color:#666666;
}

.storyFeaturedText p{
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
}
*/


.storiesPaging{
	padding:0px;
	padding-top:0px;
	padding-bottom:12px;
	/*width:620px;*/
	font-weight:bold;
	font-size: 10px;
}

.storiesPaging a{
	text-decoration:underline;
	font-size:10px;
}


.storiesPaging{
	text-decoration:none;
}

/* preview section */
.previewContainer{
	height:216px;
	width:371px;
	background-image:url(../../imgs/stories/browse/bg_story_preview.jpg);
	text-align:left;
	position:relative;
	color:#333333;
	font-size:12px;
}

.coverFlap{
	width:64px;
	height:58px;
	background-image:url(../../imgs/stories/browse/bg_story_preview_bottom_right.gif);
	position:absolute;
	top:158px;
	left:304px;
}

.previewTitle{
	padding-top:2px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}

.previewContainer div{
	/*margin:auto;*/
}



/* film primary comment section */

.storyComment{
	padding-bottom:15px;
}

.storyCommentHeading{

	font-size:14px;
	font-weight:bold;
	color:#AAD155;
	padding-bottom:5px;
	padding-topt:10px;
}

.storyCommentTitle{
	color:#000000;
	font-weight:bold;
}

/*  top stories section */

#topStoriesContainer{
	background-image:url(../../imgs/stories/browse/top_stories_box.gif);
	width:365px;
	height:126px;
	font-weight:bold;
}

