/*
FILE CONCAT ADD FILE
PATH: /ft/resources/style/screener.css.asp
*/


/* Bread Crumbs - Probably needs to be moved up to main.css */
#wsod .breadCrumbContainer li {
	float: left;
	margin: 0 5px 10px 0;
	font-size: 12px;
}

/* Paging Changes */
#wsod .containerForPaging {
    float: left;
    width: auto
    border: 1px solid #E9DECF;
    background-color: #F6E9D8;
    padding-bottom:5px;
}

#body-content-col {
    z-index: 5;
}
#rail-content {
    z-index: 4;
}
#wsod {
    _overflow: hidden;
}

#wsod .containerForPaging .resultsScroller {
	width:590px;
	overflow:scroll;
	overflow-y:hidden;
	position:relative;
	z-index:5;
	border: none;
}

#wsod .containerForPaging .resultsScroller td,
#wsod .containerForPaging .resultsScroller th {
    background-color:#FFF1E0;
}

#wsod .containerForPaging .resultsScroller td SPAN.dataValue {
	white-space:nowrap;
}

#wsod .pagingNavigation {
	float: right;
	margin-top: 3px;
	padding-right: 3px;
}




#wsod ul.wsod-tabs-main.tabs-screener {
	margin-bottom: 10px;
}

#wsod ul.wsod-tabs-main.tabs-screener li {
	float: right;
}

#wsod ul.wsod-tabs-main.tabs-screener li {
	padding-right: 6px;
	z-index: 2;
	margin-top: 5px;
}

#wsod ul.wsod-tabs-main.tabs-screener li a {
	font-family: arial;
	padding-left: 9px;
}

#wsod ul.wsod-tabs-main.tabs-screener li h1 {
	padding-right: 0;
	font-size: 18px;
	border: none;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

#wsod ul.wsod-tabs-main.tabs-screener li.title {
	float: left;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#wsod ul.wsod-tabs-main.tabs-screener li.first {
	z-index: 1;
}

#wsod ul.wsod-tabs-main.tabs-screener li.first a {
	padding-left: 8px;
}

#wsod ul.wsod-tabs-main.tabs-screener li.last {
	margin-right: 0;
	z-index: 3;
	_width: auto;
}

#wsod .screenerModule {
	margin-bottom: 25px;
	float: left;
}

#wsod .screenerModule h4 {
	font-weight: bold;
	color: #BB0C21;
	margin-bottom: 3px;
}

#wsod .screenerModule h4 div.header,
#wsod .screenerModule h4.header {
	font-weight: bold;
	color: #666666;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
	font-size:16px;
	font-weight:bold;
}

#wsod .screenerModule h4 div.header span,
#wsod .screenerModule h4.header span {
	font-size:15px;
	color:#942054;
	font-weight:bold;
}

#wsod .screenerModule #div-normalize-currency {
	float: right;
	color:gray;
	font-size:11px;
	font-weight:bold;
}

#wsod .screenerModule #div-normalize-currency span.label {
	margin-right:4px;
}

#wsod .screenerModule #div-normalize-currency a {
	margin-right: 3px;
	margin-left: 3px;
}

#wsod .screenerModule #div-normalize-currency a.selected {
	color: black;
	cursor:text;
}

#wsod .screenerModule h5 {
	font-weight: bold;
	font-size: 11px;
	color: #515151;
	margin-bottom: 3px;
	text-transform: uppercase;
	margin: 5px 15px 2px 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDD;
}

#wsod .screenerModule h4 div {
	float: left;
}

#wsod .screenerModule h4 div.matches {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #9FA0A1;
	width: 205px;
}

#wsod .screenerModule h4 div.cumulativeMatches {
	margin: 0 3px 0 0;
	color: #5D5E5E;
	width: 165px;
}

#wsod .screenerModule h4 div.matches span.label {
	float: left;
	width: 150px;
	text-align: right;
	margin: 2px 0;
}

#wsod .screenerModule h4 div.cumulativeMatches span.label {
	width: 110px;
}

#wsod .screenerModule h4 div.matches span.value {
	font-weight: bold;
	font-size: 14px;
	float: right;
	margin: 1px 0;
}

#wsod .screenerModule div.helpText {
	color: #5D5E5E;
	font-size: 12px;
	padding: 10px 0;
	margin-top: 5px;
	border-top: 1px solid #D2D2D2;
}

#wsod .screenerModule ul li {
	margin-left: 5px;
}

#wsod .screenerModule ul li.first {
	margin-top: 10px;
}

#wsod .screenerModule ul li a {
	float: left;
	font-size: 12px;
	padding: 4px 8px 4px 5px;
	text-decoration: none;
}

