/* CSS */

.DynarchCalendar { 
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	padding:0px;
	font:11px "lucida grande",tahoma,verdana,sans-serif;
	line-height: 14px;
	position: relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;	
}
.DynarchCalendar {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;

}

.DynarchCalendar table {
	border-collapse: collapse;
}


.DynarchCalendar-topBar {
	padding:4px 0 0 0;
}

table.DynarchCalendar-titleCont {
	font-weight:700;
	z-index:9;
	position:relative;
	cursor:pointer;
	margin:0 auto;
}

.DynarchCalendar-title div {
  padding:5px 17px;
}
.DynarchCalendar-hover-title div {
	text-shadow:none;
	background-color:#fff;
	padding:5px 16px;
	background-image:url("../images/drop-down.gif");
	background-repeat:no-repeat;
	background-position:100% 50%;
}
.DynarchCalendar-pressed-title div {
	padding:5px 16px;
	background-color: #777;
	color: #fff;
	background-image: url("../images/drop-up.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  background-color:#fff;
  padding:2px 15px;
  cursor:pointer;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid#000;
  background-color:#777;
  color:#fff;
  padding: 1px 14px;
}






.DynarchCalendar-body {
  position:relative;
  overflow:hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right:10px;
}

.DynarchCalendar-first-col { padding-left: 5px; }
.DynarchCalendar-last-col { padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position:absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position:absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position:absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top:100%;
  left:0;
}

.DynarchCalendar-dayNames {
	padding-left:5px;
	padding-right:5px;
}

.DynarchCalendar-dayNames div {
	font-weight:100;
	color:#ccc !important;
	width:2.4em !important;
}

.DynarchCalendar-navBtn {
  position: absolute;
  top:5px;
  z-index:10;
}

.DynarchCalendar-navBtn div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height:23px;
	width:16px;
	padding:1px;
}
.DynarchCalendar-hover-navBtn div {
	background-color:#eee;
}
.DynarchCalendar-navDisabled {
  opacity:0.3;
  filter:alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
	padding:0;
	background-color:#777;
	color:#fff;
}

.DynarchCalendar-prevMonth {
  left:45px;
}

.DynarchCalendar-nextMonth {
  left:100%;
  margin-left:-63px;
}

.DynarchCalendar-prevYear {
  left:15px;
}

.DynarchCalendar-nextYear {
  left:100%;
  margin-left:-33px;
}


.DynarchCalendar-menu {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:#fff;
  overflow:hidden;
  opacity:0.85;
  filter:alpha(opacity=85);
}
.DynarchCalendar-menu table {
	margin-left:12% !important;
}
.DynarchCalendar-menu table td div {
  text-align:center;
  font-weight:bold;
  padding:3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width:4em;
  text-align:center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  background-color:#eee;
  color:#000;
  cursor:pointer;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border:1px solid #000;
  padding:2px 4px;
  background-color:#777;
  color:#fff !important;
}

.DynarchCalendar-menu-year {
  text-align:center;
  margin-top:12px;
  margin-left:33% !important;
  font:16px "lucida grande",tahoma,verdana,sans-serif;
  font-weight:700;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top:4px;
  margin-bottom:3px;
}

.DynarchCalendar-time td {
	
}
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
	padding:1px 3px;
}
.DynarchCalendar-time-down {
	background:url("../images/drop-down.gif") no-repeat 50% 50%;
	width:11px;
	height:12px !important;
	opacity:0.8;
	cursor:pointer;
}
.DynarchCalendar-time-up {
	background:url("../images/drop-up.gif") no-repeat 50% 50%;
	width:11px;
	height:9px;
	opacity:0.8;
	cursor:pointer;
}
.DynarchCalendar-time-sep {
	padding:0 2px;
}
.DynarchCalendar-hover-time {
	color:#000;
	opacity:1;
	cursor:pointer;
}
.DynarchCalendar-pressed-time {
	background-color:#eee;
	color: #777;
	opacity:1;
}
.DynarchCalendar-time-am {
	padding:1px;
	width:2.5em;
	text-align:center;
}

