@CHARSET "UTF-8";

@page {
	margin: 0.5in;
}

body {
	padding: 0.25em 0.5em;
	margin: 0;
	font-size: 11pt;
	font-family: sans-serif;
}

h1 {
	border-bottom: 1px #000000;
	text-align: center;
	margin: 0.5em 0em;
	font-size: 150%;
	text-decoration: underline;
}

.label {
	font-weight: bold;
	display: inline;
}

.value {
	display: inline;
}

.label-value {
	margin-bottom: 0.75em;
}

@media print {
	.tools {
		display: none;
	}
}

.tools .button {
	cursor: pointer;
	border: 1px solid #000000;
	font-size: 11pt;
	padding: 0.125em 0.5em;
}

.tools .hide-empty {
	font-size: 10pt;
}

.tools span {
	margin-right: 1.0em;
}

.tools a {
	text-decoration: none;
	color: #000000;
}

/* new print button 2/2/2015 MSC */

#body-top {
  display: none;
}
#body-middle .controls {
	display: none;
}
#body-middle h1 .guide {
	display: none;
}
#body-middle .profile #tabs .ui-tabs {
	display: none;
}
#body-middle .profile #tabs .table-navigation {
	display: none;
}
#body-bottom-wrapper {
	display: none;
}
#tabs .ui-tabs-panel {
  height: auto;
}
#tabs .ui-state-default {
	display: none;
}
#tabs .ui-tabs-active {
	display: block !important;
}
}