/** =print.css
************************************************************/
#welcome,
#nav-main,
#logout,
.print-hide,
#nav-secondary,
#branding-logo {
	display: none;
}

body {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 10pt;
}
h2 {
	font-size: 30pt;
	border-bottom: 2px solid #000;
	text-align: center;
	clear: both;
}
h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
#extended-main {
	width: 70%;
	float: left;
	margin-bottom: 3em;
}
#extended-sidebar {
	width: 29%;
	float: right;
	margin-bottom: 3em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
th,td {
	border: 1px solid #ccc;
	padding: 5px;
}
th {
	font-weight: bold;
	background-color: #E4E4E4;
}
#footer {
	clear: both;
	font-size: 10pt;
	text-align: center;
	border-top: 1px solid #000;
	margin-top: 60px;
}
*:first-child+html #footer{
  display: none;
}
* html #footer{
  display: none;
}

.legend table td,
.legend table th{
	border: none;
	padding: 3px;
}

/*status icons*/

.pending{
	background: url(/images/icon_pending.gif) left center no-repeat;
}
.resubmit{
	background: url(/images/icon_resubmit.gif) left center no-repeat;
}
.rejected{
	background: url(/images/icon_rejected.gif) left center no-repeat;
	color: #c90000;
}
.approved{
	background: url(/images/icon_approved.gif) left center no-repeat;
	color: #029100;
}
.approved_with_changes{
	background: url(/images/icon_approved_with_changes.gif) left center no-repeat;
}
.submission-activity {
	padding-left: 12px;
}
th.status {
	background-position: 50% 50%;
}
.page-break-after {
	page-break-after: always;
}
