/*
 * ============================================================================================
 *
 *                                  V o z z w o r k s   L L C.
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       VoZZware LLC
 *
 *                             A L L   R I G H T S   R E S E R V E D
 *
 * ============================================================================================
 */

.VwCalendarMonthScroller
{
  text-align:center;
}

.VwTinyCalendar
{
  border:1px solid black;
  background-color:beige;
}

.VwTinyCalDayTile span
{
  width:18px;
  height:18px;
  text-align:center;
  font-size:90%;
  display:inline-block;
  line-height:18px;
  cursor:pointer;
}

.VwTinyCalHeader span
{
  width:20px;
  height:20px;
  text-align:center;
  font-size:90%;
  display:inline-block;
  line-height:20px;
}

.VwTinyCalDayTile.Selected
{
  border:1px solid red;
}