@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

/*:: Browser top shadow ::*/
#browser_shadow {
	width: 100%;
	height: 9px;
	background: url(../images/brwsr_shdw.gif) repeat-x;
}

/*:: Main Container ::*/
#container {
	width: 1006px;
	margin: 0 auto;
	text-align: left;
}

/*:: iii Header ::*/
#header_top {
	float: left;
	width: 1006px;
	height: 50px;
	padding: 0;
	margin: 0;
}
#header_top div#logo {
	float: left;
	width: 250px;
	height: 50px;
	cursor: pointer;
	background: url(../images/logo.gif) no-repeat;
}
#header_top div#logo a {
	cursor: pointer;
}

/*:: Menu ::*/
#header_menu {
	float: left;
	width: 1006px;
	height: 43px;
	padding: 0;
	margin: 0;
	background: url(../images/menu_bg.gif) repeat-x;
}
#header_menu_shadow {
	float: left;
	width: 1006px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: url(../images/menu_shdw.gif) repeat-x;
}

/*:: Main Menu ::*/
#header_menu div#margin_left {
	float: left;
	width: 18px;
	height: 43px;
	background: url(../images/menu_leftend.gif) no-repeat;
}
#header_menu div#margin_right {
	float: right;
	width: 17px;
	height: 43px;
	background: url(../images/menu_rightend.gif) no-repeat;
}

/*:: Buttons ::*/
#header_menu div#btn_client {
	float: left;
	width: 91px;
	height: 43px;
	background: url(../images/menu_btn_client.gif) no-repeat;
}
#header_menu div#btn_client a:visited {
	float: left;
	width: 91px;
	height: 43px;
	background: url(../images/menu_btn_client.gif) no-repeat;
}
#header_menu div#btn_client a:link {
	float: left;
	width: 91px;
	height: 43px;
	background: url(../images/menu_btn_client.gif) no-repeat;
}
#header_menu div#btn_client a:hover {
	float: left;
	width: 91px;
	height: 43px;
	background: url(../images/menu_btn_client_r.gif) no-repeat;
	cursor: pointer;
}
#header_menu div#btn_client span {
	float: left;
	width: 91px;
	height: 43px;
	background: url(../images/menu_btn_client_r.gif) no-repeat;
}
#header_menu div#btn_contact {
	float: left;
	width: 80px;
	height: 43px;
	background: url(../images/menu_btn_contact.gif) no-repeat;
}
#header_menu div#btn_contact a:visited {
	float: left;
	width: 80px;
	height: 43px;
	background: url(../images/menu_btn_contact.gif) no-repeat;
}
#header_menu div#btn_contact a:link {
	float: left;
	width: 80px;
	height: 43px;
	background: url(../images/menu_btn_contact.gif) no-repeat;
}
#header_menu div#btn_contact a:hover {
	float: left;
	width: 80px;
	height: 43px;
	background: url(../images/menu_btn_contact_r.gif) no-repeat;
	cursor: pointer;
}
#header_menu div#btn_contact span {
	float: left;
	width: 80px;
	height: 43px;
	background: url(../images/menu_btn_contact_r.gif) no-repeat;
}
#header_menu div#btn_help {
	float: left;
	width: 49px;
	height: 43px;
	background: url(../images/menu_btn_help.gif) no-repeat;
}
#header_menu div#btn_help a:visited {
	float: left;
	width: 49px;
	height: 43px;
	background: url(../images/menu_btn_help.gif) no-repeat;
}
#header_menu div#btn_help a:link {
	float: left;
	width: 49px;
	height: 43px;
	background: url(../images/menu_btn_help.gif) no-repeat;
}
#header_menu div#btn_help a:hover {
	float: left;
	width: 49px;
	height: 43px;
	background: url(../images/menu_btn_help_r.gif) no-repeat;
	cursor: pointer;
}
#header_menu div#btn_help span {
	float: left;
	width: 49px;
	height: 43px;
	background: url(../images/menu_btn_help_r.gif) no-repeat;
}



/*:: Main Content ::*/

#mainContent {
	float: left;
	width: 966px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}
/*
#mainContent p {
	margin: 0;
	padding: 0;
}
*/

/*:: Footer ::*/
#footer {
	float: left;
	width: 1006px;
	height: 41px;
	background: url(../images/footer_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#footer p {
	font-size: 9px;
	text-align: center;
	color: #333333;
	padding: 15px 0;
	margin: 0;
}

