table.jCalendar {
	width: 183px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-color:#e3e9dd;
	padding:0;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	font-weight:normal;
	color: #636363;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
	background-color:#c7d1b9;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
}
table.jCalendar td.calendar_line {
    line-height: 3px;
}
table.jCalendar td {
    color: #636363;
    line-height: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top:0;
    margin-bottom:0;
    text-align: center;
}
table.jCalendar td.other-month {
	color: #aaa;
}
table.jCalendar td.today {

}
table.jCalendar td.selected {
	color: #ffffff!important;
	background-color:#0e61af;
	text-decoration: none;
	text-align:center;
}
table.jCalendar td.selected:hover {
	color: #636363;
	background-color:#e1ecf7;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background-color: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover, table.jCalendar td.other-month:hover {
    background-color: inherit;
	color: #aaa;
}

/* 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;
	padding: 2px;
	border: 4px solid #e3e8dc;
	line-height: 1.1em;
	background-color:#e3e8dc;
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 183px;
}
#jqCalendar div.dp-popup {
	border:none!important;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	float:left;
	clear:none;
	color: #636363;
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 4px 0;
	padding: 0;
	width: 140px;
	text-align:left;
	font-size: 14px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom: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;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	float:left;
	position: relative;
	top: 2px;
	left: 4px;
	width: 16px;
}
div.dp-popup div.dp-nav-prev a {
	
}
/* 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 {
	float: right;
	position: relative;
	top: 2px;
	right: 4px;
	width: 16px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup div.dp-nav-prev a , div.dp-popup div.dp-nav-next a {
    color: #ffffff;
	background-color:#b33737;
	text-decoration: none;
	display: block;
	width:12px;
	margin: 4px 0 8px 0;
	height:10px;
	line-height:12px;
	font-weight: bold;
	padding: 0 0 2px 3px;
	text-align:center;
}
div.dp-popup div.dp-nav-prev a:hover , div.dp-popup div.dp-nav-next a:hover {
	color: #636363;
	background-color:#e1ecf7;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/icons/calendar.gif) 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
 */
input.dp-applied {
	width: 65px;
	float: left;
	color: #5e5e5e;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}