div.input.date input[type="text"].date,
div.input.datetime input[type="text"].date,
div.input.time input[type="text"].time,
div.input.datetime input[type="text"].time
{
	background-repeat: no-repeat;

	padding-right: 18px;
}

div.input.date input[type="text"].date,
div.input.datetime input[type="text"].date
{
	width: 80px;

	background-image: url(/img/lib24watch/date.png);
	background-position: 82px center;
}

div.input.time input[type="text"].time,
div.input.datetime input[type="text"].time
{
	width: 70px;

	background-image: url(/img/lib24watch/time.png);
	background-position: 72px center;
}

div.input.datetime input[type="text"].date
{
	margin-right: 10px;
}

div.input.money > span
{
	width: 10px;

	display: block;

	float: left;

	margin-left: -10px;
	padding-top: 4px;
}

div.callout.date-picker div.content
{
	padding: 10px;

	overflow: auto;
}

table.date-picker
{
	border-collapse: collapse;
}

table.date-picker th
{
	font-weight: normal;
	font-size: 7.5pt;

	color: #a9a8a8;

	padding-bottom: 5px;
}

table.date-picker td
{
	border: 1px solid #898989;

	padding: 5px 8px 5px 8px;

	font-size: 10pt;

	text-align: center;

	cursor: pointer;
}

table.date-picker td.disabled
{
	cursor: default;

	color: #666;
}

table.date-picker td.weekday:hover
{
	background-color: #797979;
}

table.date-picker td.weekend:hover
{
	background-color: #616161;
}

table.date-picker td.not-this-month
{
	color: #a9a8a8;
}

table.date-picker td.weekday
{
	background-color: #6a6a6a;
}

table.date-picker td.today
{
	color: #c5dd43;
}

table.date-picker td.selected
{
	color: black;

	background-image: url(/img/lib24watch/selected-calendar-day.png);
	background-repeat: repeat-x;
	background-color: #d1de8b;
}

div.date-picker p.month-nav
{
	text-align: center;

	font-size: 8pt;

	line-height: 14px;

	margin: 0px;
	padding-bottom: 10px;
}

div.date-picker p.month-nav span.next,
div.date-picker p.month-nav a.next,
div.date-picker p.month-nav span.previous,
div.date-picker p.month-nav a.previous
{
	display: block;

	width: 5px;
	height: 10px;

	margin-top: 3px;

	background-image: url(/img/lib24watch/date-time-picker.png);
	background-repeat: no-repeat;

	text-indent: -5000px;
}

div.date-picker p.month-nav span.next,
div.date-picker p.month-nav a.next
{
	float: right;

	background-position: -22px 0px;
}

div.date-picker p.month-nav span.next.disabled
{
	background-position: -22px -10px;
}

div.date-picker p.month-nav span.previous,
div.date-picker p.month-nav a.previous
{
	float: left;

	background-position: -27px 0px;
}

div.date-picker p.month-nav span.previous.disabled
{
	background-position: -27px -10px;
}

div.callout.date-picker p.clear,
div.callout.time-picker p.clear
{
	font-size: 8pt;
}

div.callout.date-picker p.clear
{
	margin: 10px 0px 0px 0px;
}

div.callout.time-picker p.clear
{
	margin: 0px;
	padding-top: 10px;

	clear: left;
}

div.callout.time-picker div.content
{
	padding: 10px;

	overflow: auto;
}

div.callout.time-picker div.content > span
{
	display: block;

	float: left;
}

div.callout.time-picker div.content span.colon
{
	font-size: 12pt;

	color: #cecece;

	margin: 0px 3px 0px 3px;

	line-height: 50px;
}

div.callout.time-picker span.spinner-input
{
	position: relative;

	padding: 12px 0px 12px 0px;
}

div.callout.time-picker span.spinner-input span.current-value
{
	display: block;

	text-align: center;

	font-size: 12pt;

	padding: 5px;

	background-color: #6a6a6a;

	border: 1px solid #858585;
}

div.callout.time-picker span.spinner-input.hours span.current-value
{
	width: 25px;
}

div.callout.time-picker span.spinner-input.minutes-first-digit
{
	margin-right: 3px;
}

div.callout.time-picker span.spinner-input.minutes-first-digit span.current-value,
div.callout.time-picker span.spinner-input.minutes-second-digit span.current-value
{
	width: 15px;
}

div.callout.time-picker span.spinner-input.am-pm
{
	margin-left: 10px;
}

div.callout.time-picker span.spinner-input.am-pm span.current-value
{
	width: 25px;
}

div.callout.time-picker span.spinner-input a
{
	display: block;

	left: 50%;
	margin-left: -5px;

	width: 11px;
	height: 7px;

	position: absolute;

	text-indent: -5000px;

	background-image: url(/img/lib24watch/date-time-picker.png);
	background-repeat: no-repeat;
}

div.callout.time-picker span.spinner-input a.up
{
	top: 0px;
}

div.callout.time-picker span.spinner-input a.down
{
	bottom: 0px;

	background-position: -11px 0px;
}
}
