/* CSS Document */
div#jrs_calendars_container {
	display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;	
}
div#jrs_calendars_buttons {
	clear: both;
	padding: 6px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#649EDE;
	text-align: left;
}
	div#jrs_calendars_buttons a {
	  text-decoration: none;
		border: 2px outset;
		padding: 2px;
		margin: 4px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		text-align: left;
		background-color:#649EDE;
	}

div.timeframe_calendar {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: none;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

/* Menu */
div.timeframe_calendar ul.timeframe_menu {
  list-style-type: none;
  font-weight: bold;
  margin: auto;
  padding: 0 0 6px;
  width: 120px;
  text-align: center
}
  div.timeframe_calendar ul.timeframe_menu li {
    display: inline;
  }
    div.timeframe_calendar ul.timeframe_menu li a {
      display: inline-block;
      height: 20px;
      padding: 2px 0 0;
      text-decoration: none;
      width: 20px;
      -webkit-box-shadow: 0 1px 2px #999;
    }
      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 {
        -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 {
        -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 {
  border-collapse: collapse;
  display: inline;
   border: 2px solid #CDDDF4;
  display: inline-block;
	float: left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  color:#649EDE;
  font-weight:bold;
  margin: 0 6px 12px;
}
  /* Month names */
  div.timeframe_calendar table caption {
    text-shadow: 0 0 0 #fff;
	background-color:#CDDDF4;
	color:#649EDE;
    font-size: 16px;
	font-weight:bold;
  }
  /* Cell sizes */
  div.timeframe_calendar thead th {
    height: 28px;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
	font-size:14px;
	font-weight:bold;
  }
  div.timeframe_calendar thead tr {
   border: 2px solid #CDDDF4;
  }

  
  div.timeframe_calendar tbody td {
    margin: 0px;
    padding: 4px;
    width: 40px;
    height: 50px;
    vertical-align: top;
    text-align: right;
  }
  /* Weekday letters */
  div.timeframe_calendar thead {
    background: #fff;
    color: #649EDE;
  }
  /* Days */
  div.timeframe_calendar tbody {
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px #999;
  }
    div.timeframe_calendar tbody td {
      cursor: pointer;
      border: 2px solid #CDDDF4;
      font-family: Helvetica, Arial, Verdana, sans-serif;
    }

      /* jrs price style */
      div.timeframe_calendar tbody td div.jrs_price{
        padding: 8px 0px 0px 0px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 11px;
				font-weight:normal;
				color:#0063FF;
        text-align: left;
      }

      div.timeframe_calendar tbody td.selectable div.jrs_price{
        color: #0063FF;
      }
	  div.timeframe_calendar tbody td.beyond div.jrs_price{
        color: #fff;
      }
td.beyond
      div.timeframe_calendar tbody td.unselectable div.jrs_price{
      }

      /* Hover states not available in IE */
      div.timeframe_calendar tbody td.selectable:hover {
       /*  background-color:#ED037C;
		 border-top:1px solid #000000;
		  border-left:1px solid #000000;
		   border-right:1px solid #000000;
		    border-bottom:1px solid #000000;*/
      
		/*background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/startend.png);*/
		background-image:url(/images/shell_v2/backgroundimage.gif);
      }
      div.timeframe_calendar tbody td.selected:hover, div.timeframe_calendar tbody td.stuck:hover {
        background-color: #ED037C;
      }
      div.timeframe_calendar tbody td.stuck:hover, div.timeframe_calendar tbody td.selected:hover {
        background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/selected.png);
      }
      div.timeframe_calendar tbody td.startrange:hover {
        background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/start.png);
      }
      div.timeframe_calendar tbody td.endrange:hover {
        background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/end.png);
      }
      div.timeframe_calendar tbody td.startendrange:hover {
        background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/startend.png);
      }
      /* Selected states */
      div.timeframe_calendar tbody td.selected {
        background-color: #ffb03b;
      }
      div.timeframe_calendar tbody td.stuck {
        background-color: #ED037C;
      }
      /* 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 {
        /*background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/start.png);*/
		 background-color:#ED037C;
        background-repeat: no-repeat;
        background-position: right top;
      }
      div.timeframe_calendar tbody td.midrange {
	  background-color:#ED037C;
       /* background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/selected.png);*/
	  
        background-repeat: repeat;
        background-position: center top;
      }
      div.timeframe_calendar tbody td.endrange {
        /*background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/end.png);*/
		 background-color:#ED037C;
        background-repeat: no-repeat;
        background-position: left top;
      }
      div.timeframe_calendar tbody td.startendrange {
        /*background-image: url(http://tools.jackrabbitsystems.com/images/timeframe/startend.png);*/
		background-color:#ED037C;
        background-repeat: no-repeat;
        background-position: left top;
      }
      /* Today */
      div.timeframe_calendar tbody td.today {
        background-color: #FFF;
        border:3px solid #659FDF;
        color: #659FDF;
      }
        div.timeframe_calendar tbody td.today_selected {
          background-color: #ED037C;
        }
        div.timeframe_calendar tbody td.today_stuck {
          background-color: #ED037C;
        }
      /* Post/pre-month */
      div.timeframe_calendar tbody td.beyond, div.timeframe_calendar tbody td.beyond:hover {
        background-color: #fff;
        background-image: none;
        color: #fff;
      }
        div.timeframe_calendar tbody td.beyond_selected, div.timeframe_calendar tbody td.beyond_selected:hover {
          background-color: #999;
          background-image: none;
        }
        div.timeframe_calendar tbody td.beyond_stuck, div.timeframe_calendar tbody td.beyond_stuck:hover {
          background-color: #888;
          background-image: none;
        }
      
      div.timeframe_calendar tbody td.unselectable {
        color: #909090;
        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(http://tools.jackrabbitsystems.com/images/timeframe/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(http://tools.jackrabbitsystems.com/images/timeframe/closebox_selected.png);
          }
	
