/* DATEPICKER START */
.datepickercontainer {width:130px}
input.datepicker {
	background: #fff url(../images/datepicker/calendar.png) no-repeat right;
	padding: 3px;
	border: 1px solid #7F9DB9;
    cursor: pointer;
	width:130px;
	margin-right:2px;    
}

div.datepicker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 100px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
}
.datepickerContainer {
	background: #fff;
	position: absolute;
	box-shadow: 1px 1px 7px #999;
	border-radius:5px;
	padding:5px;
	top: 10px;
	left: 10px;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border:1px solid #cdcdcc;
}
div.datepicker a {
	color: #666;
	text-decoration: none;
	cursor: default;
	outline: none;
	border-bottom: 1px solid transparent;
}
div.datepicker table td {
	background: #eeeeee;
	text-align: right;
	border-left:1px solid #cdcdcc;
	border-bottom:1px solid #cdcdcc;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
div.datepicker th {
	text-align: right;
	color: #999;
	font-weight: bold;
}
div.datepicker tbody th {
	text-align: right;
}
div.datepicker tbody a {
	display: block;
}
.datepickerWeek span {
	color: #88C5EB;
}


.datepickerDays a {
	width: 30px;
	line-height: 26px;
	height: 26px;
	text-align:center;
	padding-right: 2px;
	border:1px solid #fcfcfc;
	text-shadow: 0 1px 1px #fff
}
.datepickerYears td,
.datepickerMonths td{
	border-left: 1px solid #cdcdcc;
	border-bottom: 1px solid #cdcdcc;
}
.datepickerYears a,
.datepickerMonths a{
	width: 58px;
	line-height: 56px;
	height: 56px;
	text-align: center;
	border: 1px solid #fcfcfc;
}
td.datepickerNotInMonth a {
	color: #888;
}

.datepickerHeader {
height: 40px;
  /* fallback */
  background-color: #dfe0e1;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfe0e1), to(#fefefe));
  background: -webkit-linear-gradient(top, #fefefe, #dfe0e1);
  background: -moz-linear-gradient(top, #fefefe, #dfe0e1);
  background: -ms-linear-gradient(top, #fefefe, #dfe0e1);
  background: -o-linear-gradient(top, #fefefe, #dfe0e1);
}

.datepickerHeader a:link,
.datepickerHeader a:visited {
	color:#3e3e3e;
	text-shadow:0 1px 1px #fff;
	font-size:14px;
}

tbody.datepickerDays td.datepickerSelected{
  background-color: #df1507;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df1507), to(#960f05));
  background: -webkit-linear-gradient(top, #960f05, #df1507);
  background: -moz-linear-gradient(top, #960f05, #df1507);
  background: -ms-linear-gradient(top, #960f05, #df1507);
  background: -o-linear-gradient(top, #960f05, #df1507);	
  color:#fff
}
tbody.datepickerDays td.datepickerSelected a:link,
tbody.datepickerDays td.datepickerSelected a:visited
{
	color:#fff;
	text-shadow: 0 -1px 1px #690a03;
	border-right:1px solid #df1507
}
tbody.datepickerDays td.datepickerSelected a:hover,
tbody.datepickerDays td.datepickerSelected a:visited:hover
{
	border:1px solid #df1507
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	color:#fff;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
  border:1px solid #929291;
  background-color: #ececec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdbec0), to(#ececec));
  background: -webkit-linear-gradient(top, #ececec, #bdbec0);
  background: -moz-linear-gradient(top, #ececec, #bdbec0);
  background: -ms-linear-gradient(top, #ececec, #bdbec0);
  background: -o-linear-gradient(top, #ececec, #bdbec0);	
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: right;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 24px;
	line-height: 20px;
}
.datepickerGoNext a {
	margin-right:6px;
	background: transparent url(../images/datepicker/calendar_next.png) top left no-repeat;
	float: right;
	width: 24px;

}
.datepickerGoNext a:hover {
	cursor:pointer;
	margin-right:5px !important;
	border:0 !important;
	background: transparent url(../images/datepicker/calendar_next.png) top left no-repeat !important;
}
.datepickerGoPrev a:hover {
	cursor:pointer;
	margin-left:5px !important;
	border:0 !important;
	background: transparent url(../images/datepicker/calendar_prev.png) top left no-repeat !important;
}
.datepickerGoPrev a {
	margin-left:6px;
	background: transparent url(../images/datepicker/calendar_prev.png) top left no-repeat;
	float: left;
	width: 24px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #ddd;
}
td.datepickerDisabled a:hover {
	color: #ddd;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
/* DATEPICKER END */