.dp-calendar{
border-left:1px solid #CAC2B1;
border-right:1px solid #CAC2B1;
background-color:#ffffff;}
table.jCalendar {
    border-collapse: separate;
    border-spacing: 3px;
	margin:auto;
	margin-bottom:0;
	border:0;
}
table.jCalendar th {
	background: #ffffff;
	color: #000000;
	padding: 3px 5px;
	border:0;
}
table.jCalendar td {
	color: #000;
	padding: 2px;
	text-align: center;
	border:0;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #CAC2B1;
	color: #fff;
	text-decoration:none !important;
	font-weight:bold;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #fff;
	color: #888;
}
table.jCalendar td.current-month{text-decoration:underline;}
table.jCalendar td.current-month.disabled{text-decoration:none;}
/* 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;
	background:url(../images/calend_bott.png) bottom center no-repeat;
	_background:url(../images/calend_bott.gif) bottom center no-repeat;
	padding-bottom:12px;
	font-size: 10px;
	font-family: arial, sans-serif;
	width:167px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	margin:22px 0 0 -26px;
	_margin:23px 0 0 -26px;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin:0;
	padding:2px 0;
	background:#CAC2B1;
	line-height:1.4em;
	color:#fff;
	font-weight:normal;
	font-size:1em;
}
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:link, div.dp-popup a:visited, div.dp-popup a:hover, div.dp-popup a:active{
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 100px;
}
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: 0px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
.dateee a.dp-choose-date{display:none;}
a.dp-choose-date {
	float: left;
	padding: 0;
	display: block;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
 .dateee input.dp-applied {
	width:100px;
	float: none;
	font-size:12px;
	color:#0277BE;
	border:none;
	background:transparent;
}
.dateee input.dp-applied:hover, .dateee input.dp-applied:focus{border:none; outline:none;}
input.dp-applied {
	width: 140px;
	float: left;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
text-decoration:none;
}