#wsod .screenerModule ul li a.hasActiveCountries {
	background: url(/ft/resources/image/screener.regionactive.gif?version=39909.80195601852) no-repeat right 9px;
}

#wsod .screenerModule ul li.active a.hasActiveCountries {
	background-position:  right 8px;
}

#wsod .screenerModule ul li div.arrow {
	visibility: hidden;
	float: left;
	width: 16px;
	height: 23px;
	font-size: 0px;
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) no-repeat 0 0;
}

#wsod .screenerModule ul li.active div.arrow {
	visibility: visible;
}

#wsod .screenerModule ul li.active a {
	background-color: #fff;
	border-top: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	font-weight: bold;
	color: #000;
	padding: 3px 8px 3px 4px;
}

#wsod .screenerModule.regionalFocus ul li {
	float: left;
	display: inline;
}

#wsod .screenerModule.regionalFocus div.panel {
	float: left;
	position: relative;
	width: 425px;
	height: 157px;
	background-image: url(/ft/resources/image/screener.regionmaps.gif?version=39909.80199074074);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#wsod .screenerModule.regionalFocus div.panel.europe {
	background-position: 0 -157px;
}

#wsod .screenerModule.regionalFocus div.panel.asia {
	background-position: 0 -314px;
}

#wsod .screenerModule.regionalFocus div.panel div.options {
	position: absolute;
	right: 0px;
	width: 128px;
	height: 157px;
	background: url(/ft/resources/image/screener.bg.gif?version=39909.80189814815) repeat-x 0 0;
}

#wsod .screenerModule.regionalFocus div.panel .mapicon {
	position: absolute;
	width: 9px;
	height: 9px;
	font-size: 0px;
	background-image: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963);
	background-repeat: none;
	background-position: 0 -200px;
	display:block;
	z-index:3;
}

#wsod .screenerModule.regionalFocus div.panel .mapicon .country-hover-popup {
	display:none;
}
#wsod .screenerModule.regionalFocus div.panel .mapicon:hover .country-hover-popup {
	display:block;
	position:absolute;
	top:-7px;
	left:15px;
	font-size:11px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(../image/leftArrowScreener.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
#wsod .screenerModule.regionalFocus div.panel .mapicon:hover .country-hover-popup div.container {
	display:block;
	height:18px;
	padding-left:11px;
	margin:0 0 0 0;
	width:auto;
}

#wsod .screenerModule.regionalFocus div.panel .mapicon:hover .country-hover-popup div.country-name {
	background-color:#FFF1E0;
	white-space:no-wrap;
	display:block;
	height:15px;
	padding:1px 5px 0px 2px;
	border:1px solid #C7C7C7;
	border-left:none;
	color:#333333;
	text-decoration:none;
}


#wsod .screenerModule.regionalFocus div.panel .mapicon:hover {
	background-position: 0 -300px;
	z-index:4;
}

#wsod .screenerModule.regionalFocus div.panel .mapicon.active {
	background-position: 0 -400px;
}

#wsod .screenerModule.regionalFocus div.panel .mapicon.active:hover {
	background-position: 0 -1071px;
}

#wsod .screenerModule div.suboptions {
	float: left;
	width: 163px;
	height: 155px;
	border: 1px solid #C7C7C7;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
}

#wsod .screenerModule div.suboptions ul {
	padding: 10px;
}

#wsod .screenerModule div.suboptions ul li {
	font-size: 12px;
	margin: 0 0 6px 0;
	float: left;
}

#wsod .screenerModule div.suboptions ul li input {
	float: left;
	margin: 0;
	height: 13px;
	width: 13px;
}

#wsod .screenerModule div.suboptions ul li span {
	margin-left: 5px;
	float: left;
	width: 108px;
}

#wsod .screenerModule div.suboptions div.textDisplay {
	font-size: 12px;
	color: #878787;
	padding: 6px 6px;
	line-height: 18px;
}

#wsod .screenerModule.sectorsAndIndustries div.panel {
	float: left;
	width: 425px;
	height: 195px;
	background: url(/ft/resources/image/screener.bg.gif?version=39909.80189814815) repeat-x 0 -157px;
}

#wsod .screenerModule.sectorsAndIndustries div.suboptions {
	height: 193px;
}

#wsod .screenerModule.sectorsAndIndustries div.panel ul li {
	float: left;
	width: 197px;
	margin-left: 0px;
}

#wsod .screenerModule.sectorsAndIndustries div.panel ul li a {
	margin-left: 15px;
	padding: 4px 8px 4px 0;
}

#wsod .screenerModule.sectorsAndIndustries div.panel ul li.active {
	/* margin-left: 10px; */
}

#wsod .screenerModule.sectorsAndIndustries div.panel ul li.active a {
	margin-left: 10px;
	padding: 3px 8px 3px 4px;
}

