@import url('styles.css');

/*
  The Help pop-up windows should follow the branding blue color #26a9e0 for headers,
  and the height for the headers should be 30px tall consistently.
*/
  body { background: white url(help_zcc_bg.gif) repeat-x 0% 0%; }
/* headings */
  h1,h2,h3,h4,h5,h6 {font-weight: bold; color: #000000;}
	h1 {font-size: 130%; border-bottom: 2px solid #26a9e0; margin-top: 40px;}
	h2 {font-size: 120%; margin-top: 5px;}
	h3 {font-size: 110; margin-top: 5px;}
	h4 {font-size: 105%; margin-top: 5px;}
	h5 {font-size: 100%; margin-top: 5px;}
	h6 {font-size: 100%; margin-top: 5px;}
/*figures */
	div.figure {position: absolute; z-index: 0; top: 0px; left: 0px; width: 380px; visibility: visible;}
/* tables */
	table.allseps, table.rowseps, table.topbot {font-size: 95%; border-spacing: 0px; border-top:1px solid #606060; border-bottom:1px solid #606060;}
/* collapsable headings */
.js .expanding.collapsed>.title:first-child {
	background-image: url('collapsed.png');
  color: #157eaa;
}
.js .expanding.expanded>.title:first-child {
	background-image: url('expanded.png');
  color: #157eaa;  
}
/* links */
a {
	text-decoration: none;
	color: #157eaa;
}



	
