input.today,
select.today {
	width: 100px;
	
}
button.today {
	border: 0px;
	float: left;
	height: 0px;
	margin-right: 6px;
	width: 0px;
}
button.today:hover,
button.today.active {
	background-position: 0 20px;
}


div.today {
	background: url(dashboard.png);
	height: 175px;
	padding: 0px 12px;
	text-align: center;
	width: 147px;
}	
	div.today * {
		margin: 0px;
		padding: 0px;
	}	
	div.today div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.today caption {
	color: #CC0;
	font: normal 12px/17px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom:2px;
	text-align: center;
	width: 100%;
	}
	div.today caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.today caption a.prev {
		background-image: url(dashboard-prev.gif);
		left: 1px;
	}
	div.today caption a.next {
		background-image: url(dashboard-next.gif);
		right: 1px;
	}
	div.today caption a:hover {
		background-position: 0px 11px;
	}
	div.today caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.today caption span.month {
		padding-right: 8px;
	}
	div.today caption span.month:after {
		content: ',';
	}

	div.today table {
		border: 0px;
		border-collapse: collapse;
		border-spacing: 0px;
		cursor: default;
		margin: 0px auto;
		overflow: hidden;
		width: 147px;
	}
	div.today td,
	div.today th {
	border: 0px;
	color: #9C0;
	font: normal 12px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
	}
	div.today td {
	color: #999;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
	}
	div.today td.invalid {
	color: #480000;
	}
	div.today td.valid {
	color: #FFC;
	cursor: pointer;
	}
	div.today td.active,
	div.today td.hover {
		color: #9C0;
		cursor: pointer;		
		
		
	}