

table.jCalendar {
	border: 1px solid #000 !important;
	background: #aaa !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}
table.jCalendar th {
	background: #333 !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 3px 5px !important;
}

table.jCalendar td {
	background: #ccc !important;
	color: #000 !important;
	padding: 3px 5px !important;
	text-align: center !important;
}
table.jCalendar td.other-month {
	background: #ddd !important;
	color: #aaa !important;
}
table.jCalendar td.today {
	background: #666 !important;
	color: #fff !important;
}
table.jCalendar td.selected {
	background: #f66 !important;
	color: #fff !important;
}
table.jCalendar td.selected.dp-hover {
	background: #f33 !important;
	color: #fff !important;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff !important;
	color: #000 !important;
}
table.jCalendar tr.selectedWeek td {
	background: #f66 !important;
	color: #fff !important;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb !important;
	color: #888 !important;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb !important;
	color: #888 !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 !important;
	background: #ccc !important;
	font-size: 10px !important;
	font-family: arial, sans-serif !important;
	padding: 2px !important;
	width: 171px !important;
	line-height: 1.2em !important;
}
div#dp-popup {
	position: absolute !important;
	z-index: 199 !important;
}
div.dp-popup h2 {
	font-size: 12px !important;
	text-align: center !important;
	margin: 2px 0 !important;
	padding: 0 !important;
}
a#dp-close {
	font-size: 11px !important;
	padding: 4px 0 !important;
	text-align: center !important;
	display: block !important;
}
a#dp-close:hover {
	text-decoration: underline !important;
}
div.dp-popup a {
	color: #000 !important;
	text-decoration: none !important;
	padding: 3px 2px 0 !important;
}
div.dp-popup div.dp-nav-prev {
	position: absolute !important;
	top: 2px !important;
	left: 4px !important;
	width: 100px !important;
}
div.dp-popup div.dp-nav-prev a {
	float: left !important;
}
/* 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 !important;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default !important;
}
div.dp-popup div.dp-nav-next {
	position: absolute !important;
	top: 2px !important;
	right: 4px !important;
	width: 100px !important;
}
div.dp-popup div.dp-nav-next a {
	float: right !important;
}

div.dp-popup a.disabled {
	cursor: default !important;
	color: #aaa !important;
}
div.dp-popup td {
	cursor: pointer !important;
}
div.dp-popup td.disabled {
	cursor: default !important;
}

a.dp-choose-date {
	float: left !important;
	width: 16px !important;
	height: 16px !important;
	padding: 0 !important;
	margin: 5px 3px 0 !important;
	display: block !important;
	text-indent: -2000px !important;
	overflow: hidden !important;
	background: url(date.png) no-repeat !important; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px !important;
	cursor: default !important;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px !important;
/*	float: left !important; */a
}
.date-pick input { position: static; }
.input-append input { position: static; }
