/* calendar styles */

button.calendar 
{
	float: left;
	background: url(/media/build/calendar/icon_calendar.gif);
	border: 0;
	cursor: pointer;
	height: 17px;
	width: 27px;
	margin-top:4px;
	margin-left:5px
}

div.calendar 
{
	background: url(/media/build/calendar/calendar.png) top left no-repeat;
	height: 229px;
	padding: 0 6px;
	text-align: center;
	width: 218px;
	margin-left:5px;
}	

div.calendar div 
{
	background: none !important;
	cursor: move;
	height: 285px;
	overflow: hidden;
	padding-top: 0px;
	position: relative;
	width: 218px;
}	

div.calendar caption 
{
	color: #fff;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding:8px 0 10px 0;
	text-align: center;
	width: 218px;
}

div.calendar caption a 
{
	float:left;
	cursor: pointer;
	display: block;
	color:#000;
	height: 15px;
	overflow: hidden;
	position: absolute;
	z-index:1000;
	text-indent: -100px;
	width: 15px;
}

div.calendar caption a.prev 
{
	background-image: url(/media/build/calendar/calendar-prev.gif);
	left: 5px;
}

div.calendar caption a.next 
{
	background-image: url(/media/build/calendar/calendar-next.gif);
	right: 5px;
	top:8px;
}

div.calendar caption a:hover 
{
	background-position: 0 15px;
}

div.calendar caption span 
{
	height: 25px;
	position: relative;
	text-align: center;
}

div.calendar caption span.month 
{
	font-weight:bold;
	font-size:11px;
	padding-right: 5px;
}

div.calendar caption span.year
{
	font-weight:bold;
	font-size:11px;
}

div.calendar table
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;

	width:218px;
}

div.calendar td,
div.calendar th 
{
	border: 0;
	color: #4a4a4a;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 27px;
	text-align: center;
	vertical-align:middle;
	width: 29px;
}

div.calendar th {color:#416e2e !important}

div.calendar td 
{
	background: url(/media/build/calendar/calendar-td.gif) top left no-repeat;
	color: #FFF;
	font-size: 11px;
}

div.calendar td.today 
{
	color: #ffffff !important;
	font-weight:bold;
	background: url(/media/build/calendar/calendar-today.gif) top left no-repeat !important;
}

div.calendar td.invalid 
{
	color: #999;
}

div.calendar td.valid 
{
	background: url(/media/build/calendar/calendar-valid.gif) top left no-repeat;
	color: #000000;
	cursor: pointer;
}

div.calendar td.hilite 
{
	background: url(/media/build/calendar/calendar-hilite.gif) top left no-repeat;
}

div.calendar td.inactive 
{
	background: url(/media/build/calendar/calendar-td.gif) 0 100%  top left no-repeat; 
	color: #FFF;
}

div.calendar td.active, 
div.calendar td.hover 
{
	background: url(/media/build/calendar/calendar-valid.gif) bottom left no-repeat;
	color: #FFF;
	cursor: pointer;
}
