.table {
  font-size: 12px;
  color: #333333;
  width: 240px;
  margin: 0;
  padding: 0;
}

.table th {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #cecece;
	width: 30px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

.table th div {
	
}

.table td { 
	font-size: 13px;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

.table td div {
	vertical-align: middle;
	padding-left: 6px;
	text-align: right;
}

.table td a {
	font-size: 12px;
	text-decoration: none; 
	color: #2f2f2f;
	display: block;
	width: 27px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
}

.table td a:hover {
	color: #ffffff;
	background: url(hover.gif) no-repeat;
}

/* Current date */
.table td.curr a { 
	color: #ffffff;
	background: url(active.gif) no-repeat;
	display: block;
}

/* Weekend  */
.table th.weekend {
	color: #ff0000;
}

.table td a.select {
	text-decoration: underline;
	
}

/* Name of the selected month (at the top) */
.monthName {
	margin: 20px 0px 10px 0px;
	text-align: center; 
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 238px !important;
}


/* Next-Prev arrows */
.monthName a {
	color: #111111; 
	text-decoration:none;
}

div.monthName a.next {
	float:right;
	display: block;
	width: 8px;
	height: 10px;
	background: url(right.gif) no-repeat;
}

div.monthName a.prev {
	float:left;
	display: block;
	width: 8px;
	height: 10px;
	background: url(left.gif) no-repeat;
}
