/*  
Theme Name: New York Times Fake Theme
Theme URI: 
Description: none.
Version: 1.1
Author: Les Liens Invisibles + greggo/rexoom
Author URI: http://www.lesliensinvisibles.org/ & http://www.rexoom.com

*/

/*
$Id: general.css,v 1.146 2008/05/14 17:49:17 nickc Exp $
(c)2006 - 2007 The New York Times Company 
*/
/* BEGIN Generic */

/* begin global.css */

/*
$Id: global.css,v 1.8 2006/12/18 22:26:39 cookn Exp $
(c)2006 - 2007 The New York Times Company 
*/


body {
	background-color: white;
	font: small Georgia, serif;
	}


html>body {
	font: 84.5% Georgia, serif;
	}

h1, h2, h3, h4, h5 {
	color: black;
	}

a {
	color: #004276;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #666699;
	}

img {
	border: none;
	text-decoration: none;
	}

form {
	padding: 0px;
	width: 0px;
	display: inline;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ol {
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 0;
	padding: 0;
	}
	
#nagBar {
	display: none;
	}



#linkTab {
border:1px solid #e1e1e1;padding:18px;font-family:Arial, Helvetica, sans-serif; font-size:9px; text-transform:uppercase;width:90px;float:right;margin-left:14px;
}
#linkTab p {
	margin-bottom:6px;
}
#sidebarLinks {
	margin-top:12px;
}
#sidebarLinks h3 {
	font-size:11px;
}
#rightSpan2 {
	display:block;
	padding-top:0px;
	padding-left:10px;
	padding-right:5px;
	width:512px;
	background-color:white;
	margin-left:5px;
}
#rightSpan2 h4 a {
	font-size:1.3em;
}
.flashmovie {
	width:336px;
}
.border {
	border:1px solid #e1e1e1;
}

.alignleft {
	float:left;
	margin-right:10px;
}

.aligncenter {
	text-align:center;
}

.alignright { 
	float:right;
	margin-left:10px;
}

.photosLeft { width:250px; margin-right:10px; }

#leadCol {
	width:170px;
	padding:0px 6px 10px 0px;
	border-right:1px solid #e1e1e1;
	float:left;
}
#leadCol h3 a {
	line-height:1.1em;
}
#leadCol h4 a {
	font-size:.9em;
}
#leadCol p {
	line-height:1.4em;
}

.leadCol2 {
	width:156px;
	padding:10px 6px 10px 0px;
	border-top:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	float:left;
}
.leadCol2 h3 a {
	font-size:.6em;
}
.leadCol2 p {
	line-height:1.4em;
}

.leadCol3 {
	width:156px;
	padding:10px 0px 10px 0px;
	border-top:1px solid #e1e1e1;
	float:left;
}
.leadCol3 h3 a {
	font-size:.6em;
}
.leadCol3 p {
	line-height:1.4em;
}

#adSpace {
	margin:12px 0px;
}
#adSpace h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
}
#bannerheadline {
	font-size:48px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

#mainTable p.wp-caption-text {
	font-size:.75em;
	color:#666666;
	line-height:1.2em;
	padding-right:8px;
	padding-top:2px;
}

#articleBody img {
	border:1px #e1e1e1 solid; 
}

#leadRight {
	float:right;
	padding:4px 10px 10px 4px;
	width:320px;
}

#leadRight h2 {
	margin-top:2px;
	font-size:1.2em; 
}

#leadRight h4 {
	font-size:1.1em;
	color:#333333;
}

#leadRight span.caption { 
	font-size:.8em;
	color:#333333;
}
div.comments {
	font:Arial, Helvetica, sans-serif;
}
div.comments-block {
padding:14px 0px;
font-size:1.1em;
}
div.comments-author {
font-size:1.3em;
}
span.comments {
	padding:0px 0px 0px 12px;
	background:url(images/icon-comments.png) no-repeat left top;
	font-size:.9em;
}
span.video {
	padding:0px 0px 0px 15px;
	margin-top:4px;
	background:url(images/icon-video.gif) no-repeat left top;
}
.author {
	text-transform:uppercase;
}

.topicHeading a {
	text-transform:uppercase;
	font-weight:bold;
	color:black;
}
#rightSideLead {}

#rightSideLead h6 a {
	margin-top:4px;
	font-size:.9em;
}

ul.opinion {
	margin-left:0px;
	font-size:.95em;
}
li.opinion a {
	padding-left:8px;
	background:url(images/bullet.png) left no-repeat;
}


.query {
	border:1px solid #999999;
	width:312px;
	height:16px;
	padding:1px;
	font:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

h2.vote_auction {background:url(images/2008.gif) left center no-repeat; margin-left:10px; padding-left:35px; font-size:12px; line-height:25px;}

h5.pagetitle {margin-bottom:18px; border-bottom:1px solid #ccc; font-size:12px; color:#666; font-weight:normal;}

body {
	margin-top:1em;
	text-align: center;
}

ul, ol {
	padding-left: 0;
	margin-left: 18px;
	_margin-left: 22px;
	}

ul li {
	list-style: none;
	}

* html ul li {
	height:1%;
	}
	
/* END Generic */


/* BEGIN Utility */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

.clearfix {
	display: inline-block;
	} 

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%; 
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
	
.doubleRule {
    clear: both;
    border-width: 0 !important;
    height: 4px;
    background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x left;
    margin-top: 12px;
    margin-bottom: 12px;
    }

.singleRule {
    clear: both;
    border-top:1px solid #ccc;
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size:0;
    line-height:0;
    }
	
/* END Utility */


#nagBar {
	d\isplay: none;
	}

/* BEGIN Shell */

div#shell {
	display: block;
	position: relative;
	width: 971px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: 1px solid #999;	
	font-size: 90%;								
	}
	
div#shell ul.tabs {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	text-transform: uppercase;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, Helvetica, sans-serif;
	}
		
div#shell ul.tabs li {
	margin: 0;
	display: block;
	float: left;
	background-color: #f0f4f5;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 6000;
	background-image: none;
	}
		
div#shell ul.tabs li.selected {
	background-color: white;
	border-bottom: none;
	z-index: 9999;
	padding: 4px 7px 4px 7px;
	}
	
/* tabs2 */

div#toolbar2 {
	padding: 0px 7px 0px 4px;
	/*\*/vertical-align: top;/*\*/
	min-height: 19px;
	_height: 19px;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	}
div#shell ul.tabs2 {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	text-transform: uppercase;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	}
		
div#shell ul.tabs2 li {
	margin: 0;
	display: block;
	float: left;
	border-right: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	white-space: nowrap;
	padding: 4px 10px 3px 10px;
	z-index: 6000;
	background-image: none;
	}
		
div#shell ul.tabs2 li.selected {
	background-color: white;
	border-bottom: none;
	z-index: 9999;
	padding: 4px 10px 4px 10px;
	}
	
div#shell ul.tabs2 li.current-cat-parent {
	background-color:#f4f4f4;
	}
div#shell ul.tabs2 li.current-cat {
	background-color:#f4f4f4;
	}
		
div#shell div.tabContent {
	clear: both;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 7px;
	_padding: 7px 7px 30px 7px;
	margin: 0;
	display: none;
	}
		
div#shell div.tabContent.tabContentActive {
	display: block;
	}
		
div#shell div.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
div#shell div.tabContent ol li {
	_padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	}
		
/* END Shell */


/* BEGIN Login */

div#login {
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
	text-align: left;
	z-index: 5000;
	width: 100%;
	min-height: 20px;
	white-space: nowrap;
	/*\*/vertical-align: bottom;/*\*/
	font-size: 10px;
	_border-bottom:1px solid #999;
	_height: 20px !important;
	}
		
div#login ul.tabs {
	_position: absolute;
	float: none;
	_float: none;
	left: 0px;
	top: 0px;
	_height: 19px;
	_height: 20px !important;
	min-height: 19px;
	}
		
div#login ul.tabs li {
	_height: 11px;
	min-height: 11px;
	font-size: 10px;
	border-color: #999;
	}
		
div#login ul.tabs li a {
	color: #333;
	}
	
/* loginTabs */
div#login ul.tabs,
div#login ul#memberTools {
	min-height: 17px;
	_height: 19px;
	}
	
/* memberTools */
ul#memberTools {
	font-size: 11px;
	display: block;
	text-align: right;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	white-space: nowrap;   
	width: auto;
	float: right;     
	_border-bottom: 1px solid #999999;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, sans-serif;
	border:0 !important;
	position:relative;
	z-index: 9998;
	}
	
ul#memberTools li {
	font-size: 12px; 
	margin: 0;
	background-image: none;
	display: inline; 
	white-space: nowrap;
	border: 0 solid #ccc;
	border-width: 0 0px 0 1px;
	padding: 0 4px 0 4px;
	border-left-width: expression( this == this.parentNode.firstChild ? "0px" : "1px" );
	}
		
ul#memberTools li:first-child {
	border-left-width: 0;
	}
		
ul#memberTools li span.username a {
	font-weight: bold;
	}
		
ul#memberTools li img#memberTool_TimesSelect {
/*\*/	vertical-align: bottom;/*\*/
	}


ul#memberTools li.tslogo {padding-left:0px; border:none;}
ul#memberTools li.tslogo a {color:#000;}
ul#memberTools li img#memberTool_TimesSelect {border-left:0; padding:2px 6px 2px 4px;}

/* END Login */


/* TS DROP DOWN */

#timesSelectDropDown {
	background-color:#fff;
	border: 1px solid #999;
	padding: 10px 0 0 0;
	_padding-bottom: 0 !important;
	position: absolute;
	top: 17px; 
	left:0px;
	text-align:left;
	visibility: hidden;
	width: 113px;
	_width: 113px;
	z-index: 9999;
	}

#timesSelectDropDown.dropDown {
	left: 855px !important;
}
	
#timesSelectDropDown ul {
	color: #666 !important;
  	font-family: Arial,Helvetica,sans-serif;
	font-size: 95%;
	font-weight:bold;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding:0;
	text-transform:uppercase;
	}

#timesSelectDropDown.dropDown ul {
	font-size: 80%;
}	
	
#timesSelectDropDown ul li {
	background:transparent !important;
	display:block;
	font-size:100%;
	margin:0;
	padding:0 0 0 5px;
	border:none;
	}

#timesSelectDropDown a {
	display:block;
	height: 10px;
	_height:12px;
	margin: 0;
	margin-left:-5px;
	padding: 2px 10px;
	text-transform:none;
	font-weight:normal !important;
	}

#timesSelectDropDown a:link,
#timesSelectDropDown a:visited {
	color:#004276;
	}	
#timesSelectDropDown li.sect a {
	color: #666 !important;
	text-transform:uppercase;
	}
	
/* END TSDD */


div#page {
	position: relative;
	z-index: 1;
	clear: both;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	_border-top: 0;
	top: -1px;
	_top: 0;
	}

/* BEGIN Masthead */
	
div#masthead {
	margin: 0;
	padding: 7px 0 0px 9px;
	position: relative;
	_height: 48px;	
	min-height: 48px;
	overflow: hidden;
	_overflow: visible;
	border-bottom: 2px solid black;
	clear: both;
	} 

img#NYTLogo {
	margin-top: 4px;
	}
		
div#masthead div#date {
	font-size: 12px;
	}
		
div#masthead h1 {
	text-align: center;
	position: absolute;
	display: block;
	top: 19px;
	left: 308px;
	font-size: 29px;
	width: 223px;
	margin: 0;
	padding: 0;
	/*\*/vertical-align: baseline;/*\*/
	font-family: Arial, Helvetica, sans-serif;   
	}

div#masthead h1 a {
	color:#000;
	text-decoration:none;
}
	
/* BEGIN Search */

table#searchWidget {
	font-size: 8pt;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	
	}


div#searchWidget {
	position: relative;
	float: right;
	font-size: 8pt;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	}

div#searchWidget #searchInputs {
	padding: 0;
	margin: 2px 0 0px 0;
	_height: 19px;
	min-height: 21px;
	/*\*/vertical-align: bottom;/*\*/
	}

div#searchWidget #searchInputs .inputGroup {
	float: left;
	margin: 0 0 5px 0;  
	width:140px;
	}

div#searchWidget #searchInputs .inputGroup li {
	float: left;
	clear:right;
	margin-right: 5px;   
	white-space: nowrap;
	margin-top:2px;
	_margin-top:0px;
	}

div#searchWidget #searchInputs .inputGroup input {
	position: relative;
	display: inline;
	padding: 0;
	margin: 0;
	}

div#searchWidget input {
	margin: 0;
	padding: 0;
	}

div#searchWidget input#searchQuery {
	display: block;
	width: 100%;
	height: 19px;
	}

div#searchWidget input#searchSubmit {
	float: right;
	}

div#Middle1 {
	margin-right: 7px;
	float: right;
	text-transform: uppercase;
	width: 88px;
	overflow: hidden;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
			
div#Middle1 img {
	display: block;
	margin-bottom: 1px;
	}

/* END Search */	

/* BEGIN All-Site Search Widget */
div#nytSearchWidget {
  position: relative;
  float: right;
  font-size: 91.6%;
  margin-right: 7px;
  width: 197px;
  white-space: nowrap;
  }

/* msie6 double margin bug */
* html div#nytSearchWidget { 
  margin-right: 4px;
  }

div#nytSearchWidget label {
	font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 2px;
  }

div#nytSearchWidget input {
  vertical-align: middle;
  }

div#nytSearchWidget input#searchQuery{
  width: 163px;
  margin: 0 2px 0 0;
  height: 12px;
  font-size: 100%;
  }
/* END All-Site Search Widget */
	
#adxLeaderboard {
	clear: both;
	text-align: center;
	padding: 5px 0 5px 0;         
	border-bottom: 1px solid #d3d3d3;
	}
	
#adxLeaderboard:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

#adxLeaderboard > table {
	margin:auto;
}

/* Hides from IE-mac \*/
* html #adxLeaderboard {
	height: 1%; 
	padding: 5px 0;
	}
/* End hide from IE-mac */		

/* END Masthead */


/* BEGIN Main */

div#main {
	border-top: 1px solid #fff;
	clear: both;
	margin-top: 15px;
	padding: 0 0 7px 0;
	}

div#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html #main {
	height: 1%; 
	}
/* End hide from IE-mac */

/* END Main */


#movies {
	display: none;
	}


/* BEGIN Story */

div.story {
	_background: white;		
	margin-bottom: 8px;
	margin-top: expression( this == this.parentNode.firstChild ? "0px" : "12px" ); 
	color:#333333;
	}
				
div.story:first-child {
	margin-top: 0;
	}
				
div.story h1,
div.story h2,
div.story h3,
div.story h4,
div.story h5 {
	font-weight: bold;
	line-height: inherit;
	margin: 0;
	padding: 0;
	font-size: 125%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
div.story h6 {
	font-size:1em;
}
				
.byline {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight:normal;
	}

span.timestamp, div.story div.byline span.timestamp {
	color: #a81817;
	}

div.story p.summary {
	margin: 2px 0 0 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
	color: #333;
	}
				
div.story div.kicker {
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	}
				
div.story div.callout,
img.callout {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
  font-size: 92%;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  }

.callout .credit {
  font-size:91%;
  }

div#main div.bColumn div.story div.callout {
	margin-left: 0;
	}
					
div.story div.callout div.calloutTools {
	float: right;
	}				

div.story div.callout div.calloutTools a.enlargeTool {
	display: block;
	padding-left: 10px;
	background: transparent url(images/article/functions/enlarge_icon.gif) no-repeat 0 0;
	}
				
div.story div.callout img {
	border: none;
	padding: 0;
	}
					
div.story div.callout div.credit {
	text-align: right;
	color: #666666;
	}

