/* Print Stylesheet */
/* if you want to SHOW the url of links use: a:link:after, a:visited:after {content: " (" attr(href) ") "; font-size: 90%;} */
body	{background: #FFF; color: #333; font-size: 62.5%; font-family: Arial, Verdana, sans-serif;}

h1, h2, h3, h4, h5, h6	{}
h1			{font-size: 1.7em;}
h2			{font-size: 1.6em;}
h3			{font-size: 1.5em;}
h4			{font-size: 1.4em;}
h5			{font-size: 1.3em;}
h6			{font-size: 1.2em;}

p			{margin: 0 0 0.8em 0; font-size: 1.2em; line-height: 1.4em;}

a:link, a:visited 	{color: #000; text-decoration: underline;}
a:hover, a:active	{color: #000; text-decoration: none;}

a img 		{border: none;}

strong, b	{font-weight: bold;}
em, i		{font-style: italic;}
u			{text-decoration: underline;}
del         {color: #666;}
acronym, abbr, dfn {cursor: help; border-bottom: 1px dotted #CCC;}
cite		{font-style: italic;}

hr 			{float: none; width: 100%; height: .1em; margin: 0 0 0.8em; border: none; background: #CCC; color: #CCC; clear: both;}

ul, ol      {margin: .8em 2em;}
ul li       {list-style: disc; line-height: 1.4em; font-size: 1.2em;}
ol li       {list-style: decimal; line-height: 1.4em; font-size: 1.2em;}

/* ==== ELEMENTS ==== */
#footer {display: none;}


table.tblResult		{border-collapse:collapse; border: 1px solid #E0E0E0; margin: 0.8em 0;}
table.tblResult	tr	{}
table.tblResult	th	{border: 1px solid #E0E0E0; font-size: 1.1em;  line-height: 1.4em; padding: 10px 5px; text-align: center; vertical-align: middle;}
	table.tblResult	th.level	{white-space: nowrap; text-align: left;}
table.tblResult	td	{border: 1px solid #E0E0E0; font-size: 1.1em; line-height: 1.4em; vertical-align: middle; text-align: center;}

.background_full	{background-color: #333;}
	td.background_full span {background: #FFF;}
.background_hatch	{background-color: #CCC;}
	td.background_hatch span {background-color: #EFEFEF;}
.background_empty	{}	

/* ==== MISC ==== */
.hide4print		{display: block; visibility: visible;}