/*:: Clear float ::*/
.clearfloat {
	clear: both;
}

#CompanyImage {
	float: left;
	width: 1006px;
	padding: 0;
	margin: 0;
}

#CompanyGraph {
	float: right;
	width: 400px;
	padding:10px;
	margin: 0;
}

/*:: Header ::*/
#header {
	float: left;
	width: 1010px;
	background: #F5EAC8;
}
#header p {
	padding: 10px 0;
	margin: 0;
	color: #666666;
	text-align: center;
	font-size: 10px;
}

li {
	margin: 0px;
	padding: 2px;
}

p.date {
	font-weight: bold;
	font-size: 11px;
}


h3.header {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

h3.header a:link, h3.header a:visited {
	color: #ffffff;
	text-decoration: none;
}

h3.header a:hover {
	text-decoration: underline;
	background-color: #ffffff;
	color: #073b86;
}

p.copyright a:link, p.copyright a:visited {
	color: #999999;
	background-color: transparent;
}

p.copyright a:hover {
	text-decoration: underline;
	background-color: transparent;
}

p.pageTitle a:link, p.pageTitle a:visited {
	color: #012a60;
	background-color: transparent;
}

p.pageTitle a:hover {
	text-decoration: underline;
	background-color: transparent;
}

p.folio {
	font-size: 10px;
	color: #e6e6e6;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

p.smartsearch-date {
	font-size: 10px;
	text-align: left;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

p.smartsearch-date a:link, p.smartsearch-date a:visited {
	color: #808000;
	text-decoration: none;
}

p.smartsearch-date a:hover {
	color: #808000;
	text-decoration: underline overline;
}

p.smartsearch-related {
	font-size: 10px;
	text-align: left;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #004080;
}

p.smartsearch-recent {
	font-size: 10px;
	text-align: left;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #ff8000;
}

p.smartsearch-saved {
	font-size: 10px;
	text-align: left;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	color: #008000;
}

p.news-byline {
	font-size: 11px;
	color: #7f7f7f;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

p.news-headline-note {
	font-size: 11px;
	color: #808000;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

p.info {
	color: #ffffff;
	background-color: transparent;
}

p.graph {
	color: #073b86;
	font-size: 11px;
	background-color: transparent;
}



a {
	color: #990000;
	background-color: transparent;
	text-decoration: none;  
}

a:hover {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;  
}

a:visited {
	color: #990000;
	background-color: transparent;
	text-decoration: none;  
}

h1.header {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	margin: 10px 10px 10px 10px;
}

h1.head {
	color: #800000;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	margin: 10px 10px 10px 10px;
}

h1.pageTitle {
	color: #012a60;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 5px 5px 5px 0px;
}

h1.head  a:link, a:visited {
	text-decoration: none;
}

h1.head a:hover {
	text-decoration: underline;
}

h1.module {
	color: #002458;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h1.article-headline {
	color: #002458;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h1.article-info-headline {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

td.indicator-units {
	text-align: right;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

td.indicator-latest-update {
	color: #666666;
}

td.indicator-label-cell {
	color: #666666;
	text-align: right;
}

td.indicator-value-cell {
	color: #666666;
	text-align: left;
}


td.stocks-long-name {
	color: #000000;
}

td.stocks-label-cell {
	color: #666666;
	text-align: left;
}

td.stocks-value-cell {
	color: #666666;
	text-align: left;
}

td.stocks-timestamp-cell {
	color: #999999;
	text-align: left;
}

td.indicator-value-cell {
	color: #666666;
	text-align: left;
}

td.label-trend-up {
	color: #008000;
	text-align: right;
}

td.value-trend-up {
	color: #008000;
	text-align: left;
}

td.label-trend-down {
	color: #FF0000;
	text-align: right;
}

td.value-trend-down {
	color: #FF0000;
	text-align: left;
}


td.label-trend-flat {
	color: #666666;
	text-align: right;
}

td.value-trend-flat {
	color: #666666;
	text-align: left;
}

td.stocks-long-name {
	color: #000000;
}

td.stocks-label-cell {
	color: #666666;
	text-align: left;
}

td.stocks-value-cell {
	color: #666666;
	text-align: left;
}

td.stocks-timestamp-cell {
	color: #999999;
	text-align: left;
}

tr.alternate {
	background: #F3F4F8;
}

.label-cell {
	text-align: left;
}

.data-cell {
	text-align: right;
}

.ui-label-cell {
	text-align: right;
	font-weight: bold;
}

.ui-form-element-cell {
	text-align: left;
}
/*</group>*/

ol.newslisting {
	text-align: left;
	padding: 4px;
	display: block;
	list-style: inherit inside;
	list-style-type: decimal;
	margin: 10px 0px 0px 25px;
}

ol.newslisting li {
	padding: 1px;
	margin: 5px 0px 5px 0px;
}

ol.newslisting a:link, ol.newslisting a:visited {
	color: #000000;
	text-decoration: none;
}

ol.newslisting a:hover {
	color: #800000;
	text-decoration: underline;
}

ul.newslisting {
	text-align: left;
	padding: 4px;
	display: block;
	list-style: inherit inside;
	margin: 10px 0px 0px 25px;
}

ul.newslisting li {
	padding: 1px;
	margin: 5px 0px 5px 0px;
}

ul.newslisting a:link, ul.newslisting a:visited {
	color: #000000;
	text-decoration: none;
}

ul.newslisting a:hover {
	color: #800000;
	text-decoration: underline;
}

tr.tablelisting a:link, tr.tablelisting a:visited {
	color: #000000;
	text-decoration: none;
}

tr.tablelisting a:hover {
	color: #800000;
	text-decoration: underline;
}

ul.listing {
	text-align: left;
	padding: 4px;
	display: block;
	list-style: inherit inside;
	margin: 10px 0px 0px 25px;
}

ul.listing li {
	padding: 1px;
	margin: 5px 0px 5px 0px;
}

ul.listing a:link, ul.listing a:visited {
	color: #990000;
	text-decoration: none;
}

ul.listing a:hover {
	color: #990000;
	text-decoration: underline overline;
}

ol.infolisting {
	text-align: left;
	padding: 4px;
	display: block;
	list-style: inherit inside;
	list-style-type: decimal;
	margin: 10px 0px 0px 25px;
}

ol.infolisting li {
	padding: 2px;
	margin: 5px 0px 5px 0px;
}

ol.infolisting a:link, ol.infolisting a:visited {
	color: #800000;
	text-decoration: none;
}

ol.infolisting a:hover {
	color: #800000;
	text-decoration: underline;
}
.headline {
	color: #000000;
}

.dateline {
	color: #7f7f7f;
}

td {
	font-size: 11px;
}

div.more-news {
	color: #990000;
	padding: 0px;
	text-align: right;
	margin: -15px 15px 5px 5px;
}

div.more-news a:link div.more-news a:visited{
	color: #990000;
	text-decoration: none;
}



table#index {
  width: 100%;
  float: left;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  padding: 2px;
}

#error-container {
	width: 98%;
	margin: 5px auto auto;
	padding: 3px;
	display: block;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/error-background-tile.png) repeat-y right;
}

#notice-container {
	width: 98%;
	margin: 5px auto auto;
	padding: 3px;
	display: block;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/notice-background-tile.png) repeat-y right;
}

#body-left-container {
	float: left;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	width: 343px;
	background: #EEEEEE;
	border: 1px solid #cccccc;
}

#body-left-container-white {
	float: left;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	width: 343px;
}

