@MEDIA print {

.noprint, #buttonBar, p.breadcrumb {
display: none;
}

.printonly { }

html, body {
height: 100%;
}

body {
min-height: 100%;
}

div.center a:link, div.center a:visited {
text-decoration: none;
color: black;
}

div.center h1, div.center h2 {
color: black;
}

div.center h1.certificateTitle {
font-size: 11pt;
}

div.center div.certificateText {
font-family: Arial, sans-serif;
}
	
div.center div.leftColCertificate {
width: 48.5%;
display: block;
float: left;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

div.center div.rightColCertificate {
width: 48%;
padding-bottom: 0px;
padding-right: 0px;
padding-top: 0px;
}

	
div.center div.searchHeader, div.center table caption {
border: none;
}

div.center div#searchCriteriaBorder {
border: thin solid black;
}

.tabs {
padding-bottom: .4em;
}

div.center .tabs a.darktab {
margin: inherit;
padding: inherit;
}

/* Print margin for the footer. */
.formTableCertificate { 
margin-bottom: 50px;

height: 100%;
overflow: auto;
}
	
div.certificateFooter {
position: fixed;
bottom: 0;
width: 98.5%;
height: 50px;
background: transparent;
}
div.certificateFooter:after {
clear: both;
}
div.certificateFooter .right {
float: right;
text-align: right;
height: 50px;
}
div.certificateFooter .left {
float: left;
width: 45%;
height: 50px;
}

div.certificateFooter .left img {
padding-top: 19px;
}

}