#wsod .screenerModule.equityAttributes {
	width: 100%;
}

#wsod #screenerCriteria {
	position: relative;
	zoom:1;
}

#wsod #screenerCriteria .screener-loading {
	position:absolute;
	background-color: #FFF1E0;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;	
	top:0; left:0;
	z-index:10;
}

#wsod #screenerCriteria .screener-loading .loading-graphic {
	position:absolute;
	text-align:center;
	color:#666666;
	font-size:12px;
}

#wsod #screenerCriteria .screener-loading .loading-graphic img {
	display:block;
	margin: 0 auto;
}

#wsod #screenerCriteria .criteriaItem {
	width: 100%;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 5px;
	float: left;
	height: 77px;
}

#wsod #screenerCriteria .criteriaItem.hide {
	visibility: hidden;
}

#wsod #screenerCriteria .criteriaItem .criteriaInfo {
	width: 100px;
	float: left;
	color: #5D5E5E;
	font-weight: bold;
	font-size: 14px;
}

#wsod #screenerCriteria .criteriaItem .criteriaInfo .subtitle {
	font-size:11px;
}

#wsod #screenerCriteria .criteriaItem .criteriaInfo a {
	font-size: 9px;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls {
	width: 320px;
	height: 77px;
	float: left;
	margin-left: 5px;
	overflow:hidden;
	zoom:1;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer {
	float: left;
	position: relative;
	margin: 10px 0;
	padding: 0 60px;
	height: 57px;
	font-size: 12px;
	color: #5D5E5E;
	font-weight: bold;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer.active {
	color: #C2C1C0;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .sliderControls {
	height: 44px;
	width: 204px;
	position: relative;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .sliderControls img {
	padding: 0 5px;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .sliderControls .slider {
	position: absolute;
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) no-repeat 0 -500px;
	height: 22px;
	width: 11px;
	top: 11px;
	z-index: 2;
	cursor: e-resize;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .sliderControls .sliderBox {
	position: absolute;
	background-color: #ccc;
	top: 0px;
	left: 0px;
	width: 202px;
	height: 42px;
	border: 1px solid #000;
	z-index: 1;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;	
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer.active .sliderControls .sliderBox {
	background-color: #FFB260;
}


#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .minValue{
	position: absolute;
	top: 12px;
	left: 0px;
	width: 50px;
	text-align: right;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .maxValue{
	position: absolute;
	top: 12px;
	right: 0px;
	width: 50px;
	text-align: left;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer, #wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .manualControl .linkContainer {
	position: absolute; 
	top: 44px;
	left: 60px;
	float: left;
	height: 23px;
	width: 204px;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer a, #wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .manualControl .linkContainer a {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	height: 21px;
	z-index: 1;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer a:hover {
	background-color: #F6E9D8;
	color:#000000;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer div.lowValue,
#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer div.highValue {
	position: absolute;
	z-index: 2;
	font-size: 10px;
	color: #5D5E5E;
	white-space: nowrap;
	float: left;
	line-height:10px;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer div.lowValue-label,
#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer div.highValue-label {
	font-weight:normal
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .highLowContainer div.hide {
	visibility: hidden;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .sliderControl.hide, #wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .manualControl.hide {
	display: none;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .manualControl {
	width: 204px;
	color: #545454;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .manualControl .inputContainer {
	float: left;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .manualControl .inputContainer input {
	width: 71px;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .sliderContainer .manualControl .inputDivider {
	float: left;
	width: 50px;
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) no-repeat 14px -600px;
	margin-top: 21px;
}







#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer {
	float: left;
	border: 1px solid #D4D4D4;
	margin: 18px 10px;
	display: inline;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer a {
	float: left;
	font-size: 11px;
	color: #545250;
	text-align: center;
	padding: 13px 0;
	border-right: 1px dotted #D4D4D4;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer-tampered {
	border: 1px solid #999999;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer-tampered a {
	color:#C2C1C0;
	border-right: 1px dotted #999999;
}


#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer a.active {
	background-color: #f3e3d3;
	color:#545250;
}


#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer a.buy {
	width: 35px;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer a.perform {
	width: 57px;
	padding: 6px 0;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer a.hold {
	width: 40px;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer a.sell {
	width: 38px;
	border-right: 1px solid #D4D4D4;
}

#wsod #screenerCriteria .criteriaItem .criteriaControls .selectionPanelContainer a.norating {
	width: 62px;
	border-right: none;
}

#wsod #screenerCriteria .criteriaItem .criteriaPreScreen {
	width: 165px;
	height: 77px;
	float: left;
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) repeat-x 0 -977px;
	font-size: 10px;
	font-weight: bold;
	overflow:hidden;
	zoom:1;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#wsod #screenerCriteria .criteriaItem .criteriaPreScreen .criteriaGrad {
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) no-repeat 0 -900px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
	width:100%;
}

#wsod #screenerCriteria .criteriaItem .criteriaPreScreen .preScreen {
	float: right;
	width: 60px;
	margin-right: 15px;
	_margin-right:10px;
	text-align: right;
	color: #9FA0A1;
	padding:6px 0 0 0;
	zoom:1;
}

#wsod #screenerCriteria .criteriaItem .criteriaPreScreen .preScreen.preScreenCumulative {
	color: #5D5E5E;
}

#wsod #screenerCriteria .criteriaItem .criteriaPreScreen .preScreen .preScreenValue {
	font-size: 16px;
}

#wsod #screenerControls {
	width: 100%;
	height: 46px;
	border-top: 1px solid #C8C6C4;
	border-bottom: 1px solid #C8C6C4;
	background: url(/ft/resources/image/screener.bg.gif?version=39909.80189814815) repeat-x 0 -354px;
}

#wsod #screenerControls a {
	float: left;
	padding-left: 20px;
	margin: 15px 10px 15px 10px;
	font-size: 12px;
}

#wsod #screenerControls #addAdditionalCriteria {
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) no-repeat 0px -700px;
}

