
   .tickets {
   	overflow: auto; /* Main css */
   	font-size: 8pt; /* Main css */
   	/*background-color:#DDD;*/
    width: 638px;
   	border-style:solid; /* Main css */
   	border-color:#CCC; /* Color css */
   	border-width: 1px; /* Main css */
      position:absolute; /* Main css */
      overflow: auto;
   }
   .ticketrow {
      width: 399px;
   }
   .topleft {
      left:0px;
      top:20px;
   }
   .bottomleft {
    	height: 399px;
      left:0px;
      bottom:0px;
   }
   .bottomright {
      height: 399px;
      right:0px;
      bottom:15px;
   }
   .topright {
      top:20px;
      height: 399px;
      right:0px;
   }
   .ficorarss {
      height: 200px;
      right:0px;
      bottom:15px;
   }
