/* 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
*/

html, body { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
td, th, p, dd, dt, input, select, textarea,.emailText, label { font-size: 12px; }

/* Remove background image and colors s */
.wsh_noBG {
  background-image: none; background-color: #fff; margin: 10px;
}

/* Headers
h1 { }
h2 { }
h3 { }*/
#sh_content h4 {padding: 0; margin: 10px 0 5px 0; font-size: 13px; font-weight: bold; color: #333; }
h5 { padding: 0; margin: 10px 0 5px 0; font-size: 13px; font-weight: bold; color: #333; }

/* Navigation styles specific to nav.cfm */
ul#wshnav { margin:0; padding:0 0 15px 0; border-right:2px solid #fff;}
ul#wshnav li {border-bottom:1px solid #fff; padding:8px 0 8px 3px; list-style-type:none; margin:0;}
ul#wshnav ul.subnav {margin:0; padding:0;}
ul#wshnav ul.subnav li {padding:3px 0 0 20px; border:0px;}
ul#wshnav ul.subnav a {font-size:0.9em; line-height:0.9em;}
#wshnav a {font-weight:bold; color:#666; text-decoration:none;}
#wshnav a:hover {text-decoration:underline; color:#000;}
#wshnav a.selected {color:#000;}

/* Styles for tables of data */
.dataTable { }
.main_block .dataTable td { border-bottom: 1px solid #ccc; }
.main_block .dataTable td, .main_block .dataTable th { padding: 6px 3px; }
.main_block .dataTable th, .main_block .dataTable th a, .main_block dataTable caption a { color: #000; text-decoration: none; }
.main_block .dataTableBottom td { border-bottom: 0px;}
/* to get rid of bottom line on tables, uncomment: */
/* td.dataTableBottom {border-bottom:0;} */
.main_block .dataTable .total td { font-weight: bold; }
.main_block .dataTable .special td { color: #CC9900; }
.main_block .dataTable .nostyle { border:0;vertical-align:top; }
.main_block .nostyle td { border:0; padding:2px; margin:0; }

/* Apply to all tables */
.main_block th, .main_block caption { 
	border-bottom:1px solid #af304b;  
	color: #000; 
	font-weight: bold; 
	text-align: left; 
	padding:3px;
	font-weight:bold;
	font-size: 12px;  }


.primary, .primary td, .primarybold, .primarybold td { vertical-align: top; }
.primarybold, .primarybold td { font-weight: bold; }
.alternate, .alternate td { background-color: #efefef; vertical-align: top; }

/* Banking Tables */
.banking td {text-align:right; vertical-align:middle;}
.banking th {text-align:left; white-space:normal; vertical-align:bottom; background-color:transparent; border-bottom:2px #0072bc solid;}
.banking .bankingSpacer { border: none;}
.banking th.dataTH { color:#FFFFFF; font-weight:bold; padding:4px 0 4px 8px; text-align:left;}
.banking td.bankingLabel,.banking th.bankingLabel, .MADetail td, .MADetail th { text-align:left; white-space:normal;}  
.banking td.bankLeft,.banking th.bankLeft {text-align:left; white-space:normal;}
td.bankingChange { font-weight:bold;}
.highSpacer td { height:25px; border:none;}
.banking td.bankCenter, th.bankCenter { text-align:right; white-space: nowrap;}
.banking th.dataTH {
  background-color:#0072bc; color:#FFFFFF; font-weight:bold; padding:4px 0 4px 8px; text-align:left;}

/* Drop down menus */
.menuselect { padding-bottom:7px; }

/* Lists */
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 */
#miniquote { width:175px; border: 1px solid #000; }
#miniquote .subhead { background-color: #ccc; }
#miniquote td { padding:4px; }

/* How to display file sizes */
.filesize { font-size: 11px; color: #666; }

/* FAQ */
dl { margin: 0px; border-top: 1px solid #ccc; }
dt { padding: 3px; background-color: #f0f0f0; border-collapse: collapse; border-bottom: 1px solid #ccc; cursor: pointer; }
dt a { text-decoration:none; }
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 {
	background-image: none;
  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 */
.disclaimer {
  font-size: 11px;
  color: #999;
}
.briefcaseLegend {
  padding: 4px;
  text-align: right;
}

/* Error Handling */
.error, .required { color: #f00; }
.warn { color: #f60; }

/* Valuation Changes up or down (Calculator, Stock quote, etc.) */
.pricedown { color: #900; }
.priceup{ color: #090; }

/* Form Buttons */
.submit { }

#CompareSelector {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* Show "Loading" image as charts load */
img.chart {
  background: transparent url('/common/images/ani-LoadingChart.gif') center center no-repeat;
}