﻿/*********************************************************************
  BT popup 
*********************************************************************/
.bt-popup {
  width: 100%;
  min-height: 295px;
}
.bt-top { 
  height: 5px;
  background: transparent url(bt_top.png) no-repeat; 
}
.bt-popup .event-item {
  margin-bottom: 10px;
  width: 100%;
}
.bt-popup .event-header {
  padding: 6px 12px;  
  width: 276px;
  height: 90px;
}
.bt-popup .event-item:first-child .event-header { 
  background: #96C0E6; 
  padding: 7px 12px 12px;   
}
.bt-popup .event-header-inner {
  position: relative;
}
.bt-popup .event-photo img {
  height: 90px;
  vertical-align: baseline;
}
.bt-popup .event-title {
  position: absolute;
  bottom: 0;
  left: 130px;
  width: 140px;
  font-weight: bold;
}
.bt-popup .event-item:first-child .event-title a { color: #ffffff; }
.bt-popup .event-item:first-child .event-title a:hover { color: #000000; }
.bt-popup .event-body {
  padding: 0 12px;
  height: 140px;  
  overflow: auto;  
}
.bt-popup .event-item:first-child .event-body { padding-top: 6px; }
.bt-popup .event-buttons {
  margin: 5px 12px 0;
  text-align: right; 
}

/*
 *  Calendar events
 */
.popup-events { min-height: 255px; }
.popup-events .event-body { height: 95px; }