#body-miniLeft-container {
	float: left;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	width: 343px;
	background: #FFF7DF;
	border: 1px solid #cccccc;
}


.mini_container {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}
.column1 { width: 433px; padding: 0 5px 0 10px; float: left; }
.column2 { width: 433px; padding: 0 10px 0 5px; float: right; }
.column3 { width: 275px; padding: 10px; float: left; }

.cell_grey { line-height: 16px; font-size: 9px; font-weight: normal; background: #EEEEEE; color: #333333; text-align: left; padding: 0; }
.cell_white { line-height: 16px; font-size: 9px; font-weight: normal; background: #FFFFFF; color: #333333; text-align: left; padding: 0; }
.cell_black { line-height: 18px; font-size: 9px; font-weight: normal; background: #FFFFFF; color: #333333; text-align: left; padding: 0; }
.cell_title { line-height: 24px; font-size: 10px; font-weight: normal; background: #FFFFFF; color: #666666; text-align: left; padding: 0; }

.subtitle { color: #FF9900; font-size: 12px; line-height: 21px; }
.grey_v1 { color: #999999; font-size: 10px; font-weight: normal; padding: 5px; float: left; }

span.other_index { line-height: 21px; color: #000000; font-size: 10px; text-align: left; }

span.version2 { color: #999999; font-size: 10px; line-height: 21px; margin: 0 10px 0 0; font-weight: normal; vertical-align: 18px; text-align: right; }
span.version3 { color: #FF0000; font-size: 10px; line-height: 21px; margin: 10px; font-weight: normal; }


.headline {
	color: #000000;
}

.module-container {
	padding: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: block;
	font-size: 11px;
}

.chart-container {
	margin: auto auto auto auto;
	padding: 1px;
	display: block;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

#context-tool-strip {
	width: 98%;
	margin: 5px auto auto 0;
	padding: 3px;
	display: block;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}


.dateline {
	color: #7f7f7f;
}

#crisisNavigator {
	display: block;
	/*\*/overflow: hidden; /**/
	width:  500px;
	height: 20px;
	font: "Lucida Grande", LucidaGrande, Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding: 2;
	color: #012a60;
	border: 1px solid #cccccc;
}


#insight {
	display: block;
	/*\*/overflow: hidden; /**/
	width:  300px;
	height: 27px;
	background: #EEEEEE;
	font: "Lucida Grande", LucidaGrande, Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	color: #012a60;
}
/*</group>*/



/*<group=Trade>*/
table.trade-header td.header{
	background-color: #004080;
}	
/*</group>*/

/*<group=Timberlands>*/
#timberlands-results-search-pod-container {
	float: left;
	text-align: left;
	margin-left: 0px;
	width: 590px;	
}

#timberlands-results-side-pod-container {
	float: right;
	text-align: left;
	width: 280px;
	margin-right: 0px;
}
/*</group>*/

/*<group=Capacity>*/
#capacity-results-search-pod-container {
	float: left;
	text-align: left;
	margin-left: 0px;
	width: 590px;	
}

#capacity-results-side-pod-container {
	float: right;
	text-align: left;
	width: 280px;
	margin-right: 0px;
}
/*</group>*/


/*<group=Timberlands Results Table>*/
table.timberlands-grid {
	border: 1px solid #b3b3b3;
}

table.timberlands-grid td.header {
	background-color: #e9ebf4;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

table.timberlands-grid td.data {
	text-align: right;
	font-size: 10px;
}

table.timberlands-grid td.label {
	text-align: left;
	font-size: 10px;
}
	

table.capacity-grid {
	border: 1px solid #b3b3b3;
}

table.capacity-grid td.header {
	background-color: #e9ebf4;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

table.capacity-grid td.data {
	text-align: right;
	font-size: 10px;
}

table.capacity-grid td.label {
	text-align: left;
	font-size: 10px;
}

table.grid {
	border: 1px solid #b3b3b3;
}

table.grid td.header {
	background-color: #acb5c4;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

table.grid td.data {
	text-align: right;
	font-size: 11px;
}

table.grid td.label {
	text-align: left;
	font-size: 11px;
}

table.grid a:link, table.grid a:visited {
	color: #990000;
	text-decoration: none;
}
table.grid a:hover {
	color: #990000;
	text-decoration: underline;

.openleft {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 3px 3px 0 0;
	text-align: left;
	float: left;
}
.openright {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 3px 0 0 3px;
	text-align: left;
	float: left;
}

/*<group=Pyxida Borders>*/
td.pyxida-border-left {
	background: url(../images/pyxida-container-left.gif) repeat-y 0px 0px;
}
td.pyxida-border-right {
	background: url(../images/pyxida-container-right.gif) repeat-y 0px 0px;
}	
td.pyxida-story-border-left {
	background: url(../images/tbl-story-info-left.gif) repeat-y 0px 0px;
}
td.pyxida-story-border-right {
	background: url(../images/tbl-story-info-right.gif) repeat-y 0px 0px;
}
td.pyxida-story-background {
	background: url(../images/tbl-story-info-pyxida-logo.gif) no-repeat right bottom;
}
/*</group>*/

/*<group=Dividers>*/
#databeat-divider {
	background: url(../images/divider-large-blue.gif) no-repeat 0px 0px;
}

#datawatch-divider {
	background: url(../images/divider-datawatch.gif) no-repeat 0px 0px;
}

#latestnews-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#fw-analysis-divider {
	background: url(../images/divider-green.gif) no-repeat 0px 0px;
}

#commentary-reports-divider {
	background: url(../images/divider-green.gif) no-repeat 0px 0px;
}

#smart-search-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#smart-search-sub-divider {
	background: url(../images/divider-smartsearch.gif) no-repeat 0px 0px;
}

#article-headline-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#news-navigation-divider-pyxida {
	background: url(../images/divider-orange-pyxida.gif) no-repeat 0px 0px;
}

#related-data-divider-pyxida {
	background: url(../images/divider-green-pyxida.gif) no-repeat 0px 0px;
}

