.gen_results {
	margin-left:30px;
}

#spotlight_results .mt {
}

.gen_results .mT {
	border: 1px solid #dadcd9;	
	border-bottom:0;
}

.gen_results .mT thead {
	background:	 #f4f9f3 url("../img/spotlight/results/subSection_bg_gradient.jpg") repeat-x;
}

.gen_results .mT thead th {
	padding:10px 0;
	text-align:left;	
	border-bottom:	1px solid #dadcd9;
	]width:100px;		
	min-width:100px;
	cursor:pointer;
}

.gen_results .mT thead th .toolTip {
	margin-right:6px;
	float:left;
}


.gen_results .mT thead th.headerSortDown .toolTip {
	height:36px;
	margin-right:6px;
	background: url("../img/spotlight/results/tooltip_asc.gif") no-repeat;
}


.gen_results .mT thead th.headerSortUp .toolTip {
	height:36px;
	margin-right:6px;
	background: url("../img/spotlight/results/tooltip_desc.gif") no-repeat;
}


.gen_results .mT thead th.headerSortDown {
	background: #FFFFCC url(../img/spotlight/results/subSectionSort_bg_gradient.jpg) repeat-x scroll 0 0;
}

.gen_results .mT thead th.headerSortUp {
	background: #FFFFCC url(../img/spotlight/results/subSectionSort_bg_gradient.jpg) repeat-x scroll 0 0;
}

.gen_results .mT thead th.headerSortDown .sortImg {
	background: url("../img/spotlight/results/sortImgArrowDown.gif") no-repeat;
}

.gen_results .mT thead th.headerSortUp .sortImg {
	background: url("../img/spotlight/results/sortImgArrowUp.gif") no-repeat;
}

.gen_results .mT thead th .varName {
	float:left;
	width:70px;
}

.gen_results .mT thead th.first {
	padding-left:10px;
}

.gen_results .mT thead th.last {
	padding-right:10px;
}

.gen_results .mT thead {

}

.gen_results .mT tbody td {
	border-bottom: 1px solid #dadcd9;		
}

.gen_results .mT td {
	padding:5px 2px;	
}

.gen_results .mT td.name {
	padding-left:8px;
	width:170px;
}

.gen_results .mT td.last {
	padding-right:8px;
}

.sortInstruction {
	font-style: italic;
	color: gray;
	height: 100%;
	width: 200px;
	position: relative;
	top: -20px;
	height: 0;
}

/** Topics-specific **/
#topics_results {
	width:590px;
/*	overflow-x:auto;	*/
}

#topicsCharts .chart {
	float:left;
	/*width:276px;*/
	position:relative;
	margin-right:20px;
	margin-bottom:30px;
}

#topicsCharts .chart object, 
#topicsCharts .chart embed {
	border:1px solid #000;	
}

#topicsCharts #chart_1 {
/*	margin-right:0;*/
}

#topicsCharts .chart .pieLegend, 
#flashBox.topics .pieLegend {
	position:absolute;
	bottom:10px;
	left:50px;
	display:block;
	width:500px;
}

#topicsCharts .chart .pieLegend ul li.pieLabelItem {
	margin-bottom:2px;
}

#flashBox.topics {
	position:relative;	
}

#modalContainer #flashBox.topics #modalDataNotes {
	position:absolute;
	bottom:10px;
	right:10px;
	margin-top:0;	
}

#modalContainer #flashBox.topics .pieLegend {
	min-height:1px;
	margin-top:0;
}

#modalContainer #flashBox.topics .pieLegend ul li.pieLabelItem {
	margin-bottom:1px;	
}

#topics_results .resultToolbar,
#explore_results .resultToolbar {
	float:right;
	margin-bottom:10px;
}

#topics_results .resultToolbar div.redBtnContainer,
#explore_results .resultToolbar div.redBtnContainer {
	margin-left:5px;
}

.topics #dynamicBoss {
	margin-bottom:80px;
}

/*** Scrollable-tables ***/
#topics_name.mT,
#explore_name.mT {
	width:285px;
	border-right:0;	
	float:left;
	min-width:285px;
	zoom:1;
}
/*
#popupTable #topics_name.mT,
#popupTable #explore_name.mT {
	width:285px;
	border-right:0;	
	float:left;
}
*/
#explore_var{
width:100%;//RJD
}

#topics_var.mT td, 
#explore_var.mT td {
 	width: expression( this.width < 101 ? "100px" : "auto" ); /* set min-width for IE */
	min-width:100px;
}

#topics_var.mT,
#explore_var.mT {
	border:0;	
}

#horzScroll {
	overflow:visible; 
	overflow-x:auto; 
	overflow-y:hidden; 
	]padding-bottom:15px;
	width:294px;
	float:left;
	border: 1px solid #dadcd9;		
}

* html #horzScroll {
	padding-bottom:15px;	
}

 /* Firefox */
@-moz-document url-prefix(){
	#horzScroll {
	/*	margin-top:-1px;*/
		margin-bottom: 10px;
	}	
}

#popupTable {
	font-size:.75em;	
}

#vertScroll {
/*
	height:460px;
	overflow-y:auto;	
*/	
}

#popupTable .gen_results {
	display:block;
	min-width:590px;
}

.noChartAvailable {
	display:block;
	width:248px;
	height:268px;
	background: transparent url('../img/gen/datanotavail.png') no-repeat center center;	
}

#popupTable #horzScroll {
	/* width must be set dynamically */
	background:#fff;
	zoom:1;
}	
/* changes for footnotes stt - 20121010 */
#footnoteHdr {
	border-bottom: 1px solid #DADCD9;
	padding: 10px 3px;
  text-align: left;
  font-weight: bold;
}

#popupTable #horzScroll .mT {
	width:100%;
}
.gen_results .mT thead th.footnote_yr {
	min-width: 70px;
}
td.footnote {
	text-align: center;
}
/* end changes for footnote */
/*
#popupTable .mT thead th .toolTip {
	float:none;	
}
*/