#calendar{

	text-align: center;
}
#calendar .table {
 /* border:2px solid #dcd2b6;  */
  font-size: 12px;
  border-top: solid 1px #cfe6dd;
  border-right: solid 1px #cfe6dd;
  border-bottom: solid 1px #88aaba;
  border-left: solid 1px #88aaba;
  width: 197px;
  height: 165px;
  background: url(/images/calendar-bg-inner.gif);
 /* background-color: #aba48d;  */
  color: #1d1c17;
}
#calendar .table a{
   color: #1d1c17;
   text-decoration:none;
}
#calendar .table a:hover{
   color: #1d1c17;
   text-decoration:underline;
}

#calendar th {
    color: #0096d2;
}
#calendar td {
 /* background-color: #dcd2b6;       */
  text-align: center;
  padding:5px;
}
/* Current date */
#calendar .table .curr a {color: #509401;}

/* Weekend  */
#calendar .table .weekend a { color: #025273;}
#calendar .table .weekTh  { color: #025273;}

/* Cell link */
.table td a {text-decoration: none; color: #1d1c17;}

/* Cell link hover */
/*.table td:hover {background-color: #aaccee;}       */

/* Name of the selected month (at the top) */
.monthName {
    margin: 2px;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    color: #0092cc;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

/* Next-Prev arrows */
.monthName a {color: #fff; text-decoration:none;  font-size: 12px;}
.monthName a:hover {color: #fff; text-decoration:underline;  font-size: 12px;}
.next {margin: 0px; }
.prev {margin: 0px; }

.next:hover {margin: 0px; }
.prev:hover {margin: 0px; }


