/***********/
/* General */
/***********/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: arial,helvetica,sans;
}

form {
	margin: 0;
	padding: 0;
}

a, span.hrefClone {
	color: #006E97;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

span.subtleHrefClone {
	color: #006E97;
}

a:hover, span.hrefClone:hover {text-decoration: underline;}

h1 a:visited,
h2 a:visited,
.moduleBody h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.module .moduleBody ul li a:visited {
	color: #999 !important;
}

.linebreak {
	float: left;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.timestamp {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

.timestamp.right {
	text-align:right;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.standalone {
	margin-bottom: 10px;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}

p.standalone {
	margin: 10px 0 5px 0;
}

h1 {
	font-size: 28px;
}

h1 .prefix { font-size: 15px; display: block; }

h3 {
	font-size: 15px;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
}

li h3 {
	margin: 0;
	padding: 0;
	background-image: none;
}

.bold {font-weight:bold;}

.borderDot0 {
	background: url("/resources_v2/images/dotsHorizontal.gif") bottom left repeat-x;
	margin-bottom:10px;
}

.label {
	font-size: 11px;
}
.textLeft {text-align: left;}

/**********/
/* Header */
/**********/

#header {
	float: left;
	display: inline;
	width: 100%;
	min-width: 980px;
	background: #333333;
	padding: 0;
	margin: 0 0 10px 0;
	height: 70px;
	overflow: hidden;
	border-bottom: 5px solid #C4C4C4;
}

#header.lockedWidth {
	width: 980px;
}

.popup #header {
	min-width: 300px;
}

#header .panel {
	float: left;
	height: 70px;
	padding: 0 3px 0 0;
	position: relative;
	background: url("/resources_v2/images/bg_header_divider.gif") top right repeat-y;
	z-index: 16777261;
}

#header #logo {
	float: left;
	width: 220px;
	background: #DC0A0A;
	height: 70px;
}

#header #logo img {
	margin: 18px 0 0 18px;
}

#header #editions .label {
	margin: 18px 10px 0 10px;
	text-transform: uppercase;
	font-size: 9px;
	font-family: arial;
	color: #999;
}

#header #editions #currentedition {
	margin: 0 10px 2px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

#header #editions #change_editions {
	margin: 0 10px 0px 10px;
	cursor: hand;
	cursor: pointer;
}

#header #search.panel {
	float: right;
	clear: right;
	margin-top: 5px;
	height: 27px;
}

#header #searchbox {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #5C5C5C;
	background: #FFF;
	width: 200px;
	margin: 0 5px 5px 10px;
}

#header #searchbox input#searchfield {
	float: left;
	display: inline;
	border: none;
	padding: 4px 0 0 2px;
	margin: 0;
	background: #FFF;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	width: 120px;
}

#header #searchbox input#searchbutton {
	float: right;
	display: inline;
	margin: 2px;
	padding: 0;
}

#header #utilities {
	background: none;
	width: auto;
	height: 15px;
	margin: 15px 0 0 0;
	float: right;
}

#header #utilities ul {
	margin: 0 5px;
	padding: 0;
}

#header #utilities ul li {
	float: left;
	display: inline;
	padding: 0 4px;
	font-size: 10px;
	color: #FFF;
	border-right: 1px solid #666;
}

#header #utilities ul li.last {
	border-right: none;
}

#header #utilities ul li a {
	color: #FFF;
	border-bottom: 1px dotted #C00;
}

#header #utilities ul li a:hover {
	color: #FFF;
	border-bottom: none;
}


/**********/
/* Footer */
/**********/

#footer {
	clear: both;
	margin: 12px auto 30px auto;
}

#footer ul {
	margin: 0;
	padding: 0 0 5px 0;
}

#footer h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#footer ul li {
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
	font-size: 11px;
	font-style: italic;
}

#footer ul li a {
	color: #000;
	font-style: normal;
}

#footer .copyright {
	text-align: right;
	font-size: 11px;
	color: #999;
	margin: 10px 0;
}

#footer #footerHeader {
	float: left;
	display: inline;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0 10px 20px 10px;
	width: 940px;
}

#footer #footerLogo {
	margin: 10px 0;
}

#footer .footerHalf {
	width: 110px;
}

