table.jCalendar {
	border: 0px solid #f1f1e2;
	background: #ffffff;
    border-collapse: separate;
    border-spacing: 1px;
	width:100% !important;
}
table.jCalendar th {
	background: #0096cc;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
	text-transform:uppercase;
}
table.jCalendar td {
	background: #f3e6b1;
	color: #000;
	padding: 5px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ffffff;
	color: #aaa;
}
table.jCalendar td.today {
	background: #80572b;
	color: #fff;
}
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: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #f9f8ea;
	color: #7e6b3d;
}

/* 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: #f49340 url(images/main_menu.gif) 2px 2px repeat-x;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	border: 0px solid #6e3e04;
	width: 200px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
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;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 11px;
	left: 10px;
	line-height:11px;
	z-index: 10;
}
div.dp-popup div.dp-nav-prev a {
	display:block;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-100px;
	padding:0;
	background:url(../images/arr-cal.gif) left top no-repeat;
}
/* 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: 11px;
	right: 10px;
	line-height:11px;
	z-index: 10;
}
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	display:block;
	width:11px;
	height:11px;
	overflow:hidden;
	text-indent:-100px;
	padding:0;
	background:url(../images/arr-cal.gif) right top no-repeat;
}
div.dp-popup div.dp-nav-next a:hover {
	background-position: right -15px;
}
div.dp-popup div.dp-nav-prev a {
	background-position: left top;
}
div.dp-popup div.dp-nav-prev a:hover {
	background-position: left -15px;
}
div#dp-popup div.dp-nav-prev, div#dp-popup div.dp-nav-next {
	top:10px;
}
div.dp-popup div.dp-nav-next a.disabled, div.dp-popup div.dp-nav-prev a.disabled {
	background:url(../images/arr-cal.gif) left -30px no-repeat;
	cursor: default;
	color: #aaa;
}
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: 14px;
	height: 14px;
	padding: 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(images/calendar.gif);
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
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;
}




.calendarbody .links {
	float:left;
	width:80px;
	display: block;
	overflow: hidden;
	padding:0;
	position:relative;
	margin: 5px 0 0 0;
	margin-left: 10px;
}
.calendarbody .links li {
	display:block;
	float:left;
	width:19px;
	height:13px;
	overflow:hidden;
	margin:0 2px 0 0;
	padding:0;
	background: transparent url(../calendar/images/icons-sprites-white.png) no-repeat left top;
}
.calendarbody .links a {
	display:block;
	width:19px;
	height:13px;
	overflow:hidden;
	text-indent:-1000px;
}
.calendarbody li.ical {
	background-position: left -36px;
}
.calendarbody li.print {
	background-position: -2px -18px;
}
