body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*:: Main Container ::*/
#container { 
	width: auto;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1006px; /* 936px; */
	position: abosolute;
}





#header_bg { 
	background: url(../images/hdr_bg_rpt.gif);
}
#logo {
	background: url(../images/hdr_bg.gif) no-repeat;
	height: 81px;
}
#tab_bg {
	background: url(../images/tab_bg.gif);
	height: 45px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	position: relative;
}
#tab_home {
	float: left;
	width: 140px;
	height: 45px;
	overflow: hidden;
}
#tab_other {
	float: right;
	width: auto;
	height: 45px;
	text-align: right;
	overflow: hidden;
}

.menu {
	border: 0px solid #990000;
	width: 100%;
	height: 45px;
}

#search {
	position: relative;
	float: right;
	margin: -50px 10px 0 0;
}

#sidebar1 {
	float: left; 
	width: 160px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 0 15px;
	padding-top: 0px; /* add only for IE */
}
#sidebar2 {
	float: right; 
	width: 160px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 15px 0 0;
	padding-top: 0px; /* add only for IE */
}







/*:: Browser top shadow ::*/
#browser_shadow {
	width: 100%;
	height: 9px;
	background: url(../images/brwsr_shdw.gif) repeat-x;
}
#logo_revised {
	background: url(../images/logo.gif) no-repeat;
	height: 50px;
}
#header_bg_revised {
	height: 50px;
	background: #666666;
	margin: 0;
	padding: 0;
}
#mainContent_revised {
	margin: 0 190px 0 20px;
	position: relative;
	padding: 0;
}







#mainContent {
	border: 0px solid #FF00FF;
 	margin: 0 180px 0 180px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	position: relative;
	/* ============  add for IE only ============ */
	zoom: 1;
	margin-top: -15px;
	/* ========================================== */
} 
#footer { 
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	background: white;
	/* background: #CCCC99; */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.subtitle_bg {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	background: url(../images/title_bg_ul.gif) repeat-x left top;
}
.middleColumn {
	width: 100%;
	border: 0px solid #FF00FF;
	position: absolute;
}
.content_col {
	width: 30%;
	margin: 5px;
	padding: 0;
	float: left;
	position: relative;
}

/* --------------------------------------- */
/* ------------ Side content ------------- */
/* --------------------------------------- */

#gauge {
	position: relative;
	left: -450px;
	top: 0px;
	width: 130px;
	height: 150px;
}
#gauge a {
	position: inherit;
	z-index: 0;
}
#gauge a:hover {
	z-index: 1;
}

/* ----------------------------------------------- */
/* ---------------- Main content ----------------- */
/* ----------------------------------------------- */

#iiMemo {
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 95%;
	padding: 0 0 0 25px;
	margin: 20px 0 0 0;
}
#iiMemo span.header {
	font-size: 11px;
	color: #990000;
	float: left;
	line-height: 100%;
	margin: 0;
}
#iiMemo span.date {
	font-size: 9px;
	color: #666666;
	float: left;
	line-height: 100%;
	margin: 0 0 10px 0;
}
#iiMemo a:link {
	color: #666666;
}
#iiMemo label {
	font-size: 11px;
	color:#666666;
	float: left;
	vertical-align: top;
	font-weight: normal;
	padding: 3px 5px 0 5px;
}

#iiFiles {
 	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#iiFiles div.upload {
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 5px 0;
	border: 1px solid #666666;
}
#iiFiles table.list {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #666666;
}
#iiFiles span.header {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#iiFiles span.list {
	font-size: 11px;
	font-weight: normal;
}
#iiFiles span.list a:link {
	color: #990000;
}

/* ----------------------------------------------- */
/* ------------------ Type Tools ----------------- */
/* ----------------------------------------------- */

ul { margin-left: 0; padding-left: 1em; font-size: 10px; }