#footerMap #editionChangeForm {
	font-size: 11px;
	color: #666;
	margin: 0 0 5px 0;
}

#footerHeader .gridPanel { margin: 0; }

#footer #disclaimer {
	float: left;
	display: inline;
	color: #999;
	margin: 15px 10px;
}

#footer #disclaimer p {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 10px;
}

/**********/
/* Layout */
/**********/

#content {
	float: left;
	width: 100%;
}

.section {
	width: 960px;
	margin: 0 auto 0 auto;
	clear: both;
	overflow: hidden;
}

.section .sectionContent {
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 10px 0;
}

.section .sectionContent .sectionContent {
	padding: 0;
}

.gridPanel .section {
	width: auto;
	margin: 0;
}

.gridPanel .sectionContent {
	width: auto;
	margin: 0;
}


.section.bleeding {
	width: 100%;
}

.section.bleeding .sectionContent {
	width: 960px;
	margin: 0 auto;
	float: none;
	clear: both;
	overflow: hidden;
}

.sectionDivider {
	height: 3px;
	background: #CCC;
	clear: both;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#networkFooterHeader {
	border-top: 3px solid #CCC;
	background: #FFF;
	padding: 10px 0 0 0;
	margin: 0 10px;
}

#networkFooterHeader h2 {
	font-size: 1px;
	color: #FFF;
	background: #FFF url("/resources_v2/images/h_moreFromReuters.gif") top left no-repeat;
	height: 22px;
	text-align: right;
	margin: 0;
	padding: 10px 0;
}


.gridPanel {
	float: left;
	margin: 0 10px;
	/* padding: 0 10px; */
	display: inline;
	overflow: hidden;
}

.gridPanel .gridPanel {
	margin: 0;
	/* padding: 0; */
}

.grid1 { width: 60px; }
.grid2 { width: 140px; }
.grid3 { width: 220px; }
.grid3plus { width: 260px; }
.grid4 { width: 300px; }
.grid5 { width: 380px; }
.grid6 { width: 460px; }
.grid7 { width: 540px; }
.grid8 { width: 620px; }
.grid9 { width: 700px; }
.grid10 { width: 780px; }
.grid11 { width: 860px; }
.grid12 { width: 940px; }

.grid7 .gridHalf {
	width: 260px;
}

.grid8 .gridHalf {
	width: 300px;
}

.grid11 .gridHalf {
	width: 420px;
}

.gridlined1 { background: transparent url("/resources_v2/images/bg_grid1.gif") 10px 0px repeat-y; }
.gridlined2 { background: transparent url("/resources_v2/images/bg_grid2.gif") 10px 0px repeat-y; }
.gridlined3 { background: transparent url("/resources_v2/images/bg_grid3.gif") 10px 0px repeat-y; }
.gridlined4 { background: transparent url("/resources_v2/images/bg_grid4.gif") 10px 0px repeat-y; }
.gridlined5 { background: transparent url("/resources_v2/images/bg_grid5.gif") 10px 0px repeat-y; }
.gridlined6 { background: transparent url("/resources_v2/images/bg_grid6.gif") 10px 0px repeat-y; }
.gridlined7 { background: transparent url("/resources_v2/images/bg_grid7.gif") 10px 0px repeat-y; }
.gridlined8 { background: transparent url("/resources_v2/images/bg_grid8.gif") 10px 0px repeat-y; }
.gridlined9 { background: transparent url("/resources_v2/images/bg_grid9.gif") 10px 0px repeat-y; }
.gridlined10 { background: transparent url("/resources_v2/images/bg_grid10.gif") 10px 0px repeat-y; }
.gridlined11 { background: transparent url("/resources_v2/images/bg_grid11.gif") 10px 0px repeat-y; }

.columnLeft {
	float: left;
	display: inline;
	clear: left;
	margin-right: 20px;
}

.columnCenter {
	float: left;
	display: inline;
}

.columnRight {
	float: right;
	display: inline;
	clear: none;
}

/**************/
/* Pagination */
/**************/

.pageNavigation {
	float: left;
	width: 100%;
	margin: 10px 0;
	color: #CCC;
	font-size: 11px;
	font-weight: bold;
}

.pageNavigation a {
	font-size: 11px;
	margin: 0 4px;
	text-transform: uppercase;
}

