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



#text #date-selection table.jCalendar {
	border: 0;
	background: #ffffff;
    border-collapse: collapse;
	font-size: 1.3em;
}
#text #date-selection table.jCalendar th {
	color: #010101;
	padding: 3px 5px;
	background: #b0c636;
	font-weight: normal;
}
#text #date-selection table.jCalendar td {
	color: #000;
	padding: 3px 5px;
	text-align: center;
	border-bottom: 1px solid #e3ecb3;
}
#text #date-selection table.jCalendar td.other-month {
	background: #e8e7e7;
	color: #aaa;
}
#text #date-selection table.jCalendar td.today {
	background: #86bbe6;
	color: #fff;
}
#text #date-selection table.jCalendar td.selected {
	background: #b0c636;
	color: #fff;
}
#text #date-selection table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
#text #date-selection table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #f33;
	color: #fff;
}
#text #date-selection table.jCalendar td.disabled, table.jCalendar td.disabled: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 */

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

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

/* index */

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

#blocks-index #date-selection table.jCalendar {
	border: 0;
	background: #ffffff;
    border-collapse: collapse;
	font-size: 10px;
	border-spacing: 0;
}

#blocks-index #date-selection table.jCalendar th {
	color: #010101;
	padding: 3px 5px;
	background: #b0c636;
	font-weight: normal;
}
#blocks-index #date-selection table.jCalendar td {
	color: #000;
	padding: 3px 5px;
	text-align: center;
	border-bottom: 1px solid #e3ecb3;
}
#blocks-index #date-selection table.jCalendar td.other-month {
	background: #e8e7e7;
	color: #aaa;
}
#blocks-index #date-selection table.jCalendar td.today {
	background: #86bbe6;
	color: #fff;
}
#blocks-index #date-selection table.jCalendar td.selected {
	background: #b0c636;
	color: #fff;
}
#blocks-index #date-selection table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
#blocks-index #date-selection table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #f33;
	color: #fff;
}
#blocks-index #date-selection table.jCalendar td.disabled, table.jCalendar td.disabled: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 */

#blocks-index #date-selection div.dp-popup {
	position: relative;
	background: #e3ecb3;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 0px;
	width: 154px;
	line-height: 1.2em;
}
#blocks-index #date-selection div#dp-popup {
	position: absolute;
	z-index: 199;
}
#blocks-index #date-selection div.dp-popup h2 {
	text-align: center;
	padding: 8px 0; background: #3e3221;
	font-size: 10px;
	color: #fff;
}
#blocks-index #date-selection a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
#blocks-index #date-selection a#dp-close:hover {
	text-decoration: underline;
}
#blocks-index #date-selection div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
#blocks-index #date-selection div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 7px;
	left: 4px;
	width: 50px;
}
#blocks-index #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 #date-selection div.dp-popup div.dp-nav-prev a, #blocks-index #date-selection div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
#blocks-index #date-selection div.dp-popup div.dp-nav-prev a.disabled, #blocks-index #date-selection div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
#blocks-index #date-selection div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 7px;
	right: 4px;
	width: 50px;
}
#blocks-index #date-selection div.dp-popup div.dp-nav-next a {
	float: right;
	color: #fff;
}
#blocks-index #date-selection div.dp-popup a.disabled {
	cursor: default;
	color: #fff;
}
#blocks-index #date-selection div.dp-popup td {
	cursor: pointer;
}
#blocks-index #date-selection div.dp-popup td.disabled {
	cursor: default;
}