.large { font-size: 14px; font-weight: normal; }
.medium { font-size: 12px; font-weight: normal; }
.small { font-size: 11px;  font-weight: normal; }
.tiny { font-size: 10px; font-weight: normal; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.red { color: #990000; }
.green { color: #006600; }
.blue { color: #0000FF; }
.grey {	color: #333333; }

.link_red { color:#990000; font-size: 11px; font-weight: bold; margin: 0; padding: 0; }
.link_red a:link { color: #990000; text-decoration: none; }
.link_red a:visited { color: #990000; text-decoration: none; }
.link_red a:hover {	color: #FF0000; text-decoration: underline; }

.subtitle {
	/* font: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: #333333;
	float: right;
	margin-top: 25px;
	font-weight: normal;
}
.subtitle_ii { float: left;	padding: 0;	margin: 0; normal; }

.link_grey { font-size: 10px; font-weight: normal; margin: 0; padding: 0; }
.link_grey a:link { color: #999999; font-decoration: none; }
.link_grey a:visited { color: #999999; font-decoration: none; }
.link_grey a:hover { color: #000000; font-decoration: underline; }

.link_list { font-size: 10px; font-weight: normal; margin: 0; padding: 0; }
.link_list a:link { color: #666666; text-decoration: none; }
.link_list a:visited { color: #666666; text-decoration: none; }
.link_list a:hover { color: #FFFFFF; text-decoration: underline; }

.top5 { font-size: 9px; font-weight: normal; color: #999999; text-align: left; margin: 0 3px 0 0; padding: 0; }
.top5 a:link { color: #990000; text-decoration: none; }
.top5 a:visited { color: #990000; text-decoration: none; }
.top5 a:hover { text-decoration: underline; }

/* ----------------------------------------------- */
/* ------------- Liquid Corner Table ------------- */
/* ----------------------------------------------- */

.liquid-round {
	background: #cccccc url(../images/_table/leftside.gif) repeat-y left top;
	width: 160px;
	margin: 10px 0 10px 0;
}
.top {
	background: url(../images/_table/top.gif) no-repeat left top;
	height: 8px;
	width: 100%;
}
.top span {
	background: url(../images/_table/top-right.gif) no-repeat right top;
	height: 8px;
	display: block;
	position: relative;
}
.center-content {
	background: url(../images/_table/rightside.gif) repeat-y right top;
	width: 160px;
	position: relative;
	margin: 0;
}

.center-content p {
	padding: 5px 10px;
}
.center-content table {
	background: white;
	width: 140px;
	border: 1px solid #999999;
	margin: 0;
}

.bottom {
	background: url(../images/_table/bottom.gif) no-repeat left bottom;
	height: 8px;
	width: 100%;
}
.bottom span {
	background: url(../images/_table/bottom-right.gif) no-repeat right bottom;
	height: 8px;
	display: block;
	position: relative;
}

.hide {
	display: none;
}













#browser_shadow {
	width: 100%;
	height: 9px;
	background: url(../images/brwsr_shdw.gif) repeat-x;
}


/*:: iii Header ::*/
#header_top {
	float: left;
	width: 100%;
	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: 100%;
	height: 43px;
	padding: 0;
	margin: 0;
	background: url(../images/menu_bg.gif) repeat-x;
}
#header_menu_shadow {
	float: left;
	height: 20px;
	padding: 0;
	margin: 0;
	background: url(../images/menu_shdw.gif) repeat-x;
	width: 100%;
}

/*:: 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;
}

#header_menu div#searchbox {
	width: auto;
	height: 43px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 15px 20px 0;
	/* background: url(../images/menu_bg_light.gif) repeat-x; */
}
#header_menu div#searchbox a:link {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	padding-left: 10px;
	margin: 0;
}
#header_menu div#searchbox a:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	padding-left: 10px;
	margin: 0;
}
#header_menu div#searchbox a:hover {
	color: #ff9900;
}
#header_menu div#searchbox1 {
	width: auto;
	height: 43px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 15px 10px 0;
	/* background: url(../images/menu_bg_light.gif) repeat-x; */
}
#header_menu div#searchbox1 span a {
	font-size: 9px;
	color: #0391b0 !important;
	text-decoration: underline;
	padding-left: 0px;
	margin: 0;
	font-weight: normal;
}
#header_menu div#searchbox1 span a:visited {
	font-size: 9px;
	color: #0391b0 !important;
	text-decoration: underline;
	padding-left: 0px;
	margin: 0;
	font-weight: normal;
}
#header_menu div#searchbox1 span a:hover {
	color: #E77501 !important;
	font-weight: normal;
}


