/* version 5.100 */

html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #231f20;
}

#SH_CODE {WIDTH: 670PX; }

#SH_CODE td, th, p, dd, dt, input, select, textarea {font-size: 13px;  color: #231f20; }

/* 
#SH_CODE h1 { }
#SH_CODE h2 { }
#SH_CODE h3 { }
#SH_CODE h4 { }
*/
#SH_CODE h5 { margin-bottom: 0px; font-size: 13px; font-weight: bold;  }

/* Lists */
#SH_CODE ul { margin-top:6px; }

/* 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: #000; }

#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, caption { 
  background-color: #E6AE2B;
  color: #000;
  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, .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: 13px;
  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;
}

/* Stock quote/chart on IR home page */
#SH_CODE #miniquote { width:175px; border: 1px solid #000; }
#SH_CODE #miniquote th { background-color: #000; }
#SH_CODE #miniquote .subhead { background-color: #ddd; }
#SH_CODE #miniquote .disc { font-size:10px; color:#999; }
#SH_CODE #miniquote td { padding: 4px; }

/* Email this Page */
#SH_CODE .emailText {
  font-family: Arial,Helvetica,sans-sarif;
  font-size: 13px;
}

/* How to display file sizes */
#SH_CODE .filesize {
  font-size: 11px;
  color: #666;
}

/* FAQ */
#SH_CODE dl {
  margin: 0px;
  border-top: 1px solid #EAEAEA;
}
#SH_CODE dt {
  padding: 3px;
  background-color: #E6AE2B;
  border-collapse: collapse;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer; }
#SH_CODE dt a {
  text-decoration:none;
}
#SH_CODE dd {
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #EAEAEA;
}

/* "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: #999;
  border-color: #666;
  border-width: 1px;
}

#SH_CODE #CompareSelector {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.button
{
	width:200px;
	height:70px;
	background-image:url(../images/news/main/buttonbg.png);
	background-position:center;
	background-repeat:no-repeat;
}

	.button p
	{
		padding:8px 10px 10px 12px;
		color:#000000 !important;
		font-size:13px;
	}