#wsod #screenerControls #saveCriteria {
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) no-repeat 0px -800px;
}

#wsod #screenerControls #emailsupport {
	background: url(/ft/resources/image/icons.gif?version=40066.500706018516) no-repeat 0px -1318px;
}

#wsod #screenerControls div.basicButton {
	float: right;
	margin: 13px 10px 13px 0;
}

#wsod #screenerControls div.basicButton span {
	background: none;
	display: inline;
	float: none;
	padding: 0;
	left: 0px;
}

#wsod #expandableContainer table th,
#wsod #expandableContainer table td {
	text-align:right;
}

#wsod #expandableContainer table th.text,
#wsod #expandableContainer table td.text {
	text-align:left;
}


#wsod #expandableContainer table th span.th {
	display:none;
}

#wsod #expandableContainer table th.sorted {}
#wsod #expandableContainer table th.sorted span.th {
	display:inline;
}

#wsod #expandableContainer table th.sorted span.sort-asc {
	background-image:url(/ft/resources/image/icons-table-sort.gif?version=39322.85429398148);
	background-repeat:no-repeat;
	background-position: center 4px;
}

#wsod #expandableContainer table th.sorted span.sort-desc {
	background-image:url(/ft/resources/image/icons-table-sort.gif?version=39322.85429398148);
	background-repeat:no-repeat;
	background-position: center -53px;
}


#wsodPop .addToPortfolioPopup .popupInner {
	width:400px;
}

#wsodPop .addToPortfolioPopup .popupInner h2 {
	padding-bottom: 3px;
	margin-bottom:6px;
	border-bottom:3px solid #c2c1c0
}

#wsodPop .addToPortfolioPopup .popupInner div.instructions {
	font-size:12px;
}

#wsodPop .popupInner .buttonDiv {
	float:right;
	margin-left:7px;
}

/* predefined screens */
#wsod .preText {
	margin-bottom: 10px;
	margin-bottom: 15px;
	color: #434343;
	font-size: 12px;
}
	
#wsod .predefinedScreenHolder{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #CCCCCC;
	margin-bottom: 10px;
}
#wsod .predefinedScreenHolder table tr td {
	text-align: left;
	border: none;
	padding: 5px 0;
}

#wsod .predefinedScreenHolder table tr.screenerTitle td {
	padding: 10px 0 0 0;
}

#wsod .predefinedScreenHolder table tr td.screenerPanel {
	background-color: #F6E9D8 !important;
}

#wsod .predefinedScreenHolder table h5{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
#wsod .predefinedScreenHolder .screenerText p{
	color: #434343;
}
#wsod .predefinedScreenHolder .screenerText .hiddenText p{
	font-weight: bold;
	color: #434343;
}
#wsod .predefinedScreenHolder .screenerText{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 398px;
}
#wsod .predefinedScreenHolder .screenerText a.readMore{
	font-size: 12px;
}
#wsod .predefinedScreenHolder .screenerLinks{
	width: 187px;
}
#wsod .predefinedScreenHolder .linksHolder{
	vertical-align: top;
}
#wsod .predefinedScreenHolder .linksHolder li{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
}

#wsod .predefinedScreenHolder .linksHolder li.viewMatches {
	background: url(/ft/resources/image/screener.icons.gif?version=39909.8019212963) no-repeat 2px -800px;
}

#wsod .predefinedScreenHolder .linksHolder li.viewCriteria {
	background: url(/ft/resources/image/icons.gif?version=40066.500706018516) no-repeat 0px -90px;
}