/*---------------------------------------------------------- 
  CALENDAR 
 ---------------------------------------------------------- */
a.calLink {
 background:url(/images/en/ffCalendar.png) no-repeat top;
 cursor:pointer;
 margin:0 4px;
 padding:2px 10px 8px 10px;
 text-decoration:none;
 vertical-align:top;
}

.yui-calcontainer iframe {
    opacity:0;
}

.calContainer {
 display:none;
 position:absolute;
 z-index: 1;
}
.calContainerTrainStatus {
 width:269px
}

.yui-calcontainer .calclose {
 background:url("/images/en/calx.gif") no-repeat;
}

.yui-calendar .calnavleft {
 background:url("/images/en/callt.gif") no-repeat;
 height:12px;
 width:12px;
}

.yui-calendar .calnavright {
 background:url("/images/en/calrt.gif") no-repeat;
 height:12px;
 width:12px;
}

DIV.cal {
 height:100%;
 width:100%;
}

#cms_schedules a.schedulecalLink  {
 background: url(/images/en/ffCalendar.png) no-repeat;
 cursor:pointer;
 margin:0 4px;
 padding:0px 10px 8px 10px;
 text-decoration:none;
 vertical-align:top;

}
a.schedulecalLink {
  background: url(/images/en/ffCalendar.png) no-repeat;
  cursor: pointer;
  margin: 0 4px;
  padding: 0px 10px 8px 10px;
  text-decoration: none;
  vertical-align: top;
}

