/**
 * Specify specific events/agenda classes
 */

/* Month view classes */

.prev_month
{
  float:left;
  margin-left:5px;
}

.next_month
{
  float:right;
  margin-right:5px;
}

.day_name_month
{
  float: left;
  width: 100px;
  background: #FFFAE8 url(/images/backgrounds/large_event_background.png) repeat-x;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

.day_month, .day_month_we
{
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  float: left;
  width: 100px;
  height: 100px;
  overflow: auto;
}

.day_month
{
  background-color: #FFFAE8;
}

.day_month_we
{
  background-color: #FFF3D1;
}

.day_month a, .day_month_we a
{
  font-size: 10px;
}

.week, .day
{
}

.month
{
  margin-top: 15px;
  margin-bottom: 15px;
}

.week h2, .month h2
{
  text-align: center;
}

.week h4
{
  text-decoration: underline;
}

