/**
 * Parcom Date Picker
 * 
 * @author Robin Bolton <robin@parcommarketing.com>
 * @version 1.0.2
 */

table.calendar {
	margin: 0 auto 20px !important;
	width: 162px !important;
}

table.calendar a:link, table.calendar a:visited {
	text-decoration: none !important;
}

table.calendar a:active, table.calendar a:hover {
	text-decoration: underline !important;
}

table.calendar th, table.calendar td {
	padding: 0 !important;
}

table.calendar th.month-name {
	height: 26px;
	background: transparent url(/img/calendar.png) no-repeat 0 0;
	text-align: left;
	font-size: 1.2em;
}

table.calendar th.month-name a {
	display: block;
	margin: 0px auto auto 5px;
	color: #808080 !important;
}

table.calendar th.month-name a:hover, table.calendar th.month-name a:active {
	color: #4b4b4b !important;	
	text-decoration: none !important;
}

table.calendar th.month-prev a, table.calendar th.month-next a {
	display: block;
	height: 25px;
}

table.calendar th.month-prev a {
	background: transparent url(/img/calendar.png) no-repeat 0px -27px;
}

table.calendar th.month-prev a:hover {
	background-position: -25px -27px;
}

table.calendar th.month-next a {
	background: transparent url(/img/calendar.png) no-repeat -50px -27px;
}

table.calendar th.month-next a:hover {
	background-position: -75px -27px;
}

table.calendar th.days {
	height: 16px;
	background: transparent url(/img/calendar.png) no-repeat 0 -54px;
}

table.calendar td {
	width: 23px;
	height: 22px;
	color: #BBB;
	text-align: center;
	background: #65663E url(/img/calendar.png) no-repeat 0 -71px;
	line-height: 1.0;
	cursor: default;
}

table.calendar tr.firstrow td {
	height: 23px !important;
	background-position: 0 -70px;
}

table.calendar td a {
	display: block;
	position: relative;
	width: 23px;
	height: 17px;
	padding-top: 5px;
	color: #161C1D !important;
	cursor: pointer;
}

table.calendar td.current_day {
	color: #000;
	background: transparent url(/img/calendar.png) no-repeat -50px -71px;
}

table.calendar tr.firstrow td.current_day {
	background-position: -50px -70px;
}

table.calendar td.current_day a {
	color: #000;
}

table.calendar td.not_a_day {
	background: transparent url(/img/calendar.png) no-repeat -25px -71px;
}

table.calendar tr.firstrow td.not_a_day {
	background-position: -25px -70px;
}

table.calendar td.lastcol {
	width: 24px;
}

/* @end */