/* Generated by KompoZer */
body {
   
}

img {
   border: none;
}

#wrapper {
   font-family: Tahoma;
}

#menu {
  display:none;
}
#footer {
  display:none;
}
#content {
  //border: 1px solid black;
  padding: 5px;
}
#header {
  border: 1px solid black;
  //background-color: #fffAB8; 
  height: 106px;
  margin-bottom: 5pt;
}
#header h1 {
   font-size: 16px;
}

#header h2 {
   font-size: 10px;
   display:none;
}
td.national {
  background-color: #ffff33;
}
td.fn {
  background-color: silver;
}
td.gt {
  background-color: red;
}
td.rh {
  background-color: #3366ff;
}
td.ffw {
  background-color: lime;
}
td.dw {
  background-color: fuchsia;
}
td.ad {
  background-color: #ffcc00;
}
#header #fltalogo {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 50px;
  float: left;
}
#header a {
   text-decoration: none;
   color: black;
}

#menu ul {
  padding-left: 20px;
}
#menu li .here{
   color:red;
   font-weight: bold;
}
#menu li .here a{
   color:red;
   font-weight: bold;
}
#menu a {
   text-decoration: none;
   color: black;
}

#content a {
   text-decoration: none;
   color: black;
}
#content table{
   page-break-inside:avoid;
}
#content tr{
   page-break-inside:avoid;
}

#content td{
   padding: 5px;
   font-size: 12px
}
#content tr.monthtitle{
   page-break-after:avoid;
}
#content td.monthtitle{
   font-weight: bold;
   text-align: center;
   page-break-after:avoid;
}
#content td.document{
   display:none;
}

#content thead{
   font-weight: bold;
}