table.jCalendar{
	background: #aaa;
    border-collapse: separate;
	width: 326px;
}
table.jCalendar th{
	background: #fff;
	color: #152733;
	padding: 3px 5px;
}

table.jCalendar th.weekday, table.jCalendar th.weekend{
	padding-left: 20px;
}

table.jCalendar td{
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month{
	background: #e0e0e0;
	color: #aaa;
}
table.jCalendar td.today{
	background: #8b2a35;
	color: #fff;
}
table.jCalendar td.selected{
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover{
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover{
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover{
	background: #e0e0e0;
	color: #888;
}

.dp-calendar{
	width: 326px;
	/*background: red;*/
}
.dp-popup{
	position: relative;
	background: #ccc;
	font-size: 10px;
	width: 326px;
	line-height: 1.2em;
}
#dp-popup{
	position: absolute;
	z-index: 199;
}
#dp-popup h2{
	font-size: 18px;
	padding-top: 5px;
	height: 20px;
	background: #fff;
	text-align: center;
}
a#dp-close{
	font-size: 11px;
	text-align: center;
	display: block;
}
a#dp-close:hover{
	text-decoration: underline;
}
a.dp-choose-date.dp-disabled{
	background-position: 0 -20px;
	cursor: default;
}
.dp-popup a{
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
.dp-popup div.dp-nav-prev{
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
.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 */
.dp-popup div.dp-nav-prev a, .dp-popup .dp-nav-next a{
	cursor: pointer;
}
.dp-popup .dp-nav-prev a.disabled, .dp-popup .dp-nav-next a.disabled{
	cursor: default;
}
.dp-popup .dp-nav-next{
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
.dp-popup .dp-nav-next a{
	float: right;
}
.dp-popup a.disabled{
	cursor: default;
	color: #aaa;
}
.dp-popup td{
	cursor: pointer;
}
.dp-popup td.disabled{
	cursor: default;
}