div.timeframe_calendar {
	width: 275px;
	margin-left: -11px;
	text-align: center;
 	font-family: "Bitter";	
}
div.timeframe_calendar table {
	border-color: #ddd;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	margin-top: 0px;	
}
div.timeframe_calendar table tbody tr td {
	width: 19px;
	height: 36px;
	margin: 0px;
	border: none;
	color: #000;
	border-color: #ddd;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	vertical-align: top;
	padding-top: 8px;
 	cursor: pointer;
 	font-size: 10px;
}
div.timeframe_calendar #today{
	background: #dfebeb;
	border: 1px solid #fff;
}
div.timeframe_calendar tbody tr td:hover {
	background: #f23233;
}
div.timeframe_calendar caption {
	background: #7db0b1;
	height: 40px;
	color: #fff;
	font-size: 22px;
	padding-top: 5px;
	text-transform: uppercase;
}
div.timeframe_calendar thead tr th {
	color: #3f3f3f;
	font-weight: normal;
	font-size: 9px;
	border: 2px solid #fff;
	background: #fff;
	height: 25px;
	font-family: "Open Sans";
}
div.timeframe_calendar .circle {
	width: 6px;
	height: 6px;
	margin: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	vertical-align: bottom;
}
div.timeframe_calendar .circle * {
	width: 6px;
	height: 6px;
}

/* Hover states not available in IE */
div.timeframe_calendar tbody td.selectable:hover {
  background-color: #f23233;
  color: #fff;
}
div.timeframe_calendar tbody td.selected:hover, div.timeframe_calendar tbody td.stuck:hover {
  background-color: #dfebeb;
}
/* Selected states */
div.timeframe_calendar tbody td.selected {
  background-color: #dfebeb;
}
div.timeframe_calendar tbody td.stuck {
  background-color: #dfebeb;
}

/* Today */
div.timeframe_calendar tbody td.today {
  background-color: #ddd;
}
div.timeframe_calendar tbody td.today_selected {
  background-color: #dfebeb;
}
div.timeframe_calendar tbody td.today_stuck {
  background-color: #dfebeb;
}

/* Post/pre-month */
div.timeframe_calendar tbody td.beyond {
  background-color: #fff;
  background-image: none;
  color: #bbb;
  text-align: center;
  padding: 8px;
}
div.timeframe_calendar tbody td.beyond_selected {
  background-color: #dfebeb;
}
div.timeframe_calendar tbody td.beyond_stuck {
  background-color: #dfebeb;
}

div.timeframe_calendar tbody td.unselectable {
  color: #ccc;
  cursor: default;
}

div.timeframe_calendar tbody td.unselectable:hover {
  background-color: #E6E6E6;
}
/* Clear button */
div.timeframe_calendar tbody td span.clear {
  color: transparent;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

div.timeframe_calendar #prevb {
	float: left;
	position: relative;
	z-index: 100;
	left: 20px;
	top: 12px;
}
div.timeframe_calendar #nextb {
	float: right;
	position: relative;
	z-index: 100;
	right: 20px;
	top: 12px;
}

div.timeframe_calendar tbody td span.clear span {
  background-image: url(../images/closebox.png);
  cursor: pointer;
  display: block;
  height: 30px;
  left: -18px;
  position: relative;
  text-indent: -10000px;
  top: -18px;
  width: 30px;
}
div.timeframe_calendar tbody td span.clear span.active {
  background-image: url(../images/closebox_selected.png);
}
