/* new styles */
.listingHeadContainer {
border-bottom:3px solid #4f91cd;
background-color:#cccccc;
margin-top:10px;
padding:5px;
height:22px;
}
.listingTitle {
font-family:arial, helvetica, sans-serif;
font-size:18px;
font-weight:bold;
float:left;
}
.listingMore {
font-family:arial, helvetica, sans-serif;
font-size:10px;
float:right;
padding-top:5px;
}

/* --------------- MOST POPULAR STYLES -------------- */
 
/* BEGIN Most Popular Default Styles */
 
.mostWidth { width: 300px; }
.mostViewedBox A { text-decoration: none;}
.mostTabsBox { margin: 0; padding:0px; font-weight: bold; }
.mostTabsBox LI{ float:left; padding:5px 5px 5px 5px; list-style:none; }
.mostTabsBox LI A {  }
.mostHeader { padding:8px 15px 0px 7px; }
.mostNote { float:left; }
.mostRss { float:right; }
.mostClear { clear:both;margin:0;padding:0; }
.mostTab { background:#999; }
.mostTabSelected { background:#ccc; }
.mostTabBody { border:solid 3px #ccc; }
 

.mostViewedBox {
	
	display: block;

	font: normal 12px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
        /*line below is new 4.3.08 */
  margin-left: 25px;     
	
	position: relative;
	background: url(http://extras.mnginteractive.com/live/media/site502/2010/0708/20100708_010649_poll-head.gif) no-repeat;
	
	}

.mostViewedBox a:active {
	outline: none !important;
	}

.mostViewedBox a:focus { 
	-moz-outline-style: none;
	}

ul.mostTabsBox {
	height: 25px;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear:both;
	width: 245px;
	clear: both;
	background: url(http://extras.mnginteractive.com/live/media/site502/2010/0708/20100708_010649_poll-head.gif) no-repeat 0 0;
	padding: 0 40px 0 3px;
	}


.mostTabsBox li {
	float: left;
	white-space: nowrap;
	line-height: 12px;
	margin: 0;
	padding-top: 5px;
	background: none;
	}

.mostTabsBox li a {
	margin: 0;
	padding: 7px 9px 6px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	color: #fff;
	}

.mostTabsBox li a:hover {
	color: #ccc;
	}

.mostTabsBox li.mostTabSelected {
	margin: 0;
	padding-top:7px;

	color: #ffffff;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	
	padding: 7px 9px 6px;
	text-decoration: none;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	background:transparent url(http://extras.mnginteractive.com/live/media/site139/2008/0422/20080422_091435_LDN_MVME_tabOnLeft.gif) no-repeat left 3px;
	}

.mostTabsBox li.mostTabSelected a:hover {
	text-decoration: underline;
	}

.mostHeader {
	clear: both;
	padding: 5px;
	font: normal 11px verdana;
	color: #333333;
	}

.mostNote {
	padding-bottom: 6px;
	}

.mostRss img {
	vertical-align: middle;
	border: none;
	position: absolute;
	top: 5px;
	right: 5px;
	}

.mostTabBody {
	margin: 0pt 0pt 2px;
	padding: 8px;
	border: 1px solid #cecece;
	border-top: none;
	background: #fff;

	}

.mostTabBody ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

.mostTabBody li {
	font-weight: bold;
	margin-bottom: 5px;
	}

.mostTabBody li a {
	font-weight: normal;
	text-decoration: none;
	}

.mostTabBody li a:hover {
	text-decoration: underline;
	}
	
	
/* ---------- END Most Popular Default Styles ---------- */
/**************** Polls *************************/
.pollsBox {
  width:300px;
  background: url(http://extras.mnginteractive.com/live/media/site556/2008/0321/20080321_080748_tab_bg.gif) no-repeat right 0;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 25px;
}

.pollsBox td {
  font-family: Arial, Helvetica, san serif;
  font-size: 9pt; color:#000;
}

.pollsAnswer {
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  background-color:#fff;
  padding: 5px 10px 5px 10px;
  font-weight:normal;
}

.pollsQuestion {
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  background-color:#fff;
  padding:10px;
  font-weight:bold;
}

.pollsSubmit {
  border-left: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  text-align:center;
  padding: 10px;
  color:#000000;
  background-color:#fff;
}

.pollsResult {
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  padding-left: 10px;
  }

.pollsViewResults {
  border: 1px solid #b2b2b2;
  background-color: #b2b2b2;
  color: #000000;	
  }

.pollsHead {
  height:25px;
  background: url(http://extras.mnginteractive.com/live/media/site502/2010/0708/20100708_010649_poll-head.gif) no-repeat 0 0;
  color:#fff !important;
  font-weight: bold;
  text-transform: capitalize;
  padding-left:3px;
}
/* end new styles */

body {
	background-color: #D6D7D8;
	margin:0px;
                font-family:arial, helvetica, sans-serif;
}
a:link { 
	color: #083463; 
	text-decoration: none;
 }

a:visited { 
	color: #083463; 
	text-decoration: none; 
} 
a:active { 
	color: #083463; 
	text-decoration: none; 
} 
a:hover { 
	color: #4F91CD; 
	text-decoration: underline;
} 
/*white block styles*/
.headline_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
}
.text_regular {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#322_block_white {
	width:322px;
                background-image:url(http://extras.mnginteractive.com/live/media/site502/2008/0714/20080714_112759_white_322.gif );
}
.336_block_white {
                padding:0 5px 0 5px;
                background-color:#FFFFFF;
	 background-image:url(http://extras.mnginteractive.com/live/media/site502/2008/0725/20080725_074153_white_336.gif);
}

#blockbg_white {
	width:312px;
	padding:0px 5px 0px 5px;
                background-image:url(http://extras.mnginteractive.com/live/media/site502/2008/0714/20080714_112759_white_322.gif );
}
/*blue block styles*/
.headline_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#FFFFFF;
}
.text_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
div.text_white a:link { 
	color: #FFFFFF; 
	text-decoration: none;
 }
div.text_white a:hover { 
	color: #FFFFFF; 
	text-decoration: underline;
} 
div.text_white a:visited { 
	color: #FFFFFF; 
	text-decoration: none;
}
#654_block_blue {
	width:649px;
                background-color:#4F91CD;
}
#blockbg_blue {
	background-color:#4F91CD;
	width:644px;
	padding:0px 5px 0px 5px;
}
/*header and nav styles*/
.leaderboard {
	position: absolute;
	top:15px;
	left:200px;
}
.flipsidenav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
div.flipsidenav a:link { 
	color: #FFFFFF; 
	text-decoration: none;
	padding:6px;
	font-weight:bold;
	display:inline-block;
 }
div.flipsidenav a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	background-color:#083463;
	padding: 6px;
	font-weight:bold;
	display:inline-block;
} 
div.flipsidenav a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	padding:6px;
	font-weight:bold;
	display:inline-block;
} 
/* ---------- Nav Bar Search --------- */
#yahoosearch {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	display:inline-block;
                padding:3px;
}
.searchButton {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
                border:0;
}
.searchInput {
                border:1px solid #cccccc;
}
/* ----------------- REGION INFO -----------------  */
.contentStyle {
text-align:center;
}
.regionParent {
text-align:center;
width:1000px;
padding:0;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
}

td.headerRegion {
  background-image:url(http://extras.mnginteractive.com/live/media/site502/2008/0714/20080714_080952_header.jpg);
  background-repeat:no-repeat;
  height:118px;
}

#adPosition0 {
  padding-top:15px;
}

td.postHeaderRegion {
  background-image:url(http://extras.mnginteractive.com/live/media/site502/2009/0313/20090313_125442_post-head-bg.jpg);
  background-repeat: no-repeat;
  height:45px;
}

.region2 {
              font-family:Arial, Helvetica, sans-serif;
}
.region3 {
              padding: 5px;
}

/* FOOTER */
.footer { font-size: 11px; line-height: 15px; }
.driver{
font-size: 10px;}
/* ---------- Remove after launch ----------- */
.region5 a.complexListingTitle { font-size: 18px; font-weight: bold; background-color: #fff; color: #000; }
.region5 a.complexListingTitle:visited { color: #000; }
.region5 complexListingLink { font-size: 18px; backgound-color: #fff; margin: 10px 0 10px 0; display: block;  }
.region5 .complexListingBox li, .region5 .complexListingItem li, .region5 .indexArticleListing li { list-style-type: circle; }a.complexListingLink:hover { text-decoration: underline; background-color:#FFFFFF; font-weight:normal; }



/* ******************** Listing Declarations ***************** */
.listingArticleLinkTo { font-size:11px; }
.complexListingBox li, .complexListingItem li, .indexArticleListing li { list-style-type: circle; padding: 0px 0px 0px 10px; }
a.complexListingLink { list-style-type: circle; color: #083463; font-size: 12px; font-weight:normal; }
a.complexListingLink:hover { color:#4F91CD; text-decoration:underline; }
a.complexListingLink:visited { color: #4F91CD; }
.complexListingItemPhotoCredit { display: none; }
.complexListingFooter { display: none; }
a.complexListingMoreHeadlines { display: none; text-align: right; font-size: 8px; }
.lastUpdatedDate{font-size:10px; padding: 0px 5px; }

div.listingItemTitle {
	margin: 0 0 0 5px;
}
a.indexArticleTitle, a.listingItemTitle { 
	font-family: Arial, sans-serif; 
	text-decoration: none; 
	font-size: 16px; 
                font-weight:bold;
	color: #000; 
                margin: 0 0 0 5px;
}

.indexArticleImage img, .complexListingItemPhoto img { 
	padding: 5px; margin: 2px; border: 1px solid #333; 
}

.indexArticleListing { list-style-type: circle; list-style-position:inside; font-size: 12px; font-weight:normal; font-family: Arial, sans-serif; }
.indexArticleListing li { margin:0px; padding:0px; list-style-type: circle; list-style-position:inside; font-size: 12px; font-weight:normal; text-indent:-25; }
.indexArticleBlurb, .listingArticleBlurb { margin:7px; padding:0 0px; color: #000; font-size: 12px; line-height: 125%; font-family: Arial, sans-serif; }
.indexArticleBlurb .linkedFile, .listingArticleBlurb .linkedFile { display: none; }
a.indexArticleLinkTo:link { text-decoration: underline; font-size: 12px; color: #000000; }
a.indexArticleLinkTo:visited { text-decoration: underline; font-size: 12px; color: #000000; }
a.indexArticleLinkTo:active { text-decoration: underline; font-size: 12px; color: #000000; }
.indexArticleSpacer { display: block; height: 3px; }

a.complexListingTitle, a.indexSectionTitle { 
font-family: Arial, sans-serif; text-decoration: none; color: #000000; 
	font-size: 18px; display: block; padding: 2px;
 font-weight:bold;
background-image:url(http://extras.mnginteractive.com/live/media/site502/2008/0826/20080812_101754_heading_bg.gif);
background-repeat:no-repeat;
}
a.complexListingTitle:visited { font size: 18px; color: #000000; background-color:#FFFFFF; font-weight:bold; }
a.indexSectionTitle:link { font size: 18px; color: #000000; text-decoration: none; background-color:#FFFFFF; font-weight:bold; }
a.indexSectionTitle:visited { font size: 18px; color: #000000; text-decoration: none; background-color:#FFFFFF; font-weight:bold; }
a.indexSectionTitle:active { font size: 18px; color: #000000; text-decoration: none; background-color:#FFFFFF; font-weight:bold; }
a.indexSectionTitle:hover { font size: 18px; text-decoration: underline; background-color:#FFFFFF; font-weight:bold; }

/* ******************** Article Declarations ***************** */
.articleBody { 
	font-family: Arial;
	font-size:12px;
}
.articleBody p { 
	font-family: Arial;
}
.articleBody .linkedFile a { 
	font-size: 12px; 
}

select.articleBody { font-size: 12px; }

.articleOptions { 
	font-size: 12px; 
}
.articleTitle { 
	font-size: 22px; 
	border-left: 4px solid #ccc;
	padding: 0 0 0 5px;
	display: block; 
	margin-top: 3px; 
	font-weight: bold; 
                font-family:Arial, Helvetica, sans-serif;
}
.articleByline {
	font-size: 9pt;
}
.articleLinkText {
	font-size: 9pt;
}

.articleAdHeader {
	font-size: 10px;
}

.articleImageBox{
               background-color: #000000;
}

.articleImageCaption {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.articleImageCaption a {
	color: #fff;
                font-size: 10px;
	font-family: Arial, sans-serif;
}

.imagePopUpPhotoCredit {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.imagePopUpCaption {
	font-size: 10px;
	color: #333;
}

.imagePopUpImage img {
	border: 1px solid #000;
}


/* -----------TVLISTING---------------- */
.extra { 

	border: 0px solid #31415A; 

	padding: 0px; 

	margin-top: 1px; 

	font-size: 10pt; 

	font-family: Arial, Helvetica, sans-serif; 

	width: 313;

}

.extra h1 { 

	border: 1px solid #425573; 

	color: #31415A; 

	background-color: #EFEBEF; 

	font-weight: bold; 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 12px; 

	margin: 0px 0px 5px 0px; 

	padding: 0px 0px 0px 0px;

	text-indent: 4px;

	text-decoration: none; 

	width: 313; 

}

.extra p { 

	margin: 3px 0px 3px 0px; 

}

.extra a { 

	font-size: 11px; 

	font-weight: normal;

}

.extra ul { 

	list-style-type: disc; 

	font-size: 11px; 

}

.extra li { 

	padding: 0px; 

	margin: 0px; 

	line-height: 14pt; 

	font-size: 11px; 

}

#zcc-wrap {

	width: 313px;

	margin: 0;

	font-size:9px;

	overflow: hidden;

	}

.zcc-primetime {

	caption-side: top;

	font-size: 9px;

	color: #000;

	table-layout: fixed;

	border: 1px solid #31415A;

	background-color: #EFEBEF;

	margin: 0 0 10px 0;

	width: 100%;

	overflow: hidden;

	}

.zcc-primetime td,

.zcc-primetime th {

	border: 1px solid #31415A;

	background-color: #FFFFFF;

	text-align: center;

	/* border-bottom: 1px solid #999;*/

	padding: 3px;

	overflow: hidden;

	font-family: Verdana, sans-serif;

	}

.zcc-primetime th {

	padding: 2px 2px;

	font-weight: normal;

	text-align: center;

	}

.zcc-primetime a {

	color: #31415A;

	text-decoration: underline;

	font-size: 9px;

	}

.zcc-primetime a:hover {

	text-decoration: none;

	font-size: 9px;

	}

.zcc-primetime .zcc-station,

.zcc-primetime .zcc-station .zcc-callsign {

	text-align: center;

	font-size: 9px;	

	}

.zcc-primetime .zcc-station img {

    margin-left: auto;

    margin-right: auto;

/* -----------TOPIX ---------------- */
#RDS-Secondary .commentingBox {
	border: 1px solid #2F6DA0;
	width: 600px;
}
#RDS-Secondary .disclaimerText a:link, a:visited, a:hover, a:active {
	color: #2F6DA0;
}
#RDS-Secondary .commentingHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	background-color: #2F6DA0;
}
#RDS-Secondary .fieldHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#RDS-Secondary .explanatorytext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
#RDS-Secondary .fieldContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#RDS-Secondary .captchaText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#RDS-Secondary .captchaImg {
	border: none;
}

*//--Twitter--//*
.localTweets { 

}
.localTweetsTitle { 

}
.localTweets img { 
	border:1px solid #999999;
	margin:2px;
}
.latestTweet {
display:none;
}
.tweetPostBox { }
.tweetBioBox { }
/*calendar*/
#calcontainer {
                 width:346px;
                 height:250px;
                 background-color:#ffffff;
                 background-image:url(http://extras.mnginteractive.com/live/media/site502/2010/0712/20100712_093918_cal-header.gif);
                 background-repeat:no-repeat;
}
.small_text {
                font-size:10px;
                border:1px solid #cccccc;
}
.searchButton {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
                border:0;
}
.eventSearchInput { 
height: 26px;
border: 1px solid #ccc;
}
.eventSearchButton {
	background-color:#FFCC00;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
                border:0;
}
#secondarycontainer {
                 width:322px;
                 height:250px;
                 background-color:#ffffff;
                 background-image:url(http://extras.mnginteractive.com/live/media/site502/2010/0712/20100712_093918_cal-header.gif);
                 background-repeat:norepeat;
}
#halcontainer {
                 width:322px;
                 height:250px;
                 background-color:#000000;
                 background-image:url(http://extras.mnginteractive.com/live/media/site502/2008/1015/20081015_093407_hal_region3bg.jpg);
                 background-repeat:norepeat;
}
.calnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
        background-color:#4f91cd;
        text-align:left;
        width:100%;
}

div.calnav a:link { 
	color: #FFFFFF; 
	text-decoration: none;
	padding:3px;
	font-weight:bold;
	display:inline-block;
        border-bottom: 1px dashed #fff;
        width:100%;
 }

div.calnav a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	background-color:#083463;
	padding: 3px;
	font-weight:bold;
	display:inline-block;
        width:100%;
} 
div.calnav a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	padding:3px;
	font-weight:bold;
	display:inline-block;
        border-bottom: 1px dashed #fff;
        widht:100%;
} 
.calnav2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
        background-color:#4f91cd;
        text-align:left;
        width:180px;
}

div.calnav2 a:link { 
	color: #FFFFFF; 
	text-decoration: none;
	padding:3px;
	font-weight:bold;
	display:inline-block;
        border-bottom: 1px dashed #fff;
        width:180px;
 }

div.calnav2 a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	background-color:#083463;
	padding: 3px;
	font-weight:bold;
	display:inline-block;
        width:180px;
} 
div.calnav2 a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	padding:3px;
	font-weight:bold;
	display:inline-block;
        border-bottom: 1px dashed #fff;
        width:180px;
} 

