

table.jCalendar {	
	width:180px;
	background: #FFF;
}

table.jCalendar thead tr {
	background: #93accb;
	color: #fff;
}	
table.jCalendar th {	
	padding:2px 3px 4px 3px;
	font-weight:normal;
	background:url("/images/common/datepicker/bg_ca.gif") no-repeat right;
}
table.jCalendar th:last-child { background:none}

table.jCalendar td {
	background: #FFF;
	color: #585755;	
	text-align: center;
	padding:3px 3px 3px 4px;
}
table.jCalendar td.other-month {
	background: #FFF !important;
	color: #CCCCCC !important;
}
table.jCalendar td.today {
	background: #3fa1e2;
	color: #fff;
}
table.jCalendar td.selected {
	background: #ff4b4c;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: url("/images/common/datepicker/bg_ca_02.gif") left top no-repeat !important ;
	color: #575757 !important;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
 
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #fff !important;
	border: 2px solid #7896bc;
	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;
	background: #FFF;
	font-size: 12px;
	width: 171px;
	line-height: 1.2em;
	border:2px solid #7896bc;
	width:190px;
	padding:7px 0 12px 10px;
}
div#dp-popup {
	position: absolute;
	z-index: 9999;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
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: #000;
	text-decoration: none;
	margin: 3px 1px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 8px;
	left: 10px;	
}
div.dp-popup div.dp-nav-prev a {
	float: left;
	font-size:14px;
	color:#333333;
	font-weight: bold;
	letter-spacing:-1px;
}
/* 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: 8px;
	right: 10px;	
}
div.dp-popup div.dp-nav-next a {
	float: right;
	font-size:14px;
	color:#333333;
	font-weight: bold;
	letter-spacing:-1px;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.dp-calendar { float:left; margin:9px 0 0 0; }


div.dp-popup div.dp-underline { border-bottom:1px solid #f0f0f0; width:180px; position:absolute; top:34px; left:10px; }

.dp-year { float:left; }
.dp-month { float:left; }

.sc_year { text-align:center; width:78px; margin:0 0 0 8px; padding:1px 0 0 0; }
.sc_month { text-align:center; width:63px; margin:0 8px 0 5px; padding:1px 0 0 0; }

.dp-next-month { float:left; }
.dp-prev-month { float:left; }