div#main div.bColumn div.story h1,
div#main div.bColumn div.story h2, 
div#main div.bColumn div.story h3,
div#main div.bColumn div.story h4,
div#main div.bColumn div.story h5 {
	font-size: 100%;
	}

div#main #abColumns div.columnGroup#readersOpinionsColumnGroup div.story h5 {
	font-size: 85%;
	}
	
/* END Story */
	
/* BEGIN Footer */

div#footer {
	text-align: center;
	clear: both;
	border-top: 2px solid black;
	border-bottom: 1px solid #999;
	padding: 13px 0 13px 0;
	display: block;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}

div#footer a {
	color: #666;
	text-decoration: underline;
	}

div#footer a.rssButton,
div#footer a.rssButton:visited {
	padding: 1px 0 5px 19px;
	background:transparent url(images/global/icons/feed_icon_16x16.gif) no-repeat top left;
	}

div#footer a.copyright {
	color: #000;
	text-decoration: none;
	}	
		
div#footer div.footerRow {
	padding: 0 0px 10px 0;
	}
		
div#footer ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0px 0 9px;
	}
		
div#footer ul li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 5px 0 9px;
	background: none;
	}
/* END Footer */
	

/* Google ad styling */
.linkbox {cursor:pointer;cursor:hand}


/* BEGIN universal columnGroup defs */

div.columnGroup a.more {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
				
div.columnGroup div.columnGroupTools {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
		
div.columnGroup h4 {
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	display: block;
	}
	
div.columnGroup > h5 {
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	display: block;
	}

/* END universal columnGroup defs */


/* BEGIN advertisementColumnGroup */

div.columnGroup.advertisementColumnGroup div.textAdvertisement,
div.columnGroup.advertisementColumnGroup div.ad_section {
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	}
						
div.columnGroup.advertisementColumnGroup div.textAdvertisement a.titleLink,
div.columnGroup.advertisementColumnGroup div.ad_section a.title_link {
	display: block;
	font-size: 90%;
	}
						
div.columnGroup.advertisementColumnGroup div.textAdvertisement span.adText,
div.columnGroup.advertisementColumnGroup div.ad_section span.ad_text,
div.columnGroup.advertisementColumnGroup div.textAdvertisement span.visibleUrl,
div.columnGroup.advertisementColumnGroup div.ad_section span.visible_url {
	display: block;
	font-size: 80%;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li {
	margin: 6px 8px;
	_margin: 6px 8px 6px 6px;
	display: inline-block;
	float: left;
	width: 86px;
	overflow: visible;
	/*\*/vertical-align: top;/*\*/
	position: relative;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	text-align:left;
	_height: 1%;
	line-height: 1.2em;
	word-wrap: break-word; 
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li a {
	line-height: 1.2em;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li.clearfix {
	float: none;
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	}

div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li a {
	line-height: 1em;
	}
					
div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li img {
	display: block;
	margin-bottom: 3px;
	}

/* END advertisementColumnGroup */

div.customSelectContainer {
	margin: 0;
	display: block;
	position: relative;
	background: transparent url(images/homepage/searchSelect.gif) no-repeat top left;
	_background: none;
	height: 15px;
	width: 98px;
	padding: 4px 0 0px 4px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
		
div.customSelectContainer select {
	opacity: 0.0;
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	}
	

/* BEGIN Refer not used in articles but yes in homepage, sf, topics */

ul.refer {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 92%;
	color:#333;
	}

ul.refer li, ul.refer li.free {
	background-image: url(images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0px 0 8px;
	background-position: 0 .45em;
	_background-position: left .45em;
	}
	
/* END refer */

/* Multimedia rankables/promos */
h5 .audio,
h5 .graphic,
h5 .interactive,
h5 .photo,
h5 .slideShow,
h5 .trailer, 
h5 .video {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    text-transform: uppercase;
    padding-left: 15px;
    background-repeat: no-repeat;
    }
    
.media {
    margin: 0px 0 4px 0px !important;
    float: none !important;
    }

h5 a span.iconText { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%; 
}
	    
#articleInline #inlineMultimedia .story img,    
.media img {
    display: block;
    margin-bottom:0;
    margin-top:15px;
    }

#articleInline #inlineMultimedia .story h2 {
    margin-top:2px;
    }
   
#articleInline #inlineMultimedia .story .mediaType,
.aColumn #inlineMultimedia .story .mediaType,
.media .mediaType {
	display: block;
	width: 166px;
	padding: 3px 4px 4px 20px !important;
	font-size: 77%;
	font-family: arial,sans-serif;
	line-height: 13px;
	_line-height: 14px;
	color: #000;
	background-color: #FFF;
	background-position: 3px 4px;
	background-repeat: no-repeat;
	opacity: .8;
	-moz-opacity: 0.8;
	filter: Alpha(Opacity=80);
	margin-top: -20px;
        cursor:pointer;
    }
  
/*\*/
html*#articleInline #inlineMultimedia .story .mediaType,
.media .mediaType {
font-size: 65%;
_font-size: 70%;
}/**/


/* Media Type Icons */

.mediaType.audio {
  background-image:url(images/multimedia/icons/audio_icon.gif);
}

.mediaType.graphic {
  background-image:url(images/multimedia/icons/graphic_icon.gif);
}

.mediaType.interactive {
  background-image:url(images/multimedia/icons/interactive_icon.gif);
}

.mediaType.photo {
  background-image:url(images/multimedia/icons/photo_icon.gif);
}

.mediaType.trailer {
  background-image:url(images/multimedia/icons/trailer_icon.gif);
}

.mediaType.slideShow {
  background-image:url(images/multimedia/icons/slide_show_icon.gif);
}

.mediaType.map {
  background-image:url(images/multimedia/icons/map_icon.gif);
}

.mediaType.video {
  background-image:url(images/multimedia/icons/video_icon.gif);
}

.mediaType.trailer {
  background-image:url(images/multimedia/icons/trailer_icon.gif);
}

#articleInline #inlineMultimedia .story .mediaType.interactive,
.media .mediaType.interactive,
#articleInline #inlineMultimedia .story .mediaType.video,
.media .mediaType.video,
#articleInline #inlineMultimedia .story .mediaType.audio,
.media .mediaType.audio {
  background-position: 4px 5px;
}

.refer li .inlinePlayer {
  margin-left:-8px
}

.inlinePlayer {
  background:white;
  border: 1px solid #e2e2e2;
  border-width: 1px 0;
  padding:3px 4px 2px;
  margin-top: 4px;
}

.tsIcon,
#articleInline #inlineMultimedia .story .tsIcon {
	display: none !important;
}

.hideContent {
	display: none;
}


/* $Id: insidenytimes.css,v 1.6 2007/09/14 18:30:54 fisherc Exp $
   /css/common/screen/insidenytimes.css
   (c)2006 - 2007 The New York Times Company  */

/* <insideNYTimes> */

div#shell div#page div#main div#insideNYTimes {
    background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x bottom left;
    padding-bottom: 4px;
    clear: both;
    }

div#shell div#page div#main div#insideNYTimes div#insideNYTimesHeader {
    clear: both;
    background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x 0px 0px;
    border-bottom: 1px solid #D3D3D3; 
    display: block;
    padding: 0px 10px;
    }
    
div#insideNYTimes div#insideNYTimesHeader #mothNavButtons {        
    float: right;
    margin-top:7px
    }

div#shell div#page div#main div#insideNYTimes div#insideNYTimesHeader h4 {
    font-family:Georgia, serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 0px;
    font-size: 100%;
    _font-size: 95%;
    padding: 11px 0px 6px 0px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser {
    border-collapse: collapse;
    table-layout: fixed;
    width: 970px;
    position: static;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    border: 0px solid #D3D3D3; 
    border-left-width: 1px;
    text-align: left;
    /*\*/vertical-align: top;/*\*/
    width: 160px !important;
    padding:0 !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story {
    width:151px;
    padding: 0 5px !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story h5 {
    font-size: 100%;
    _font-size: 95%;
    font-weight:normal;
    margin-top: 5px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story a.select:first-line {
    font-size: inherit;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 90%;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4 {
    margin: 15px 5px 10px !important;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    height: 1.2em;
    font-size: 100%;
    width:140px !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4 a {
    padding: 0px;
    color:#000000;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4.select {
    color: transparent;
    padding-top: 1.2em;
    height: 0px;
    overflow: hidden;
    background: transparent url(images/headers/timesselect_header92x11.gif) no-repeat left;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    border-left-width: expression( this == this.parentNode.firstChild ? "0px" : "1px" );
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td:first-child , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th:first-child {
    border-left-width: 0px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story div.callout {
    float: none;
    margin: 0px;
    padding: 0px;
    }
    

	
/* </insideNYTimes> */



/* <abColumn insideNYTimes> */
.abColumn div#insideNYTimes {
margin-bottom:12px;
}

.abColumn div#insideNYTimes table#insideNYTimesBrowser {
    float:left;
    }

.abColumn div#insideNYTimes table#insideNYTimesBrowser td,
.abColumn div#insideNYTimes table#insideNYTimesBrowser th {
   width:160px!important;
   padding:0;
   border-left-width: 1px !important;
   border-right-width: 1px !important;
   }

.abColumn div#insideNYTimes table#insideNYTimesBrowser {
    width:480px !important;
    }

.abColumn div#insideNYTimes div.leftPanel,
.abColumn div#insideNYTimes div.rightPanel {
    width:58px;
    float:left;
    text-align:center;
    padding-top:100px;
    padding-bottom:100px;
    height:30px;
    }

.abColumn div#insideNYTimes table#insideNYTimesBrowser td div.story {
    width:151px;
    }

.abColumn div#insideNYTimes:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html .abColumn div#insideNYTimes {
	height: 1%; 
	}
/* End hide from IE-mac */
	    
/* </abColumn insideNYTimes> */

/*
$Id: mostpopular.css,v 1.7 2008/02/04 19:45:22 jguinto Exp $
(c)2006 - 2007 The New York Times Company
*/

#mostPopWidget {
	margin-bottom: 12px;
	padding-bottom: 0px !important;
	border-bottom: 1px solid #ccc !important; 
	width: 335px; 
	_position: relative;
	}

#mostEmailed {
	display: block;
	overflow: hidden;
	}
			
#mostBlogged,	
#mostSearched {
	display: none;
	overflow: hidden;
	}
	
::root #mostEmailed, 
::root #mostBlogged,
::root #mostSearched {	
	width: 319px;
	}
	
#mostPopWidget h4 {
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}

#mostPopWidget div#tabsContainer {
	border-left: 1px solid #ccc; 
	position: relative;
	top: 1px;
	_top: 0;
	left: -1px;
	_left: 0;
	_height: 15px;
	_padding-top: 6px;
	display: block;
	}

#mostPopWidget ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}
					
#mostPopWidget ul.tabs li {
	position: relative;
	top: 0; 
	padding-left: 5px;
	padding-right: 5px;
	_padding-bottom: 2px;
	}
		
#mostPopWidget ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	
				
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	}
					
#mostPopWidget  ul.tabs li a {
	color: #333333;
	}			

#mostPopWidget ol {
	padding-left: 0;
	margin-left: 26px;
	_margin-left: 30px;
	line-height: 1.3em; 
	}	
	
#mostPopWidget a.more {
	font-size: 93% !important; 
	float: left;
	display: block !important;
	margin-bottom:8px;
	_margin-bottom: 4px;
	margin-top:8px;
	_margin-top: 4px;
	}

#mostPopWidget .moduleAd {
	border-top: none !important;
	border-bottom: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ccc;
  	text-align: right;
	padding: 0 5px 5px 0 !important; 
	margin-top: -25px;
	_height: 1%;
	width: 328px; 
	}

#mostPopWidget .moduleAd:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}  
	
#mostPopWidget .moduleAd .adCreative {
	border-top: 1px solid #ccc;
	text-align: right;
	float: right;
	width: 316px;
	padding: 7px 0 0 5px;
	}

#mostPopWidget .moduleAd .adCreative img {
	float: right;
	padding: 0 0 0 5px;
	}
	
/* $Id: framework.css,v 1.47 2008/04/01 15:59:37 nickc Exp $
   /css/home/screen/framework.css
   (c)2006 - 2007 The New York Times Company  */

/* @import url(belowFold.css); */

body {
	margin-right: 8px;
	margin-left: 8px;
	_margin-right: 10px;
	_margin-left: 10px;
	}

* {
	margin:0; padding:0;
	}

#main {
	background: transparent!important;
	}
	
  #abColumns div.aColumn,
    div.subColumnA {float: left;}
  
  #abColumns div.bColumn,
    div.subColumnB {float: right;} 	

div#shell div#page div#main div#insideNYTimes{
font-size:95%
}

/* BEGIN global layout styles 
--------------------------------------------------------------*/
#rightSpan {
	display:block;
	padding-top:0px;
	padding-left:10px;
	padding-right:5px;
	width:512px;
	background-color:white;
	/* refer to templateStyle.css for individual layout padding values */
 	}
  
#wideSpan {
	display:block;
	padding-top:0px;
	padding-left:10px;
	padding-right:5px;
	width:602px;
	background-color:white;
	/* refer to templateStyle.css for individual layout padding values */
 	}
  #abColumns {
  	/* background: transparent url(images/global/borders/verticalBorder.gif) repeat-y 353px top;*/
  	}
  
  .cColumn .story .callout,
  .abColumnWrapper .story .callout {
  	float:right;
  	margin:0;
  	padding:  4px 0 4px 5px; 
  	} /* override /common/screen/general */		
 
 .promo {
 	font-family: Georgia, Times, serif;
 	color:#333;
	}
 
  /* END global layout styles
--------------------------------------------------------------*/
  


/* BEGIN breakingNews
---------------------------------*/   

#abColumns div.abColumn.breakingNewsAlert {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #a81817;
	font-size: 95%;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	padding:8px 7px 10px 11px ;
	margin:0;
	background:white;
	}

#abColumns div.abColumn.breakingNewsAlert span.timestamp,

#latestDevelopments span.timestamp,
#MoreNews span.timestamp {
	font-weight: normal;
	font-family:arial,sans-serif;
        font-size: x-small;
	}

#abColumns div.abColumn.breakingNewsAlert h2 {
	display: inline;
	font-size: small;
	text-transform: none;
	font-family: Georgia, Times, serif;
	color: #333;
	}

/* BEGIN MORE NEWS bottom of bColumn 
---------------------------------*/   
#latestDevelopments ul,
#MoreNews ul {list-style:none;padding:0;margin:0;}

#latestDevelopments ul li,
#MoreNews ul li{
	background: transparent url(images/bullet.png) no-repeat left .45em;
	padding-left:8px;
	font-weight:normal;
	padding-bottom:2px;
	padding-bottom: expression( this == this.parentNode.lastChild ? "0" : "2px" );
}   
   
#MoreNews ul li:last-child {padding-bottom:0;}

ol {
	padding-left: 0px;
	margin-left: 26px;
	_margin-left: 30px;
	}

/* General Float Cleaning*/
.clearboth {
	clear:both;
	height: 10px;
	background:white;
	}
	
div#insideNYTimesHeader {
	_height: 1%;
	}	
		
.story:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html .story {
	height: 1%; 
	}			
		
/* BEGIN Masthead 
-------------------------------------------------*/
div#masthead {
	padding: 4px;
	text-align: center;
	}
	
div#masthead img#NYTLogo ,
div#masthead div#date {
	width: 379px;
	}
	
div#masthead div#date {
	text-align: center;
	margin: 4px auto 0px auto;
	}
	
div#smallLogo {
	padding:4px 0px 0px 2px;
	float:left;
}
	
#lastUpdate {
	font-family: Arial, sans-serif;
	color: #999;
	font-size: 94%;
	margin-left: 1em;
	}
	
