/***
#calendar a {
	color: #a44f4c;
}
#calendar a:hover {
	color: black;
	text-decoration:: underline;
}
***/
#upcoming-events .date {
	color:green;
}
.minical thead a {
	font-size: 14px;
}
.minical td 
,#month .main td 
{
	font-size: 11px;
}
.minical  {
  border-collapse: collapse;
  margin: 0px 0px 5px 0px;
}
.event-hour-start {
  color: #B04040;
}
.minical th, 
.minical td.empty {
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
}
.minical td {
  border: 1px solid #FFFFFF;
  text-align: center;
}
.minical th  {
  width: 25px;
}
/**
.minical td.weekend {
  background-color: #dddfff;
}
**/
.minical td#today {
  background-color: #FFFF33;
}
.minical td#today-events {
  background-image: url(/images/busyday.gif);
  background-position: center;
}
.minical td.hasevents {
  background-color: #b3c5c5; /* #e8de6b; */
  font-weight: bold;
}

#month .main {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 100%;
  clear: both;
}
#month .main th {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  background-color: #FFFFFF;
  width: 14%;
  font-size: 13px;
  color: #000000;
  background-color: #FFFFFF;
}
#month .main td {
  height: 75px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  background-color: #f7f5e8;
  vertical-align: top;
}
#month .main td a:hover {
	color: black !important;
}
/**
#month .main td.weekend {
  background-color: #D0D0D0;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
**/
#month .main td.today {
  background-image: url(/images/today.gif);
  background-position: top right;
  background-repeat: no-repeat;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  vertical-align: top;
}
#month #prevmonth
,#month #nextmonth {
  margin: 0 0 5px 0;
  padding:2px;
  border: 1px solid black;
}
#month #prevmonth {
  float: left;
}
#month #nextmonth {
  float: right;
}
#month .minical caption {
  margin-left: 4ex;
}
.title {
  text-align: center;
}
.title .date {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002261;
}
.title .user {
  font-size: 18px;
  font-weight: bold;
  color: #002261;
  text-align: center;
}


