/* 2 Col Top Stories Lineup */

.topstories dl, .lineuproll dl {
	margin: 0;
}

.topstories dd, .topstories dt, .lineuproll dd, .lineuproll dt {
	margin: 8px;
}

.topstories dd.date {
	display: none;
}

.topstories dd.video, .topstories dd.audio {
	display: none; /* use block to show */
}

.topstories dd.video a {
	padding-left: 33px;
	background: url("/includes/gfx/fmico_video.png") no-repeat 0 3px;
}

.topstories dd.audio a {
	padding-left: 33px;
	background: url("/includes/gfx/fmico_audio.png") no-repeat 0 3px;
}

.topstories dd.lead {
	margin-bottom: 10px;
}

.topstories dd.related {
	color: #6C6C6C;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 4px;
	margin-top: 1px;
}

.topstories dd.related a {
	color: #7c0000;
}

.topstories dd.related a:hover {
	text-decoration: underline;
}

.moreheadlines-link {
	padding: 5px 0 0 18px;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
}

.more {
	white-space: nowrap;
}

.more a {
	color: #7c0000;
}

.more span, h3 span {
	color: #7c0000;
}

.mediaicons {
	white-space: nowrap;
}

.mediaicons .mediaicons-vid, .mediaicons .mediaicons-aud {
	margin-right: 5px;
}

