/* Printer friendly stylesheet */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 76%;
}
h1 {
	font-size: 2.2em;
	color: #0066CC;
	text-align: right;
	margin: 0px;
	padding: 4px 8px;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 10px 8px 0px 8px;
}
h2 {
	color: #0066CC;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	color: #0066CC;
	margin: 0px;
	padding: 6px 8px 0px 8px;
	font-weight: bold;
}
table {
	margin-top: 16px;
	margin-bottom: 16px;
}
.notice {
    display: none;
}
.footnote {
    display: none;
}
td {
	font-size: 1em;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"] {
	color: #000000;
	border: 0px;
	font-size: 1em;
	padding-left: 2px;
	padding-right: 2px;
}
input[type="checkbox"], input[type="radio"] {
	color: #000000;
	border: 0px;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
/* The following is for IE as it is not yet CSS2 compliant */
input {
	color: #000000;
	border: 0px;
	font-size: 1em;
	padding-left: 2px;
	padding-right: 2px;
}
form {
	margin: 0px;
	padding: 8px 0px;
}
textarea {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
select {
	color: #000000;
	font-size: 1em;
	border: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.maindark {
	color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mainred {
	color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.priorityhigh {
	vertical-align: middle;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.prioritymedium {
	vertical-align: middle;
	color: #666600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.prioritylow {
	vertical-align: middle;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.prioritydefunct {
	vertical-align: middle;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.issuecell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	color: #000000;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.issueheader {
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	padding-left: 2px;
}
.sidebar {
    display: none;
}
.issuecelldark {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	color: #000000;
}
.reportcelldark {
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	color: #000000;
}
.reportcell {
	color: #000000;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}
th {
	font-size: 1em;
	color: #0066CC;
}
.label {
	width: 120px;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
	float: left;
	color: #336699;
}
.field {
	position: static;
}
.labelfieldpair {
	position: static;
	clear: both;
	text-align: left;
	margin-bottom: 1px;
}
.text {
	text-align: left;
	padding-right: 4px;
	padding-top: 2px;
	color: #000000;
	padding-bottom: 2px;
}
.buttonpanel {
    display: none;
}
.remarklabelfieldpair {
        clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	border-top: 1px dashed #336699;
	text-align: left;
}
.remarklabelfieldpairtop {
        clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
}
.remark {
	text-align: left;
        clear: both;
	padding-right: 4px;
	padding-top: 2px;
	color: #000000;
	background-color: inherit !important;
	margin-left: 124px;
}
.remarklabel {
	float: left;
        clear: both;
	width: 120px;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
	color: #336699;
	background-color: inherit !important;
}
.remarklabelright {
	float: right;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 6px;
	color: #336699;
	background-color: inherit !important;
}
.hide {
	margin: 0px;
	clear: both;
	visibility: hidden;
}
.labelright {
	text-align: right;
}
.message {
	margin-bottom: 3px;
}
.inactive {
	font-style: italic;
}
.restricted {
        font-weight: bold;
        color: gray;
}
.header {
	color: #0066CC;
	padding: 4px 0px 4px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
        border-bottom: solid #336699 1px;
}
.headerleft {
	font-size: 1.6em;
	font-weight: bold;
	display: inline;
}
.headerright {
	font-size: 0.8em;
	display: inline;
        font-weight: bold;
}
tfoot tr td {
	font-weight: normal;
}
#addremarklabelfieldpair {
    display: none;
}
.calendar {
    display: none;
}
hr {
    display: none;
}
