@charset "utf-8";
/* NOTE:  

Chart-injectables.css and chart-injectables-print.css are different!

- Liz 

*/



* { padding: 0; margin: 20px 0 20px 0; }

html { margin: 0 0; background-color: #fff; }

body { text-align: center; }

a:link, 
a:visited { color: #4e4d4d; text-decoration: none; }
a:hover { color: #4e4d4d; text-decoration: underline; }

#container { position: relative; margin: 0 auto; width: 980px; background-color: #fff; text-align: left; }

table { position: relative; width: 980px; margin: 0; padding: 0; border-collapse: collapse; border-top: 1px solid #cecfb5; border-right: 1px solid #cecfb5; }

td.hed { background-color: #b9c9d5; font: 10px/12px Verdana, sans-serif; color: #4e4d4d; vertical-align: bottom; font-weight: bold; }

td.subhed { background-color: #fff1d7; font: 12px/16px Verdana, sans-serif; color: #4e4d4d; }

td { background-color: #fff8eb; font: 11px/14px verdana,sans-serif; color: #4e4d4d; padding: 5px; border-left: 1px solid #cecfb5; border-bottom: 1px solid #cecfb5; vertical-align: top; }

.note { font: 10px/12px Verdana, sans-serif; color: #4e4d4d; }




/* When making a screen shot image of this chart for the article, use the following styles instead of the above ones. Then change back when done. */

/*   
* { padding: 0; margin: 20px 0 20px 0; }
html { margin: 0 0; background-color: #fff; }
body { text-align: center; }
a:link, 
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
#container { position: relative; margin: 0 auto; max-width: 533px !important; background-color: #fff; text-align: left; }
table { position: relative; max-width: 533px !important; margin: 0; padding: 0; border-collapse: collapse; border-top: 1px solid #cecfb5; border-right: 1px solid #cecfb5; }
td.hed { background-color: #b9c9d5; font: 10px/12px Verdana, sans-serif; color: #000; vertical-align: bottom; font-weight: bold; }
td.subhed { background-color: #fff1d7; font: 11px/13px Verdana, sans-serif; color: #000; padding: 1px; }
td { background-color: #fff8eb; font: 11px/13px verdana,sans-serif; color: #000; padding: 1px; border-left: 1px solid #cecfb5; border-bottom: 1px solid #cecfb5; vertical-align: top; }
.note { font: 11px/13px Verdana, sans-serif; color: #000; }
*/




/* COLOR PALETTE: 
fff = white
000 = black
4e4d4d = dark gray for text and links
b9c9d5 = gray-blue for table header cells
fff1d7 = light orange for cell bg
fff8eb = lightest orange for cell bg
cecfb5 = gray for border
*/