#date .timestamp {
	font-family: Arial, sans-serif;
	font-size: 92%;
	}
	
div#masthead div#homeAd1 ,
div#masthead div#homeAd2 {
	margin: 0;
	padding: 0;
	}
	
div#masthead div#homeAd1 {
	float: left;
	}
	
div#masthead div#homeAd2 {
	float: right;
	}
/* END Masthead */


/* BEGIN Toolbar
------------------------------------------------*/

#welcomeuser {
	color: #333;
	}

.username {
	color: #004276;
	font-weight: bold;
	}
	
div#toolbar {
	padding: 4px 7px 4px 4px;
	/*\*/vertical-align: top;/*\*/
	min-height: 31px;
	_height: 31px;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	}		
	
div#homepageTools {
	float: right;
	font-family: Arial, sans-serif;
	font-size: 85%;
	margin-top: 0px;
	color: #333;
	line-height: 35px;
	}
	
div#homepageTools a {
	padding: 0px 4x;
	}
	
div#homepageTools img {
	float: left;
	margin-right: 4px;
	}

	
div#Middle1 ,
div#searchWidget ,
div#searchWidget input ,
div#searchWidget input#searchQuery 
div#searchWidget input#searchSubmit {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
div#Middle1 {
	float: left;
	margin-right: 10px;
	}
	
div#Middle1 img { 
	_float:right;
	} 
/* prevent images like dot.gif from adding bottom padding to toolar */

	
form#searchForm {
	margin: 0;
	padding: 0;
	height: 10px;
	}
	
div#searchWidget {
	display: block;
	position: relative;
	top: 5px;
	left: 0px;
	}
	
#searchWidget td {
	padding-right: 5px;
	padding-top: 5px;
	}
	
input#searchQuery {
	width: 250px;
	border: 1px solid #b2b2b2;
	font-size: small;
	padding:1px;
	padding-top:2px;
	} 
	
	/*\*/
	html*input#searchQuery {
	font-size:small;
	_font-size:110%;
	}/**/
	
div#searchWidget div.customSelectContainer {
	background: transparent url(images/homepage/searchSelect.gif) no-repeat top left;
	_background: none;
	height: 15px;
	width: 98px;
	_width: 300px;
	}
	
form#searchForm select {
	_margin-top: 1px;
	width: 165px;
	font-size: 93%;
	font-family: Arial, sans-serif;
	}
	
form#searchForm input#searchSubmit {
	_margin-top: 1px;
	}
	
/* END toolbar */


div#main {
	padding:0;
	position: relative;
	overflow: visible;
	_width: 970px;
	min-width: 970px;
	margin: 0;
	} 



/* BEGIN navigation
-----------------------------------------------------*/
/* <navigation> */

	div#navigation {
		width: 91px;
		_width: 89px;
		min-width: 91px;
		max-width: 8.8em;
		font-size:small;
	}

	#shell div#navigation ul.tabs * {
		float: none;
		height: auto;
		z-index: 6000;
		position: static;
		text-align: left;
		border: none;
		line-height: normal;
		color: black;
		white-space: wrap;
		background: none;
	}
	
	
	div#navigation ul.tabs li {
		margin: 0;
		padding: 3px 0px 2px 4px;
		list-style: none;
		display: block;
		_width: 100%;
		font-family:Georgia,Times;
		font-size: 85%;
		
	}



	 div#navigation ul.tabs li ul {
		display: block;
		margin-bottom: -2px;
		margin-left: 0;
		padding-bottom: 0;
		padding-left: 0;
		min-width: 0;
	}
	
 
 	div#navigation a {
		display: block;
		width: 100%;
		
	}
	
	div#shell div#navigation ul.tabs li ul li,
	div#shell div#navigation ul.tabs li ul li a{
		font-size:100%;
		text-transform: none;
		font-family: Arial, sans-serif;
		margin: 0;
		padding: 0;
		white-space: normal;
		min-width: 0; 
		color: #666;
	}

	div#navigation ul.tabs li#navAllClassifieds,
	div#navigation ul.tabs li#navJobs ,
	div#navigation ul.tabs li#navRealestate ,
	div#navigation ul.tabs li#navAutos {
		/*
		font-size:73.3%!important;
		*/
		font-size:70%!important;
		background: #e6eff8;
		font-family: arial, sans-serif;
		color: #333;	
		padding: 2px 0px 2px 4px;
	}
	
	div#navigation ul.tabs li#navJobs {
		padding-top: 4px;
	}
		
        div#navigation ul.tabs li#navAllClassifieds {
		padding-bottom: 4px;
		border-bottom: 1px solid #D3D3D3;
		margin-bottom: 4px;
	}
	
	div#navigation div.columnGroup {
		margin: 4px;
		padding-top: 4px;
		border-top: 1px solid #ccc;
		margin-left:3px;
	}
	
	td.td-navigation div.columnGroup ul, 
	td.td-navigation .columnGroup ul li {
		margin:0;
		padding: 0;
		font-family: Arial, sans-serif;
		min-width: 0px;
		max-width: 7.6em;
		color: #666;
	}
	
	td.td-navigation .columnGroup ul li {
	 	font-size:85%
	 	}
	 
	td.td-navigation .columnGroup ul li.NavGroupTwo-firstchild{
	padding-top:2px;
	 	
	 }
	 
	 td.td-navigation .columnGroup ul li.newspaper{
	        color:black;
         	font-size:xx-small;
         	margin-bottom:1px;
         	_margin-bottom:3px;
         	}
	 
	 td.td-navigation div.columnGroup ul li a {
		margin: 0 0 -3px 0;
		padding: 0 0 6px 1px;
		color: #666;
		line-height: 1em;
		
			}
	
	 td.td-navigation div.columnGroup.advertisementColumnGroup {
		margin: 4px 0 !important;
		padding: 4px 0 0 0;
		width: 92px;
		_width: 89px;
		text-align: center;
	}
	
	td.td-navigation ul.advertisementThumbnails iframe {width:85px;} /* ads in left nav IE*/

	#shell div#navigation ul li a .new{
		font-weight: bold; 
		font-size: 9px; 
		font-family: arial;
		color:#A81817;
	}

	div#navigation div.columnGroup ul.advertisementThumbnails li {
		font-size:65.8%;
		min-width:88px;
		_width:86px !important;
		padding-bottom:6px;
		}

	div#navigation div.columnGroup ul.advertisementThumbnails li.heading{
		color:#808080;
		margin-bottom:4px;
		background-color:#f4f4f4;
		padding-bottom:0px;
		}

	div#navigation div.columnGroup ul.advertisementThumbnails li a{
		color:#004276;
		line-height:1.3em;
		}


/* END navigation
-----------------------------------------------------*/	
	
	
/* BEGIN mainTable 
-------------------------------------------------*/
	#main {font-size: small;} /* set font-size foundation for all browsers */
	
	#PromoABC {min-height:0;}
	
	#mainTable {
		width: 874px;
		_width: 970px;
		display: block; /* Safari needs this, or empty td gets height*/
		/*\*/vertical-align: top;/*\*/
		border-collapse: collapse;
		font-size: 93%;
		_font-size: 90%;
		margin-top:0px;
		padding-top:0px;
		}
	
	#mainTable h3 { font-size:180%;}
	#mainTable h5 { font-size:150%;}
	#mainTable h6 { font-size:120%;}
	
	div#main #mainTable:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	.td-navigation, 
	#mainTable .cColumn {
	padding: 0;
	/*\*/vertical-align: top;/*\*/
	}
	
	#mainTable td.td-navigation {
		border-right: 1px solid #CBCBCB;
		_width: 92px;
	}
	
	#mainTable td.td-navigation .columnGroup ul li {
		padding-bottom: 0;
		}
						
/* BEGIN #abColumns
--------------------------------------*/

	#abColumns{padding:0;margin:0;vertical-align:top;}
	#abColumns:after {
	    	content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
			} 	
			
	/* BEGIN dynamicWidgetColumnGroup 
	--------------------------------------*/
	#abColumns div.aColumn div.dynamicWidgetColumnGroup { 
		background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x top left;
		clear: both;
		_height: 1%;
		padding-top: 10px;
		}

	#abColumns div.aColumn div.dynamicWidgetColumnGroup h4 {
		padding-top:12px;
		margin: 12px 0 !important;
		color: black;
		text-transform: uppercase;
		font-weight:bold;
		font-size: 100%; 
		float: left;
		}

	/* END dynamicWidgetColumnGroup
	--------------------------------------*/
	
	
	/* BEGIN abColumnWrapper
	--------------------------------------*/
	
	#abColumns div.abColumnWrapper { 
		_height: 1%;
		margin-top: 0;
		padding-top: 0;
		clear:both; /*  so multimedia box and bcolumn promo line up in ff*/
		padding-left:11px;
		}
	
	#abColumns div.abColumnWrapper .bColumn {
		padding-right:5px;
		_padding-right:7px;
		}
	
	#abColumns div.abColumnWrapper:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	#abColumns div.abColumnWrapper div.bColumn div.columnGroup {	
		padding-top: 10px !important;
		margin-top: 0;
		background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x left top !important;
		background: expression( this == this.parentNode.firstChild ? "transparent url(images/aColumnHorizontalBorder.gif) repeat-x left top" : "transparent url(images/aColumnHorizontalBorder.gif) repeat-x left top" );
		padding-top: expression( this == this.parentNode.firstChild ? "10px" : "0px" );
		margin-top: expression( this == this.parentNode.firstChild ? "0px" : "0px" );
		}
		
	#abColumns div.abColumnWrapper .story{padding-bottom:1px;_padding-bottom:0;} 	
	
	.abColumnWrapper .story{padding-top:0;margin-top:0;}
	.abColumnWrapper h4 {padding-top:0 !important;}
	
	.abColumnWrapper #apr{
		padding-bottom:5px; 
		_padding-bottom:9px;}
	

	/* END abColumnWrapper
	--------------------------------------*/
	
	#abColumns div.aColumn {
		width: 337px;
		border: none;
		padding: 0;
		}
		
	*html #abColumns div.aColumn {
		overflow:hidden;
	}	
	
	div.bColumn {
		width: 163px;
		border: none;
		margin: 0;
		}
		
	#abColumns #rightSpan .story:last-child,
	#abColumns #wideSpan .story:last-child, 
	#abColumns #rightSpanBelowWideSpan .story:last-child{
		margin-bottom:0;
		}
	
	/*\*/
	html*#abColumns #rightSpan .story:last-child,
	#abColumns #wideSpan .story:last-child, 
	html*#abColumns #rightSpanBelowWideSpan .story:last-child{
		margin-bottom:7px;
	}/**/
	
	#abColumns #rightSpan .story,
	#abColumns #wideSpan .story, 
	#rightSpanBelowWideSpan .story {
		margin-bottom: expression( this == this.parentNode.lastChild ? "0" : "12px" );
		}

/* END #abColumns
--------------------------------------*/



/* BEGIN c-column 
------------------------------------------------------- */

.cColumn {width: 336px;}

.cColumn div.columnGroup {
	clear: both;
}

.cColumn .firstAd {
	padding-top: 10px;
	padding-bottom: 12px; 
	border-bottom: 1px solid #ccc;
	}

.cColumn div.columnGroup div#tabsContainer {
	border-left: 1px solid #ccc;
	display: block;
	left: -1px;
	_left: 0;
	_padding-top: 6px;
	position: relative;
	top: 1px;
	_top: 0;
	}

.cColumn div.columnGroup p.description {
	font-size: 90%;
	}	

.cColumn div.columnGroup ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}

.cColumn div.columnGroup ul.tabs li {
	padding-left: 5px;
	padding-right: 5px;
	_padding-bottom: 2px;
	position: relative;
	top: 0; 
	}

.cColumn div.columnGroup ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	

#main .cColumn div.columnGroup ul.tabs li:first-child {
	border-left-width: 1px;
	}
		
.cColumn div.columnGroup ul.tabs li a {
	color: #333;
	}				

.cColumn div.columnGroup h4 {
	font-weight: bold;
	font-size: 95%; 
	}
				
.cColumn div.columnGroup h4 span.columnHeaderLink {
	text-transform: none;
	float: right;
	display: block;
	padding-right: 12px;
	}

.cColumn div.columnGroup > h5 {
	font-weight: normal;
	color: #666;
	margin-bottom: 2px;
	font-size: 90%;
	line-height: 1.4em;
	}
  
/* END c-column 
------------------------------------------------------- */


/* BEGIN mainTable cColumn
--------------------------------------*/

	div#page div#main .cColumn div.columnGroup {
		padding: 10px 0 0 0;
		margin: 10px 0 0 0;
		border-top: 1px solid #e2e2e2;
	}
	
	
	#mainTable .cColumn {
		padding-left: 6px;
		_padding-left:5px;
		_padding-right:4px;
		margin: 0;
		float: none;
		border-left:1px solid #ccc;
		_margin-top:0px;
		_padding-top:0px;
		}

	#mainTable .cColumn .clearboth{height:0;}
	
	/*\*/
	html*#mainTable .cColumn .clearboth {
	height:1px;
	_display:none;
	}/**/
	
#mainTable .cColumn #twoAds,
#mainTable .cColumn #edPromo {
	width:336px;
	/* background: transparent url(images/global/borders/verticalBorder.gif) repeat-y 167px top; */
	_background-position:166px top;
	_height:1%;
	clear:both;
        float:left;
}

#mainTable .cColumn #edPromo {
	float: none;
	overflow: hidden;
}

#mainTable .cColumn #twoAds {
	margin:12px 0 0 0;
}

#mainTable .cColumn #twoAds:after,
#mainTable .cColumn#edPromo:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}   

#mainTable .cColumn #twoAds .subColumnA,
#mainTable .cColumn #twoAds .subColumnB{
	padding:0px!important;
	margin:0px!important;
}

#shell #main #mainTable td.cColumn #twoAds .subColumnB #Middle5{
	padding:0px!important;
	margin:0px!important;
}

#shell #main #mainTable .cColumn #twoAds .subColumnB #Middle4{
	border-top: 1px solid #e2e2e2;
	padding:5px 0px 0px 0px!important;
	margin:5px 0px 0px 0px!important;
	_margin-bottom:0px;
	_padding-bottom:0px;
}

/* Hides from IE-mac \*/
* html #twoAds,
* html #edPromo{
	height: 1%; 
}	

	#mainTable .cColumn #edPromo div.columnGroup{
		border:none!important;
		margin:0px!important;
		padding:0px!important;
	}

	#mainTable .cColumn #edPromo div#Middle5 {
		padding: 10px 0 0!important;
	}
	
	#mainTable .cColumn #edPromo div#Middle4 {
		padding: 10px 0 0 0!important;
	}
	
	#mainTable .cColumn #edPromo div.columnGroup.homeMediumAdGroup {
		text-align: center;
		clear: both;
		padding: 0;
		border:none;
		background-color:#EFEFEF;
		}

	div#page div#main  .cColumn div.columnGroup.firstColumnGroup{
		padding: 0px;
		margin: 0px;
		border:none;
		}

	#mainTable .cColumn div.columnGroup#adxBigAd, 
	#mainTable .cColumn div.columnGroup#HPMiddle {
		text-align: center;
		padding: 10px 0 10px 0;
		margin-top: 10px;
		border-top: 1px solid #e2e2e2;
		width: 337px;
		clear:both;
		}		
	
	
