.screener{color:white;width:600px;}
.screener .row{
	background-color:#424242;
	height:22px;
	padding:4px 25px;
	border-top:2px solid #313131;
	border-bottom:1px solid #737373;
}

.screener .rows{width:65%;float:left;}
.screener .cell{float:left;}
.screener .cell.title{width:30%;}
.screener .cell.select{width:69%;}
.screener .right{float:left;background-color:#383838;position:relative:left:-10px;}
.screener .right .results{padding:10px;font-weight:bold;}
.screener .right .results .Count{font-size:48px;padding:30px 0;}
.screener .right .results .button.show{background-image:url("buttons.png");width:165px;height:36px;cursor:pointer;padding-bottom:10px;}
.screener .right .results .button.reset{background-image:url("buttons.png");width:165px;height:36px;background-position:0 100%;cursor:pointer;}

.related-article{
	margin-bottom: 0.4em;
}
/*
.screener .myresult TABLE{
	border-collapse:collapse;
	color:black;
	width:100%;
	font-size:10px;
	font-family:verdana;
}
.screener .myresult tbody tr.even{background-color:#aff6a7;}

.screener .myresult TBODY TR TD{
	padding: 3px 6px;
}

.screener .myresult TBODY TR TD.nowrap{white-space: nowrap}

.screener .myresult thead TR{background-color:black;}
.screener .myresult thead TH{background-image:url("row-header.png") !important;background-repeat:repeat-x !important;border-right:1px solid white;color:white;
    !important;text-align:center !important;vertical-align:middle;height:20px;background-color:#65470d !important;font-family:arial, helvetica, sans !important;
	line-height:1.1em;}
.screener .myresult th:last{border-right:0px;}
*/

.screener .myresult TBODY TR TD, .screener .myresult THEAD TR TH{
	padding: 3px 6px;
	font-size: 10px;
}

.screener .myresult THEAD TR TH{
	cursor: pointer;
}

.screener .nowrap{
	white-space: nowrap;
}

.info.wrapper{color:black;font-family:arial,helvetica,sans;}
.info.wrapper .tabs ul{list-style-type:none;}
.info.wrapper .tabs li{
	float:left;
	padding:1px 5px 0 8px;
	margin:5px 2px 0 0;
	background-color:#ddd;
	border:1px solid #999;
	border-width:1px 1px 0 1px;	
	position:relative;top:1px;
	font-size:14px;
	cursor:pointer;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.info.wrapper .tabs li.selected{
	border-width:2px 2px 0 2px;
	font-weight:bold;
	font-size:15px;
	border-color: #2970A6;
	background-color: #2970A6;
	color: white;
}
.info.wrapper .tabs li A{
	color: black
}
.info.wrapper .tabs li.selected A{
	color: white;
}
.info.wrapper .hr{height:3px;background-color:#2970A6;border:1px solid #2970A6;}
.info.wrapper .tabcontent{border:1px solid #999;border-bottom:4px solid #999;border-top: none;background-color:#f8f8f8;display: none}
.info.wrapper .tabcontent .databox{font-size:10px;font-family:verdana,helvetica,sans;line-height:2em;padding:15px;}
.tabcontent H1{
	font-size: 24px;
	color: #2970A6;
	font-weight: bold;
}
.info.wrapper .tabcontent .databox H2{
	font-size:14px;
	padding-left: 0;
	padding-bottom: 0;
	color: #2970A6;
}
.info.wrapper .tabcontent .databox label{float:left;width:60%;font-weight:bold;}
.info.wrapper .tabcontent .databox .value{float:left;width:39%;text-align:right;}
.info.wrapper .tabcontent .databox.bordered{border:1px solid black;padding:10px;margin:20px 10px;}
.info.wrapper .tabcontent h3{margin:10px 0 5px 2px;}
.info.wrapper .tabcontent.charts img{width:98%;}