.pageNavigation b,
.pageNavigation ul li.current {
	color: #FFF;
	background: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 0 4px;
}

.pageNavigation ul { display: block; margin: 0; padding: 0; }
.pageNavigation ul li { display: inline; margin: 0; padding: 0; }

a.pageNext {
	background: transparent url("/resources_v2/images/bg_page_next.gif") center right no-repeat;
	font-weight: bold;
	font-size: 11px;
	padding: 0 10px 0 2px;
	margin-left: 4px;
	text-transform: uppercase;
}

a.pagePrevious {
	background: url("/resources_v2/images/bg_page_previous.gif") center left no-repeat;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 10px;
	margin-right: 2px;
	text-transform: uppercase;
}

.navDisabled {
	font-size: 11px;
	color: #CCC;
	padding: 0 4px 0 12px;
	text-transform: uppercase;
}

.pageStatus {
	color: #666;
	font-weight: normal;
}

/***********/
/* Modules */
/***********/

.module {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.module.inline {
	margin: 0 !important;
}

.module .moduleHeader {
	float: left;
	width: 100%;
	border-top: 4px solid #000;
	background: url("/resources_v2/images/dotsHorizontal.gif") bottom left repeat-x;
	/* border-bottom: 1px dotted #CCC; */
	padding: 8px 0;
	margin: 0;
}

.module .moduleHeader h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}

.module .moduleHeader h3 a {
	color: #000;
}

.module .moduleBody {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.module .moduleBody ul,
.module .moduleBody ol {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
}

.module .moduleBody ul li {
	list-style-type: none;
	margin: 0;
	padding: 8px 0;
	font-size: 11px;
	font-weight: bold;
	/* border-bottom: 1px dotted #CCC; */
	background: url("/resources_v2/images/dotsHorizontal.gif") bottom left repeat-x;
}

.crossSectionHeadlines .module .moduleBody ul li {
	font-size: 12px;
}

.module .moduleBody ol li {
	margin: 0 0 5px 25px;
	padding: 0;
	font-size: 12px;
	padding-top: 5px;
}


.module .storytype,
.module .storytype a {
	text-transform:uppercase;
	color: #000;
	}
.module .moduleBody h4 {
	margin: 0 0 4px 0;
	padding: 0;
}

.module .inlinePhoto {
	float: left;
	margin: 0 10px 10px 0;
}

.topStory {
	float: left;
	width: 100%;
	padding-bottom: 1px;
	background: url("/resources_v2/images/dotsHorizontal.gif") bottom left repeat-x;
}

.topStory .photo {
	margin: 0 0 10px 0;
}

.topStory h1 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.1;
}

.feature {
	float: left;
	width: 100%;
	padding: 10px 0 1px 0;
	background: url("/resources_v2/images/dotsHorizontal.gif") bottom left repeat-x;
}

.feature h2 {
	font-size: 15px;
	margin: 0 0 5px 0;
}

.feature .photo {
	float: left;
	margin: 0 10px 4px 0;
}

.photo { position: relative; display:block;}
.photo .slideshowOverlay {width: 120px; height: 27px; background: transparent url("/resources_v2/images/over_slideshow.gif") bottom left no-repeat; position: absolute; bottom: 0; left: 0; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);}
.photo .liveOverlay {width: 120px; height: 27px; background: transparent url("/resources_v2/images/over_liveevent.gif") bottom left no-repeat; position: absolute; bottom: 0; left: 0; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);}
.photo .infoOverlay {width: 120px; height: 27px; background: transparent url("/resources_v2/images/over_infographic.gif") bottom left no-repeat; position: absolute; bottom: 0; left: 0; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);}

.size140 .photo .slideshowOverlay, .size120 .photo .slideshowOverlay  {width: 83px; height: 21px; background: transparent url("/resources_v2/images/over_slideshow_sm.gif") bottom left no-repeat;}

.photo.chart img {
	border: none !important;
}

.topStory p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}

.feature p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	line-height: 1.4;
}

.source, .contributor {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}

.video {
	color: #CCC;
	font-size:10px;
	font-weight: normal;
}

.video a {
	font-weight:bold;
	text-transform: uppercase;
}

