/*
* { padding:0; margin:0; }
*/

body { 
	/*font-size: 62.5%;*/
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px; 
	padding: 0px; 
	width: 8in;
	margin: 0 auto;
}

/*"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,"Trebuchet MS",Verdana,sans-serif,
font-family: Georgia, 'Lucida Grande', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
*/

body { 
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	margin: 0px 0px 5px 0px; 
}

a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
}

h1 {
	font-size: 1.6em; 
	font-weight: 100;
}

h2 {
	font-size: 1.6em; 
	font-weight: normal;

	color: #84c;
	color: #234;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cc8;	
}

h3 {
	padding: 8px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	background-color: #eee;
	text-shadow: 0 1px 1px #fff;
	font-size: 1.2em;
}

h4 {
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #14354c;
	color: #000;
}


h5 {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.0em;
	color: #075;
}

#toppest, #footer, #pageMenu, #institutionHeader, #pageTitle  {
	display: none;
}

#printHeader { 
	background: #fff;	
	text-align: left;
	font-size: 14px;
	color: #000;
	display: visible;
	padding: 0px; margin: 0;
	border: none;
}

#printHeader img { 
	display: block;
	margin-bottom: 10px;
	border: none;
}

#printHeader p { 
	padding: 10px;
	border: none;
}

table { 
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

td { 
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

table tr.title td, td.data {
	font-weight: bold;
}


table tr.title td {
	background-color: #eee;
}
table tr.head td {
	color: #333;
}

table tr.big td {
	font-size: 14px;
	border-bottom: 1px solid #000;
}

.num { 
	text-align: right;
}
.total {
	font-weight: bold;
}
.noPrint {
	display: none;
}
.printOnly {
	display: normal;
}


div#jsPanel {
	display: none;
}

p.message {
	padding: 5px;
	margin: 5px;
}