#mainTable .cColumn div.subColumnA,
#mainTable .cColumn div.subColumnB {
	width: 163px;
	_width: 163px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
	margin-right:1px;
	_margin-right:0;
}
	#mainTable .cColumn div.story {
		margin-bottom:1px;
	}
	#mainTable .cColumn div.subColumnB{padding-right:1px;}
	
	/*  nested subColumns */
	.columnGroup .subColumnA,
  .columnGroup .subColumnB,
	#mainTable .cColumn .subColumnA .subColumnA,
	#mainTable .cColumn .subColumnA .subColumnB {
		width:75px; 
		padding:0;
		margin:0;
		overflow:hidden; /* eliminate scrollbars in netscape 7.1 */
		}

/* BEGIN cColumn Heading Styles
----------------------------------*/
	.cColumn h4,
	.cColumn h5 {
		margin:0;
		padding:0;
	}
		
	#mainTable .cColumn div.subColumnA .story h5,
	#mainTable .cColumn div.subColumnB .story h5 {
		font-size: 90%;
		line-height: 1.1em;
		}
	
	#mainTable .cColumn div.subColumn h5,
	#mainTable .cColumn div.subColumnA h5,
	#mainTable .cColumn div.subColumnB h5 {
		font-family: Arial, sans-serif;
		font-size: 90%;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
	}

	#mainTable .cColumn div.subColumn div.story h5,
	#mainTable .cColumn div.subColumnA div.story h5,
	#mainTable .cColumn div.subColumnB div.story h5  {
		font-size: 100%;
		line-height: 1.1em;
		font-family: Georgia, Times, serif;
		text-transform: none;
		font-weight: bold;
	}

/* END cColumn Heading Styles 
----------------------------------------*/
	
	#mainTable .cColumn div.subColumn ul ,
	#mainTable .cColumn div.subColumnA ul ,
	#mainTable .cColumn div.subColumnB ul {
		margin: 0;
		font-family: Arial, sans-serif;
		list-style: none;
	}
	
	#mainTable .cColumn div.subColumnA ul li {
		list-style: none;
		padding-left: 5px;
		background: transparent url(images/misc/bullet4x4.gif) no-repeat 0px 5px;
	}	
		
/* top stories */
	div.aColumn div.story#topStory,
	div.aColumn div.story#topStoryVertical,
	div.aColumn div.story#topStoryThumbnailA,
	div.aColumn div.story#topStoryThumbnailB,
	div.aColumn div.story#topStoryHorizontal,
	div#page div#main div.abColumn div.story#topStorySuperwide,
	div.aColumn div.story#topStoryContinuedA,
	div.aColumn div.story#topStoryContinuedB {
		margin-top: 0px;
	}

/* BEGIN HEADING STYLES
-----------------------------------------*/

	h1{font-size:24px; margin:10px 0px 4px 0px;}
	h2{font-size:x-large;}
	h4{font-size:medium;}
		
	div#main div.columnGroup h4 { 
		text-transform: uppercase;
		font-family: Georgia, Times, serif;
		font-size: 95%;
		margin-top: 0;
		padding: 0;
	}

	#abColumns div.bColumn div.columnGroup h4 { 
		text-transform: uppercase;
		font-family: Arial;
		font-size: 90%;
		font-weight: normal;
	}
			
	div#main div.bColumn div.columnGroup h4 {
		_padding-top:10px;
	} 
	
	.abColumnWrapper h4,
	.abColumnWrapper h4 a {
		color:black;
		}
	
	.aColumn .columnGroup .story h5 {
		font-size:medium;
		line-height:1.08em;
		padding-bottom:2px;
		}
	
	.bColumn .story h5 {
		font-size: 100%;
		margin-bottom: 2px;
	}

	div.bColumn div.story#rank3 h5 {
		line-height: 1.2em;
		margin: 0;
		padding: 0;
		}

	.aColumn .story#topStoryContinuedA .callout h5,
	.bColumn .story#topStoryContinuedB .callout h5 {
		font-size: 130%;
		font-weight: bold;
		padding-bottom: 0;
		margin-bottom: 0;
		}

	#mainTable .abColumnWrapper .bColumn div.story h5 {
		margin-bottom: 1px;
	}
		
	
     /* ---------- AP Reuters styles -----------*/
	div#apr h4 a {
		color: black;
		}
	
	div#apr h5 a {
		font-size: 100%;
		line-height: 1.2em;
		font-weight: normal !important;
		margin-bottom: 0;
		padding-bottom: 0
	}

/* END HEADING STYLES
-----------------------------------------*/	


/* BEGIN KICKER STYLES
-----------------------------------------*/
	#latestDevelopments .kicker,
	#MoreNews .kicker {
	font-family:arial,sans-serif;
	font-size: 90%; 
	font-weight:normal;
	margin-bottom:2px;
		} 

	.kicker, .kicker a{
		color: black;
		text-transform: uppercase;
		font-family: Arial, sans-serif;
		font-size: 100%;
		line-height: 1.3em;
		display:block;
		}
	
/* BEGIN story styles
-----------------------------------------------*/
	.aColumn .story .summary{line-height:1.4em;}

	div.aColumn div.story#topStoryContinuedA {
		padding-top: 0;
		margin-bottom: 0px;
		_height: 1%;
		padding-bottom:0px;
	}
	
	div.aColumn div.story#topStoryContinuedB {
		background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x bottom left;
		padding-top: 5px;
		_padding-top: 7px;
		_height: 1%;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	div.story#topStoryContinuedB .story {
		padding-bottom: 0;
		margin-bottom: 0;
		}
		
	div#topStoryContinuedB .summary {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;
		color: #333;
	}
	
	div.story#topStoryContinuedB div.callout {
		float: none;
		
		margin-left: 1px;
		margin-top: 0;
		margin-bottom: 0;
		_margin-right: 2px;	
		
		padding-top: 4px;
		_padding-top: 0px;
		padding-bottom: 0;
	}
	
	
	div.story#topStoryContinuedB div.callout img {
		margin-top: 0;
		padding-top: 0;
		}
	
	div.story#topStoryContinuedB div.callout .credit {
		margin-bottom: 0;
		padding-bottom: 0;
		}

	.caption .credit {
		text-align: right;
		color: #666;
		font-size: 89.5%;
		}
	
	div.bColumn div.story#rank3 {
		background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x bottom left;
		padding-bottom: 13px;
		clear: both;	
		margin-top: 0;
		padding-top: 0;
		}
	
	div#apr .story {
		margin-bottom: 0;
		padding-bottom: 0;
		_margin-bottom: 6px;
		}
		
	div#apr div.byline {
		margin-bottom: 0;
		padding-bottom: 0
		}

/* END top story styles
-----------------------------------------------*/					

div.columnGroup div.columnGroupTools {
	float: right;
	font-family: Arial, sans-serif;
	font-size: 90%;
	}
					
	#morevideo {
		float: right;
		margin-top: 11px;
		font-size: 10px;
		font-family: sans-serif;
		}
	
	#most-emailed {
		margin-left: 25px;
		}
	
	
/* Paus B Column Editorial Promos March 28 */
	
	
.bColumn .columnGroup:after {
    content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html .bColumn .columnGroup .tabContent {
	height: 1%; 
	}
/* End hide from IE-mac */	

.bColumn .subColumnA {
        width:162px;
        padding-left:1px;
        _padding-left:2px;
        padding-right:5px;
        }
        
.bColumn .subColumnB {
	width:160px;
	padding-left:1px;
	}
 
a.select:hover {
        text-decoration: underline;
        }

a.select:first-line {
        line-height: 140%;
        }


/*Showtimes And Tickets*/

#showtimesAndTicketsSearch label {
		text-transform: uppercase;
		font-family: Arial;
		font-size: 90%;
        margin-top: 30px !important;
       	margin-bottom: 5px;
        clear: both;
        }

#showtimesAndTicketsSearchTextInput {
        width: 140px;
        clear: both;
        margin-top: 3px !important;
        border: 1px solid #ccc;
        /*\*/vertical-align: top;/*\*/
		display: inline;
		font-size: 90%;
		line-height: 1.3em;
        }
		
#showtimesAndTicketsSearchTextInput {
        width: 140px;
        clear: both;
        margin-top: 3px !important;
        border: 1px solid #ccc;
        vertical-align: top;
		display: inline;
		font-size: 90%;
		line-height: 1.3em;
        }		
		

#showtimesAndTicketsSubmit {
        margin-top: 3px !important;
        /*\*/vertical-align: top; /*\*/
		display: inline;
        }
			
/* Ad FONT FIX */
font {font-size: 90%;}	
	

/* BEGIN refer list styles
-----------------------------------------------------------------------*/

#shell ul.refer {font-size:small;padding-top:2px;}
#shell .story ul.refer {padding-top:2px;}
#shell ul.refer li {
	font-size:86%;
	_font-size:80%;
	padding-bottom:2px;	
	line-height:1.2em;
		}

#shell ul.refer li:last-child {
	padding-bottom:0;	
	}

/* $Id: templateStyle.css,v 1.36 2008/03/12 20:35:54 kom Exp $
   /css/home/screen/templateStyle.css
   (c)2006 - 2007 The New York Times Company  */

/* BEGIN rightSpan (337 standard) template
------------------------------------------------*/
#rightSpan { 
	/* background: white url(images/global/borders/verticalBorder.gif) repeat-y 179px top; */
	_height: 1%;
	}

#rightSpan div.bColumn {
	width: 337px;
	border: none;
	 _padding-left:14px;
	}

#rightSpan .story#topStoryContinuedB{margin-bottom:9px;} 

#abColumns .story#topStoryContinuedB,
#abColumns .story#topStoryContinuedB .callout,
#abColumns .bannerPlusBcolPromo {
	padding-top:0px!important;
	margin-top:0px;
	}

#rightSpan #latestDevelopments{
	padding-bottom:12px;
	margin-bottom:0px;
	}

#rightSpan div.doubleRule {
	padding:6px 0px;
	background-color:#fff;
	margin:0;
	}


#rightSpan div#topStoryContinuedB #rank3 .summary {
	font-size: 109.5%;
	font-family: Georgia, Times, serif;
	margin-top: 3px;
	}

#rightSpan div#topStoryContinuedB .callout .byline {
	margin-top:3px;
	font-size:93.5%;
	font-weight:normal;
	}

/* BEGIN rightSpan AND wideSpan 
------------------------------------------------*/
#rightSpan div.aColumn h3,
#wideSpan div.abColumn h3 {
	font-size: 165%; 
	text-transform: none;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 2px;
	_padding: 5px 0 0 0;
	padding: 0 0 0 0;
	font-family: Georgia, Times, serif;
	}

#rightSpanBelowWideSpan div.aColumn,
#rightSpan div.aColumn {
	width: 163px;
	border: none;
	margin: 0 0 0 0;
	}
	
#MoreNews {padding-top:11px;}


*html #rightSpan .clearboth,
*html #rightSpanBelowWideSpan .clearboth{
	display:none;} 
	
/* BEGIN 337Photo 3Column Option template
------------------------------------------------*/
#rightSpan.ThreeColumn { 
	background-color: transparent;
	padding-top:0px;
	margin-top:0px;
	}
	
#rightSpan.ThreeColumn .aColumn {padding-top:9px;} 

#rightSpan .bColumn {
        padding-top:0px;
        margin-top:0px;
	}
	
#rightSpan.ThreeColumn .bColumn .story#topStoryContinuedB .callout {
	border-top:9px solid white;
	padding-top:0px;
        margin-top:0px;
	} 

#rightSpan.ThreeColumn .story#topStoryContinuedB {
	background-color:white;margin-bottom:0;
        padding-top:0px;
        margin-top:0px;
	}

/*\*/
html*#rightSpan.ThreeColumn div.clearboth {
height:0;
_display:block;
_height:1px;
_line-height:9px;
}/**/

*html #rightSpan.ThreeColumn .bColumn .columnGroup {
	margin-left: -1px;
	}
	
#rightSpan.ThreeColumn .bColumn .columnGroup .subColumnB {
	width:162px;
	}
	
*html #rightSpan.ThreeColumn .bColumn .columnGroup .subColumnB {
	padding-left:1px;
	width:160px;
	}	

#rightSpan.ThreeColumn #MoreNews ul li {
	padding-bottom: 3px;
	}

/* BEGIN wideSpan template
------------------------------------------------*/
#widebannerPlusBcolPromo,
#wideSpan {
	background-image: url(images/aColumnHorizontalBorder.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-left:10px;
	margin-right:6px;
	_margin-right:0px;
	width:592px;
	_width:602px;
	padding-left:0;
	padding-top:7px;
	padding-bottom:6px;
	_padding-right:0;
	}
	

#wideSpan h2 {
	line-height:1.05em;
        padding-bottom:6px;
	font-size:x-large;
	}

#wideSpan h2.belowPhoto {
        padding-bottom:0;
        padding-top:7px;
        }

#wideSpan .caption{
	font-family: arial,Helvetica,sans-serif;
	font-size: 93%;
	}

#wideSpan #topStoryContinuedB .callout ul.refer {
	margin-bottom:7px;	 
	}

#wideSpan #topStoryContinuedB div.callout {
	width: 337px;
	padding-left:6px;
	_padding-top:4px;
	_padding-left:5px;
	}

#wideSpan div.callout img {text-align:right;}

#wideSpan div.aColumn {
	width: 160px;
	border: none;
	margin: 0; 
	}


#wideSpan div.aColumn ul.refer{padding-bottom:8px;}
	
#wideSpan div.bColumn {
	width: 337px;
	border: none;
	margin: 0px;
	}

#wideSpan .bColumn .columnGroup {
	margin-left: 7px;
	}

#wideSpan #MoreNews {
	margin-bottom: 8px;
	}

#wideSpan div.abColumn div.aColumn p.summary{
	line-height:1.4em;
	} 

#wideSpan div.aColumn p.summary {
	margin-top:4px; /* space btwn byline and main p.summary */
	margin-bottom:5px;
	color:#333;
	}	

/* BEGIN widesSpan promo 
- - - - - - - - - - - - - - - - - - - */	
#widebannerPlusBcolPromo {
	background-image:none;
	background-color:#fff;
	}

#wideSpan.bColumnPromo {
        background-image: none !important;
        padding-bottom: 12px !important;
        margin-bottom: 0px !important;
        _padding-bottom: 3px;
        _margin-bottom: 0px;
	}

#wideSpan.bColumnPromo div.aColumn {
        width:506px;
        _width:516px;
	border-bottom:1px solid #e5e5e5;
	}

#wideSpan.bColumnPromo .clearfix{
	_height:1px;
	_display:none;
	}

#wideSpan.bColumnPromo .abColumn .story{
	background-color: transparent;
	}

#wideSpan.bColumnPromo div.story {
	margin-top:0px;
	}

#wideSpan.bColumnPromo div.story div.callout {
        margin: 10px 0px 0px 0px;
	float:left;
	}
/* END  widesSpan promo 
- - - - - - - - - - - - - - - - - - - */	

		
#rightSpanBelowWideSpan {
	/* background: white url(images/global/borders/verticalBorder.gif) repeat-y 167px top; */
	_background-position:169px top;
	_height: 1%;
	margin: 0 5px 0 10px;
	padding-top:9px;
	}	

#rightSpanBelowWideSpan.ThreeColumn { 
	background-color: transparent;
	}

#rightSpanBelowWideSpan.bColumnPromo {
	padding-top:0px;
	/* background: white url(images/global/borders/verticalBorder.gif) repeat-y 343px top; */
	}

#rightSpanBelowWideSpan.bColumnPromo .aColumn,
#rightSpanBelowWideSpan .bColumn{
        width:337px;
        }	

#rightSpanBelowWideSpan.bColumnPromo .bColumn{
        width:163px;
        }	


#rightSpanBelowWideSpan .clearboth {
	background:none;
	height:0;
	}

#rightSpanBelowWideSpan .bColumn{
        width:337px;
        }	

#rightSpanBelowWideSpan .clearboth {
	background:none;
	height:0;
	}

