#calendar {
	width:100%;
	position:relative;
}
.table {

}
td {
  text-align: center;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:11px;
  color:#382f26;
  border:1px solid #e8e2d3 !important;
  padding:2px 0 !important;
}
/* Current date */
table th {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:24px;
	color:#382f26;
	padding:0px 9px;
	border-right:1px solid #d9d3c6;
	background:#e7e1d3;
}
.table .curr { background:url(../images/calendar-current.png) 2px 3px no-repeat;}

/* Cell link */
.table td a {text-decoration: none; color: #2F2F2F; cursor:pointer;}

/* Cell link hover */
.table td:hover {background:url(../images/calendar-current.png) 2px 3px no-repeat;}

/* Name of the selected month (at the top) */
.monthName {
	margin: 0 auto 5px; 
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:1.2em;
	font-weight:bold;
	color:#382f26;
}

/* Next-Prev arrows */
.monthName a {
	display:block; 
	width:15px;
	height:15px;
	text-indent:-5000px;
	background-image:url(../images/calendar-control.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.next {float:right; background-position:right top;}
.prev {float:left; background-position:left top;}
