﻿.calendar {
  margin-left: 9px;
  border: none;
  font-size: 1.0em;
}

.day {
  width:100px;
  height:70px;
  text-align: right;
  vertical-align: top;
  color: #000;
  background-color: #fff;
  border: solid 1px #eee;
}

.othermonthday {
  background-color:#f1f9ff;
}

.month {
    border-collapse:collapse;
    border: 1px solid #184870;
}

.dayheader {
  background: #c9e6ff url(../Images/EventCalendarMonth.jpg) 50% 50% repeat-y;
  color:#fff;
  font-family:Verdana;
  text-align:center;
  border-top:solid 1px #fff;
  border-left:solid 1px #fff;
  border-bottom:solid 1px #eee;
  border-right:solid 1px #eee;
  padding: 4px;
}

.title {
  background-color: Transparent;
  background-image: url(../Images/EventCalendarHeader.jpg);
  /*border: 1px solid black;*/
  border-bottom: none;
}

.title td {
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.nextprev
{
  cursor:pointer;
}

