﻿a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../../images/common/calendar.png) no-repeat;
}

a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -16px; /* value for IE */
	padding: 0;
/*	border: 3px solid #036;*/
	border: 3px solid #1A4F85;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 180px;
}
* html div.popup-calendar {
	width: 188px;
}
html>body div.popup-calendar {
	left: 163px; /* value for decent browsers */
}
/*For IE7*/
*+html body div.popup-calendar {
	left: 170px;
}
* html body div.popup-calendar {
	left: 18px;
}
div.popup-calendar div.link-close {
	position:absolute;
	left:38%;
	bottom:0.5%;
}
/*For IE7*/
*+html div.popup-calendar div.link-close {
	bottom:2.5%;
	font-size:90%;
}
* html div.popup-calendar div.link-close {
	left:36%;
	font-size:90%
}
div.popup-calendar div.link-prev {
	float: left;
}
/*For IE7*/
*+html div.popup-calendar div.link-prev {
	font-size:90%;
}
* html div.popup-calendar div.link-prev {
	font-size:90%;
}
div.popup-calendar h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
/*	background-color:#036;*/
	background-color:#1A4F85;
	color:#fff;
}
/*For IE7*/
*+html div.popup-calendar h3 {
	font-size: 1em;
}
* html div.popup-calendar h3 {
	font-size: 1.1em;
}
div.popup-calendar div.link-next {
	float: right;
}
/*For IE7*/
*+html div.popup-calendar div.link-next {
	font-size:90%;
}
* html div.popup-calendar div.link-next {
	font-size:90%;
}
div.popup-calendar div a {
	background-color:#fff;
	padding: 3px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #900;
	color: #fff;
}
div.popup-calendar table {
	margin: 5px;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #E5E5E5;
	width: 21px;
	height: 17px;
	text-align: center;
}
/*For IE7*/
*+html div.popup-calendar table th, div.popup-calendar table td {
	font-size:85%;
}
* html div.popup-calendar table th, div.popup-calendar table td {
	font-size:85%;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 22px;
	height: 18px;
	text-decoration:none;
	color: #000;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #036; 
/*	background: #1A4F85; */
	color: #fff;
}