#header_menu div#btn_project {
	float: left;
	width: 67px;
	height: 43px;
	background: url(../images/btn_projects_off.gif) no-repeat;
}
#header_menu div#btn_project a:link {
	float: left;
	width: 67px;
	height: 43px;
	background: url(../images/btn_projects_off.gif) no-repeat;
}
#header_menu div#btn_project a:visited {
	float: left;
	width: 67px;
	height: 43px;
	background: url(../images/btn_projects_off.gif) no-repeat;
}
#header_menu div#btn_project a:hover {
	float: left;
	width: 67px;
	height: 43px;
	background: url(../images/btn_projects_on.gif) no-repeat;
}
#header_menu div#btn_request {
	float: left;
	width: 74px;
	height: 43px;
	background: url(../images/btn_requests_off.gif) no-repeat;
}
#header_menu div#btn_request a:link {
	float: left;
	width: 74px;
	height: 43px;
	background: url(../images/btn_requests_off.gif) no-repeat;
}
#header_menu div#btn_request a:visited {
	float: left;
	width: 74px;
	height: 43px;
	background: url(../images/btn_requests_off.gif) no-repeat;
}
#header_menu div#btn_request a:hover {
	float: left;
	width: 74px;
	height: 43px;
	background: url(../images/btn_requests_on.gif) no-repeat;
}
#header_menu div#btn_ideas {
	float: left;
	width: 55px;
	height: 43px;
	background: url(../images/btn_ideas_off.gif) no-repeat;
}
#header_menu div#btn_ideas a:link {
	float: left;
	width: 55px;
	height: 43px;
	background: url(../images/btn_ideas_off.gif) no-repeat;
}
#header_menu div#btn_ideas a:visited {
	float: left;
	width: 55px;
	height: 43px;
	background: url(../images/btn_ideas_off.gif) no-repeat;
}
#header_menu div#btn_ideas a:hover {
	float: left;
	width: 55px;
	height: 43px;
	background: url(../images/btn_ideas_on.gif) no-repeat;
}


#body-container {
	padding-top:120px
	background-color:white;
}
.module-container {
	margin: 0px -7px 0px;
	padding: 10px;
	display: block;
	font-size: 11px;
	background-color: white;
	width: 100%;
}

body.trade { 
	margin:  0px;
	padding: 0px;
	font: 11px/1.3em "Lucida Grande", LucidaGrande, Verdana, Lucida, Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	color: #000000;
}

#page-container {
	display: block;
	width: 1380px;
	margin: 20px auto 0px;
	background: url(../images/shadow-body-strip.gif) repeat-y 0px 0px;
}


#header {
	display: block;
	text-indent: -1000em; 
	/*\*/overflow: hidden; /**/
	width: 100%; 
	height: 54px; 
	background: #F0F0F0 url(../images/header.gif);
	font-size: 10px;
}

#shadow-wrapper {
	padding: 3px 4px 0px;
	background: url(../images/shadow-top-strip.gif) no-repeat 0px 0px;
}

/*<group=Tabs>*/

#tool-strip {
	display: block;
	width: 100%;
	/*\*/overflow: hidden; /**/
	background: #d7ecb1;
	height: 30px;
	font-size: 10px;
}

#main-nav-tools {
	float: right;
	width: 700px;
	text-align: right;
	
}

#main-nav-tools ul {
	display: inline;
	padding: 0;
	font-size: 11px;
	line-height: 29px;
	text-align: right;
	right: 5px;
}