#rightSpanBelowWideSpan.bColumnPromo div.aColumn{
	background-color:#fff;
	}

#rightSpanBelowWideSpan.bColumnPromo div.divider {
        background-image: url(images/aColumnHorizontalBorder.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
	clear:both;
	}
div.divider {
        background-image: url(images/aColumnHorizontalBorder.gif);
        background-repeat:repeat-x;
        background-position:bottom left;
	clear:both;
	}
#rightSpanBelowWideSpan.bColumnPromo div.aColumn div.subColumns {
	float:left;
	/* background: white url(images/global/borders/verticalBorder.gif) repeat-y 167px top; */
	width:337px;
	}

#rightSpanBelowWideSpan.bColumnPromo div.aColumn div.subColumnA{
	width:163px;
	}


#rightSpanBelowWideSpan.bColumnPromo div.aColumn div.subColumnA .story{
        padding-top:0px;
        margin-top:0px;
	}

#rightSpanBelowWideSpan.bColumnPromo div.aColumn div.subColumnB{
	width:163px;
	}



/* BEGIN wideSpan w/Subhead styles for Lede Story
------------------------------------------------*/
   
#wideSpan.subhead .abColumn h4 {
	font-size:130%;
	margin-top:1px;
	}

/* $Id: promos.css,v 1.19 2008/03/19 14:46:10 fisherc Exp $
   /css/home/screen/promos.css
   (c)2006 - 2008 The New York Times Company  */

/* @import url(/css/standalone/modules/screen/wallstreet/ondemand/general.css); */


/*C COLUMN PROMOS*/
#edPromo .subColumnA .columnGroup:last-child,
#edPromo .subColumnB .columnGroup:last-child{
  margin-bottom:0 !important;
}

#edPromo h4 {
  margin-bottom: 4px;
}

#edPromo h4 a{
  color:black;   
}

#edPromo .story{
  margin-top:0px !important;
  margin-bottom:12px !important;
}

#mainTable .cColumn #edPromo div.story:last-child{
  margin-bottom:0 !important;   
}

#edPromo .story p {
  line-height:135%;
}

#edPromo .story p:last-child{
  margin-bottom:0 !important;
}

#edPromo .callout {
  margin:0;
  padding:  4px 0 4px 5px; 
}

#edPromo form {
  display:block;
  width:auto;
}

/*nested subcolumns*/
#edPromo .subColumnA .subColumnA ul,
#edPromo .subColumnA .subColumnB ul {
  margin-bottom:12px !important;
}

#edPromo .subColumnA .subColumnA .refer li,
#edPromo .subColumnA .subColumnB .refer li{
  font-size:78%;
}

#mainTable .cColumn div.subColumnB .refer.opinion{
  font-size: small;
  }

#mainTable .cColumn div.subColumnB .refer.opinion li {
  margin-bottom: 4px;
  font-size:85%;
  line-height:1.1em;
}

#mainTable .cColumn .refer.opinion li a, 
#mainTable .cColumn .refer.opinion li.free a {
  font-family: Georgia, Times, serif;
}

/* Latest Developments */
#page div#latestDevelopments h5 {
  font-size: 99.5% !important;
  line-height: 1.1em;
  font-family: Georgia, Times, serif;
  text-transform: none;
  font-weight: bold;
} 

/* Election 2006 opinion */
.cColumn .columnGroup h4 a {
  color: #000;
}

#opPromo {
  overflow: hidden;
  border-top:0 !important;
  padding-top:0 !important;
  margin-top:0 !important;
}                  

#opPromo h4 {
  margin-bottom: 4px;
}

#TSfreeAccess {
  color: #ef5c23;
  text-transform: uppercase;
  font-size: 91.5%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  float:right;
  
}


/* Market Watch Module (updated)
---------------------------- */
h4.marketWatchHeadings {float:left;}

/*\*/
html*.MyPortfolioLink,
html*.StockQuotes div.StockInputLabel {
  margin-top: 1px;
  _margin-top:-2px;
   }

.MyPortfolioLink {
   float:left;
   font-family:arial,sans-serif;
   font-size:82%;
   padding-right:3px;
   margin-top:-2px;
   line-height:1.1em;
   _line-height:1.2em;
   }

img.StockChart {clear:both;}

.StockQuotes {
	clear:left;
	padding-top:6px;
	overflow:hidden;
	width:165px;
	}
	
.StockQuotes form {
	margin:0;
	padding:0;
	text-align:right;
	float:right;
	width:110px;
	_padding-top:1px;
	padding-right:1px;
	}

.StockQuotes div.StockInputLabel{
	float:left;
	color:#666;
	font-family:arial,sans-serif;
	font-size:82%;
	text-align:left;
	line-height:1.1em;
	margin-top:-2px;
	padding-right:2px;
	padding-left:4px;
	_padding-left:0;
	}

.StockQuotes #symb {
	font-size:93%;
	}

.StockQuotes #marketsSearchSubmit {
	padding-bottom:3px;
	}

* html .StockQuotes #marketsSearchSubmit {
	padding-bottom:0px;
	}

/* Market Watch Module (original) 
------------------------------------  */	   
#marketWatchModule {
	color: #666;
	font: 85% Arial, sans-serif;
	}
	
#marketWatchModule img {
  margin: 0 10px 10px 0;
	}
	
#marketWatchModule #marketsStockQuoteSearchSubmit {
	margin-top: 3px;
	vertical-align: text-bottom;
	} 
	
	
#marketWatchModule a {
  font-size: 85%;            
	display: block;
	}
	
#marketWatchModule input#searchQuery {
	width:4.7em;
	margin-bottom:3px;
	_margin-bottom:0;
	padding-top:2px;}


/* START classifiedsWidget styles
------------------------------------  */			
#classifiedsWidget .tabContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom:0 !important;
    border-bottom: 1px solid #ccc;
    }


		
#classifiedsWidget .tabContent .summary {
    line-height:110% !important;
    margin-bottom:6px !important;
    }

#classifiedsWidget #allClassifieds .kicker,
#classifiedsWidget #allClassifieds .refer  {
    margin-left: 7px !important;
    margin-right: 7px !important;
    }

#classifiedsWidget .story {
    margin-bottom:12px !important;
} 

#classifiedsWidget .callout {
    margin-left:12px !important;
} 


#classifiedsWidget .editColumn .kicker,
#classifiedsWidget .editColumn .refer,
#classifiedsWidget .searchColumn .kicker, 
#classifiedsWidget .searchColumn .refer  {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }

#classifiedsWidget .story .refer {
        font-size:inherit;
        }    

#classifiedsWidget .refer {
        font-family:Arial, Helvetica, sans-serif !important;
        font-size:85%;
        }

#classifiedsWidget .tabContent:after {
    content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html #classifiedsWidget .tabContent {
	height: 1%; 
	}
/* End hide from IE-mac */	

#classifiedsWidget .tabContent .subColumns {
    padding-left: 0px !important;
    padding-right: 0px !important; 
    }

#classifiedsWidget .tabContent .subColumnA,
#classifiedsWidget .tabContent .editColumn {
    width:173px;
    float:left;
    display:inline;
    margin-left:6px !important;
    margin-right:6px !important;
    border:none !important;
    }

#classifiedsWidget .tabContent .subColumnB,
#classifiedsWidget .tabContent .searchColumn {
    width:134px !important;
    float:left;
    display:inline;
    margin-left:6px !important;
    margin-right:6px !important;  
    border:none !important; 
    }

* html #classifiedsWidget .tabContent .subColumnB {
    margin-left:0px !important;
    }

#classifiedsWidget .tabContent .story h5 {
    font-size:100% !important;
    }

#classifiedsWidget .tabContent .kicker {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:90%;
    text-transform:uppercase;
    margin:0 0 2px 0 !important;
    clear:left;
    }

#classifiedsWidget .tabContent .subColumnA ul, 
#classifiedsWidget .tabContent .subColumnB ul {
    margin:0 0 0px 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size:90%;
    line-height:140%;

    }


#classifiedsWidget .tabContent .subColumnA li, 
#classifiedsWidget .tabContent .subColumnB li {
    background:none !important;
padding-left:2px !important;
    }


#classifiedsWidget .tabContent .subheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    display: block;
    margin-top: -3px !important;
    margin-bottom: 7px;
    }

#classifiedsWidget .tabContent .refer {
    margin-bottom: 10px;
    clear: both;
    }
        
#classifiedsWidget .tabContent .searchForm {
    float: left;
    display: inline;
    width: 134px !important;
    margin: 0 0 12px 0 !important;
    }

#classifiedsWidget .tabContent .searchForm input#searchQuery {
    width:128px;
    margin-bottom:4px;
    }

#classifiedsWidget .tabContent .searchForm input#searchSubmit {
    float:left;
    display:inline;
    clear:none !important;
    }

#classifiedsWidget .tabContent .searchForm .more {
    float:right;
    display:inline;
    margin-top:5px;
    font-size:.8em !important;
    }


/*Ads and announcements in classifieds*/

#classifiedsWidget .tabContent .announcement {
    width:305px !important;
    height:auto !important;
    padding:7px !important;
    margin: 4px 7px 7px 7px !important;
    background-color:#EFEFEF !important;
    }

#classifiedsWidget .tabContent .announcement p.summary {
    margin: 0px !important;
    }

#classifiedsWidget .tabContent .announcement .callout {
    width:120px;
    height:60px;
    margin-bottom:0px !important;
    /*border:1px solid #ccc;*/
    overflow:hidden;
    border:none;
    /*overflow:visible;*/
    }

#classifiedsWidget .tabContent .advertisement {
    clear:both;
    width:318px;
    padding:7px 0 0 !important;
    margin:0 7px 7px 7px !important;
	border-top: 1px solid #e2e2e2;    
}

div.tabFoot {
	text-align:center;
	padding:5px 0 0 0 !important;
	margin-bottom:5px;
}

div.tabFoot a.more {
	font-size:91.6%;
	font-family:Arial,sans-serif;
}



#jobMarket .advertisement .kicker,
#jobMarket .advertisement .summary,
#jobMarket .advertisement .refer {
    float:right !important;
    clear:none !important;
    width:172px !important;
    }

#classifiedsWidget .tabContent .advertisement .callout {
    float:left !important;
    display:inline;
    width:171px;
    height:96px;
    border:1px solid #ccc;
    overflow:hidden;
    margin-left:0px !important;
    margin-right:13px;
    padding:0;
    }

#classifiedsWidget .tabContent .story.advertisement h5, 
#classifiedsWidget .tabContent .story.announcement h5 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:90%!important;
    margin-bottom:0px !important;
    line-height:120%!important;
    }

#classifiedsWidget .tabContent .story.advertisement h5,
#classifiedsWidget .tabContent .story.advertisement p.summary {
    display:block;
    }

#classifiedsWidget .tabContent .story.advertisement p.summary, 
#classifiedsWidget .tabContent .story.announcement p.summary {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:90%!important;
    line-height:120%!important;
    margin-bottom:6px !important;
    color:#000 !important;
    letter-spacing:-0.01em;
    word-spacing:-0.15em;
    }

#classifiedsWidget .tabContent .advertisement .adCreative {
    float:left !important;
    } 

#classifiedsWidget .tabContent .searchColumn #moduleAd {
    clear:both;
    margin: 0px 0px 0px 0px !important;
    border:none;
    text-align:center;
    }

#jobMarket .adCreative {
    float:left !important;
    width:120px !important;
    height:60px !important;
    padding: 7px !important;
    margin:0 6px 0 0px;
    background:#EFEFEF;
    overflow:hidden;
    }

#classifiedsWidget .tabContent .searchColumn .adCreative {
    width:120px !important;
    height:60px !important;
    float:none !important;
    background: #EFEFEF;
    padding:7px;
    text-align:center;
    overflow:hidden;
    }

#classifiedsWidget .tabContent .searchColumn .adCreative img {
    text-align:center;
    float:none !important;
    margin:0;
    padding:0;
    }
    
/* END classifiedsWidget styles
------------------------------------  */    
	
	
/* $Id: belowFold.css,v 1.6 2007/12/12 20:38:28 kom Exp $
BEGIN generic below fold styles */	

div#page div#main div#belowFold {
	background: #f2f4f3;
	background: transparent url(images/belowFoldBg.gif) repeat-y 0px 0px;
	padding: 7px 0px 0px 0px;
	}

div#page div#main div#belowFold:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html div#page div#main div#belowFold {
	height: 1%; 
	}	

#belowFoldTable {
	width: 973px;
	_width: 968px;
	display: block;
	_display: table;
	border-collapse: collapse;
	/*\*/vertical-align: top;/*\*/
	background: transparent url(images/belowFoldBg.gif) repeat-y 0px 0px;
	}

#belowFoldTable td {
	/*\*/vertical-align: top;/*\*/
	}

#belowFoldTable td ul li ul li {
	margin: 0 !important;
	padding: 0 0 10px 8px !important;
	background-image: url(images/misc/bullet4x4.gif) ;
	background-position: 0 4px !important;
	_background-position: 0 7px !important;
	background-repeat: no-repeat !important;
	font-size: 90%;
	}

#belowFoldTable td ul h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 8px !important;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	}

#belowFoldTable .cColumn div.columnGroup div.subColumnA,
#belowFoldTable .cColumn div.columnGroup div.subColumnB{	
	width: 49%;
	padding: 0px;
	position: static;
	border: none;
	}


#belowFoldTable .cColumn div.columnGroup div.subColumnA ul,
#belowFoldTable .cColumn div.columnGroup div.subColumnB ul,
#belowFoldTable .cColumn div.columnGroup.Bottom1  {
	margin: 0px;
	padding-bottom:0px;
	font-size: 85%;
	font-family: Arial, sans-serif;
	list-style: none;
	}
	
#belowFoldTable .cColumn div.columnGroup.Bottom1{
	
}
/* END generic below fold styles */	


	
/* BEGIN c-Column styles */	
#belowFoldTable .cColumn {
	/**/border-left: 1px solid #E2E2E2;
	padding: 0px 10px 12px 5px;
	margin: 0px 0px 0px 5px;
	height: 100%;
	width:341px;
	_width:336px;
	float:none;
	}

	
#belowFoldTable .cColumn div.columnGroup {
	 margin: 10px 0px 0px 0px;
	 padding: 10px 0px 0px 0px;
	 border-top:1px #ccc solid;/**/
}	

#belowFoldTable .cColumn div#Box1 {
	 border-top:none;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
}	
	
/* BEGIN Most Popular Module
------------------------------ */

#belowFoldTable td.cColumn #mostPopWidget {
	font-size:90%;
	}

#belowFoldTable td.cColumn .firstColumnGroup #mostPopWidget {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	}
	
#belowFoldTable td.cColumn #mostPopWidget h4{
	margin: 0px 0px 3px 0px;
	}
/* END Most Popular Module 
----------------------------- */


/* BEGIN classifiedsWidget
------------------------------ */
#belowFoldTable td.cColumn #classifiedsWidget{
	margin-bottom: 12px;
	}

#belowFoldTable td.cColumn #classifiedsWidget .tabContent {
	font-size:95%;
	}
	
#belowFoldTable td.cColumn div.columnGroup #classifiedsWidget div#tabsContainer {
	top: 1px;
	}

/* END classifiedsWidget 
----------------------------- */


#belowFoldTable .cColumn div.columnGroup div.subColumnA {
	border-right:1px #ccc solid;
	}

#belowFoldTable .cColumn div.columnGroup div.subColumnA div.centered,
#belowFoldTable .cColumn div.columnGroup div.subColumnB div.centered {
	text-align:center;
	}

#belowFoldTable .cColumn div.columnGroup div.subColumnA h5,
#belowFoldTable .cColumn div.columnGroup div.subColumnB h5{
	font-family: Arial, sans-serif;
	font-size: 80%;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	}