/* video overlay styles*/
.photo .overlay {position:absolute;/* z-index:2;*/ left:0;}
.photo img.overlay {border:none !important; }
.video_lg img {height:170px;}
.photo.video_lg {background-color: #000000; width: 300px; height: 170px; overflow:hidden; text-align: center;}
.photo.video_lg img {margin: 0 auto; border:none;}

.videoList li .photo {float:left; margin:0 10px 0 0; position:relative;}
.videoList li h5 {margin:0 0 .5em; font-size: 11px;}
.videoList li p {margin:0;}


/**********/
/* Topics */
/**********/

.topicLinks ul {
	float:left;
	clear:both;
	margin:0 0 20px;
	padding:0 0 10px;
	text-align:center;
}

.topicLinks li,
.actionButton {
	background:transparent url("/resources_v2/images/bg_topicButtonL.gif") no-repeat scroll left top;
	display:inline;
	float:left;
	font-size:11px;
	height:21px;
	list-style-type:none;
	margin:3px 5px 10px 0;
	overflow:hidden;
}

.topicLinks li a,
.actionButton a {
	background:#0394CB url("/resources_v2/images/bg_topicButtonR.gif") no-repeat scroll right top;
	color:#FFFFFF;
	display:inline;
	float:left;
	font-weight:bold;
	height:21px;
	margin:0 0 0 4px;
	overflow:hidden;
	padding:4px 5px 3px 1px;
	text-decoration:none;
	text-transform:uppercase;
}

.topicLinks li.breaking,
.actionButton.breaking {
	background:transparent url("/resources_v2/images/bg_breakingButtonL.gif") no-repeat scroll left top;
}

.topicLinks li.breaking a,
.actionButton.breaking a {
	color: #FFF !important;
	background:#E62602 url("/resources_v2/images/bg_breakingButtonR.gif") no-repeat scroll right top;
}

td.data .actionButton,
td.data .actionButton a,
td.data .actionButton.breaking,
td.data .actionButton.breaking a {
	float: right;
	margin-right: 0;
}

.relatedInfo {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.relatedTopics {
	margin: 0 10px 0 0;
	font-size: 10px;
	color: #666;
}

.relatedInfo .timestamp {
	font-size: 10px;
	color: #999;
}

/*****************/
/* Breaking News */
/*****************/
#breakingNewsBand {	position: relative; top: -10px; margin: 0;}
#breakingNewsBand .sectionContent {position: relative; margin: 0 auto; padding: 0; width: 100%;}
#breakingNewsBand .sectionColumns {position: relative; margin:0; display:block;}
#breakingNewsBand .grid12 {position: relative; width: 100%;}
#breakingNewsBand .gridPanel {position: relative; margin: 0; float:none;}

#breakingNewsContainer {
	background: #A41900 url("/resources_v2/images/bg_breakingnews_ultra.gif") top left repeat-x;
	position: relative;
	border-bottom: 2px solid #CCC;
	margin: 0;
	padding: 0;
	top: -1px;
	height: 1%;
	display: block;
}
html>body #breakingNewsContainer {
	height: auto;
}

#breakingNewsUltra {position: relative; display: block; padding: 15px 0;}
#breakingNewsContainer #breakingNewsUltra h1,
#breakingNewsContainer #breakingNewsUltra h1 a {
	font-size: 22px;
	color: #FFF !important;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	line-height: normal;
}
#breakingNewsContainer #breakingNewsUltra h1 .breakingNewsLabel {
	display: block;
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
#breakingNewsContainer #breakingNewsUltra .breakingNewsContent {
	width: 940px;
	margin: 0 auto;
}

/* edits for gray 'Developing Story' and 'Happening Now' band */
#breakingNewsContainer.happening {
	background: #e2e2e2 url("/resources_v2/images/bg_breakingnews_gray.gif") top left repeat-x;
	border-bottom: 2px solid #c4c4c4;
}
#breakingNewsContainer.happening #breakingNewsUltra {padding: 15px 0;}

#breakingNewsContainer.happening #breakingNewsUltra h1 .breakingNewsLabel {
	color: #cc3333;
}
#breakingNewsContainer.happening #breakingNewsUltra h1,
#breakingNewsContainer.happening #breakingNewsUltra h1 a {
	color: #333 !important;
	font-weight: bold;
	font-size: 20px;
}
#breakingNewsContainer.happening #breakingNewsUltra .breakingNewsContent {
	width: 940px;
	margin: 0 auto;

}