#main-nav-tools ul li { display: block; padding: 0px; float: right; }

#main-nav-tools ul li#home-btn {	
	width:50px;
	background: url(../images/btn-home.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li#login-btn {	
	width:94px;
	background: url(../images/btn-login.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li#addNewRequest-btn {	
	width:134px;
	background: url(../images/btn-addNewRequest.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li#viewSupportPage-btn {	
	width:87px;
	background: url(../images/btn-viewSupportPage.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li#suggestionsPage-btn {	
	width:104px;
	background: url(../images/btn-viewSuggestionsPage.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li#contentPage-btn {	
	width:87px;
	background: url(../images/btn-viewContentPage.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li#projectPage-btn {	
	width:87px;
	background: url(../images/btn-viewProjectPage.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li#viewItPage-btn {	
	width:50px;
	background: url(../images/btn-viewItPage.gif) no-repeat 0px 0px;
}

#main-nav-tools ul li a {
	display: block;
	float: left;
	text-decoration: none;
	width: 94px;
}

#main-nav-tools ul li a#viewItPage-btnA {
	display: block;
	float: left;
	text-decoration: none;
	width: 40px;
}

#main-nav-tools ul li a#addNewRequest-btnA {
	display: block;
	float: left;
	text-decoration: none;
	width: 124px;
}

#main-nav-tools ul li a#viewSupportPage-btnA {
	display: block;
	float: left;
	text-decoration: none;
	width: 75px;
}

#main-nav-tools ul li a#viewContentPage-btnA {
	display: block;
	float: left;
	text-decoration: none;
	width: 75px;
}

#main-nav-tools ul li a#viewSuggestionPage-btnA {
	display: block;
	float: left;
	text-decoration: none;
	width: 85px;
}
/*</group>*/

/*<group=Tags>*/
h1 {
	color: #800000;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	color: #800000;
	font-size: 11px;
	font-weight: bold;
}

img {
	border: 0px;
}

p {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

a {
	color : #800000;
	text-decoration : none;
}

a.inline:link, a.inline:visited {
	color : #3885ff;
	text-decoration : none;
}

a.inline:hover {
	color : #3885ff;
	text-decoration : underline;
}

form {
	margin: 0px;
	padding: 0px;
}
/*</group>*/


/*<group=Classes>*/

h3.trade-header {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}
.borderstyle {
	border-color:#D1D1D1;
	border-style: solid;
}

.divider {
	display: block;	
	width: 100%;
	height: 3px;
	margin: 0;
	font-size: 1px;
	line-height: 3px;
}

.requiredFieldBullet {
	color: #FF0000;
	font-weight: bold;
}

.text-notice {
	color: #FF0000;
	font-weight: bold;
}

.dimmed {
	color: #666666;
}

h1.module {
	color: #800000;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}



td.customize-btn {
	width: 100px;
	text-align: right;
	font-size: 10px;
	color: #999999;
	font-variant: small-caps;
}

td.customize-btn img {
	border: 0px;
	vertical-align: baseline;
}

td.customize-btn a:link, td.customize-btn a:visited, ul.newslisting a:visited {
	color: #999999;
	text-decoration: none;
}

td.customize-btn a:hover {
	color: #3885ff;
	text-decoration: underline;
}

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.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;
}

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;
}

.hide {
	display: none;
}
	
/*</group>*/

/*<group=Layout>*/

#userinfo-container {
	float: left;
	width: 490px;
	color: #FFFFFF;
	font-size: 10px;	
	margin: 5px;
	padding: 0px;	
}

/*<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=News>*/
ul.newslisting {
	text-align: left;
	padding: 0px;
	display: block;
	list-style: inherit outside disc;
	margin: 10px 0px 0px 17px;
}