#belowFoldTable .cColumn div.columnGroup div.subColumnA ul,
#belowFoldTable .cColumn div.columnGroup div.subColumnB ul{
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}
/**/
#belowFoldTable .cColumn div.columnGroup ul.singleColumn li{
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
}

#belowFoldTable .cColumn div.columnGroup div.subColumnA ul li,
#belowFoldTable .cColumn div.columnGroup div.subColumnB ul li{
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

#belowFoldTable .cColumn div.columnGroup div.subColumnA ul li.last{
	padding: 0 0 0 0;

}
	
#belowFoldTable .cColumn div.columnGroup img.imageXML {
	padding-bottom:0px;
}
	
/* BEGIN c-Column ad bar styles */	
#adBar div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails ,
#adBar div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li, 
#adBar div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li a {
	width: auto;
	float: none;
	margin: 0px;
	padding: 0px;
	position: static;
	height: auto;
	color: #808080;
	}

#adBar div.columnGroup.advertisementColumnGroup ul.advertisementThumbnails li { 
	margin-bottom: 13px;
	}
	
#belowFoldTable td#adBar {
	width: 88px;
	_width: 82px;
	padding-left: 5px;
	padding-right: 4px;
	border-left: none;	
	height: 100%;
	}

#belowFoldTable td#adBar font {
	font-family: Arial, sans-serif;
	font-size: 10px;
	}	
	
#belowFold #belowFoldTable #SponLinkHP {
	margin-top:12px;
	}
	
#belowFold #belowFoldTable #SponLinkHP table table td{
	padding-top: 4px;
	}
	
/* END c-Column ad bar styles */	

/* END c-Column styles */	

	
	
/* BEGIN A2/headline well styles */	
#belowFoldTable td.listing div.columnGroup {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin: 12px 7px 0px 0px;
	}

#belowFoldTable td.listing div.centered {
	text-align:center;
}

#belowFoldTable td.listing ul li h4 a {
	color:#000;
	font-weight: normal;
}

#belowFoldTable td.listing {
	border-left: 1px solid #E2E2E2;
	width: 165px;
	_width: 160px;
	padding: 0px 5px;
	/**/
	padding-left: expression( this == this.parentNode.firstChild ? "10px" : "5px" );
	width: expression( this == this.parentNode.firstChild ? "165px" : "170px" );
	
	border-left-width: expression( this == this.parentNode.firstChild ? "0px" : "1px" );
	}

/*	*/
#belowFoldTable td.listing.first {
	border-left: none;
	width: 162px;
	_width: 167px;
	padding: 0px 5px;
	/**/
	padding-left: expression( this == this.parentNode.firstChild ? "10px" : "5px" );
	
	width: expression( this == this.parentNode.firstChild ? "162px" : "167px" );
	
	}

#belowFoldTable td.listing ul {
	margin-left: 2px;
	margin-right: 5px;
	}

#belowFoldTable td.listing ul ul {
	margin-left: 0;	
	}

#belowFoldTable td.listing ul ul li {
	padding: 0;
	margin-bottom: 12px;
	padding-bottom: 12px;
	}


#belowFoldTable td.listing:first-child {
	padding-left: 10px;
	width: 163px;
	border-left: none;
	}

#belowFoldTable td.listing ul,
#belowFoldTable td.listing ul li {
	list-style: none;
	padding-bottom: 6px;
	}

/* END A2/headline well styles */	
	
/* $Id: insidenytimes.css,v 1.6 2007/09/14 18:30:54 fisherc Exp $
   /css/common/screen/insidenytimes.css
   (c)2006 - 2007 The New York Times Company  */

/* <insideNYTimes> */

div#shell div#page div#main div#insideNYTimes {
    background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x bottom left;
    padding-bottom: 4px;
    clear: both;
    }

div#shell div#page div#main div#insideNYTimes div#insideNYTimesHeader {
    clear: both;
    background: transparent url(images/aColumnHorizontalBorder.gif) repeat-x 0px 0px;
    border-bottom: 1px solid #D3D3D3; 
    display: block;
    padding: 0px 10px;
    }
    
div#insideNYTimes div#insideNYTimesHeader #mothNavButtons {        
    float: right;
    margin-top:7px
    }

div#shell div#page div#main div#insideNYTimes div#insideNYTimesHeader h4 {
    font-family:Georgia, serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 0px;
    font-size: 100%;
    _font-size: 95%;
    padding: 11px 0px 6px 0px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser {
    border-collapse: collapse;
    table-layout: fixed;
    width: 970px;
    position: static;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    border: 0px solid #D3D3D3; 
    border-left-width: 1px;
    text-align: left;
    /*\*/vertical-align: top;/*\*/
    width: 160px !important;
    padding:0 !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story {
    width:151px;
    padding: 0 5px !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story h5 {
    font-size: 100%;
    _font-size: 95%;
    font-weight:normal;
    margin-top: 5px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story a.select:first-line {
    font-size: inherit;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 90%;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4 {
    margin: 15px 5px 10px !important;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    height: 1.2em;
    font-size: 100%;
    width:140px !important;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4 a {
    padding: 0px;
    color:#000000;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th h4.select {
    color: transparent;
    padding-top: 1.2em;
    height: 0px;
    overflow: hidden;
    background: transparent url(images/headers/timesselect_header92x11.gif) no-repeat left;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th {
    border-left-width: expression( this == this.parentNode.firstChild ? "0px" : "1px" );
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td:first-child , 
div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser th:first-child {
    border-left-width: 0px;
    }

div#shell div#page div#main div#insideNYTimes table#insideNYTimesBrowser td div.story div.callout {
    float: none;
    margin: 0px;
    padding: 0px;
    }
    

	
/* </insideNYTimes> */



/* <abColumn insideNYTimes> */
.abColumn div#insideNYTimes {
margin-bottom:12px;
}

.abColumn div#insideNYTimes table#insideNYTimesBrowser {
    float:left;
    }

.abColumn div#insideNYTimes table#insideNYTimesBrowser td,
.abColumn div#insideNYTimes table#insideNYTimesBrowser th {
   width:160px!important;
   padding:0;
   border-left-width: 1px !important;
   border-right-width: 1px !important;
   }

.abColumn div#insideNYTimes table#insideNYTimesBrowser {
    width:480px !important;
    }

.abColumn div#insideNYTimes div.leftPanel,
.abColumn div#insideNYTimes div.rightPanel {
    width:58px;
    float:left;
    text-align:center;
    padding-top:100px;
    padding-bottom:100px;
    height:30px;
    }

.abColumn div#insideNYTimes table#insideNYTimesBrowser td div.story {
    width:151px;
    }

.abColumn div#insideNYTimes:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

/* Hides from IE-mac \*/
* html .abColumn div#insideNYTimes {
	height: 1%; 
	}
/* End hide from IE-mac */
	    
/* </abColumn insideNYTimes> */
div#shell div#page div#main {
	clear: both;
	margin-bottom: 0;
	padding: 0;
	background: transparent url(images/global/backgrounds/main_article_BG.gif) repeat-y -1px top; 
	} 

div#shell div#page div#main.noBg {
	background: none ;
	}
	
#main #aColumn {
	padding-left:10px;
	float:left;
	width: 600px;
	}

#main #bColumn {
	width: 336px;
	float: right;
	padding-right: 9px;
	}

#spanHeader { 
	text-align: center; 
	margin: 10px 0; 
	}
	
	
/* Article Body */

#aColumn h1 {
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	}

#aColumn h1.multiplePage {
	font-size:150%;
	}

#aColumn #article .kicker {
	text-transform:uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	}

#aColumn #article .byline {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	font-size: 87%;
	font-weight:normal;
	}	

#aColumn #article .timestamp {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	font-size: 87%;
	}	
	
#article .byline {
	margin-top:4px;
	font-size:1em;
}
#article h3 {
	font-size:1.2em;
	margin-top:2px;
}

/*\*/
html*#aColumn #article .byline,
html*#aColumn #article .timestamp  {
       font-size:80%;
	}	
	
	
div#shell div#page div#main .cColumn div.columnGroup {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	}	
	
  
#articleBody {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: 1.5em;
	} 
	
#articleBody p {
	margin-bottom:12px;
	color:#333333;
	} 
	
#articleBody a {
	text-decoration: underline;
	}
	
#articleBody #articleInline a:link {
	text-decoration: none;
	}  
	
#articleBody #articleInline a:hover {
	text-decoration: underline;
	}
	
#articleBody .inlineLeft {
	margin-right: 15px !important;
	}

#articleBody span.bold {
	font-weight:bold;
}	

#articleBody span.italic {
  font-style:italic;
}

#articleBody blockquote {
  font-size:88%;
  color:#333;
  line-height:139%;
}
	
#authorId {
	clear: both;
	font-style: italic;
	}


/* List of Corrections  */

ul.corrList span{
	font-family: arial, sans-serif;
	font-size: 73.1%;
	color: #333333;
	margin-left: 5px;
}

ul.corrList a {
	background:transparent url(images/misc/bullet4x4.gif) no-repeat scroll 0pt 0.6em;
	padding:0pt 0pt 0pt 8px;
	font-size: 99.8%;
	text-decoration: none !important;
}

ul.corrList a:hover { text-decoration: underline !important; }	
			
ul.corrList { margin-left: 0px; }


/* Correction Note */

.correctionNote { font-style: italic;}

.correctionNote span.date { font-weight: bold; }


/* Wide image template */ 

#wideImage img {
	display:block;
	background: none;
	}
	
	
#wideImage.image {
	border-bottom: none;
	margin-bottom: 5px;
	background: none;
	}

#wideImage .credit {
	width: 100%;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #909090;
	margin-bottom: 3px;
	}
	
#wideImage p.caption {
	font-size: 91.6%;
	font-family: arial, helvetica, sans-serif;
	color: #666;
	line-height: 1.2em;
	margin: 0;
	padding: 0;	
	}


/* Breaking News Alert  */

#breakingNewsAlert {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAE8E9;
	}

#breakingNewsAlert h2 {
	font-size: 145%;
	line-height: 1.2em;
	font-family: Times New Roman, Times, Serif;
	margin: 0;
	padding: 0;
	}

#breakingNewsAlert .alertTime {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: #990000;
	font-weight: bold;
	}


/* BEGIN inlineVideo styles
----------------------------------*/

#articleBody .inlineVideo.left {
	float: left;
	clear: left;
	margin-top: 32px;
	}

.inlineVideo.right {
	float:right;
	}

.inlineVideo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:83.3%;
	}

/* END inlineVideo styles
----------------------------------*/



/* BEGIN Bottom of aColumn 
----------------------------------*/
#aColumn #article {
	width: 600px;
	clear: both;
	}

#aColumn #articleExtras {
	width: 600px;
	margin-top: 1.5em;
	clear: both;
	}


/* News Tracker */

#relatedTopics {
	clear:both;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}

* html #relatedTopics {
	width: 100%;
	}		

#relatedTopics li {
	display: block;
	float: left;
	clear: both;
	width: 400px;
	}

#relatedTopics li span {
	display: block;
	float: left;
	width: 262px;
	padding: 2px 0px 2px 0px;
	}

#relatedTopics li span a { 
	display: block; 
	width: 250px; 
	}

#relatedTopics li span.alert a { 
	width: auto; 
	}

#relatedTopics li span.alert {
	padding: 2px 0px 2px 22px;
	width: 100px;
	background: url(images/apps/mytimes/add_content.gif) no-repeat;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 91.6%;
	}

#relatedTopics form {
	margin:0px;
	padding:0px;
	}

div.mentioned {
	margin-bottom:27px;
	}

#articleExtras h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 5px 0;
	}
	
#relatedArticles ul,	
#relatedTopics ul,
#relatedBlogs ul {
	margin-left: 5px;
	}	

#relatedBlogs {
	margin-bottom: 1.5em;
	font-family: Georgia, "Times New Roman", sans-serif;
	}

#relatedBlogs li {
	font-size: 100%;
	background-image: url(images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;	
	background-position: 0 .45em;
	}
	
#relatedBlogs .timestamp {
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	color: #990000;
	line-height: 1.3em;
	}
	
#relatedBlogs .summary {
	font-size: 90%;
	margin-bottom: .5em;
	}
	
#relatedBlogs li .summary {
	font-size: 100%;
	margin-bottom: .5em;
	line-height: 1.2em;
	}

#relatedArticles {
	margin-bottom:1.5em;
	}

#relatedArticles li,
#relatedTopics li {
	font-size: 100%;
	background-image: url(images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;	
	background-position: 0 .45em;
	}
	
#relatedArticles .more {
	font-weight:bold;
	}

#articleTips .summary {
	font-size: 100%;
	padding-bottom: 10px;
	}

#articleExtras p {
	margin:0px;
	}

#pageLinks {
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	padding-bottom: 2px;
	}

#pageLinks a.next, #pageLinks a.previous {
	text-transform: uppercase;
	padding: 2px 4px 2px 5px;
	border: 1px solid #004276;
	font-size: 76%;
	text-decoration: none;
	font-weight: bold;
	}

#pageLinks a.next:hover, #pageLinks a.previous:hover {
	border: 1px solid #900;
	}

#pageNumbers {
	margin: .5em .2em .5em 10px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	display: inline;
	position:relative;
	text-vertical-align: center;
	}

#pageNumbers li {
	font-size: 86%;
	font-weight: bold;
	display:inline;
	padding-right: .7em;
	margin-right: .7em;
	padding-left: 0em;
	margin-left: 0em;
	border-right: 1px solid #999;
	border-right: expression((this.parentNode.lastChild == this)? "none" : "1px solid #666" );
	padding-right: expression((this.parentNode.lastChild == this)? "0px" : "1em" );
	}

#pageNumbers li:last-child {
	border:none;
	padding-right: 0;
	}
	
#aColumn .nextArticleLink, #aColumn .nextArticleLink a {
	margin: 4px 0 15px 0;
	clear:both;
	float:right;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	}
	
#aColumn .nextArticleLink a:hover {
	text-decoration: underline;
	} 
			
	
#bColumn .columnGroup .nextArticleLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	}

* html #aColumn .nextArticleLink {
	top: 1.5em;
	}

#adxCircBottom {
	clear:both;
	padding-bottom:15px;
	margin-bottom: 10px;
	text-align: left;
	}

#masthead #Bar3,	
#adxCircBottom a, #adxCircBottom font {
	font: bold 100% arial, helvetica, sans-serif;
	color:#004276;
	}
	
#masthead #Bar3 {
	font-weight:normal;
}

#aColumn #adxSponLink {
	clear: both;
	width:100%;
	}

#aColumn #adxSponLink iframe {
	margin-bottom: 10px;
	}


/* Article Tools */

.articleTools {
	border-left: 1px solid #EAE8E9;
	border-right: 1px solid #EAE8E9;
	float: right;                                   
	margin: 5px 0 5px 5px;
	width: 125px;
	}

.toolsContainer {
	margin:0px;
	border-top: 1px solid #EAE8E9;
	border-bottom: 1px solid #EAE8E9;
	}

.toolsContainer ul.toolsList {
	margin: 5px 0 0 2px;
	padding: 4px 10px 5px 10px;
	clear: both;
	}	

.articleTools .toolsContainer ul.toolsList li {
	padding: 5px 0 5px 0;
	margin-bottom: 1px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 80%; 
	line-height: 1.4em;
	text-transform: uppercase;  
	list-style-image: none;
	border-bottom: 1px solid #EAE8E9;
	}

.articleTools .toolsContainer ul.toolsList li a {
  color: #333;
	}

.articleTools .toolsContainer ul.toolsList #post {
        margin-top: -1px;
        margin-left: -2px;
}

