div.timeframe_calendar {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: none;
  margin-left:-4px;
}

.ie div.timeframe_calendar {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: none;
  margin-left:-15px;
}

/* Menu */
div.timeframe_calendar ul.timeframe_menu li a.previous, div.timeframe_calendar ul.timeframe_menu li a.next {
  background: #fff;
  color: #468966;
}
div.timeframe_calendar ul.timeframe_menu li a.previous:hover, div.timeframe_calendar ul.timeframe_menu li a.next:hover {
  background: #ccc;
}
div.timeframe_calendar ul.timeframe_menu li a.previous:active, div.timeframe_calendar ul.timeframe_menu li a.next:active {
  background: #aaa;
}
div.timeframe_calendar ul.timeframe_menu li a.disabled, div.timeframe_calendar ul.timeframe_menu li a.disabled:hover, div.timeframe_calendar ul.timeframe_menu li a.disabled:active {
  background: #fff;
  color: #ccc;
  cursor: default;
}
div.timeframe_calendar ul.timeframe_menu li a.today {
  background: #468966;
  color: #eee;
}
div.timeframe_calendar ul.timeframe_menu li a.today:hover {
  background: #246744;
}
div.timeframe_calendar ul.timeframe_menu li a.today:active {
  background: #024522;
}
div.timeframe_calendar ul.timeframe_menu li a.previous {
  border-top-left-radius:             10px;
  border-bottom-left-radius:          10px;
  -webkit-border-top-left-radius:     10px;
  -webkit-border-bottom-left-radius:  10px;
  -moz-border-radius-topleft:         11px;
  -moz-border-radius-bottomleft:      11px;
}
div.timeframe_calendar ul.timeframe_menu li a.next {
  border-top-right-radius:             10px;
  border-bottom-right-radius:          10px;
  -webkit-border-top-right-radius:     10px;
  -webkit-border-bottom-right-radius:  10px;
  -moz-border-radius-topright:         11px;
  -moz-border-radius-bottomright:      11px;
}

/* Calendar*/
div.timeframe_calendar table {
  display: inline;
  display: inline-block;
  font-size: 12px;
  padding:8px;
}

.ie div.timeframe_calendar table {
  display: inline;
  display: inline-block;
  font-size: 12px;
  margin-left:10px;
}
/* Month names */
div.timeframe_calendar table caption {
  font-weight:bold;
  font-size:13px;
  padding:6.7px;
  margin-top:-2px;
  background:url(../assetimgs/nextprev_bg.png) repeat-x;
}

.opera11 div.timeframe_calendar table caption {
  font-weight:bold;
  font-size:13px;
  height:17px;
  margin-top:1px;
  color:#FFF;
  margin-top:3px;
  background:url(../assetimgs/nextprev_bg.png) repeat-x;
}

.safari div.timeframe_calendar table caption {
  font-weight:bold;
  font-size:13px;
  height:16px;
  margin-top:1px;
  color:#FFF;
  background:url(../assetimgs/nextprev_bg.png) repeat-x;
}


.ie div.timeframe_calendar table caption {
  font-weight:bold;
  font-size:13px;
  height:17px;
  color:#FFF;
  margin-top:-10px;
  background:url(../assetimgs/nextprev_bg.png) repeat-x;
}

.chrome div.timeframe_calendar table caption {
  font-weight:bold;
  font-size:13px;
  height:16px;
  color:#FFF;
  margin-top:-1px;
  background:url(../assetimgs/nextprev_bg.png) repeat-x;
 }

/* Cell sizes */
div.timeframe_calendar thead th, div.timeframe_calendar tbody td {
  width: 10px;
  border:#FFF solid 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* Weekday letters */
div.timeframe_calendar thead {
  color:#568a1b;
}

.ie div.timeframe_calendar thead {
  color:#568a1b;
  font-weight:normal;
}
/* Days */
div.timeframe_calendar tbody {
  background: #fff;
}
div.timeframe_calendar tbody td {
  cursor: pointer;
}
/* Hover states not available in IE */
div.timeframe_calendar tbody td.selectable {
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


div.timeframe_calendar tbody td.selectable:hover {
  background-color: #36ed5f; 
  
}
div.timeframe_calendar tbody td.selected:hover, div.timeframe_calendar tbody td.stuck:hover {
  background-color: #e99a27;
}
/* Selected states */
div.timeframe_calendar tbody td.selected {
  background-color: #f2cb10;
}
div.timeframe_calendar tbody td.stuck {
  background-color: #e99a27;
}
/* Range markers */
div.timeframe_calendar tbody td.startrange, div.timeframe_calendar tbody td.endrange, div.timeframe_calendar tbody td.startendrange {
  cursor: col-resize;
}
div.timeframe_calendar tbody td.startrange {
  
}
div.timeframe_calendar tbody td.endrange {
  
}
div.timeframe_calendar tbody td.startendrange {
  
}
/* Today */
div.timeframe_calendar tbody td.today {
  background-color: #199700;
  color: #eee;
}
div.timeframe_calendar tbody td.today_selected {
  background-color: #b64926;
}
div.timeframe_calendar tbody td.today_stuck {
  background-color: #8e2800;
}
/* Post/pre-month */
div.timeframe_calendar tbody td.beyond {
  background-color: #f8f8f8;
  color:#999;
}
div.timeframe_calendar tbody td.beyond_selected {
  background-color: #fdeea7;
  color:#999;
}
div.timeframe_calendar tbody td.beyond_stuck {
  background-color: #fcdaa4;
  color:#999;
}

div.timeframe_calendar tbody td.unselectable {
  color: #ccc;
  cursor: default;
}
/* Clear button */
div.timeframe_calendar tbody td span.clear {
  color: transparent;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
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);
}