#evCalendar {width:195px;height:222px;text-align:center;}

.table {
  
  font-size: 13px;
  font-family:'PFHighwaySansPro';
 /* border-bottom: #dbd7d4;*/
  color: #7e796f;
  width:100%;
}
.table td {
  
  text-align: center;
  padding:3px;
  /*border: 1px solid #dbd7d4;*/
  width:35px;
  cursor:pointer;
}

.table .empt {cursor:default;}

.table th {
    text-align:center;
    padding:3px;
	font-weight:normal;
	color:#9e8673;
    /*border: 1px solid #dbd7d4;*/
}

/* Current date */
.table .curr { background-color: #ae9886;color:#FFFFFF;}
.table .curr a { color:#FFFFFF;}
.table .sell {background-color: #b53e1a !important;color:#FFFFFF;}
.table .sell a {color:#FFFFFF;}

/* Weekend  */
.table .weekend {color: #b53e1a;}
.table .weekend a {color: #b53e1a;}

/* Cell link */
.table td a {text-decoration: none; color: #675c4e;}

/* Cell link hover */
.table td:hover {background-color: #b53e1a;color:#FFFFFF;}
.table td:hover a {color: #FFFFFF;}
.table td.empt:hover {background-color:transparent;}

/* Name of the selected month (at the top) */
.monthName {margin:0px;padding-top:9px;padding-bottom:9px; text-align: center; font-size: 13px; font-family:'PFHighwaySansPro';
            color: #9e8673;border:none;font-weight:normal;
			background-color:#f3eee8;}

/* Next-Prev arrows */
.monthName a {color: #9e8673; text-decoration:none; }
.next {float:right;padding-right:9px;}
.prev {float:left;padding-left:9px;}

pre {background-color: #eeeeee; font-size:13px;}