.articleTools .toolsContainer ul.toolsList #post.post a,
.articleTools .toolsContainer ul.toolsList #post.postFrame a {
	background-image: url(images/article/functions/toolsicon_anim.gif);
	background-repeat: no-repeat;
	padding: 2px 0 3px 20px;
	} 

.articleTools .toolsContainer ul.toolsList #post.post a:hover {
	background-image: url(images/article/functions/expand.gif);
	
}	

.articleTools .toolsContainer ul.toolsList #post.postFrame a {
	background-image: url(images/article/functions/contract.gif);
}

.toolsContainer ul.toolsList li ul#postList {
	margin: 0 0 0 7px;
	padding: 4px 5px 0 0;
	clear: both;
}	

.articleTools .toolsContainer ul.toolsList li ul#postList li {
	padding: 3px 0 3px 0;
	line-height: 1.4em;
	font-size: 100%; 	
	border-bottom: 0;
}
	
#emailThis input {
	background-image: url(images/article/functions/tools_email.gif);
	background-repeat: no-repeat;
	padding: 0 0 1px 16px;
	margin:0px;
	background-color: #fff;
	border-style:none;
	text-decoration: underline;
	color: #006;
	cursor:pointer;
	font-size: 100%;
	}

#adxToolSponsor {
	padding: 5px 10px 5px 18px;
	}


* html #emailThis input { /*IE*/
	padding:0px 0 1px 8px;
	margin-bottom: 0;
	}

.articleTools ul.toolsList .email form {
	margin:0px;
	}

#emailThis a,
#emailThisButton a {
	background-image: url(images/article/functions/tools_email.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .comments a {
        background-image: url(images/article/comments/icons/comment_black.gif);
        background-repeat: no-repeat;
        padding: 2px 0 0px 20px;
        }

.articleTools ul.toolsList .print a {
	background-image: url(images/article/functions/tools_print.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .singlePage a {
	background-image: url(images/article/functions/tools_single.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .reprints a {
	background-image: url(images/article/functions/tools_reprints.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}

.articleTools ul.toolsList .savepage a {
	background-image: url(images/article/functions/tools_save.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
	}
	
.articleTools .toolsContainer ul.toolsList li ul#postList .digg a,
.articleTools .toolsContainer ul.toolsList li ul#postList .facebook a,
.articleTools .toolsContainer ul.toolsList li ul#postList .newsvine a,
.articleTools .toolsContainer ul.toolsList li ul#postList .permalink a,
.articleTools .toolsContainer ul.toolsList li ul#postList .mixx a,
.articleTools .toolsContainer ul.toolsList li ul#postList .delicious a {
        background-repeat: no-repeat;
        padding: 3px 0 3px 20px;
		color: #004276;				
}

.articleTools .toolsContainer ul.toolsList li ul#postList .digg a {
        background-image: url(images/article/functions/digg.gif);
	}
		
.articleTools .toolsContainer ul.toolsList li ul#postList .facebook a {
        background-image: url(images/article/functions/facebook.gif);
        }

.articleTools .toolsContainer ul.toolsList li ul#postList .newsvine a {
        background-image: url(images/article/functions/newsvine.gif);
        }
		
.articleTools .toolsContainer ul.toolsList li ul#postList .permalink a {
        background-image: url(images/article/functions/permalink.gif);
        padding-bottom: 0;
        }
		
.articleTools .toolsContainer ul.toolsList li ul#postList .delicious a {
        background-image: url(images/article/functions/delicious.gif);
        }
	
/* Yahoo's own CSS for Buzz badge, in the share tools */	
#yahooBuzzBadge-form a {
    background:none!important;
    padding-left:0!important;
}
#yahooBuzzBadge-form span span {
    top:-3px!important;
}

		
.articleTools .toolsContainer ul.toolsList li ul#postList .mixx a {
        background-image: url(images/article/functions/mixx.gif);
        }
		
/* End Article Tools */


/*Visibillity*/
.show {display:block;}
.hide {display:none;}	


/* BEGIN Article Inline 
--------------------------------*/

#articleInline h2 {
        font-weight:normal ;
        }

#articleInline {
	display:block; /* had been set to none in main.css for buggy browsers*/
	margin: 4px 15px 10px 0;
	float:left;
	}

#inlineBox {
	width: 190px;
	}

#articleInline a {
	text-decoration: none;
	}

#articleInline h3.promo,
#articleInline h4 {
    font-family: arial, helvetica, sans-serif ;
	font-size: 95% ;
	line-height: 1.4em;
	font-weight: bold !important;
	margin: 0 ;
	}

#articleInline h2 {
    font-size:100%;
	}

#articleInline .story h2 {
	font-size: 100% ;
    line-height: .8em ;
    }
		
		
#articleInline h5 img,
#articleInline h2 img {
	vertical-align: middle;
    margin-bottom:0 ;
    }

#articleInline .story h5 {
    font-size: 90% ;
    line-height: 1.4em;
    }

#articleInline h4 a,
#articleInline h3 a {
	color: black;
    }
    
#articleInline .subheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	display: block;
	margin-top: -5px ;
	margin-bottom: 7px;
	line-height: 1em;
    }

#articleInline  .branded + .subheader {
	margin-top: 0 ;
    }

#articleInline .subheader {
    line-height:120%;
    margin-top: 3px;
    }

#articleInline .story p.summary {
	font-size: 90%;
  line-height: 1.4em;
    }

#articleInline .story  {
	margin-top: 8px;
    padding:0 ;
    }

#articleInline .story img {
    margin-bottom:8px;
    }

#articleInline .kicker {
	text-transform:uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	}

#articleInline .doubleRule {
    margin-top:0 ;
    }

#inlineReadersOpinion,
#inlineMultimedia,
#sidebarArticles,
#sectionPromo,
.sectionPromo {
	background: transparent url(images/global/borders/aColumnHorizontalBorder.gif) repeat-x left top;
	padding-top: 15px ;
	padding-bottom: 10px ;
	margin-bottom: 0;
	}

/*Article inline images */

.image {
	padding-bottom: 1px;
	}

.image img {
	margin: 0;
	padding: 0 0 1px 0;
	}

#articleInline .callout.span,
#articleInline .callout.media {
	margin-left:0 ;
}

#articleInline .image .credit {
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #909090;
	margin-bottom: 3px;
	padding: 0;
	}

#articleInline .image .caption {
	font-size: 73.5%;
	font-family: arial, helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	line-height:1.2em;
	}
	
#articleInline .image .caption strong {
	color: #000;
	}	

#articleInline .image {
	margin-bottom: 10px;
	}
	
#wideImage {margin-top:12px;}

#wideImage .credit {
	text-align: right;
	font-size: 9px;
	}

.image .enlargeThis {
	display:block;
	text-align:right;
	margin-bottom: 2px;
	}

.image .enlargeThis a {
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	padding-left: 15px;
	background-image: url(images/multimedia/icons/enlarge_icon.gif);
	background-repeat:no-repeat;
	background-position: center left;
	text-decoration:none;
	}

#inlineMultimedia .story {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	}

#inlineMultimedia .story.first {
	border-top: 0;
} 
	
#inlineMultimedia .kicker {
	text-transform:uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	margin: 0;
	padding: 0;
	}	

#inlineMultimedia h2, 
#inlineMultimedia h2 a {
	font-size: 80%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	}

#inlineMultimedia h3 {
	font-size: 70%;
	margin: 0;
	padding: 0;
	}	

#inlineMultimedia .summary {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	}

#inlineMultimedia .story img {
	margin-top:12px;
	}

#inlineMultimedia .headlineWrapper {
	padding-top:8px;
	}
	
#articleInline img.thumbnail {
	float: left;
	margin: 0 8px 8px 0;
	}

#articleInline .kickerImage img {
	border:0px;
	}

#articleInline img.header {
	margin: 0 0 4px 1px;
	padding:0px;
	display:block;
	}

#inlineReadersOpinion h2,
#inlineReadersOpinion p,
#sidebarArticles h2,
#sidebarArticles p {
	margin: 5px 1px;
	font-size: 100% ;
	font-weight: normal;
	}
	
#inlineReadersOpinion h4,
#sidebarArticles h4 {
	margin: 5px 1px;
	font-size: 95% ;
	font-weight: normal;
	}	
	
	
#inlineReadersOpinion h2 a, 
#inlineReadersOpinion .story h2 a {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: normal;
	}
	
#sidebarArticles li {
	font-size: 100%;
	background-image: url(images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	background-position: 0 .45em;
	margin-top: 1em;
	}

#sidebarArticles h2, 
#sidebarArticles.story h2 {
	margin: 6px 0;
	padding: 0;
	font-size: 80% ;
    line-height:1.4em;
	font-weight: normal;
	}

#sidebarArticles a {
	font-size:11.8px;
	font-size:80%;
	line-height:1.4em;
	margin-top:6px;
	display:block;
	}

#sidebarArticles h2 a, 
#sidebarArticles.story h2 a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
    margin:0;
    display:inline;
	}

#sectionPromo .subheader {
	font-weight:bold;
	margin-top: 1em;
	}

#inlineCobrand {
	font-family: arial, Helevetica, sans-serif;
	font-size: 69%;
	line-height:1.4em;
	margin-bottom: 12px;
	}

#inlineCobrand img.header {
	display:block;
	}

#inlineCobrand .box {
	margin-top: 4px;
	border: 1px solid #ccc;
	padding:11px;
	}

#inlineCobrand h4,
#inlineCobrand ul {
	margin:0px 0 1em 0;
	font-size: 100%;
	}

#inlineCobrand li {
	font-size: 100%;
	background-image: url(images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	background-position: 0 .45em;
	padding-left:10px;
	}

#articleInline ul {
	margin: 0 0 4px 0;
	line-height: 1.3em;
        }

#articleInline ul li {
	background-image: url(images/misc/bullet4x4.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	_padding: 0 0 0 8px;
	background-position: 0 .45em;
	_background-position: left .45em;
    }

#articleInline ul,
#articleInline ol {
	font-size: 90%;
	line-height: 1.3em;
    }
    
#articleInline .more {
	font-family: arial, helvetica, sans-serif ;
	font-size: 80% ;
	margin-top:0 ;
	}

#articleInline p.nitf {margin:0;}

/* END Article Inline 
--------------------------------*/


.jumpLink {
	display:none;
	}

/* Printer version */
body.printerversion #articleInline {
	float: right;
	}

body.printerversion .byline {
	font-weight:bold;
	}

/* A COLUMN ENDS */


/* B-column Content */

#bColumn div.columnGroup {
	border-top: 1px solid #ccc;
	border-top: expression((this.parentNode.firstChild == this)? "none" :
"1px solid #ccc");
	padding-top: 12px;
	padding-top: expression((this.parentNode.firstChild == this)? "0" :
"12px");
	padding-bottom: 12px;
	}

#bColumn div.columnGroup:first-Child {
	border-top: none;
	padding-top: 0;
	}
	
#bColumn #adxBigAd {                        
	text-align: center; 
	_border-top: none;
	padding-top: 12px;             
	}	


/* BEGIN Ads
--------------------------------*/
#adxBigAd.columnGroup {                        
	text-align:center; 
	_border-top: none;
	padding-top: 0;             
	}

#adxBigAd table {
	margin: auto;
	}

#adxBigAd h4 {
	margin:0px;
	padding:0px 0 3px 0;
	font-family: arial, helvetica, San Serif;
	font-size: 78%;
	color:#999;
	}
#adxMiddle {
	margin-bottom:15px;
	}	
#advertiserLinks {
	border:1px solid #dedede;
	font-family: arial, helvetica, sans-serif;
	overflow: hidden;
	}
	
#advertiserLinks h4 {
	font-size: 93%;
	font-weight: normal;
	text-transform: uppercase;
	margin:0px;
	background-color: #efefef;
	padding: 2px 6px;
	color: #999;
	border-bottom:1px solid #dedede;
	}
	
#advertiserLinks table {
	margin: 10px 0;
	width: 100%;
	}
	
#advertiserLinks td {
	padding: 0 10px;
	font-family: arial, helvetica, sans-serif;
	}
	
#advertiserLinks td.gutter {
	padding:0px;
	background-color:#efefef;
	width:1px;
	}
#advertiserLinks a {
	text-decoration: none;
	}
	
#advertiserLinks li {
	padding-bottom: .7em; 
	}
		
#advertiserLinks h5 {
	font-size: 100%;
	margin:0px;
	padding:0px;
	text-decoration: underline;
	font-weight: bold;
	}

#advertiserLinks p {
	margin: 0;
	padding:0px;
	}	

#advertiserLinks .description {
	font-size: 86%;
	}
	
#advertiserLinks .adUrl {
	font-size: 79%;
	}

* html #advertiserLinks .adUrl{
	overflow: hidden;
	word-wrap: break-word;
	width: 150px;
	}
	
#advertiserLinkImg {
	text-align: center;
	margin:0px;
	padding:0px;
	}
	
#adTextLinkImg img {
	border: none;
	}
	
#adxSponLink {
	clear: both;
	width:100%;
	}

#adxSponLink iframe { 
	margin-bottom: 10px;
	}
	
/* Inside NY Times Box Override Style */
div#shell div#page div#main div#insideNYTimes {
	background: #fff !important;
	}
	
#sponsoredLinks {
	font-family: arial, helvetica, sans-serif;
	clear: both;
	}
	
#sponsoredLinks #header {
	padding: 1px;
	background: #f4f4f4;
	font-family: arial, helvetica, sans-serif;
	}
	
*html #sponsoredLinks #header {
	padding: 3px;
	}	
	
#header h4 {
	color: #999999;
	font-weight: normal;
	margin: 0 0 0 2px;
	padding: 0 0 0 2px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	}
	
#header .whatIs a {
	font-size: 90%;
	float: right;
	text-transform: lowercase;
	}

#adContent { 
	padding: 10px;
	}
	
#adContent .ad,
#adContent .ad a:link,
#adContent .ad a:visited {
	padding-bottom: 10px;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	color: #004276;
	}
	
*html #sponsoredLinks td.ad {
	font-size: 90%;
	}
	
	.tableless {font-family: arial, helvetica, sans-serif; font-size: 86%; position:relative;} 
	.tableless img {margin:10px 5px 10px 0;}
	.tableless img.inline {margin:0; position:relative; bottom:-3px;} 
	.tableless p {margin:0;}

/* Advertisement headings (gray background) */
#bColumn .columnGroup.advertisementColumnGroup h4{
		background: #f4f4f4;
		font-weight: normal;
		color: #666;
		padding: 6px 8px;
		display: block;
		_height: 1em;
		font-size: x-small;
		font-family:arial, sans-serif;
		margin-bottom:2px;
		text-transform:uppercase;
		}

/* Fix for masthead wrapping */
#page div#masthead h1 {
        top: 19px;
        left: 240px;
        width: 400px;
        }	
		
		
/* BEGIN NYT Store Styles 
------------------------------*/
#nytStoreBox {
	background: #F6F6F5;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
#nytStoreBox #nytStoreHeader {
	background: #7B8EAA;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	}
	
#nytStoreBox #storeItem {
	background: #F6F6F5;
	padding: 15px 0 15px 15px;
	}
	
#nytStoreBox #storeItem img {
	background: #F6F6F5;
	float: left;
	width: 90px;
	height: 90px;
	padding-right: 10px;
	}

#nytStoreBox #storeItem .text {
	background: #F6F6F5;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 10px;
	}
	
#nytStoreBox #storeItem .link {
	font-weight: bold;
	}


#nytStoreBox #storeItem .clear {
	clear: both;
	background: #fff;
	visibility: hidden;
	}

/* END NYTimes Store Promo 
------------------------------------*/