/* body */

.DynarchCalendar-hover-week {
	background-color:#ddd;
}
/* --------------------------------- Количество недель ------------------------------ */
.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
	color:#ccc;
	width:1.7em;
	padding:3px 5px;
	text-align:center;
}
.DynarchCalendar-weekNumber {
	border-right:1px solid #ccc;
	margin-right:4px;
	width:3em !important;
	padding-right:8px !important;
}

.DynarchCalendar-day {
	font:12px tahoma, verdana, sans-serif;
	text-align:right;
	color:#6d6968;
	margin:0 2px;
}
.DynarchCalendar-day-othermonth {
	color:#ccc;
}
.DynarchCalendar-weekend {
	color:#6d6968;
	text-align:right;
}

.DynarchCalendar-day-today {
	color:#00f;
}

.DynarchCalendar-day-disabled {
  opacity: 0.5;
  text-shadow:2px 1px 1px #fff;
}

.DynarchCalendar-hover-date {
	background-color:#ccc;
	margin:0 2px !important;
	color:#000;
	cursor:pointer;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date {
	color:#eee;
}

.DynarchCalendar-dayNames .DynarchCalendar-weekend {
	color:#eee;
}
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend {
	color:#ccc;
}

.DynarchCalendar-day-selected {
	padding:2px 3px;
	color:#000;
	background-color:#ccc;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected {
	background-color:#ccc;
}

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
 
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color:#eee;
}

.DynarchCalendar-tooltip {
  position:absolute;
  top:100%;
  width:100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}

/* This is for Gecko-based browsers */

.DynarchCalendar-title, .DynarchCalendar-title div {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.DynarchCalendar-bottomBar-today {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-navBtn, .DynarchCalendar-navBtn div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-menu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.DynarchCalendar-menu table td div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-weekNumber {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.DynarchCalendar-day {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.DynarchCalendar-day-disabled {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.DynarchCalendar-tooltipCont {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 5px;
}

.DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
}

.DynarchCalendar-time-am {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* GOLD */
.DynarchCalendar-focused {
  background-color:#fff;
}

/* --------------------------------------------------- Цвет верхней подложки -------- */
.DynarchCalendar-topBar {
	background-image: -moz-linear-gradient(#ffffff, #eeeeee);
	background-image: -ms-linear-gradient(#ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
	background-image: -o-linear-gradient(#ffffff, #eeeeee);
	background-image: linear-gradient(#ffffff, #eeeeee);
	-webkit-box-shadow: 0 0 0 -10px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 0 0 -10px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 0 -10px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;	
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;	
	opacity:1;
}
/* --------------------------------------------------- Цвет нижней подложки -------- */
.DynarchCalendar-bottomBar {
	padding:4px 2px 2px 2px;
	position:relative;
	text-align:center;
	background-image: -moz-linear-gradient(#ffffff, #eeeeee);
	background-image: -ms-linear-gradient(#ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
	background-image: -o-linear-gradient(#ffffff, #eeeeee);
	background-image: linear-gradient(#ffffff, #eeeeee);
	-webkit-box-shadow: 0 0 0 -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 0 0 -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 0 -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	opacity:1;
}
/* --------------------------------------------------- Цвет выбора месяца, года -------- */
table.DynarchCalendar-titleCont {
	color:#6d6968;
}

.DynarchCalendar-hover-title div {
	color:#000000;
}
/* --------------------------------------------------- Стрелки перемещений по месяцам -------- */
.DynarchCalendar-prevMonth div {
	background-image: url("../images/nav-left.gif");
	cursor:pointer;
}

.DynarchCalendar-nextMonth div {
	background-image: url("../images/nav-right.gif");
	cursor:pointer;
}

.DynarchCalendar-prevYear div {
	background-image: url("../images/nav-left-x2.gif");
	cursor:pointer;
}

.DynarchCalendar-nextYear div {
	background-image: url("../images/nav-right-x2.gif");
	cursor:pointer;
}