/*******/
/* Ads */
/*******/

.ad {
	float: left;
	display: inline;
	margin: 0 0 20px 0;
}

/* Prevent from overlapping news content */
.prWrap, .ad div {
	z-index: 1 !important;
}

#adTopContent .sectionContent .pushdownContainer .ad {
        margin: 0;
}

#bannerStrip {
	margin: -11px 0 10px 0;
	background: transparent url("/resources_v2/images/bg_adBanner.gif") top left repeat-x; padding: 0;
	position:relative;
}

#bannerStrip .sectionContent {
	padding: 0;
}

#bannerStrip .gridPanel {
	margin: 0;
}

#bannerStrip .ad {
	padding: 0;
	margin: 0 0 0 100px;
}

#bannerStrip .ad object,
#bannerStrip .ad embed,
#bannerStrip .ad iframe,
#bannerStrip .ad img {
	margin: 10px 0;
}

#bannerStrip .adPushdown {
	margin: 0 0 0 55px;
}

.pageSponsor {
  float: right;
  margin: 10px 10px 0 0;
}

.homepageMPU {
  background:#F5F5F5 none repeat scroll 0 0;
  border:1px solid #CCCCCC;
  display:inline;
  float:left;
  margin-top:10px;
  margin-bottom:10px;
  padding:10px 0;
  text-align:center;
  width:378px;
}

/* This is for pushdowns and POEs */
#adTopContent .sectionContent { width: 990px; }
#adTopContent .sectionContent .grid12 { width: 970px; }
#adTopContent .sectionContent .grid12 .ad { margin: 0; }
#homepageSponsorBand, #adTopContent { margin-bottom: 0px; }

.textAd .textAdHeader {
  background:#F0F0F0 none repeat scroll 0 0;
  float:left;
  margin:0 0 10px;
  width:100%;
}
.textAd .textAdHeader h3 {
  color:#333333;
  font-size:11px;
  font-weight: bold;
  display:inline;
  float:left;
  font-size:9px;
  padding:4px;
  margin:0px;
  text-transform:uppercase;
}
.textAd .textAdHeader .headerLink {
  color:#999;
  font-size:9px;
  font-weight:normal;
  padding:4px;
  float:right;
}
.textAd .textAdBody p {
  font-size:11px;
  font-weight:normal;
  border-bottom:1px dotted #CCCCCC;
  margin:0 0 4px;
  padding:0 0 4px;
}
.textAd .textAdBody a.textAdDesc {
  color:#666666;
  font-weight:normal;
}
.textAd .textAdHeader .headerLink a {
  color:#006E97;
  font-size:9px;
  font-weight:normal;
  padding:4px;
}

#googleAd { width: 100%; }

/*****************/
/* Standard Tabs */
/*****************/

.standardTabSection {
	background: url("/resources_v2/images/bg_gray.gif") bottom left repeat-x;
	margin: 0 0 20px 0;
}
.standardTabSection .sectionContent { padding: 0; }

