TABLE.jCalendar
{
	border: 1px solid #FFF;
	background: #069;
	border-collapse: separate;
	border-spacing: 2px;
}
TABLE.jCalendar TH
{
	background: #333;
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px;
}
TABLE.jCalendar TD
{
	background: #CCC;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
TABLE.jCalendar TD.other-month
{
	background: #FFF;
	color: #111;
}
TABLE.jCalendar TD.today
{
	background: #069;
	color: #FFF;
}
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
{
	background: #FFF;
	color: #000;
}
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;
	background: #069;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	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;
	color: #FFFFFF;
}
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: #FFF;
	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;
}
