/* version 5.000 */

#SH_CODE {
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 12px;
  line-height: 15px;
  }
/*#SH_CODE p {font-size: 11px; }*/
#SH_CODE .text a {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:13px;
}
#SH_CODE h1 { }
#SH_CODE h2 {color:#E20A16; font-size:22px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:24px; margin: 10px 0 10px 0;}
#SH_CODE h3 {color:#E20A16; font-size:16px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-weight:bold; margin: 5px 0 5px 0; }
#SH_CODE h4 {color:#006699; font-size:14px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:16px; font-weight:bold; margin: 5px 0 5px 0; }

#SH_CODE h5 {color:#00446a; font-family:Helvetica,Verdana,Arial,sans-serif; font-size:12px; font-weight:bold; margin: 5px 0 5px 0; }

/* Lists */
#SH_CODE ul { margin-top:6px; }

/* Styles for tables of data */
#SH_CODE .dataTable {font-size: 11px; }

#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 { font-size: 11px;}

#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 .menuselect { padding-bottom:7px; }

/* Apply to all tables */
#SH_CODE th, #SH_CODE caption { 
  background-color: #E20A16;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 3px; 
}
#SH_CODE .primary, .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;
}

/* Used on Dividends for the Calculator Block */
#SH_CODE .focus {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

/* Generic styles */
#SH_CODE .highlighted { font-weight: bold; }

#SH_CODE .nostyle,#SH_CODE .nostyle td {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

/* Email this Page */
#SH_CODE .emailText {
  font-family: Arial,Helvetica,sans-sarif;
  font-size: 12px;
}

/* 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 */
#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; }

/* Disclaimer Text */
#SH_CODE .disclaimer {
  font-size: 11px;
  color: #999;
}
#SH_CODE .briefcaseLegend {
  padding: 4px;
  text-align: right;
}

/* Error Handling */
#SH_CODE .error, .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 {
  font-family: Arial;
  color: #fff;
  background-color: #ADAEB2;
  border-color: #999999;
  border-width: 1px;
}

#SH_CODE label {
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 12px;
  line-height: 15px;
}

#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;
}