.topstories {
	width: 606px;
	display: inline;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.topstories a {
	color: #7c0000;
 	text-decoration: none;
}

.topstories a:hover {
	text-decoration: underline;
}

.topstories a img {
	border: 1px solid #ccc;
}

.topstories a:hover img {
	border: 1px solid #7c0000;
}

.topstory {
	margin-bottom: 12px;
}

.topstory dl {
	display: inline;
	margin: 5px 0 5px 5px;
	width: 280px;
	float: left;
}

.topstory.noimage dl {
	width: 596px;
}

.topstory.noimage div.leadimage {
	display: none;
}

.topstory dt, .topstory dt a {
	margin: 0 0 5px;
	font: bold 20px/22px Arial, sans-serif;
	color: #7c0000;
}

.topstory dd {
	font-size: 12px;
	margin: 0;
}

.topstory dd a {
	color: #000;
}

.topstory dt.headline {
	margin: 0;
}
.topstory dt.headline a {
	margin: 0;
}

.topstory dt.social span.socialicons {
	color: #7c0000;
}
.topstory dt.social span.socialicons a {
	font-size: 11px;
	line-height: 100%;
	margin: 0 5px 0 0;
}
.topstory dt.social span.socialicons em, .topstory dt.social span.socialicons a em {
	font-size: 11px;
	font-weight: normal;
}
.topstory dt.social span.socialicons a em {
	margin-left: 0;
}
.topstory dt.social span.socialicons a em.cmt {
	margin-left: 5px;
}

.topstory dt.social span.socialicons em.cmt, .topstory dt.social span.socialicons em.rec {
	background-image: url(/includes/objects/pluck/gfx/icons-7b0415.gif);
}


.topstory dt a:hover {
	text-decoration: underline;
}

.morestories {
	width: 596px;
	overflow: hidden;
}

.morestories dd {
	display: none;
}

.morestories dt {
	font-weight: bold;
	margin: 8px;
	padding-left: 10px;
	background: transparent url("/includes/gfx/bullet_black_story.gif") no-repeat scroll left 6px;
}

.morestories dt a {
	color: #7c0000;
	text-decoration: none;
}

.morestories h5 {
	margin: 0 0 0 20px;
	font: bold 11px Verdana, sans-serif;
}

.leadimage {
	width: 308px;
	margin: 5px;
	display: inline;
	overflow: hidden;
	float: left;
}

/* Lineup Roll - list of stories */

.lineuproll {
	font: 12px arial, sans-serif;
}

.lineuproll a {
	color: #7c0000;
	text-decoration: none;
}

.lineuproll a:hover {
	 text-decoration: underline;
}

.lineuproll dd {
	display: none;
}

.lineuproll dt {
	margin-left: 0;
	padding-left: 10px;
	background: transparent url("/includes/gfx/bullet_black_story.gif") no-repeat scroll left 6px;
}

.lineuproll h3 {
	margin: 0;
	font: bold 15px Arial, sans-serif;
}

.lineuproll h3 a {
	color: #141212;
}

.lineuproll h4 {
	background-color: #F5F5F5;
	color: #8F8F8F;
	text-align: right;
	margin: 0 0 0 5px;
	padding: 2px 0 2px 6px;
	font: bold 9px Verdana, sans-serif;
}

.lineuproll h4 a {
	white-space: nowrap;
	color: #B88D8D;
	border-right: 1px #ccc solid;
	padding: 0 5px 0 4px;
}

.lineuproll h4 a.last {
	border: none;
}

.lineuproll h5 {
	margin: 0;
	font: bold 10px Verdana, sans-serif;
}

.lineuproll h5 a {
	text-transform: lowercase;
	color: #656566;
}

/* Lineup Roll Extention for CP News Lineup */

.lineuproll.cpnews{
	background:none;
}

.lineuproll.cpnews h3{
	color:#990000;
	border-left:5px solid #d7d4df;
	border-bottom:1px solid #d7d4df;
	padding:3px 0 3px 5px;
	margin-left:0;
	font-size:10px;
	font-style:normal;
	font-weight:400;
}

/*hide new flags from news renewal*/
dt.headline.flag em.flag {
	display:none;
}

/*resolve v08 storypage conflict*/
dt.headline.flag {
	display:block;
}

/*new news renewal mediaicons*/
dt span.mediaicons {
	height:11px;
	display:inline-block;
}
dt span.mediaicons span {
	background-position:0 4px;
	background-repeat:no-repeat;
	height:11px;
	text-indent:-1000px;
	margin:0 2px;
	display:inline-block;
}
dt span.zaudio {
	background-image:url(/includes/gfx/icon_audio.gif);
	width:10px;
}
dt span.zvideo {
	background-image:url(/includes/gfx/icon_video.gif);
	width:8px;
}


.pastnews h3 {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font: bold 10px Arial, sans-serif;
    color:#990000;
    border-left:5px solid #d7d4df;
    border-bottom:1px solid #d7d4df;
    padding:3px 0 3px 5px;
    font-style:normal;
    font-weight:400;
}
.pastnews h4{
    text-transform:uppercase;
    color:#777;
    font-size:10px;
    font-weight:normal;
    padding:0;
    margin: 5px 0 10px 0;
    border-bottom:1px solid #dedede;
    display:block;}

/* Topstories Feature Module Styles */
.topstories.feature {
	width: 606px;
}

.topstories.feature div.topstory dl, .topstories.featurestack div.topstory dl {
	display: block;
	margin-right: 5px;
	width: 394px;
	float: none;
}

.topstories.feature .topstory .leadimage, .topstories.featurestack .topstory .leadimage {
	width: 394px;
	overflow: hidden;
	display: block;
	float: none;
}

.topstories.feature .topstory {
	float: left;
}
	
.topstories.feature .topstory.noimage .leadimage {
	display: none;
}

.topstories.feature .morestories {		
	width: 192px;
}

/* Tabs */

.sqtabs ul {
	height: 27px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font: bold 11px Arial,sans-serif;
	background: transparent url("/includes/gfx/sqr-tabs-kickline-2px-ddd.gif") repeat-x 0 25px;
}

.sqtabs li {
	list-style: none;
	display: inline;
	float: left;
}

.sqtabs li a {
	text-decoration: none;
	color: #828282;
	display: block;
	float: left;
	height: 11px;
	border: 2px solid #ddd;
	border-left: none;
	margin-top: 4px;
	padding: 4px 15px;
	background-color: #ececec;
}
.sqtabs li a:hover {
	color: #7c0000;
}

.sqtabs ul.tab1 li.tab1 a, .sqtabs ul.tab2 li.tab2 a, .sqtabs ul.tab3 li.tab3 a, .sqtabs ul.tab4 li.tab4 a, .sqtabs ul.tab5 li.tab5 a, .sqtabs ul.tab6 li.tab6 a {
	height: 25px;
	color: #141212;
	margin: 0px 2px 0 2px;
	padding: 6px 11px;
	background-color: #fff;
	border: 2px solid #ddd;
}

.sqtabs ul.tab1 li.tab1 a {
	margin-left: 0;
	border-left: none;
}

.sqtabs ul.tab1 li.tab2 a, .sqtabs ul.tab2 li.tab3 a, .sqtabs ul.tab3 li.tab4 a, .sqtabs ul.tab4 li.tab5 a, .sqtabs ul.tab5 li.tab6 a {
	border: 2px solid #ddd;
}

/* Tabs End */

