@import url("/css/ismpCalendar.css");

/* This css overrides the original Yahoo calendar colors */

.yui-skin-sam .yui-calcontainer {
  background-color:#82A8ED;            /* Is F2F2F2 in the Yahoo version - LIGHT BLUE */
}

.yui-skin-sam .yui-calcontainer .title {
   color:#000066;        /*  text color of the 'Choose a date:' - DARK BLUE */
}

.yui-skin-sam .yui-calendar td.calcell a  {
  color:#B22222;           /* text color of the days that CAN be chosen - DARK RED */
}

.yui-skin-sam .yui-calendar td.calcell.previous {
  color:#888888;        /* Text color of future days in the month that CANNOT be chosen - GREY */
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
  background-color:#FFa2a2;    /* Text color of the day that IS chosen - PINK */
  font-size:13px;              /* Size of day that IS chosen */
}

.yui-skin-sam .yui-calendar a.calnav:hover {
  border-color:#ffffff;                      /* Border of month when hovering - GREEN */
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav {
background-color:#82A8ED;      /* The color of the small pop-up dialog, ".yui-cal-nav" */
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
  background-color:#ffffff;     /* The 'Okay' button text color when you are selecting a month and a year in the small pop-up dialog, ".yui-cal-nav-btn" */
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask {
  background-color:#888888;
  opacity:0.3;
}

.yui-skin-sam .yui-calendar .calnavright {
   background:transparent url("/js/2.7.0/build/assets/skins/sam/oldIsmpSprite.png") no-repeat scroll 0 -500px;  /* > */
}

.yui-skin-sam .yui-calendar .calnavleft{
   background:transparent url("/js/2.7.0/build/assets/skins/sam/oldIsmpSprite.png") no-repeat scroll 0 -450px;  /* < */
}

.yui-skin-sam .yui-calcontainer .calclose {
  background:transparent url("/js/2.7.0/build/assets/skins/sam/oldIsmpSprite.png") no-repeat scroll 0 -300px;  /* X */
}