table.jCalendar {
	/*border: 1px solid #970000;*/
	background: #eb0a8d;
    border-collapse: collapse;
    /*border-spacing: 2px;*/
    font-size: 1.1em;
	width: 165px;
}
table.jCalendar th {
	background: #eb0a8d;
	border-top: 1px solid #9e0000;
	border-bottom: 1px solid #9e0000;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #eb0a8d;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #eb0a8d;
	color: #700000;
	font-weight: normal;
}
table.jCalendar td.today {
	background: #970000;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected {
	background: #700000;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #700000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #eb0a8d;
	color: #700000;
	font-weight: normal;
}

/* 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 {
	border-right: 1px solid #970000;
	border-bottom: 1px solid #970000;
	border-left: 1px solid #970000;
	position: relative;
	background: #eb0a8d;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 179px;
	line-height: 1.2em;
	margin-top: 15px;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-calendar {
	margin: 0 auto;
	width: 165px;
}
div.dp-popup h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 2px 0 5px 0;
	padding: 0;
}
a#dp-close {
	background: url(http://whatisyourrevolution.slinksetspike.com/imgs/sidebar/calendar_head.gif) no-repeat;
	font-size: 11px;
	/*padding: 4px 0;*/
	text-indent: .7em;
	overflow: hidden;
	display: block;
	position: absolute;
	text-decoration: none;
	top: -20px;
	left: -1px;
	height: 20px;
	width: 185px;
	float: left;
	outline: none;
}
a#dp-close:hover {
	text-decoration: none;
}
div.dp-popup a {
	color: #fff;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev .dp-nav-prev-year, div.dp-popup div.dp-nav-next .dp-nav-next-year {
	display: none;
}
div.dp-popup div.dp-nav-prev .dp-nav-prev-month, div.dp-popup div.dp-nav-next .dp-nav-next-month {
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -9999em;
	width: 15px;
}
div.dp-popup div.dp-nav-prev .dp-nav-prev-month {
	background: url(http://whatisyourrevolution.slinksetspike.com/imgs/sidebar/prevBtn_icon.gif) no-repeat;
}
div.dp-popup div.dp-nav-prev .disabled {
	background: none;
}
div.dp-popup div.dp-nav-next .dp-nav-next-month {
	background: url(http://whatisyourrevolution.slinksetspike.com/imgs/sidebar/nextBtn_icon.gif) no-repeat;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 50px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
	margin: 0 2px;
}
/* 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: 50px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
	margin: 0 2px;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #700000;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
