#txt_chart_select {
  text-align: center;
}
.txt_button {
  color:#fff;
  font-size:12px;
  font-weight:bold;
  height:24px;
  line-height:24px;
  border:none;
  vertical-align:middle;
  cursor:pointer;
}
.txt_tbl_column button {
  width:24px;
}

button.txt_btn_add {
  width:40%;
  margin-left:1%;
  margin-right:1%;
  margin-top:1em;
}
button.txt_btn_look {
  width:56%;
  margin-left:1%;
  margin-right:1%;
  margin-top:1em;
}
button.txt_btn_sel {
  width:100%;
  margin-top:1em;
}

button.txt_btn_remove {
  float:right;
  margin-left:15px;
}
button.txt_btn_order {
  float:left;
  clear:left;
  margin-bottom:5px;
  margin-right:15px;
  font-weight:bold;
}
button.txt_btn_info {
  font-family:"Times New Roman", Times, serif;
  font-weight:bold;
  font-size:16px;
  float:right;
  width:24px;
  overflow:hidden;
}

button.txt_btn_blue {
  background:transparent url(./images/tab_bg_blue.png) repeat-x 50% 50%;
}
button.txt_btn_orange {
  background:transparent url(./images/tab_bg_orange.png) repeat-x 50% 50%;
}
button.txt_btn_gray {
  background:transparent url(./images/tab_bg_gray.png) repeat-x 50% 50%;
}

.txt_top caption {
  color:#036;
  font-size:110% !important;
  font-weight:bold;
  text-align:left;
  white-space:nowrap;
  padding-bottom:0.5em;
  border-bottom: 2px solid #036;
}
.txt_top table {
  width:100%;
  float:left;
  border-bottom: 1em solid #eee;
}
.txt_top .rowhdr {
  width: 80%;
}

.txt_desc {
  font-size: 100% !important;
  text-align:left;
  height: 400px;
}
.txt_desc p {
  margin-bottom:1em;
}
.txt_desc ul {
  margin:0 0 1em 1.5em;
  list-style-type:disk;
}
.txt_desc li {
  font-size: 12px !important;
}
.txt_desc blockquote {
  margin-left:1.5em;
}
.txt_desc a :link {
  color: #039 !important;
}
.txt_desc small {
  font-size: 70% !important;
  padding-top:1.5em;
}
.txt_desc ul ul {
  margin-bottom: 0;
}

.txt_select {
  height:24px;
  border:1px solid #a9cde3;
  vertical-align:middle;
}
.txt_sel_column {
  margin-bottom:2em;
}
.txt_tbl_column {
  width:100%;
  margin-top:2em;
  border:5px solid #fff;
  clear:both;
}
.txt_tbl_title {
  padding:0.25em;
}
.txt_sel_container {
  padding-bottom:10px;
}
.txt_hdr_container  {
  width:250px;
  height:225px;
  background-position:50% 100%;
  background-repeat:no-repeat;
}
#txt_chart {
  overflow:hidden;
  text-align:center;
}
#txt_chart_select label,
.txt_sel_column label {
  color:#273c70;
  margin-bottom:5px;
  font-size:1.2em;
  font-weight:bold;
}
#txt_chart_select label {
  padding:0 1em;
}
#txt_chart_select label,
#txt_chart_select select,
#txt_chart_select button {
  margin-top: 1em;
}
.txt_td2chart {
  display:inline-block;
  width:10px;
  margin-right:0.25em;
  text-align:center;
  font-weight:bold;
}

.txt_content option,
.txt_sel_column option {
  padding-right:2em;
}

.txt_message {
  color:#273c70;
  margin-bottom:5px;
  font-size:0.9em;
  height:1.5em;
}
.txt_highlight {
  border-top:5px solid #a9cde3;
  margin-top:1em;
}
.txt_table {
  width:90%;
  margin-top:1em;
  border:1px solid #a9cde3;
}
.txt_table caption {
  color:#273c70;
  margin-bottom:5px;
  font-size:0.9em;
  font-weight:bold;
  border-bottom:1px solid #273c70;
}
.txt_table td {
  font-size:0.8em;
  text-align:right;
  margin-top:0.25em;
  padding:0.1em;
}
.txt_table_flag {
  color:#008;
  font-weight:bold;
  text-decoration:underline;
  cursor:pointer;
}
input.txt_share {
  width:175px !important;
}
#txt_loading {
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        margin: 0;
        padding: 20% 0 80%;
        text-align: center;
        vertical-align: middle;
  -moz-opacity:.90;
  filter:alpha(opacity=90);
  opacity:.90;
}
.txt_table td.txt_table_rowhdr {
  width:60%;
  text-align:left;
}
.txt_img_subcolumn {
  width:45%;
  float:left;
}
.clearfloats {
  clear:both;
}
.txt_100pxh {
  height:100px;
}
.txt_100pw {
  width:100%;
}

#masthead #image {
  background:url(/econ/cbp/img/icon.jpg) no-repeat 100% 50%;
}

@media print {
  @page :first {
    margin:0;
    padding:0;
    size:landscape;
  }
  #txt_chart_select,
  .addthis_toolbox,
  .txt_desc,
  .txt_sel_column,
  .txt_tbl_column button {
    display:none;
    visibility:hidden;
  }
  .txt_tbl_column  {
    display:inline;
    overflow:visible;
    border:none;
    page-break-after:always;
  }
  .txt_img_subcolumn  {
    display:inline-block;
    width:100%;
    float:none;
  }
}
