
body 
{
	background-color: linen;
}

h1
{
	font-size: 20pt;
	text-align: center;
}

/* common table elements*/
table, th, tr, td
{
	border-collapse: collapse;
	border-bottom: 1px solid #c0c0c0;
}

table
{
	width: 100%;
	width: calc(100vw - 30px);
	background-color: white;
}

col
{
	width: 0;
	text-align: center;
}

th, table caption 
{
	font-size: 150%;
	padding: 10px;
	text-align: left;
	background-color: blue;
	background-image: url('bluepaperbg.bmp');
	color: white;
}

table caption
{
	text-align: center;
}

tbody:nth-of-type(4n), 
tbody:nth-of-type(4n-1) 
{  
	/* Every 3rd and 4th Block */
	background-color: rgba(0,0,0,0.1);
}

tbody.expandnotes
{
	font-size: 75%;	
	color:blue;
	background-color: ivory;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

tr:nth-of-type(even)
{
	background-color: rgba(0,0,0,0.05);
}

tr:hover 
{
	background-color: rgba(0,0,128,0.25);
}


/*Report page styles*/
textarea
{
	width: 100%;
	height: 120pt;
}
#HeaderDiv
{
	padding: 0px;
	background-color: blue;
	background-image: url('bluepaperbg.bmp');
	color: white;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}
#Headerh1
{
	display: block;
	font-size: 200%;
	padding: 20px;
	text-align: center;
}
@media print {
body{background:white;}
}

.PPrimary a 
{
	display:block;
	width:121px;
	margin: 5px 0;
	padding:7px 10px 7px 10px;
	color:#000000;
	background: #99ccff; 
	text-decoration: none;
	text-align: center;
	fo-nt-family: LCARS, Impact, sans-serif;
}

.PPrimary a:hover 
{	
	background: #c0c0c0;
	color: #000000;
}