a.dp-choose-date {	
	padding-left:3px;
}

a.dp-choose-date  img{	
	position:relative;
	top:2px;
}

a.dp-choose-date.dp-disabled {
	display:none;
}




table.jCalendar {	
	border-top:0;	
	border-collapse:collapse;
	margin:auto;
	width:100%;
}
table.jCalendar th {		
	font-weight: bold;
	color:#5c5c5c;	
	padding:3px 
}

table thead{
	border-bottom:1px solid #bfbfbf;
}

table.jCalendar td {	
	color: #000000 !important;
	padding: 2px 0px;
	margin:0;
	text-align: center;	
	background-color:#ffffff !important;	
}

table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {	
	background-color:#b00000 !important;
	color:#ffffff !important;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #ffffff;
	color: #888;
}

/* 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;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	width: 160px;
	line-height: 1.2em;
	border:1px solid #8b8682;
	padding:0px;	
	background-image:url(../images/calendar_bg.gif);
	background-repeat:repeat-y;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	color:#000000 !important;
	padding-top:2px !important;		
}
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 {
	color: #349200;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 8px;
	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: 2px;
	right: 8px;
	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;
}

div.dp-popup .dp-nav-prev-year, div.dp-popup .dp-nav-next-year{display:none; }

div.dp-popup .weekday, div.dp-popup .weekend{
	color:#888181;
	background:none;
	font-weight:normal;	
}

div.dp-popup .other-month{	
	background-color:#ffffff !important;
	font-weight:normal;
	color:#888888 !important;
}

div.dp-popup .weekend{
	background-color:#efefef !important;
}

table.jCalendar th.weekend{	
	background:none !important;
}

div.dp-popup .today{	
	background-color:#d2ac67 !important;
	color:#ffffff !important;
	font-weight:bold !important;
}

div.dp-popup .selected {	
	background-color:#00a651 !important;
	color:#ffffff !important;
	font-weight:bold !important;
}