

table.jCalendar {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #eeeeee;
    color: #24618E;
}
table.jCalendar th {
	font-weight: bold;
	padding: 3px 5px;
        background-color: #80A3BC;
        color: #eee;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #3B6A89;
	color: #fff;
}
table.jCalendar td.selected {
	background: #9F2013;
	color: #fff;
}
table.jCalendar td.selected:hover,
table.jCalendar td:hover, table.jCalendar td.dp-hover{
	background: #aaa;
	color: #fff;
}

table.jCalendar td.disabled, table.jCalendar td.disabled: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 */
a.dp-choose-date {
	background:transparent url(calendar.png) no-repeat;
	background-position: left top;
	display:block;
	float:left;
	height:16px;
	margin: 0px 3px;
	overflow:hidden;
	padding:0pt;
	text-indent:-2000px;
	width:16px;
}

a.dp-choose-date:hover {
	background-position: left bottom;
}
div.dp-popup {
	position: relative;
	background: #e8e4e4;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 164px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
        width: 162px;
        border: solid 1px #ccc;
}
div.dp-popup h2 {
        background-color: #EEEEEE;
        color: #24618E;
        font-size: 11px;
        font-weight: bold;
        margin: 1px 0;
        padding: 4px;
        text-align: center;
}
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: 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;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 193px; /*must have to match width and borders*/
  height: 200px; /*must have to match maximum height*/ 
}
