div.date-selection {
	font-size:.9em;
}
div.date-selection .turn-me-into-datepicker {
	margin-left:5px;
	padding-top:14px;
}
div.date-selection table.jCalendar {
	border:0;
	background:#F7F5E9;
  border-collapse:collapse;
	width:100%;
}
div.date-selection table.jCalendar th {
	color:#fff;
	padding:5px;
	background:#3489C1;
	font-weight:#3489C1;
	border:1px solid #3489C1;
	border-right:none;
	border-bottom:none;
	text-transform:uppercase;
}
div.date-selection table.jCalendar td {
	color:#1D317C;
	padding:5px 5px;
	text-align:center;
	border:1px solid #FFF;
	border-right:none;
	border-bottom:none;
	font-weight:bold;
}
div.date-selection table.jCalendar td.other-month {
}
div.date-selection table.jCalendar td.today {
	color:#000;
}
div.date-selection table.jCalendar td.selected {
	font-weight:bold;
	background:#DDDBD0;
}
div.date-selection table.jCalendar td.selected:hover {
}
div.date-selection table.jCalendar td.other-month:hover {
	background:#F7F5E9;
	color:#F7F5E9;
}
div.date-selection table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background:#F7F5E9;
	color:#999;
}
div.date-selection table.jCalendar td.other-month, table.jCalendar td.other-month:hover {
	background:F7F5E9;
	color:#F7F5E9;
}
div.date-selection div.dp-popup {
	position:relative;
	background:#FFF;
	font-family:arial, sans-serif;
	padding:2px;
	line-height:1.2em;
}
div.date-selection div#dp-popup {
	position:absolute;
	z-index:199;
}
div.date-selection div.dp-popup h2 {
	text-align:center;
	padding:8px 0!important;
	margin:0!important;
	background:none!important;
	color:#0E5D91!important;
	font-weight:bold;
	font-size:10px!important;
}
div.date-selection a#dp-close {
	padding:4px 0;
	text-align:center;
	display:block;
}
div.date-selection a#dp-close:hover {
	text-decoration:underline;
}
div.date-selection div.dp-popup a {
	color:#000;
	text-decoration:none;
	padding:3px 2px 0;
}
div.date-selection div.dp-popup div.dp-nav-prev {
	position:absolute;
	top:7px;
	left:4px;
	width:100px;
}
*html div.date-selection div.dp-popup div.dp-nav-prev {
	left:-85px;
}
div.date-selection 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.date-selection div.dp-popup div.dp-nav-prev a, div.date-selection div.dp-popup div.dp-nav-next a {
	cursor:pointer;
}
div.date-selection div.dp-popup div.dp-nav-prev a.disabled, div.date-selection div.dp-popup div.dp-nav-next a.disabled {
	cursor:default;
}
div.date-selection div.dp-popup div.dp-nav-next {
	position:absolute;
	top:7px;
	right:4px;
	width:70px;
}
*html div.date-selection div.dp-popup div.dp-nav-next {
	right:40px;
}
div.date-selection div.dp-popup div.dp-nav-next a {
	float:right;
	color:#2074AC;
	font-weight:bold;
}
div.date-selection div.dp-popup a.disabled {
	cursor:default;
	color:#2074AC;
	font-weight:bold;
}
div.date-selection div.dp-popup td {
	cursor:pointer;
}
div.date-selection div.dp-popup td.disabled {
	cursor:default;
}

/* index */

div.date-selection .turn-me-into-datepicker {
	margin-left:5px;
	padding-top:0;
}

#blocks-index div.date-selection table.jCalendar {
	border:0;
	background:#ffffff;
  border-collapse:collapse;
	border-spacing:0;
}

#blocks-index div.date-selection table.jCalendar th {
	color:#010101;
	margin:0;
	padding:3px 5px;
	background:#b0c636;
	font-weight:normal;
}
#blocks-index div.date-selection table.jCalendar td {
	color:#000;
	padding:3px 5px;
	text-align:center;
	border-bottom:1px solid #FFF;
}
#blocks-index div.date-selection table.jCalendar td.other-month {
	background:#e8e7e7;
	color:#aaa;
}
#blocks-index div.date-selection table.jCalendar td.today {
	background:#86bbe6;
	color:#1D317C;
}
#blocks-index div.date-selection table.jCalendar td.selected {
	font-weight:bold;
}
#blocks-index div.date-selection table.jCalendar td.selected:hover {
}
#blocks-index div.date-selection table.jCalendar td:hover, table.jCalendar td.dp-hover {
}
#blocks-index div.date-selection table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background:#C8E1F1;
	color:#999;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

#blocks-index div.date-selection div.dp-popup {
	position:relative;
	background:#C8E1F1;
	font-family:arial, sans-serif;
	padding:0px;
	width:154px;
	line-height:1.2em;
}
#blocks-index div.date-selection div#dp-popup {
	position:absolute;
	z-index:199;
}
#blocks-index div.date-selection div.dp-popup h2 {
	text-align:center;
	padding:8px 0;
	margin:0;
	background:#F00;
	color:#fff;
	font-size:12px;
}
#blocks-index div.date-selection a#dp-close {
	padding:4px 0;
	text-align:center;
	display:block;
}
#blocks-index div.date-selection a#dp-close:hover {
	text-decoration:underline;
}
#blocks-index div.date-selection div.dp-popup a {
	color:#000;
	text-decoration:none;
	padding:3px 2px 0;
}
#blocks-index div.date-selection div.dp-popup div.dp-nav-prev {
	position:absolute;
	top:7px;
	left:4px;
	width:50px;
}
#blocks-index div.date-selection 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 */

#blocks-index div.date-selection div.dp-popup div.dp-nav-prev a, #blocks-index div.date-selection div.dp-popup div.dp-nav-next a {
	cursor:pointer;
}
#blocks-index div.date-selection div.dp-popup div.dp-nav-prev a.disabled, #blocks-index div.date-selection div.dp-popup div.dp-nav-next a.disabled {
	cursor:default;
}
#blocks-index div.date-selection div.dp-popup div.dp-nav-next {
	position:absolute;
	top:7px;
	right:4px;
	width:50px;
}
#blocks-index div.date-selection div.dp-popup div.dp-nav-next a {
	float:right;
	color:#fff;
}
#blocks-index div.date-selection div.dp-popup a.disabled {
	cursor:default;
	color:#fff;
}
#blocks-index div.date-selection div.dp-popup td {
	cursor:pointer;
}
#blocks-index div.date-selection div.dp-popup td.disabled {
	cursor:default;
}
