html, body { font-family: arial, helvetica, sans-serif;}

td, th, p, div, dd, dt, input, select, textarea, ul, li { font-size:12px;}

h1 { font-size: 16pt; color: #000; line-height: 20pt; margin: 0; }
h2 { color: #000; font-size: 16px; font-weight: bold; line-height: 18px; }
h3 { font-size: 14px; color: #666; border-bottom: 1px solid #ccc; }
h4 { font-size: 13px; }
h5 { font-size: 11px;  margin: 0; }

/* Styles for tables of data */
.dataTable { font-family:arial, helvetica, sans-serif; font-size: 12px; }
.dataTable td, .dataTable caption { border-bottom: 1px solid #ccc; }
.dataTable td, .dataTable th { padding: 3px; }
.dataTable th, .dataTable th a { font-size: 11px;}
.dataTableBottom td { border-bottom: 0px;}
.dataTable .total td {background-color: #fff; color: #000; font-weight: bold; border-bottom:1px solid #666;}
.dataTable .special td {color: #CC9900;}

/* Apply to all tables */
th { background-color: #000; color: #fff; font-size: 11px; text-align: left;  vertical-align: bottom;  }
th a, th a:link, th a:visited { color:#fff; }
.primary, .primary td { vertical-align: top; }
.primarybold, .primarybold td { vertical-align: top; font-weight: bold; }
.alternate, .alternate td { background-color: #efefef; vertical-align: top; }
caption { font-weight: bold; font-size: 14px; text-align: left; padding-top: 10px; }

/* Used on Dividends for the Calculator Block */
.focus {font-size: 12px; border: 1px solid #000; color: #000; font-weight: bold;}

/* Generic styles */
.highlighted { font-weight:bold; }
.nostyle,.nostyle td {padding: 0px; border:0px;margin:0px;}

/* Email this Page */
.emailText { font-family:arial,helvetica,sans-sarif; font-size:12px; }

/* How to display file sizes */
.filesize { font-size:11px; color:#666;}

/* FAQ */
dl { margin: 0px; border-top: 1px solid #ccc; }
dt { border-collapse: collapse; border-top: 1px solid #fff; border-bottom: 1px solid #ccc; background-color: #f0f0f0; padding: 2px; cursor: pointer; }
dt a { text-decoration:none; }
dd { margin:0px; padding:5px;border-bottom:1px solid #ccc; }

/* "Shareholder Tools" in footer */
#toolbar { 
	float: right;
	width: 155px;
	height: 451px;
	background-color: #99FFCC; /* D1D4CC */
	border-left: 1px solid white;
	text-align: left;
	padding:0 3px;
	margin: 0;
	position: relative;
    font-size: 11px; 
}
#toolbar .ToolbarContent {padding: 0; text-align: right; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef;}
#toolbar ul {margin: 0; padding: 0; border-bottom: 1px solid #efefef;}
#toolbar ul li {padding:2px; margin:0; list-style: none;}
#toolbar a { vertical-align: middle; text-decoration: none; margin:0; padding:0;}
#toolbar img { padding-left: 5px; padding-right: 5px; border: 0px; vertical-align: middle;}
#toolbar label {font-size:11px;}
#toolbar .disclaimer {color:#333;}
#stockinfo {border-bottom:1px solid #efefef; border-top:1px solid #efefef; text-align:center; font-size:11px;}

/* used for print/email links in header and "Shareholder Tools" in footer */
.toolbar {text-decoration: none; font-size:11px;}
.toolbar:hover {text-decoration: underline;}


/* Error Handling */
.error, .required {color: #f00;}
.warn {color: #f60;}

/* Disclaimer Text */
.disclaimer {color:#999; font-size: 9px; }

/* Valuation Changes up or down (Calculator, Stock quote, etc.) */
.pricedown {color:#900;}
.priceup{color:#090;}

/* Form Buttons */
.submit {background-color: #bbb; color: #fff; font-size: 11px; border-color: #999; border-width: 1px;}

ul	{ margin-top:6px; }
#CompareSelector {background-color: #eee;padding-top: 5px; padding-bottom: 5px; margin: 0; border: 1px solid #ccc;}
img.chart {	background: transparent url('/common/images/ani-LoadingChart.gif') center center no-repeat; }

/* Automatic drop shadows: http://www.alistapart.com/articles/onionskin/ */
.ARCover, .Corner1, .Corner2 {
  display:inline-table;
  /* Above rule is for IE Mac. Rule below fixes it for everything else */
  /* \*/display:block;/**/
  }
.ARCover {
  float:left;
  background:url('/common/images/shadow/shadow.gif') right bottom no-repeat;
  margin-right:2px; /* padding for the words next to the image */
  }
.Corner1 {
  background:url('/common/images/shadow/corner_bl.gif') -12px 100% no-repeat;
  }
.Corner2 {
  padding:0 8px 8px 0;
  background:url('/common/images/shadow/corner_tr.gif') 100% -12px no-repeat;
  }
/* eliminate possible whitespace around the image, and give it a dark border */
.Corner2 img {display:block; border:1px solid #333;}