.tabs {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	background: transparent url("/resources_v2/images/bg_gray.gif") bottom left repeat-x;
}
.tabs ul,
.module .moduleBody .tabs ul {
	float: left;
	margin: 0;
	padding: 0;
}
.tabs ul li,
.module .moduleBody .tabs ul li {
	background: #F5F5F5;
	list-style-type: none;
	float: left;
	border: 1px solid #CCC;
	margin: 4px 2px 2px 0;
	height: 35px;
	padding: 0 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

.tabs ul li a, .tabs ul li span.hrefClone,
.module .moduleBody .tabs ul li span.hrefClone  {
	float: left;
	width: auto;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 11px 20px;
}
.tabs ul li.current,
.module .moduleBody .tabs ul li.current {
	background: #FFF;
	margin: 0 2px 0 0;
	padding: 0 !important;
	height: 41px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: none;
}
.tabs ul li.current a,
.tabs ul li.current span.hrefClone,
.module .moduleBody .tabs ul li.current a,
.module .moduleBody .tabs ul li.current span.hrefClone {
	color: #000;
	margin: 12px 20px;
}
.tabs.flushLeft {
	margin: 0;
}
.tabs.inline {
	margin: 0 0 10px 0;
}
.tabs.inline ul {
	padding: 0 0 0 10px;
}

/*infographic */
.ig-container {
	margin-right:-6px;
}
.ig-tabs ul li{}

.ig-clr {
height:1px;
width:100%;
clear:both;}

/*fix for ie6 ghost character in last module of page */
*html .column1.gridPanel .module{margin-right:-3px;}

/********/
/* Data */
/********/

.data.size0, .size0 {font-size:9px !important;}
.data.size1, .size1 {font-size:10px !important;}
.data.size2, .size2 {font-size:11px !important;}
.data.size3, .size3 {font-size:12px !important;}
.data.size4, .size4 {font-size:13px !important;}
.data.size5, .size5 {font-size:14px !important;}
.data.size6, .size6 {font-size:15px !important;}
.data.size7, .size7 {font-size:16px !important;}
.data.size8, .size8 {font-size:17px !important;}
.data.size9, .size9 {font-size:18px !important;}

.shade01 {color:#999 !important;}

.changeUp {
	color:#458D37;
}
.changeDown {
	color:#DC0A0A;
}

.data.title, .data.title0 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

data.title0 {font-size:11px;}
.noRtBorder {border-right:none !important;}
.dataSmall {font-size: 11px;}

/***************/
/* Data Table  */
/***************/

table.dataTable { margin: 0 0 10px 0;color: #000;}
table.dataTable tr th, table.dataTable tr td {font-size: 12px; padding: 10px 5px 10px; vertical-align: top;}
table.dataTable tr td div.actionButton { margin: 2px 12px 2px 0; width:auto; }
table.dataTable tr th.data, table.dataTable tr td.data { text-align: right; white-space: nowrap; }
table.dataTable tr th.data.center, table.dataTable tr td.data.center, table.dataTable tr th.center, table.dataTable tr td.center {text-align: center;}
table.dataTable tr th {font-weight: bold; text-align: left; border-bottom: 1px solid #CCC; background-color:#FFFFFF; white-space: nowrap; vertical-align: bottom; }
.dataTable tr:hover {background-color: #FFF;}
table.dataTable tr.top td{border-top: 1px solid #CCC;}
table.dataTable tr.stripe td {background: #F3F3F3;}
table.dataTable tr.total td {font-weight: bold;}
table.dataTable tr p {margin-top: 0;}
table.dataTable a {font-weight:bold;}
.dataTable .stripe {background-color: #F3F3F3;}
.dataTable tr.dataSlick td {border-bottom: 1px solid #EEE;}
.dataTable tr.dataSlick th {background-color: #FFF; border-bottom: 1px solid #EEE;}
.dataTable th.subHeader {background-color: #FFF; padding: 0px; padding-top: 10px;}
table.dataTable thead.dataSmall tr th,
table.dataTable tbody.dataSmall tr td, table.dataTable tbody.dataSmall tr th { font-size: 11px; padding: 7px 2px; }
table.dataTable tr td.mega { font-size: 20px; }
table.dataTable tr th.allowWrap, table.dataTable tr td.allowWrap {white-space:normal;}

table.dataTable tr td .reportAction div.actionButton  {background-color: #E62602; display:inline; margin-left:10px;}
table.dataTable tr td .reportAction div.actionButton  a{padding-left: 0; display:inline;}


.quoteCharts {
	float: left;
	background: transparent url("/resources_v2/images/bg_quoteCharts.gif") top left repeat-y;
}
table.dataTable tr td.dataTitle {
	font-weight: bold;
}

.quoteCharts .indexQuoteChart .chart {
	height: auto;
	width: auto;
	margin: 0 0 4px 0;
	padding: 0;
	/* border-bottom: none; */
	background-image: none;
	clear: both;
}

.quoteCharts .indexQuoteChart {
	width: 160px;
	margin: 8px 20px 10px 0;
	padding: 0;
	border-right: none;
}

.indexQuoteChart {
	float: left;
	display: inline;
	position: relative;
}

.indexQuoteChart .indexName {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 0 0 2px 0;
}

.indexQuoteChart .indexTime {
	font-size: 11px;
	color: #999;
	float: right;
	margin: 0 0 2px 0;
}

.indexQuoteChart .chart {
	float: left;
	margin: 0 0 4px 0;
}

.indexQuoteChart .indexValue {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 0;
}

.indexQuoteChart .indexChange {
	font-size: 12px;
	float: right;
	margin: 0;
}

/********/
/* Junk */
/********/
.capitalize {text-transform: capitalize !important;}
.uppercase {text-transform: uppercase !important;}
.normalCase {text-transform: none !important;}
.placeholder { float: left; width: 100%; margin: 0 0 20px 0; background: url("/resources_v2/images/bg_fpo.gif") center center; }
.placeholder h1 { margin: 10px 10px 10px 10px; padding: 0; font-size: 16px; }
.placeholder h4 { margin: 0px 10px 10px 10px; }
.placeholder p { margin: 0px 10px 10px 10px; padding: 0; }
.placeholder ul { margin: 10px 10px 10px 10px;  padding: 0;}
.placeholder ul li { list-style-type: none; margin: 0; padding: 0 0 10px 0; font-size: 11px; font-weight: bold; }
.placeholder .photo { background: #DDD url("/resources_v2/images/bg_fpo_photo.gif") center center no-repeat; float: right; display: inline; margin: 0 10px 10px 10px; }
#evenMoreSectionNews {float:left;}
.debug { border: 3px solid #F60; padding: 5px; margin: 10px; font-size: 11px;}

.moreLink {
	float: left;
	width: 100%;
	margin: 5px 0;
}

.moreLink a {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.dividerInlineH {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	height: 10px;
	background: #FFF url("/resources_v2/images/dotsHorizontal.gif") top left repeat-x;
	overflow: hidden;
}
#sectionTallCurtain_Closer {display: none;}
/*photo4up is a feature list of any number of items */
.photo4up {float: left; margin: 5px 0 10px 0; padding: 0 0 1px 0;}
.grid4 .photo4up {margin: 5px 0 0 0;}
.photo4up .feature {background: none; margin: 10px 0; padding: 0;}
.grid4 .photo4up .feature {margin: 10px 0 0 0;}
.photo4up .feature h2 {line-height: 1.2; }
.photo4up .feature .photo img { border: none; display:block; margin:auto;}
.column1 .photo4up .feature p {color:#666666; font-size: 11px; line-height:1.4; margin:0 0 10px; padding:0;}
.photo4up .feature .actionButton {float:none; display:block;}
.mediaList.size140 .photo4up .feature {width:140px;}
.mediaList.size140 .photo4up .feature .photo {margin-right:0;}
.mediaList.size220 .photo4up .feature {width:220px; margin:10px 0 5px; padding:0;}
.mediaList.size220.twoUp .photo4up .feature {width: auto; padding-right: 10px;}
.mediaList.size220.twoUp .columnRight {float:left; margin-left:10px;}
.mediaList .linebreak {clear:both; font-size:1px; height:1px; margin:0; overflow:hidden; float:none; width:100%;}

/* mediaList is used in pictures and video headline lists */
.mediaList .columnCenter {margin-right: 18px;}
.mediaList .columnLeft {margin-right: 18px;}
.mediaList .feature h2 {width:100%; clear:left;}
.mediaList .feature img {border:none;}
.mediaList .feature .photo a {line-height: 0;}
.column1 .mediaList .photo4up .feature {background:none;}
.mediaList .topStory .slideshowOverlay {display:none;}
.mediaList.twoUp .columnLeft, .mediaList.twoUp .columnRight {width:49%; margin:0;}
.mediaList.size140 li .photo, .mediaList.size120 li .photo {float:left; display: inline; margin-left: 0; margin-right: 0;}
.mediaList.size140 .feature h2, .mediaList.size120 .feature h2 {font-size: 11px;}
.mediaList.size140 li .info, .mediaList.size120 li .info {margin: 0 0 0 150px; position:relative;}
.mediaList.size140 li .info a, .mediaList.size120 li .info a{position:relative;}

* html .columnLeft li, * html .columnRight li {height: 1%;}

.mediaList.twoUp .linebreak {background: url("/resources_v2/images/dotsHorizontal.gif") top left repeat-x;}
.mediaList.twoUp li .linebreak {background: none;}

/*video overlay */
img.videoOverlay {position: absolute; top:0; left:0; opacity: 0.7;}
.photo .videoOverlay {position: absolute; bottom: 0; left: 0; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);}
.photo .videoOverlayStrip { width: 120px; height: 27px; background: transparent url("/resources_v2/images/over_video.gif") bottom left no-repeat; position: absolute; bottom: 0; left: 0; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);}
.mediaList.videoList.size300 .photo {position:relative; float:left; background-color:#000; text-align:center; width: 300px; height: 170px; overflow:hidden;}
.mediaList.videoList.size140 .photo {position:relative; float:left; background-color:#000; text-align:center; width: 140px; height: 80px; overflow:hidden;}
.mediaList.videoList.size70 .photo {position:relative; float:left; background-color:#000; text-align:center; width: 70px; height: 45px; overflow:hidden;}
.mediaList.videoList.size300 .photo .videoOverlay{width: 300px; height: 170px; background: transparent url("/resources_v2/images/video_overlay_300.gif") bottom left no-repeat;}
.mediaList.videoList.size140 .photo .videoOverlay{width: 140px; height: 80px; background: transparent url("/resources_v2/images/video_overlay_140.gif") bottom left no-repeat;}
.mediaList.videoList.size70 .photo .videoOverlay{width: 70px; height: 45px; background: transparent url("/resources_v2/images/video_overlay_70.gif") bottom left no-repeat;}
.mediaList.videoList.size300 .photo img {height: 170px;}
.mediaList.videoList.size140 .photo img {height: 80px;}
.mediaList.videoList.size70 .photo img {height: 45px;}

#followButton,
#followButton2 {
	float: left;
	clear: both;
	height: 29px;
	padding: 0 0 0 28px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url("/resources_v2/images/bg_followButtonL.gif") no-repeat scroll left top;
}

#followButton a,
#followButton .hrefClone,
#followButton2 a,
#followButton2 .hrefClone {
	float: left;
	text-transform: uppercase;
	height: 29px;
	padding: 8px 10px 0 0;
	background: transparent url("/resources_v2/images/bg_followButtonR.gif") no-repeat scroll right top;
}

#overlayMask {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	z-index: 16777268;/*10000*/
	background: #000;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

#overlayContents {
	position: absolute;
	background: #FFF;
	z-index: 16777269;/*10001*/
	overflow: hidden;
}

#overlayContents iframe {
	padding: 10px;
	z-index: 16777270; /*10002*/
}

#overlayContents .closer {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 22px;
	width: 22px;
	background: url("/resources_v2/images/btn_overlay_close.gif") top right no-repeat;
	cursor: pointer;
	cursor: hand;
	z-index: 16777271;
}

.simpleControls {
	font-size: 11px;
	margin: 0 0 10px 0;
}

.simpleControls input,
.simpleControls select {
	font-size: 11px;
	color: #666;
}
.withRtBorder {padding-right:10px;border-right:1px solid #ccc;}
.noLtMargin {margin-left:0px !important;}
.noRtMargin {margin-right:0px !important;}
.noLtBoarder {border-left:none !important;}


.module.quote .moduleBody h2 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3;
	color: #666;
	margin: 0 0 5px 0;
}

.module.quote .moduleBody .attribution {
	font-size: 11px;
	color: #666;
	line-height: 1.5;
}

.module.quote .moduleBody .attribution a {
	color: #666;
}

.inlineLinks {
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}

.storytype {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}
.crossSectionHeadlines .storytype {
	font-size: 12px;
}

.audioplayer {
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
	clear: left;
}

.newsDateSelector {
	float: left;
	width: 100%;
	text-align: right;
	display: inline;
	margin: 0 0 15px 0;
}

.footnote {
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	border-top: 1px solid #CCC;
	font-size: 11px;
	color: #999;
}

.footnote p {
	font-size: 11px;
	margin: 0 0 4px 0;
	padding: 0;
}

/*popup edits */
#header.popup {margin: 0px 0px 8px; min-width: 300px;}
#content.popup .section {width:100%;}
#content.popup .sideLinks {text-align: right;}
#content.popup .sideLinks ul {list-style: none; font-size: 12px;}
#content.popup .sideLinks ul li {display: inline;margin-left: 1em;background: url(/resources_v2/images/list-bullet-double-arrow.gif) no-repeat 0px 4px;padding-left: 15px;}

.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
