

table.jCalendar {
	background: #eee;
    border-collapse: separate;
    border-spacing: 2px;
	width: 100%;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table.jCalendar th {
	color: #333;
	font-weight: bold;
	text-align: center;
}

table.jCalendar td {
	padding: 0.25em 0.2em;
	background: #f6f6f6;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #1c94c4;
	text-align: right;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background:#fff0a5 url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) repeat-x scroll 50% top;
	border:1px solid #fed22f;
	color: #363636;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	border-color: #fbcb09;
	background: #fdf5ce;
	color: #c77405;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	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;
	padding: 0.2em 0.2em 0.4em;
	width: 17em;
	background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) repeat-x scroll 50% top;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1.1em;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0.2em 0;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) repeat-x scroll 50% 50%;
	border: 1px solid #e78f08;
	color: #fff;
	line-height: 1.8em;
	font-size: 1em;
	text-transform: capitalize;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: none;
}
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: 2px;
	left: 4px;
	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: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

/* set icon from ui-lightness to the prev next links */
div.dp-popup div.dp-nav-prev a,
div.dp-popup div.dp-nav-next a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 6px 2px 2px;
	background: url(/css/ui-lightness/images/ui-icons_ffffff_256x240.png) no-repeat;
	text-indent: -9999px;
}
/* set light color icons when hover */
div.dp-popup div.dp-nav-prev a:hover,
div.dp-popup div.dp-nav-next a:hover {background-image: url(/css/ui-lightness/images/ui-icons_ffd27a_256x240.png);}

/* set darker color icons when disabled */
div.dp-popup div.dp-nav-prev .disabled,
div.dp-popup div.dp-nav-next .disabled,
div.dp-popup div.dp-nav-prev .disabled:hover,
div.dp-popup div.dp-nav-next .disabled:hover {background-image: url(/css/ui-lightness/images/ui-icons_ef8c08_256x240.png);}

div.dp-popup div.dp-nav-prev a.dp-nav-prev-year {background-position: -144px -191px;}
div.dp-popup div.dp-nav-prev a.dp-nav-prev-month {background-position: -80px -191px;}
div.dp-popup div.dp-nav-next a.dp-nav-next-year {background-position: -112px -191px;}
div.dp-popup div.dp-nav-next a.dp-nav-next-month {background-position: -48px -191px;}



div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