ul.newslisting li {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

ul.newslisting a:link, ul.newslisting a:visited {
	color: #000000;
	text-decoration: none;
}

ul.newslisting a:hover {
	color: #800000;
	text-decoration: underline;
}

.dateline {
	color: #7f7f7f;
}
/*</group>*/

/*<group=Grid Table>*/
table.grid {
	border: 1px solid #b3b3b3;
}

table.grid td.header {
	background-color: #e9ebf4;
	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;
}
	
/*</group>*/

/*<group=GridNew Table>*/
table.gridnew {
	border: 0px solid #b3b3b3;
	border-collapse:collapse;
}

table.gridnew td.header {
	/*background-color: #4c4c4c;*/
	background-color: #ccd0d2;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color:white;
}

table.gridnew tr {
	border-bottom: 1px solid #d9d9d9;
}

table.gridnew tr.alternate {
	background-color: #dffaff
}

table.gridnew tr.alternate1 {
	background-color: white
}

table.gridnew td.data {
	text-align: right;
	font-size: 11px;
}

table.gridnew td.label {
	text-align: left;
	font-size: 11px;
}
table.gridnew a {
	color:#800040;
}
table.gridnew a:hover {
	text-decoration:underline;
	color:#ff0000;
}

table.gridnew td.header a {
	color:white;
	text-decoration:underline;
}
table.gridnew td.header a:hover {
	color: rgb(3, 145, 176);
	text-decoration:underline;
}


/*<group=GridNew1 Table>*/
table.gridnew1 {
	border: 1px solid #b3b3b3;
	border-collapse:collapse;
}

table.gridnew1 td.header {
	background-color: #4c4c4c;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color:white;
}

table.gridnew1 tr.alternate {
	background-color: #dffaff
}

table.gridnew1 td.data {
	text-align: right;
	font-size: 11px;
}

table.gridnew1 td.label {
	text-align: left;
	font-size: 11px;
}
table.gridnew1 a:hover {
	text-decoration:none;
}

table.gridnew1 td.header a {
	color:white;
	text-decoration:none;
}
table.gridnew1 td.header a:hover {
	color:#96d07c;
	text-decoration:underline;
}

/*</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;
}
	
/*</group>*/

/*<group=Capacity Results Table>*/
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;
}
	
/*</group>*/

/*<group=Pyxida Borders>*/
td.pyxida-border-left {
	background: url(../images/pyxida-container-left.png) repeat-y 0px 0px;
}
td.pyxida-border-right {
	background: url(../images/pyxida-container-right.png) repeat-y 0px 0px;
}
/*</group>*/
#body-left-container {
	float: left;
	text-align: left;
	margin-left: 7px;
	width: 250px;
}

#body-right-container {
	float: right;
	text-align: left;
	width: 600px;
	margin-right: 7px;
}

#body-full-container {
	width: 100%;
	margin: 0;
	padding: 3px;
	display: block;
}

#body-single-column-container {
	text-align: left;
	margin: 0;
	padding: 0;
	/* margin-left: 7px;
	margin-right: 7px; */
	width: 100%; /* 884px; */
}

#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;
}

#indicator-graph-container {
	margin: 5px auto auto;
	display: block;
	text-align: center;
}

#indicator-top-tools {
	width: 98%;
	margin: 5px auto auto;
	padding: 3px;
	display: block;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

#indicator-graph-source {
	width: 98%;
	margin: 5px auto auto;
	padding: 3px;
	display: block;
	text-align: right;
	color: #666666;
	font-size: 10px;
}

td {
	font-size: 11px;
}

.editing-row {
	background-color: #ffe6b1;
	font-size: 11px;
}

tr.alternate {
	background: #F3F4F8;
}

.action-item-container {
	padding: 0px;
	display: block;
	font-size: 11px;
	margin: 5px auto;
}
/*</group>*/

/*<group=Dividers>*/
#latestnews-divider {
	background: url(../images/divider-orange.gif) no-repeat 0px 0px;
}

#return-to-divider {
	background: url(../images/divider-green.gif) no-repeat 0px 0px;
}

#latest-updates-divider {
	background: url(../images/divider-large-green.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>*/