﻿.dp-calendarouter {
  width:198px;
  margin:-4px 0 0 0;
 	z-index: 100;
}
.dp-calendar {
  width:162px;
  background-color:#fff;
  padding:0 18px 6px 18px;
  background:url('images/datepick-middle.png') repeat-y top left;
}
table.jCalendar,
table.jCalendar td,
table.jCalendar th
{
  border-color: #fff;
  border-style: solid;
}
table.jCalendar {
  border-spacing:0px;
  border-width: 0px;
  border-spacing: 0;
  border-collapse: collapse;
 	width:162px;
}
table.jCalendar th {
	color: #fff;
	font-weight: normal;
	padding: 3px 5px;
	font-family:Verdana, Arial, Helvetica;
  border-width:1px 1px 0 0;
  background-color:#6e6e6e;
}
table.jCalendar td {
  position:relative;
	background-color:#fff;
	color:#000;
	padding:3px 5px;
	text-align:center;
  border-width:1px 1px 0 0;
}
table.jCalendar tr {
	background: #fff;
}
table.jCalendar td.other-month {
	background: #d9d8d8;
	color: #aaa;
}
table.jCalendar td.other-month.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.current-month.disabled {
	background: #fff;
	color: #c4c4c4;
}
table.jCalendar td.current-month.disabled.dp-hover {
	background: #fff;
	color: #c4c4c4;
}
table.jCalendar td.disabled.dp-hover {
	background: #d9d8d8;
	color: #aaa;
}
table.jCalendar td.today {
	background: #6e6e6e !important;
	color: #fff !important;
}
table.jCalendar td.selected {
	background: #c43d65 !important;
	color: #fff !important;
}
table.jCalendar td.selected.dp-hover {
	background: #c43d65 !important;
	color: #fff !important;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	font-size: 10px;
	padding: 0px;
	width: 182px;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div#dp-popup .dp-topouter {
  position:relative;
  width:198px;
	height:28px;
	z-index: 210;
}
div#dp-popup .dp-top {
  width:198px;
	height:28px;
  background:url('images/datepick-top.png') no-repeat top left;
}
div#dp-popup .dp-top select {
  font-size:11px;
}
div#dp-popup .dp-bottom {
  position:relative;
  width:198px;
	height:14px;
  background:url('images/datepick-bottom.png') no-repeat top left;
}
div.dp-popup h2 {
  position:absolute;
  top:2px;
  color:#fff;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica;
	font-weight:normal;
	width:198px;
	display:block;
	text-align:center;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #fff;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 12px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 12px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
	position:relative;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}