﻿
.FullCal-Container {    
}

.FullCal-DOW {
  width: 14.285714%;
  height: 29px;
  font: bold 14px Arial;
  color: #07abaa;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  float: left;
}

.FullCal-Past {
  width: 14.285714%;
  height: 27px;
  font: bold 14px Arial;
  color: #cccccc;
  text-align: center;
  padding-top: 10px;
  float: left;
  text-shadow: 1px 1px 1px #ffffff;
}

.FullCal-Past-Event {
  width: 14.285714%;
  height: 27px;
  font: bold 14px Arial;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  float: left;
}

.FullCal-Future {
  width: 14.285714%;
  height: 27px;  
  font: bold 14px Arial;
  color: #737373;
  text-align: center;
  padding-top: 10px;
  float: left;
}

.FullCal-Future-Event {
  width: 14.285714%;
  height: 27px;    
  font: bold 14px Arial;
  color: #ffffff;
  text-align: center;  
  padding-top:10px;
  float: left;
}

.FullCal-Today {
  width: 14.285714%;
  height: 27px;  
  font: bold 14px Arial;
  color: #2b2522;
  text-align: center;
  padding-top: 10px;
  float: left;  
}

.FullCal-Today-Event {
  width: 14.285714%;
  height: 27px;
  background: url('Images/Calendar/Cal-Today-Event.png') no-repeat top left;
  font: bold 14px Arial;
  color: #2b2522;
  text-align: center;
  padding-top: 10px;
  float: left;
  text-shadow: 1px 1px 1px #cacdb5;
}

.FullCal-Future-Event a {
  color: #ffffff;
  text-decoration: none;
  background-color:#07abaa;
  padding:0px 10px 0px 10px;
}

.FullCal-Today-Event a {
  color: #ffffff;
  text-decoration: none;
}

.calender-header {
  color: #07abaa !important;
  font-size: 14px;
   font: bold 14px Arial;
  font-weight: bold;
}
