div.demo-holder {
	float: left; 
	margin: 1em;
	font-size: 80%;
}
div.demo-holder input {
	width: 90px;
	margin: 1px 5px 5px 0;
}

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../../lib/images/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: -220px;
	left: -16px; /* value for IE */
	padding: 0px;
/*	border: 3px solid #036;*/
	border: 1px solid #999;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 171px;
}
* 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.1em;
	margin: 2px;

border: 1px solid #ccc;
	color:#666;
	font-weight: normal;font: normal 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
/*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;
	margin-bottom: 3px;
	color: #666;padding:5px;
text-decoration:none;
}
div.popup-calendar div a:hover {

	color: #000;
}
div.popup-calendar table {
	margin: 0px;margin-bottom:5px;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
	cursor: default;
	background:#E1E1E1 url(./img/nav-bg.gif) repeat-x;
	color:#666;
	font-size:.9em;
	border:1px solid #ddd;
	padding:0px;font: normal 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height:25px;
	width:25px;
}

/*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 {
	color: #666;
	background: url(images/bg_calendar.gif) no-repeat;
	display: block;
	height:20px;
	width:20px;
	text-decoration:none;
}
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: #666; 
/*	background: #1A4F85; */
	color: #fff;
}

	
