Table.jCalendar {
	width: 170px;
  border-collapse: collapse;
	/*border: 1px solid #000000;
  border-spacing: 2px;*/
}
table.jCalendar th {
	background: #dff1f9;
	color: #000000;
	font-weight: bold;
	text-align: center;
	width: 21px;
	height: 18px;
	border-bottom: 1px solid #000000;
}
table.jCalendar td {
	background: #f1f1f1;
	color: #000000;
	text-align: center;
	width: 21px;
	height: 22px;
}
table.jCalendar td.other-month, table.jCalendar td.other-month:hover {
	background: #f1f1f1;
	color: #888888;
}
table.jCalendar td.today, table.jCalendar td.today:hover {
	background: #f1f1f1;
	color: #000000;
	font-weight: bold;
}
table.jCalendar td.selected, table.jCalendar td.selected:hover {
	background: #f1f1f1;
	color: #000000;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #f1f1f1;
	color: #000000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #f1f1f1;
	color: #888888;
}
table.jCalendar th.weeknr {
	background: #dff1f9;
	color: #000000;
	font-weight: bold;
	border-bottom: none;
}
table.jCalendar td.weeknr {
	background: #dff1f9;
	color: #000000;
	font-weight: bold;
	border-right: 1px solid #000000;
}

/* 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 {
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-top: -1px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

.dp-applied {
	float: left;
}


div.dp-popup {
	position: relative;
	font-size: 10px;
	font-family: Verdana;
	background-color: #dff1f9;
	color: #000000;
	padding: 2px 0px 0px 0px;
	width: 170px;
	line-height: 1.2em;
	border: 1px solid #9a9a9a;

}
div#dp-popup {
	position: absolute;
	z-index: 3300;
}
div.dp-popup h2 {
	font-size: 10px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	display: block;
	font-size: 10px;
	padding: 2px;
	text-align: right;
	text-decoration: underline;
}
a#dp-close:hover {
	color: #259ed7;
}
div.dp-popup a {
	color: #000000;
	text-decoration: none;
	padding: 2px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 1px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
	text-decoration: none;
}
/* 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: 1px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
	text-decoration: none;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaaaaa;
}
div.dp-popup th {
	cursor: default;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


/* specific styles for front page calendar */
div.dp-popup-inline td {
	cursor: default;
}

div.dp-popup-inline {
	border: none;
	background-color: transparent;
}
