/* Following are buttons that should display online, but not in the pf page */
@media screen {
.ezPrint {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
}
}
@media print {
.ezPrint {
	display: none;
}
}

@media screen {
.ezPrint A {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}
}
@media print {
.ezPrint A {
	display: none;
}
}

@media screen {
.ezPrint A:link {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}
}
@media print {
.ezPrint A:link {
	display: none;
}
}

@media screen {
.ezPrint A:visited {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}
}
@media print {
.ezPrint A:visited {
	display: none;
}
}

@media screen {
.ezPrintOn {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
}
}
@media print {
.ezPrintOn {
	display: none;
}
}


@media screen {
.ezPrintOn A {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
}
@media print {
.ezPrintOn A {
	display: none;
}
}

@media screen {
.ezPrintOn A:link {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
}
@media print {
.ezPrintOn A:link {
	display: none;
}
}

@media screen {
.ezPrintOn A:visited {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
}
@media print {
.ezPrintOn A:visited {
	display: none;
}
}


/* following are buttons that should display in print but not online */
/* These are not needed, as this page will not dispay online, the pf button will print using CSS print media */
@media screen {
.ezPrintpf {
	display: none;
}
}
@media print {
/* following is for the buttons for the printer friendly version */
.ezPrintpf {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
}
}

@media screen {
.ezPrintpf A {
	display: none;
}
}
@media print {
.ezPrintpf A {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}
}

@media screen {
.ezPrintpf A:link {
	display: none;
}
}
@media print {
.ezPrintpf A:link {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}
}

@media screen {
.ezPrintpf A:visited {
	display: none;
}
}
@media print {
.ezPrintpf A:visited {
	font-size: 11px;
	background-color: #D0D0D0;
	text-align: center;
	color: #000000;
	text-decoration: underline;
}
}

@media screen {
.ezPrintOnpf {
	display: none;
}
}
@media print {
.ezPrintOnpf {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
}
}

@media screen {
.ezPrintOnpf A {
	display: none;
}
}
@media print {
.ezPrintOnpf A {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
}

@media screen {
.ezPrintOnpf A:link {
	display: none;
}
}
@media print {
.ezPrintOnpf A:link {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
}

@media screen {
.ezPrintOnpf A:visited {
	display: none;
}
}
@media print {
.ezPrintOnpf A:visited {
	font-size: 11px;
	background-color: #007EC3;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}
}