/* BEGIN TextAds  - these classes are used in articles' bColumns
-----------------------------------------*/
.cColumn {width: 336px;}

.cColumn-TextAdsBox {
	clear:both;
	overflow:auto;
	padding:10px;
	font-family:arial,sans-serif;
	font-size:90%;
	padding-right:9px;	
	}

/* Hides from IE-mac \*/
* html .cColumn-TextAdsBox {
	height: 1%;}
/* End hide from IE-mac */

.cColumn-TextAdsLeft {
	text-align: left;
	width:180px;
	float:left;
	}

.cColumn-TextAdsLeft .cColumn-TextAdsHeader {
	font-weight:bold;
	}

.cColumn-TextAdsLeft .cColumn-TextAd {
	margin: 0 0 1em 0;
	padding: 0;
	}

.cColumn-TextAdsLeft .cColumn-TextAd br {
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.cColumn-TextAdsBox font {
	font-size:100%;
	}

.cColumn-TextAdsRight {
	float:right;
	}
	
/* sphereIt styles */

#aColumn .sphereLink {
    float: left;
	margin-top: 4px;
	}

#aColumn .sphereLink a {
    background: url(http://www.sphere.com/images/sphereicon.gif) top left no-repeat;
    padding: 0 0 0 20px;
    font-size: 90%;
    text-decoration: none;
	}

#aColumn .sphereLink a:hover {
    text-decoration: underline;
	}

#aColumn .nextArticleLink.sphereIt {
    float: right;
    clear: none;
    margin-top: 0;
    width: 300px;
	}

/* /media/general.css */

/*
$Id: general.css,v 1.34 2008/05/21 15:08:18 nickc Exp $
/css/standalone/modules/screen/wallstreet/ondemand/general.css
(c)2006 - 2008 The New York Times Company
*/

/* Common Styles */
#wsodMarketsChart {
  font-family: Arial,Helvetica,sans-serif;
}

#wsodMarketsChart a {
  color: #004276;
}

#wsodMarketsChart div#wsodtabs-container {
  border-left: 1px solid #CCCCCC;
  display: block;
  position: relative;
  _top: 1px;
  z-index: 5500;
  float: left;
  width: 333px;
}

#wsodMarketsChart div#wsodtabs-container ul.wsodtabs {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 5500;
  /*\*/ 
  vertical-align:middle;
  /*\*/ 
  font-family:Arial, Helvetica, sans-serif;
}

#wsodMarketsChart div#wsodtabs-container ul.wsodtabs li {
  margin: 0;
  display: block;
  float: left;
  background-color: #f0f4f5;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  white-space: nowrap;
  padding: 4px 6px 3px 6px;
  z-index: 6000;
  background-image: none;
}

#wsodMarketsChart div#wsodtabs-container ul.wsodtabs li.selected {
  background-color: white;
  border-bottom: none;
  z-index: 9999;
  padding: 4px 6px 4px 6px;
}

#wsodMarketsChart div#wsodtabs-container ul.wsodtabs li a {
  color: #333;
  text-decoration: none;
}

#wsodMarketsChart div#wsodtabs-container ul.wsodtabs li a:hover {
  color: #333;
  text-decoration: underline;
}

#wsodMarketsChart .marketContainer,#wsodMarketsChart .mMarketContainer {
  float: left;
  padding: 0px 5px;
  margin: 5px 0px;
  font-size: 11px;
  width: 100px;
}

#wsodMarketsChart .posLast,#wsodMarketsChart .negLast,#wsodMarketsChart .noLast, #wsodMarketsChart .closedLast {
  font-size: 12px;
  font-weight: bold;
}

#wsodMarketsChart .posLast,#wsodMarketsChart .posChange,#wsodMarketsChart .posChangePct {
  color: #3c8a37;
}

#wsodMarketsChart .negLast,#wsodMarketsChart .negChange,#wsodMarketsChart .negChangePct {
  color: #a81817;
}

#wsodMarketsChart .noLast,#wsodMarketsChart .noChange,#wsodMarketsChart .noChangePct {
  color: #333;
}

#wsodMarketsChart .closedLast,#wsodMarketsChart .closedChange,#wsodMarketsChart .closedChangePct {
  color: #808080;
}

#wsodMarketsChart .tradeTime,#wsodMarketsChart .tradeTimea {
  font-size: 9px;
  color: #808080;
}

#wsodMarketsChart .tradeTimea {
  float: right;
  padding-top: 5px;
}

#wsodMarketsChart .holiday,#wsodMarketsChart .usHoliday {
  clear: both;
  font-size: 9px;
  font-family: arial;
  color: #666;
  line-height: 10px;
  padding: 3px 0;
}

#wsodMarketsChart .usHoliday {
  padding: 6px;
}

#wsodMarketsChart .holidayDivider {
  border-top: solid 1px #E2E2E2;
  padding-top: 2px;
  margin-top: 2px;
  color: #000;
}

#wsodMarketsChart .countryLabel {
  font-size: 10px;
  color: #808080;
  text-transform: uppercase;
}

#wsodMarketsChart .darkTxt {
  color: #333;
}

#wsodMarketsChart .clearElm {
  clear: both;
}

div#wsod-container {
  width: 335px;
}

div#wsod-container.narrow {
  width: 311px;
}

div#wsod-container h4 {
  margin: 0;
  margin-bottom: 3px;
  float: left;
}

div#tradeTime {
  font-family: Arial,Helvetica,sans-serif;
  float: right;
  white-space: nowrap;
  text-align: right;
  font-size: 9px;
  color: #808080;
  position: relative;
  top: 4px;
}

.delayText {
  padding-right: 10px;
}

/* Business/World Business */
div#wsod-business {
  padding-top: 6px;
  border: solid 1px #ccc;
  border-bottom: 0;
  clear: both;
  position: relative;
  top: -1px;
  _top: 0px;
  font-size: 11px;
  _width: 332px;
}

div#wsod-business .inner {
  height: 120px;
}

div#wsod-business .mMarketContainer {
  border-left: solid 1px #EDEDED;
  border-right: solid 1px #EDEDED;
}

div#wsod-business .marketLabel a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

div#wsod-business .marketLabel a:hover {
  text-decoration: underline;
}

div#wsod-business .posChangePct,div#wsod-business .negChangePct,div#wsod-business .noChangePct,div#wsod-business .closedChangePct {
  float: right;
}

div#wsod-business .lastPrice {
  font-weight: bold;
  font-size: 12px;
}

/* Technology */
div#wsod-technology {
  width: 190px;
  font-size: 11px;
}

div#wsod-technology .tradeTime {
  padding-top: 5px;
}

div#wsod-technology h3 {
  font-family: arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #000;
}

div#wsod-technology .tradeTime {
  font-size: 9px;
  color: #808080;
  line-height: 9px;
}

div#wsod-technology .posLast,div#wsod-technology .negLast,div#wsod-technology .noLast,#div#wsod-technology .closedLast {
  float: left;
  width: 82px;
}

div#wsod-technology .posChange,div#wsod-technology .negChange,div#wsod-technology .noChange,div#wsod-technology .closedChange {
  display: block;
  width: 53px;
  float: left;
}

div#wsod-technology .posChangePct,div#wsod-technology .negChangePct,div#wsod-technology .noChangePct,div#wsod-technology .closedChangePct {
  display: block;
  width: 53px;
  float: right;
  text-align: right;
}

div#wsod-technology .sym {
  padding-bottom: 6px;
  padding-top: 6px;
  line-height: 16px;
}

div#wsod-technology .border {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

div#wsod-technology .company {
  font-size: 12px;
  font-weight: bold;
}

/* Media & Advertising */
div#wsod-media {
  width: 335px;
  font-size: 11px;
}

div#wsod-media .tradeTime {
  float: right;
  padding-top: 5px;
  white-space: nowrap;
}

div#wsod-media h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 0pt 0pt 7px;
  padding: 0pt;
  text-transform: uppercase;
  color: #000;
}

div#wsod-media .quote_container {
  border-bottom: solid 1px #ccc;
  float: left;
  width: 250px;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

div#wsod-media .quote {
  float: right;
  width: 144px;
}

div#wsod-media .company {
  float: left;
  width: 106px;
  font-size: 12px;
  font-weight: bold;
}

div#wsod-media .marketContainer, div#module .mMarketContainer {
  padding: 0px 2px;
  width: 78px;
}

div#wsod-media .market_chart {
  float: left;
  padding-right: 5px;
  width: 78px;
}

div#wsod-media .posLast,div#wsod-media .negLast,div#wsod-media .noLast,div#wsod-media .closedLast {
  width: 46px;
  float: left;
  text-align: right;
}

div#wsod-media .posChangePct,div#wsod-media .negChangePct,div#wsod-media .noChangePct,div#wsod-media .closedChangePct {
  width: 49px;
  float: right;
  text-align: right;
  padding-top: 1px;
}

div#wsod-media .posChange,div#wsod-media .negChange,div#wsod-media .noChange,div#wsod-media .closedChange {
  width: 40px;
  float: right;
  text-align: right;
  padding-top: 1px;
}

div#wsod-media .sym {
  padding-bottom: 15px;
  clear: both;
}

/* Dealbook */
div#wsod-dealbook {
  position: relative;
  top: -1px;
  _top: 0px;
  color: #333;
  border: solid 1px #ccc;
  font-size: 11px;
  clear: both;
  padding-left: 1px;
  padding-top: 6px;
}

#wsodMarketsChart .tradeTimedealbook {
  float: none;
  position: absolute;
  text-align: right;
  margin-left: 208px;
  width: 125px;
  margin-top: 8px;
}

div#wsod-dealbook .marketContainer,div#wsod-dealbook .mMarketContainer,div#wsod-mytimes .marketContainer,div#wsod-mytimes .mMarketContainer {
  padding: 0px 2px;
  width: 78px;
}

div#wsod-dealbook .mMarketContainer {
  border-right: solid 1px #EDEDED;
}

div#wsod-dealbook .tm_label {
  height: 28px;
  overflow: hidden;
  line-height: 10px;
  padding-bottom: 4px;
}

div#wsod-dealbook .marketLabel {
  padding-bottom: 2px;
  line-height: 15.5px;
}

div#wsod-dealbook .marketLabel.tm_label {
  line-height: 14px;
  padding-bottom: 3px;
}

div#wsod-dealbook .marketLabel a,div#wsod-mytimes .marketLabel a,div#wsod-home .posLast,div#wsod-home .negLast {
  font-size: 11px;
  font-weight: bold;
}

div#wsod-dealbook .posChange,div#wsod-dealbook .negChange,div#wsod-dealbook .noChange,div#wsod-dealbook .closedChange {
  font-size: 9px;
}

div#wsod-dealbook .posChangePct,div#wsod-dealbook .negChangePct,div#wsod-dealbook .noChangePct, div#wsod-dealbook .closedChangePct {
  font-size: 9px;
  float: right;
}

div#wsod-dealbook .inner {
  min-height: 120px;
  _height: 120px;
}

div#wsod-dealbook .posLast {
  display: block;
}

div#wsod-dealbook .negLast {
  display: block;
}

div#wsod-dealbook #disclaimer {
  clear: both;
  font-size: 9px;
  color: #808080;
  border-top: solid 1px #ccc;
  margin: 2px 5px;
  padding: 2px;
}

div#wsod-dealbook div#TopMovers .posLast {
  display: block;
  width: 70px;
  background: url(http://markets.nytimes.wallst.com/research/images/icons/green_arrow.png) no-repeat 57px 3px;
}

div#wsod-dealbook div#TopMovers .negLast {
  display: block;
  width: 70px;
  background: url(http://markets.nytimes.wallst.com/research/images/icons/red_arrow.png) no-repeat 57px 3px;
}

/* Home */
div#wsod-home {
  width: 163px;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

div#wsod-home .tradeTimea {
  padding-top: 1px;
}

div#wsod-home .marketContainer {
  width: 49px;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 10px;
}

div#wsod-home .mMarket {
  width: 49px;
  display: inline;
  float: left;
  margin: 0px 4px;
  padding-right: 3px;
  padding-left: 2px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

div#wsod-home .marketLabel a {
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

div#wsod-home .marketLabel a:hover {
  text-decoration: underline;
}

div#wsod-home .marketLabel a.asia {
  font-size: 10px;
  font-weight: normal;
}
div#wsod-home .mPort,div#wsod-mytimes .mPort {
  float: right;
}

div#wsod-home .alignR {
  text-align: right;
}

div#wsod-home h4 {
  font-family: Georgia,Times,serif;
  margin: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}

div#wsod-home h4 a {
  color: #000;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
}

div#wsod-home h4 a:hover {
  text-decoration: underline;
}

div#wsod-home .disclaimer {
  color: #808080;
  font-size: 9px;
  text-align: right;
}

/* My Times */
div#wsod-mytimes {
  width: 311px;
  padding-top: 6px;
  border: solid 1px #ccc;
  clear: both;
  position: relative;
  top: -1px;
  _top: 0px;
  font-size: 11px;
}

div#wsod-mytimes .inner {
  min-height: 120px;
  _height: 120px;
}

#wsodMarketsChart .tradeTimemytimes {
  float: none;
  text-align: right;
  position: absolute;
  margin-left: 153px;
  width: 158px;
  margin-top: -4px;
  font-size: 9px;
  color: #808080;
}

div#wsod-mytimes .marketContainer,div#wsod-mytimes .mMarketContainer {
  width: 90px;
  padding: 0 6px;
}

div#wsod-mytimes .mMarketContainer {
  border-right: solid 1px #EDEDED;
  border-left: solid 1px #EDEDED;
}

div#wsod-mytimes .marketLabel a,div#wsod-mytimes .posLast,div#wsod-mytimes .negLast,div#wsod-mytimes .noLast,div#wsod-mytimes .closedLast {
  font-size: 12px;
  font-weight: bold;
}

div#wsod-mytimes .posChangePct,div#wsod-mytimes .negChangePct,div#wsod-mytimes .noChangePct,div#wsod-mytimes .closedChangePct {
  float: right;
}

/* end media/general.css */

/* media/box.css */

/*
$Id: box.css,v 1.2 2008/05/19 18:56:15 nickc Exp $
(c) 2008 The New York Times Company
*/


/* lower box rules */

#wsodMarkets .box {
	overflow: hidden;
	_float: left;
	_width: 320px;
 	margin-top: -1px;
	padding: 6px;
	border: 1px solid #ccc;
	border-top: 0;
}

#wsodMarkets .subColumnA {
	width: 145px;
	margin-right: 0 !important;
}

#wsodMarkets .subColumnB {
	float: right !important;
	margin-right: 0 !important;
    width: 163px !important;
}

#wsodMarkets .subColumnB .adCreative {
  width:120px;
  margin:0 auto;
}

/* quotes form (using marketwatch markup) */

#wsodMarkets .searchForm #searchQuery {
  vertical-align: middle;
  width: 114px;
  font-size: 11px;
  line-height: 12px;
  color: #666;
}

#wsodMarkets #wsodFormHome #searchQuery {
	width: 134px;
}

#wsodMarkets .searchForm #searchSubmit {
	vertical-align: middle;
	width: 22px;
}

#wsodMarkets .searchForm label {
	font-family: arial, helvetica, sans-serif;
	font-size: 83.3%; /*10px*/
	padding-bottom: 2px;
	text-transform: uppercase;
	display: block;
	float: left;
}

#wsodMarkets #wsodFormDealbook label {
 font-size: 1.1em;
}

#wsodMarkets .searchForm #myPortfolios {
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 83.3% !important; /*10px*/
	white-space: nowrap;
}

#wsodMarkets .searchForm #myPortfolios a {
	font-size: 10px !important;
	padding: 0 !important;
}

/* end quotes form */