#related-queries-divider-pyxida {
	background: url(../images/divider-orange-pyxida.gif) no-repeat 0px 0px;
}

#related-news-data-divider-pyxida {
	background: url(../images/divider-green-pyxida.gif) no-repeat 0px 0px;
}

#return-to-divider {
	background: url(../images/divider-green.gif) no-repeat 0px 0px;
}

#search-results-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#data-series-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#newsbeat-download-divider {
	background: url(../images/divider-green.gif) no-repeat 0px 0px;
}

#download-center-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#downloads-divider {
	background: url(../images/divider-large-gray.gif) no-repeat 0px 0px;
}

#support-sample-search-divider {
	background: url(../images/ivider-large-green.gif) no-repeat 0px 0px;
}

#support-sample-category-divider {
	background: url(../images/divider-large-gray.gif) no-repeat 0px 0px;
}

#support-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#smart-search-control-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#news-search-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#news-by-date-bar-divider {
	background: url(../images/divider-green.gif) no-repeat 0px 0px;
}

#news-by-date-results-divider {
	background: url(../images/divider-large-green.gif) no-repeat 0px 0px;
}

#news-headlines-narrow-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}


#latest-updates-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#benchmarks-divider {
	background: url(../images/divider-large-blue.gif) no-repeat 0px 0px;
}

