.preAlertDisable{
	background: none;
}
@media print {
	#printPageButton {
	  display: none;
	}
  }
.preAlertLogo{
    display: block; 
    width: 100%; 
    height: 70px; 
    border-bottom:1px solid#000000
}
.datePreAlert{
    text-transform: uppercase;
    display: inline-block;
    float: right;
    line-height: 70px;
}
.printPreAlert{
    cursor: pointer;
    border: 0;
    width: auto;
    height: 36px;
    line-height: 36px;
    float: right;
    padding: 0 25px 0px 25px;
    background: #276ab9;
    color: #FFF;
    border-color: #276ab9;
    margin: -40px 10px 35px 0px;

}