/* calendar bounding box */
.yui-calcontainer {
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
  padding-left: .5em;
  min-height: 13em;
  margin-top: .2em;
}


/* title bar */
.yui-calcontainer .title {
  border-bottom: 1px solid #ccc;
  font: 100% sans-serif;
  color: #000;
  font-weight: bold;
  height: auto;
  padding: .4em;
  margin: 0 -10px 10px -10px;
  top: 0;
  left: 0;
  text-align: left;
}

.yui-calcontainer.withtitle {
  padding-top:0;
}

/* close button */
.yui-calcontainer .calclose {
  width:25px;
  height:15px;
  top:.4em;
  right:.4em;
  cursor:pointer;
}

/* calendar table */
.yui-calendar {
  border-spacing:0;
  border-collapse:collapse;
  font:100% sans-serif;
  text-align:center;
}

/* navbar bounding box */
.yui-calendar .calhead {
  background:transparent;
  border:none;
  vertical-align:middle;
}

/* navbar text container */
.yui-calendar .calheader {
  background:transparent;
  font-weight: bold;
  padding:0 0 .6em 0;
  text-align: center;
  position: relative;
  _padding-right: 1em;
}

.yui-calendar .calheader img {
  border:none;
}

/* navbar left arrow */
.yui-calendar .calnavleft {
  background:url('/DE/images/arrow_left_green.png') no-repeat 0 0;
  width:1em;
  height:1em;
  cursor:pointer;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.2em;
  _position: static;
  _float: left;
}

/* navbar right arrow */
.yui-calendar .calnavright {
  background:url('/DE/images/arrow_right_green.png') no-repeat 0 0;
  width:1em;
  height:1em;
  cursor:pointer;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0.2em;
  _right: 1em;
}

/* weekday header row */
.yui-calendar .calweekdayrow {
  height:2em;
}

/* weekday (su, mo, tu...) header cells */
.yui-calendar .calweekdaycell {
  color:#000;
  font-weight:normal;
  text-align:center;
  width:2.3em;
}

/* calendar footer. not implemented by default */
.yui-calendar .calfoot {
  background-color:#f2f2f2;
}

/* week numbers (row headers/footers) */
.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
  color:#000;
  font-style: normal;
  font-weight: normal;
}

.yui-calendar .calrowhead {
  text-align:right;
  padding-right:12px;
}

.yui-calendar .calrowfoot {
  text-align:left;
  padding-left:2px;
}

/* normal cells */
.yui-calendar td.calcell {
  padding:1px;
  height:1.3em;
  line-height:1.3em; /* set line height equal to cell height to center vertically */
  text-align:center;
  white-space:nowrap;
}

/* link inside normal cells */
.yui-calendar td.calcell a {
  color:#000;
  display:block;
  height:100%;
  text-decoration:none;
}

/* today's date */
.yui-calendar td.calcell.today {
  background-color:transparent;
}

.yui-calendar td.calcell.today a {

}

/* oom dates */
.yui-calendar td.calcell.oom {
  color:#aaa;
  cursor:default;
  filter:alpha(opacity=0);  /* ie */
  -moz-opacity: 0;          /* gecko */
  opacity: 0;               /* opera */
}

/* selected date */
.yui-calendar td.calcell.selected {
  background-color:transparent;
}

.yui-calendar td.calcell.selected a {
  background-color:#b3b93d;
  color: #fff;
  font-weight: bold;
}

/* hover date */
.yui-calendar td.calcell.calcellhover {
  background-color:transparent;
  color:#fff;
  cursor:pointer;
}

.yui-calendar td.calcell.calcellhover a {
  background-color:#b3b93d;
  color:#fff;
}

/* default oob dates */
.yui-calendar td.calcell.previous {
  color:#e0e0e0;
}

/* custom renderers */
.yui-calendar td.calcell.restricted { text-decoration:line-through; }
.yui-calendar td.calcell.highlight1 { background-color:#ccff99; }
.yui-calendar td.calcell.highlight2 { background-color:#99ccff; }
.yui-calendar td.calcell.highlight3 { background-color:#ffcccc; }
.yui-calendar td.calcell.highlight4 { background-color:#ccff99; }

/* calendarnavigator */

/* month/year label */
.yui-calendar a.calnav { 
  border: 1px solid #f2f2f2;
  padding:0 4px;
  text-decoration:none;
  color:#000;
  zoom:1;
}

.yui-calendar a.calnav:hover { 
  border-color:#a0a0a0;
  cursor:pointer;
}

/* navigator mask */
.yui-calcontainer .yui-cal-nav-mask {
  background-color:#000;
  opacity:0.25;
  *filter:alpha(opacity=25); /* ie */
}

/* navigator bounding box */
.yui-calcontainer .yui-cal-nav {
  font-family:arial,helvetica,clean,sans-serif;
  font-size:93%;
  border:1px solid #808080;
  left:50%;
  margin-left:-7em;
  width:14em;
  padding:0;
  top:2.5em;
  background-color:#f2f2f2;
}

.yui-calcontainer.withtitle .yui-cal-nav {
  top:4.5em;
}

/* navigator bounding box */
.yui-calcontainer.multi .yui-cal-nav {
  width:16em;
  margin-left:-8em;
}

/* navigator year/month/button/error bounding blocks */
.yui-calcontainer .yui-cal-nav-y,
.yui-calcontainer .yui-cal-nav-m,
.yui-calcontainer .yui-cal-nav-b {
  padding:5px 10px 5px 10px;
}

.yui-calcontainer .yui-cal-nav-b {
  text-align:center;
}

.yui-calcontainer .yui-cal-nav-e {
  margin-top:5px;
  padding:5px;
  background-color:#edf5ff;
  border-top:1px solid black;
  display:none;
}

/* navigator labels */
.yui-calcontainer .yui-cal-nav label {
  display:block;
  font-weight:bold;
}

/* navigator month control */
.yui-calcontainer .yui-cal-nav-mc {
  width:100%;
  _width:auto; /* ie6, ie7 quirks don't handle 100% well */
}

/* navigator month control, validation error */
.yui-calcontainer .yui-cal-nav-y input.yui-invalid {
  background-color:#ffee69;
  border: 1px solid #000;
}

/* navigator year control */
.yui-calcontainer .yui-cal-nav-yc {
  width:4em;
}

/* navigator buttons */

/* button wrapper */
.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
  border:1px solid #808080;
  background-color:#ccc;
  margin: auto .15em;
}

/* button (based on button-skin.css) */
.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
  padding:0 8px;
  font-size:93%;
  line-height: 2;  /* ~24px */
  *line-height: 1.7; /* for ie */
  min-height: 2em; /* for gecko */
  *min-height: auto; /* for ie */
  color: #000;
}

/* default buttons */
/* note: ie6 will only pickup the yui-default specifier from the multiple class specifier */
.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
  border:1px solid #304369;
  background-color: #426fd9;
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
  color:#fff;
}