#news-headlines-narrow-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}
	
#stock-indexes-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#data-navigation-divider-pyxida {
	background: url(../images/divider-orange-pyxida.gif) no-repeat 0px 0px;
}

#related-data-divider-pyxida {
	background: url(../images/divider-orange-pyxida.gif) no-repeat 0px 0px;
}

#related-news-meta-divider-pyxida {
	background: url(../images/divider-orange-pyxida.gif) no-repeat 0px 0px;
}

#data-tools-divider-pyxida {
	background: url(../images/divider-orange-pyxida.gif) no-repeat 0px 0px;
}

#indicator-header-divider {
	background: url(../images/divider-large-blue.gif) no-repeat 0px 0px;
}

#capacity-results-divider {
	background: url(../images/divider-large-blue.gif) no-repeat 0px 0px;
}

#capacity-center-pod-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#timberland-transactions-pod-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#import-export-pod-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#pricing-centers-pod-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#financial-center-pod-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#stocks-search-divider {
	background: url(../images/divider-large-blue.gif) no-repeat 0px 0px;
}

#stocks-customize-divider {
	background: url(../images/divider-large-blue.gif) no-repeat 0px 0px;
}

#timberlands-results-divider {
	background: url(../images/divider-large-blue.gif) no-repeat 0px 0px;
}

/*</group>*/

/* @group Ajax */

.htmlregion-loading {
	display: none;
	margin-top: 7px;
}

.htmlregion-error {
	display: none;
	color: maroon;
	font-weight: bold;
	margin-bottom: 15px;
}


.htmlregion-ready {
	display: none;
}

.htmlregion-nodata {
	display: none;
}

.htmlregion-other {
	display: none;
}

span.mini-preloader {
	display: block;
	margin: 10px auto;
	background: url(../images/icon-loading.gif) no-repeat 0 100%;
	padding-left: 25px;
	padding-top: 4px;
	color: #ababab;
}


test-preloader {
	display: inline-table;
	margin: 10px auto;
	background: url(../images/icon-loading.gif) no-repeat 0 100%;
	padding-left: 25px;
	padding-top: 4px;
	color: #ababab;
}

/* @end */


/*<group=Debug>*/
#debug {
	display: block;
	color: #ffffff;
}	

/* Stock Index */
span.other_index { line-height: 21px; color: #006600; font-size: 10px; text-align: left; }

.label-trend-up {
	color: #008000;
}

.value-trend-up {
	color: #008000;
}

.label-trend-down {
	color: #FF0000;
}

.value-trend-down {
	color: #FF0000;
}


.label-trend-flat {
	color: #666666;
}

.value-trend-flat {
	color: #666666;
}

