/* version 6.000 */

#SH_CODE html, #SH_CODE body { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
#SH_CODE td, #SH_CODE th, #SH_CODE p, #SH_CODE dd, #SH_CODE dt, #SH_CODE input, #SH_CODE select, #SH_CODE textarea,.emailText { font-size: 12px; }
#content #right #SH_CODE input{width: auto;}
#content #right #SH_CODE img {float: none;}
/* Headers
h1 { }
h2 { }
h3 { }
h4 { }
*/
#SH_CODE h5 { font-weight: bold;  }

/* Navigation styles specific to nav.cfm */
#SH_CODE ul#wshnav { margin:0; padding:0; border-right:2px solid #fff;}
#SH_CODE ul#wshnav li {border-bottom:1px solid #fff; padding:8px 0 8px 3px; list-style-type:none; margin:0;}
#SH_CODE ul#wshnav ul.subnav {margin:0; padding:0;}
#SH_CODE ul#wshnav ul.subnav li {padding:3px 0 0 20px; border:0px;}
#SH_CODE ul#wshnav ul.subnav a {font-size:0.9em; line-height:0.9em;}
#SH_CODE #wshnav a {font-weight:bold; color:#666; text-decoration:none;}
#SH_CODE #wshnav a:hover {text-decoration:underline; color:#000;}
#SH_CODE #wshnav a.selected {color:#000;}

/* Styles for tables of data */
#SH_CODE .dataTable { }
#SH_CODE .dataTable td, #SH_CODE .dataTable caption { border-bottom: 1px solid #ccc; }
#SH_CODE .dataTable td, #SH_CODE .dataTable th { padding: 3px; }
#SH_CODE .dataTable th, #SH_CODE .dataTable th a { color: #fff; }
#SH_CODE .dataTableBottom td { border-bottom: 0px;}
/* to get rid of bottom line on tables, uncomment: */
/* td.dataTableBottom {border-bottom:0;} */
#SH_CODE .dataTable .total td { font-weight: bold; }
#SH_CODE .dataTable .special td { color: #CC9900; }
#SH_CODE .dataTable .nostyle { border:0;vertical-align:top; }
#SH_CODE .nostyle td { border:0; padding:2px; margin:0; }

/* Apply to all tables */
#SH_CODE th, #SH_CODE caption { background-color: #0072bc; color: #fff; font-weight: bold; text-align: left; padding:3px; }
#SH_CODE .primary, #SH_CODE .primary td, #SH_CODE .primarybold, #SH_CODE .primarybold td { vertical-align: top; }
#SH_CODE .primarybold, #SH_CODE .primarybold td { font-weight: bold; }
#SH_CODE .alternate, #SH_CODE .alternate td { background-color: #efefef; vertical-align: top; }

/* Drop down menus */
#SH_CODE .menuselect { padding-bottom:7px; }

/* Lists */
#SH_CODE ul { margin-top:6px; }

/* Used on Dividends for the Calculator Block */
.focus {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

/* Stock quote/chart on IR home page */
#SH_CODE #miniquote { width:175px; border: 1px solid #000; }
#SH_CODE #miniquote .subhead { background-color: #ccc; }
#SH_CODE #miniquote td { padding:4px; }

/* How to display file sizes */
#SH_CODE .filesize { font-size: 11px; color: #666; }

/* FAQ */
#SH_CODE dl { margin: 0px; border-top: 1px solid #ccc; }
#SH_CODE dt { padding: 3px; background-color: #f0f0f0; border-collapse: collapse; border-bottom: 1px solid #ccc; cursor: pointer; }
#SH_CODE dt a { text-decoration:none; }
#SH_CODE dd { margin: 0px; padding:5px; border-bottom: 1px solid #ccc; }

/* "Shareholder Tools" in footer */
#toolbar { font-size: 11px; }
#toolbar .ToolbarContent { 
  padding:0;
  text-align: left;
}
#toolbar .ToolbarTitle {
  padding-top: 10px;
  text-align: left;
  font-weight: bold;
}
#toolbar ul {
  margin: 0;
  padding: 0;
}
#toolbar ul li {
  padding:2px;
  margin: 0;
  list-style-type: none;
}
#toolbar a {
  vertical-align: middle;
  text-decoration: none;
}
#toolbar img {
  padding-right: 5px;
  border: 0px;
  vertical-align: middle;
}

/* used for print/email links in header and "Shareholder Tools" in footer */
.toolbar { text-decoration: none; }
.toolbar:hover { text-decoration: underline; }
.toolbarIcons { border:0px; }

/* Disclaimer Text */
#SH_CODE .disclaimer {
  font-size: 11px;
  color: #999;
}
#SH_CODE .briefcaseLegend {
  padding: 4px;
  text-align: right;
}

/* Error Handling */
#SH_CODE .error, #SH_CODE .required { background-image: none; color: #f00;
  background-color: transparent;
  background-position: none;
  padding: 0px;
  display:inline;
   }
#SH_CODE .warn { color: #f60; }

/* Valuation Changes up or down (Calculator, Stock quote, etc.) */
#SH_CODE .pricedown { color: #900; }
#SH_CODE .priceup{ color: #090; }

/* Form Buttons */
#SH_CODE .submit { width: 70px;}
#content #right #SH_CODE .submit {width: 70px;}
#CompareSelector {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* Show "Loading" image as charts load */
#SH_CODE img.chart {
  background: transparent url('/common/images/ani-LoadingChart.gif') center center no-repeat;
}