@charset "UTF-8";
/* CSS Document */

/* calendar */

input.calendar,
select.calendar {
	width: /*149px*/;
}

button.calendar {
	background: url(../images/calendar/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: ;
	height: 20px;
	margin-right: 2px;
	padding-top:6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../images/calendar/dashboard.gif);
	height: 159px;
	padding: 0 4px;
	text-align: center;
	width: 147px;
	border:1px solid #999;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 149px;
		overflow: hidden;
		padding-top: 2px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #fff;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 10px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../images/calendar/dashboard-prev.gif);
		left: 1px;
	}
	div.calendar caption a.nextca {
		background-image: url(../images/calendar/dashboard-next.gif);
		right: 1px;
	}
	div.calendar caption a:hover {
		background-position: 0 11px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.calendar td.invalid {
		color: #666;
	}
	div.calendar td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.calendar td.active{
		color: #CC00FF;
	}
	div.calendar td.hover {
		color: #CC0099;
		cursor: pointer;
	}


/* dropdown styles */

div.dropdown {z-index:9999; position:absolute !important; text-align:left; padding:0; margin:0;  height:18em; overflow:auto; width:218px; border:1px solid #333; background:#fff;}
ul.dropdown {list-style:none; padding:0; margin:0;}
ul.dropdown li a {background:#fff; padding:2px; border:1px solid #fff; text-decoration:none; display:block; color:#333333;}
ul.dropdown li a:hover {background:#999; color:#fff;}
ul.dropdown li a.current {background:#999; color:#fff;}

/* end calendar */


