﻿@media print {
BODY {  text-align:left;
  background:white;
  color:black;
  margin:0 ;
  border: 0px;
  font-family:arial, sans-serif;
}

.noprint {display:none}
.header{display:none;}
.footer{display:none;}
.lineImg{ display: compact;
          float: left;}
#homeButton {display:none}

#topLogo {width: 15px;
         height: 15px;
         float: left;
}


.event_table {
padding-left: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding: 0px;
margin: 0px;
font-size: 60%;
border-spacing: 0;
float: left;
width: 100%;

}

.phoneCell{
    width: 5%;
}

.dateCell{
 visibility: hidden;
    width: 8%;
}


.catCell{
width: 8%;
}


.langCell{
    width: 8%;
}

.locationCell{
    width: 15%;
}

.eventCell{
    width: 15%;
}

.footertxt{
 float: left;
 padding-right: 15%;}

}


#lineSpace{
    position: relative;
    top: -15px;
}

tr.tdbigFrame td {
     font-style: italic;
     float: left;
     display: block;}

tr.printStyle td{
  font-size: 12px;
}

#datesTables {
  padding-top: 10px;
}
