.picker
{
  background:#4F77B9;
  border: none;
  font-size: 16px; line-height:16px;
  font-weight: bold;
  color:#ffffff;
  padding: 4px;
  cursor: pointer;
	-webkit-border-radius: 2px;    /* for Safari */
	-moz-border-radius: 2px;
	font-family:Helvetica, Arial, sans-serif;
}

.calendar_button
{
    border:none;
    cursor:pointer;
    width:25px;
    height:20px;
}

.calendar td
{
  font-size:11px;
  font-weight:normal;
}

.calWholeWrap .title
{
  font-weight:bold; color:#FFF;
  background-color:#2760BB;
}

.calWholeWrap .day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  background:#FFF;
  color:#707070;
}

.calWholeWrap .dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  background:#CDCDCD;
}

.dayheader
{
  width:25px;
  text-align:center;
  font-weight:bold;
  background:#A2BAE2;
  color:#FFF;

}

.othermonthday
{
  color:#999999;
  background:#CDCDCD;
}

.outofrangeday
{
  visibility:hidden;

}

.selectedday
{
  width:25px;
  background:#FF6633;
  color:#ffffff;
  font-weight:bold;
}

.calendar
{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background-color:#FFFFFF;
	font-size:11px;
}

.month
{
  background-color:Gray;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-top:0px;
  font-weight:bold;
}

.nextprev
{
  cursor:pointer;
  height:20px;
  vertical-align:middle;
  padding:2px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
  background-color:Gray;

}
.currentday
{
  width:25px;
  background-color:#A2BAE2;
  color:#ffffff;
  font-weight:bold;
}

#calendar-sidebar .statTypeTitleCompleted {
	color:#c7c7cd;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
}

/* For Training Plan Border Lines */
.fc-day {
    position: relative;
}
.fc-widget-content .trainingPlanBorder {
    position: absolute;
    width: 101%;
    height: 5px;
    top:0;
    left:0;
}
.fc-widget-content .trainingPlanBorder-orange {
    background-color: #ffa301;
}
.fc-widget-content .trainingPlanBorder-blue {
    background-color: #04b2f7;
}
.fc-widget-content .planTag-orange {
    color: #ffa301;
}
.fc-widget-content .planTag-blue {
    color: #04b2f7;
}

.fc-day-top {
    height: 26px; /* Fixed height to align popup with underlying items. */
}
.fc-today .fc-day-number {
    height: initial !important; /* Prevent height which impacts popup alignment. */
}
.fc-more-cell {
    padding-top: 2px !important;
}
.fc-more-cell a.fc-more {
    font-size: 11px;
    margin-left: 20px;
}
.fc-more-cell a.fc-more:hover {
    text-decoration: none;
}
.fc-popover.fc-more-popover {
    width: auto;
}
.fc-more-popover .fc-widget-header {
    height: 26px; /* Fixed height to align popup with underlying items. */
    background: #fff !important;
}
.fc-more-popover .fc-event-container {
    padding: 0 15px 5px 0 !important;
}
