#events{
   background: #FFF;
   padding-bottom: 30px;
}
   .eventsMonth{
      border: 1px dotted #BEBEBE;
      border-bottom: none;
      margin-bottom: 5px;
   }
      .eventsMonth h2{
         margin: 5px;
         padding-left: 6px;
         background: #231F20;
         color: #03BDF6;
         font-weight: bold;
         height: 22px;
         line-height: 22px;
         font-size: 14px;
         text-transform: uppercase;
      }
      .eventsMonth.current h2{
         color: #ED7457;
      }
      .eventsMonth table{
         border-top: 1px dotted #BEBEBE;
         width: 100%;
         font-size: 12px;
		 font-weight:bold;
         font-family: Arial, Helvetica, sans-serif;
      }
         .eventsMonth table tr{
            border-bottom: 1px dotted #BEBEBE;
            height: 24px;
            line-height: 24px;
         }
            .eventsMonth table td{
               
            }
            .eventsMonth table td.day{
               width: 50px;
               padding-left: 10px;
               color: #B0B0B0;
               font-size: 11px;
               text-transform: uppercase;
            }
            
            .eventsMonth table td.nday{
               width: 50px;
               color: #03BDF6;
               font-size: 16px;
            }
               .eventsMonth.current table td.nday{
                  color: #ED7457;
               }
            .eventsMonth table td.hour{
               width: 70px;
               color: #231F20;
            }
            .eventsMonth table td.nm{
               width: 465px;
            }
               .eventsMonth table td.nm a{
                  color: #03BDF6;
                  text-decoration: none;
                  text-transform: uppercase;
               }
               .eventsMonth.current table td.nm a{
                  color: #ED7457;
               }
               .eventsMonth table td.nm a small{
                  color: #231F20;
                  font-size: 12px;
               }


            .eventsMonth table td.ticket{
               
            }
               .eventsMonth table td.ticket a{
                  background: url(/share/img/btn-ticket.png) no-repeat left top;
                  width: 55px;
                  height: 21px;
               }



