/* version 6.002 
February 10, 2010 - Rae LaTulippe
Add .wsh_noBG to remove background images / color from body of print/email pages
Added default h5 styles
*/

#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, #SH_CODE .emailText, #SH_CODE label, #SH_CODE li { font-size: 12px; }

/* Remove background image and colors s */
#SH_CODE .wsh_noBG {
  background-image: none; background-color: #fff; margin: 10px;
}

/* Headers
h1 { }
h2 { }
h3 { }
h4 { }*/
#SH_CODE h5 { padding: 0; margin: 10px 0 5px 0; font-size: 13px; font-weight: bold; color: #f2bc15; }

/* Navigation styles specific to nav.cfm */
#SH_CODE ul#wshnav { margin:0; padding:0 0 15px 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 { border-bottom: 1px solid #ccc; }
#SH_CODE .dataTable td, #SH_CODE .dataTable th { padding: 3px; }
#SH_CODE .dataTable th, #SH_CODE .dataTable th a, #SH_CODE dataTable caption 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: #AF820D; 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: #135959; vertical-align: top; }

/* Banking Tables */
#sh_code .banking td {text-align:right; vertical-align:middle;}
#sh_code .banking th {text-align:left; white-space:normal; vertical-align:bottom; background-color:transparent; border-bottom:2px #0072bc solid;}
#sh_code .banking .bankingSpacer { border: none;}
#sh_code .banking th.dataTH { color:#FFFFFF; font-weight:bold; padding:4px 0 4px 8px; text-align:left;}
#sh_code .banking td.bankingLabel, #SH_CODE .banking th.bankingLabel, #SH_CODE .MADetail td, #SH_CODE .MADetail th { text-align:left; white-space:normal;}  
#sh_code .banking td.bankLeft, #SH_CODE .banking th.bankLeft {text-align:left; white-space:normal;}
#sh_code td.bankingChange { font-weight:bold;}
#sh_code .highSpacer td { height:25px; border:none;}
#sh_code .banking td.bankCenter, th.bankCenter { text-align:right; white-space: nowrap;}
#sh_code .banking th.dataTH {
  background-color:#AF820D; color:#FFFFFF; font-weight:bold; padding:4px 0 4px 8px; text-align:left;}

/* Drop down menus */
#SH_CODE .menuselect { padding-bottom:7px; }

/* Lists */
#SH_CODE ul { margin-top:6px; }

/* Used on Dividends for the Calculator Block */
#SH_CODE .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: #fff; }

/* FAQ */
#SH_CODE dl { margin: 0px; border-top: 1px solid #ccc; }
#SH_CODE dt { padding: 3px; background-color: #135959; 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 */
#SH_CODE #toolbar { font-size: 11px; }
#SH_CODE #toolbar .ToolbarContent { 
  padding:0;
  text-align: left;
}
#SH_CODE #toolbar .ToolbarTitle {
  padding-top: 10px;
  text-align: left;
  font-weight: bold;
}
#SH_CODE #toolbar ul {
  margin: 0;
  padding: 0;
}
#SH_CODE #toolbar ul li {
  padding:2px;
  margin: 0;
  list-style-type: none;
}
#SH_CODE #toolbar a {
  vertical-align: middle;
  text-decoration: none;
}
#SH_CODE #toolbar img {
  padding-right: 5px;
  border: 0px;
  vertical-align: middle;
}

/* used for print/email links in header and "Shareholder Tools" in footer */
#SH_CODE .toolbar { text-decoration: none; }
#SH_CODE .toolbar:hover { text-decoration: underline; }
#SH_CODE .toolbarIcons { border:0px; }

/* Disclaimer Text */
#SH_CODE .disclaimer {
  font-size: 11px;
  color: #fff;
}
#SH_CODE .briefcaseLegend {
  padding: 4px;
  text-align: right;
}

/* Error Handling */
#SH_CODE .error, #SH_CODE .required { color: #f00; }
#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 { }

#SH_CODE #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;
}
